AnandTech Farewell

https://images.anandtech.com/doci/21542/a_huge_car_678x452.png
AnandTech, a 27-year-old tech journalism website, is shutting down due to the decline of written tech journalism and the rise of sensationalist reporting. The website's editor-in-chief, Ryan Smith, thanked the site's readers, editors, and industry partners for their support over the years and encouraged other tech journalists to remain true to their craft and provide high-quality reporting.

Crows are even smarter than we thought

https://assets.nautil.us/sites/3/nautilus/Castleberry_BREAKER.png?auto=compress&fit=scale&fm=png&h=686&ixlib=php-3.3.1&w=1024&wpsize=large
Crows, including the hooded crow, can create mental templates to memorize and reproduce objects, a skill previously thought unique to humans. This ability may be widespread among corvids and could have evolved in their ancestors, allowing them to create tools and learn from each other.

CIEL Is an Extended Lisp

You need JavaScript to see the rest of the doc :( Just look at the GitHub repository. Cheers, EWW user maybe?

The vagus nerve orchestrates the mind-body connection

https://www.quantamagazine.org/wp-content/uploads/2024/08/VagusNerve-cr.SallyCaulwell-Lede-scaled.webp
The vagus nerve is a crucial link between the brain and body, regulating various bodily functions, emotions, and responses, including fear, pleasure, and heart rate. Stimulating the vagus nerve can have wide-ranging benefits, including treating neurological and psychological disorders, but some claims of its therapeutic potential are unfounded.

City of Columbus sues expert who exposed extent of cyberattack

https://media.tegna-media.com/assets/WBNS/images/ea9fba7c-8ed8-4cd3-8984-82c5bd1f76d9/20240829T220122/ea9fba7c-8ed8-4cd3-8984-82c5bd1f76d9_1920x1080.jpg
A Franklin County judge granted a temporary restraining order against cybersecurity expert Connor Goodwolf, who revealed sensitive information stolen during a cyberattack on Columbus, Ohio, and is now ordered to stop accessing and disseminating the data. The city is seeking at least $25,000 in damages, claiming Goodwolf's actions have caused "irreparable harm" and "widespread concern" in the region.

Programming Zero Knowledge Proofs: From Zero to Hero

https://zkintro.com/static/images/zkintro_bourbaki.png
The article introduces the concept of Zero-Knowledge Proofs (ZKPs) and provides a step-by-step guide on how to write and modify basic ZKPs from scratch, including setting up the programming environment, performing a trusted setup, creating and verifying proofs, and implementing a digital signature scheme using hash functions and commitments. The article also explores the potential ...

Experience the Apollo 11 Lunar Landing

https://www.firstmenonthemoon.com/assets/images/AS11-40-5927-opengraph.jpg
In 1969, the entire world watched as three men explored the unknown. Watch, listen, and relive the excitement of the Apollo 11 lunar landing as experienced minute-by-minute by the courageous crew of Apollo 11 and Mission Control.

Researchers find Alzheimer's-like brain changes in long Covid patients

https://uknow.uky.edu/sites/default/files/styles/uknow_story_image/public/COVID%20AD%20.jpg
New research from the University of Kentucky's Sanders-Brown Center on Aging finds that long COVID patients share cognitive impairments with Alzheimer's disease, suggesting a potential commonality in brain disorders. The study highlights the importance of regular brain function check-ups, particularly through EEG, and advocates for early detection and intervention to prevent or slow cognitive decline.

Open Source Twitch for Developers

https://opengraph.githubassets.com/8d36c0c995e00200ae159c759d003f848e66035d0a4eed88fbf5082b3200b65d/algora-io/tv
Algora TV is a livestreaming service for developers, requiring setup of external services and configuration of a .env file. The service uses a graph of components, including Fly, RTMP, Tigris, and encoders like OBS, to deliver video and audio content to viewers.

Brazilian court orders suspension of X

https://i.guim.co.uk/img/media/1c9d31d094767065c6ee3dc2341717aeda5f24a7/0_264_7500_4500/master/7500.jpg?width=465&dpr=1&s=none
The Brazilian supreme court has ordered the suspension of X, a social media platform, after it failed to appoint a legal representative in the country, and imposed a daily fine of R$50,000 on individuals and companies that attempt to continue using X via VPN. The dispute began in April when the court ordered the suspension of dozens of accounts for allegedly spreading disinformation, and has ...

500 Python Interpreters

https://izzys.casa/2024/08/463-python-interpreters/what-python-does-to-a-motherfucker.webp
The author discusses the history and evolution of the Global Interpreter Lock (GIL) in Python, including its introduction in Python 1.5 and its limitations, and explains how the upcoming Python 3.13 release will introduce an optional GIL and per-interpreter GIL. The author also shares their personal experience with the GIL, including a memory corruption issue they encountered while testing ...

I'm blocking connections from AWS to my on-prem services

The author argues that the dominance of large cloud providers, such as Amazon Web Services, is leading to a balkanized internet, where users are isolated within their own cloud-based communities and are unaware of the external internet. The author also discusses their own efforts to mitigate abuse and data theft by blocking traffic from AWS and promoting the use of open-source materials and ...

Expect – Linux tool for automating interactive programs

linux.die.net needs to review the security of your connection before proceeding.

Lady tasting tea

https://upload.wikimedia.org/wikipedia/commons/thumb/3/37/Nice_Cup_of_Tea.jpg/220px-Nice_Cup_of_Tea.jpg
Ronald Fisher's "Lady Tasting Tea" experiment tested a woman's ability to distinguish between tea and milk poured first, using a randomized design and Fisher's exact test to determine the probability of her correct identifications. The experiment demonstrated the concept of a null hypothesis, which is never proved but can be disproved, and showed that the lady's ability to identify all 8 cups ...

Show HN: A retro terminal text editor for GNU/Linux coded in C (C-edit)

https://raw.githubusercontent.com/velorek1/C-edit/master/cedit3.jpg
C-EDIT is a Linux text editor inspired by MSDOS EDIT, rewritten to work with Termux and featuring a double screen buffer and file dialog with scroll capabilities. The editor uses a simple linked list in memory for display control and has separate modules for handling output, display, and file selection.

To Nerves from Elixir

https://underjord.io/img/logo2.svg
Underjord is a tiny team offering Elixir consulting and contract work, and they recently joined the Nerves core team to help people integrate hardware and software. Nerves is a way to co-mingle hardware and massively concurrent reliable software, and it's easy to get started with a Raspberry Pi and some Elixir knowledge.

Three questions to turn the table during technical interviews

https://miro.medium.com/v2/resize:fit:1200/1*pp78yFFSuWdM76M8rHnDJw.jpeg
The user believes that the interview process should showcase the company's best qualities, especially for valuable candidates with competing offers. They suggest having a standard set of questions to ask every interviewer at every stage to collect valuable data on how well the company and role might fit.

Language and shell in Go with 92% test coverage and instant CI/CD [video]

Rust in Linux Revisited

The author reconsiders the Rust-for-Linux project, acknowledging the burnout and challenges faced by developers, and proposes an alternative path: building a Linux-compatible kernel from scratch in Rust. This approach would allow for quicker progress and avoid LKML politics, leveraging Rust's strengths and attracting a larger talent pool.

Rust's Ugly Syntax (2023)

The user argues that people often mistake Rust's syntax for its semantics, and that simplifying the language's semantics could improve its syntax. The user proposes simplifying Rust's semantics by removing features like generic functions, direct memory access, and error handling, and instead using a garbage collector and opaque data types.

Drug Development Failure: how GLP-1 development was abandoned in 1990

GLP-1 development was abandoned in 1990 due to drug development failure.

Rearchiving 2M hours of digital radio, a comprehensive process

https://digitalpreservation-blog.nb.no/blog/2024-08-28-rearchiving-2-million-hours-of-digital-radio/retro-4601416_1280.webp
The National Library replaced its 2007 bit-repository with a contemporary digital preservation system, DPS, to ensure long-term preservation and accessibility of its digital collection. The re-archiving process involved analyzing and repackaging historical data, generating new MP4 files, and correcting errors, resulting in 2.1 million new MP4 files and 143 TB of new playback files on nb.no.

Password protect a static HTML page, decrypted in-browser in JavaScript

https://raw.githubusercontent.com/robinmoisson/staticrypt/main/preview.png
StatiCrypt is a tool that encrypts HTML files using AES-256 and WebCrypto, allowing users to safely upload and share password-protected content without a backend. The tool can be used to encrypt files online or through the command line, and offers features such as password prompts, decryption in-browser, and the ability to share links with auto-decryption.

Blood puddles, mold, tainted meat, bugs: Boar's Head inspections are horrifying

https://cdn.arstechnica.net/wp-content/uploads/2024/08/GettyImages-2164656717-800x583.jpg
The Boar's Head meat facility in Virginia had 69 violations, including mold, water leaks, and dirty equipment, which created perfect conditions for Listeria monocytogenes to contaminate meat. The facility was shut down after the outbreak strain of Listeria was found in unopened containers of liverwurst, and the company is conducting an investigation to determine how the contamination occurred.

Tabbed out on the Oregon Trail

https://blog.zarfhome.com/pic/2024/08/oregon-front-s.jpeg
The author visited Powell's bookstore and discovered a new book, "Pick Your Own Path on The Oregon Trail", a pipe-and-tab gamebook that is a rare format, uncommonly used since the 1970s. The book is a simple gamebook with two main branches, where players make choices that can lead to victory or death, with a focus on realistic portrayals of good and bad decisions.

Bresenham's Circle Drawing Algorithm (2021)

The Bresenham's algorithm is a method for drawing a circle on a pixel grid by iteratively moving in the direction of the circle's center, adjusting the direction based on the distance from the center, and avoiding the need to calculate the full polynomial distance function. The algorithm is an optimization of the naive approach, which involves calculating the distance from the center of the ...

Japan police: Nearly 4k who died alone at home not found for over a month

https://www3.nhk.or.jp/nhkworld/upld/thumbnails/en/news/20240830_02_1432566_L.jpg
In Japan, nearly 4,000 people who died alone at home were not discovered for over a month, with 30% of 102,965 autopsied individuals found dead at home. The majority were elderly, with 40% found within a day and 3,936 not discovered until over 30 days after death.

Build Your Own Z80 Computer: Design Guidelines and Application (1981)

https://archive.org/services/img/folkscanomy_computer_inbox
— Extracted from Google Books —Shows how to construct a power supply, microprocessor, peripheral devices and a CRT terminal and explains the design...

Time-Memory Trade-Offs Sound the Death Knell for GPRS and GSM

https://www.iacr.org/img/logo/iacrlogo_small.png
A practical TMTO-based attack is introduced against 2G mobile networks' GSM (A5/3) and GPRS (GEA-3) technologies, allowing a passive attacker to decrypt calls with a high probability. The attack is demonstrated with off-the-shelf devices in real-life networks, with a success probability of 0.43 for a 2-hour call in 14 minutes.

Resilient Anonymous Communication for Everyone (RACE)

Defense Advanced Research Projects Agency Program Detail
https://fly.metroimg.com/upload/q_85,w_700/https://uploads.metroimg.com/wp-content/uploads/2024/08/29221422/Elon-Musk-2-2.jpg
Elon Musk announced that SpaceX will provide free internet service in Brazil through Starlink until a judicial dispute over account blocking is resolved. The dispute, which affects Starlink's finances, has impacted the company's operations in remote areas, with Rondônia being the most affected state.

The Null Pointer

0x0.st is a URL shortening service that allows users to upload files and set expiration dates, with a maximum file size of 512 MiB. The service has terms of service and a privacy policy, and users can report abuse or request deletion by contacting the operator via IRC or email.

Pocket-Godot: Starter Kit for mobile game development using Godot

https://opengraph.githubassets.com/0f8d55166cb6cb54b432fb3eb2958d5fdc1e868f151236a82f056f1f240e4b34/lukky-nl/Pocket-Godot
The MIT License grants permission to use, modify, and distribute software without restriction, with the condition that the copyright notice and permission notice are included. The software is provided "as is" without warranty, and the authors and copyright holders are not liable for any claims, damages, or liability.

The Most Dangerous Email (to my career) I've Sent

The author, a software architect, felt trapped in a role that was sucking the joy out of his life, leading to depression and weight gain. He wrote a scary email to his bosses, admitting his weaknesses and limitations, and asking to be relieved of non-technical responsibilities to focus on what he loves.

A primer on why microbiome research is hard

https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F08375531-80c6-40c0-abf6-b2d83ae285ae_2040x1144.png
The microbiome field has been plagued by challenges in characterizing the microbiome, establishing causality between the microbiome and disease, and developing effective therapeutic approaches, with most clinical applications failing to pan out except for C. Diff infections. Despite the complexity and controversy surrounding the field, researchers continue to push forward, exploring new ...

What we can learn from vintage computing

https://images.ctfassets.net/s5uo95nf6njh/5XpNf6cj61gPQGO0TSvDhB/360ea43c45ca49215a5210c5cffa9758/Offrenda_Final_2000x1200__1_.jpg?w=2000&fm=jpg
The open source community keeps old technologies alive by maintaining and developing software, hardware, and online platforms, allowing users to continue using and learning from them. This preservation of computing history not only provides a nostalgic experience but also helps developers learn about computer science, understand the limitations of computers, and appreciate the simplicity and ...

Japan was the future but it's stuck in the past (2023)

https://ichef.bbci.co.uk/news/480/cpsprodpb/0D5D/production/_127912430_tokyo3.jpg.webp
Japan, once a thriving economy, has struggled with a sluggish economy and an aging population, with a deep resistance to change and a stubborn attachment to the past. Despite its unique culture and traditions, Japan's hostility to immigration and refusal to adapt to changing times may lead to its decline, with lessons for the rest of the world.

Rubi: Symbolic integrator based on an extensive system of integration rules

https://rulebasedintegration.org/integrationTestResultsChart.png
Rubi is a symbolic integration system that uses a decision tree of over 6700 rules to find optimal antiderivatives of mathematical expressions, making it a great tool for learning and doing mathematics. Rubi outperforms other symbolic integrators, including Maple and Mathematica, on a test-suite of integration problems, with detailed test results available online.

Show HN: Amine – Prevents you from switching 100s of Browser Tabs

https://raw.githubusercontent.com/datavorous/amine/main/thumb1.png
The application uses Python's threading module and keyboard library to run concurrently with the main Flask app, blocking distractions and managing windows. It features a custom GUI with Flask, Tailwind CSS integration, and pygetwindow for a responsive and customizable interface.

Calendar Queues: A Fast O(1) Priority Queue Implementation (1988)

The calendar queue is a new priority queue implementation that is designed to efficiently handle large numbers of events with varying priorities, and it has been shown to outperform other implementations in terms of hold time. The calendar queue is simple, robust, and works well for a variety of priority increment distributions, making it a suitable choice for applications that require ...

PyPy gets a new RISC-V JIT back end

PyPy 7.3.17 release includes a new RISC-V JIT backend, improved REPL, and better JIT optimizations for integer operations, with special thanks to contributors and donors. The release also adds features to the PyPy3.10 REPL, improves integer optimization, and drops support for PyPy3.9 due to conda-forge's sunset of PyPy support.

The Mouse Programming Language on CP/M

https://techtinkering.com/img/social_images/cpm_mouse_2_3_add_output.jpg
Mouse is a small, stack-oriented language designed for microcomputers, featuring arrays, functions, and recursion. It allows for local and global variables, macros, and conditional blocks, and can be downloaded from the Walnut Creek CD.

UC Berkeley will delete all alumni email accounts with >5GB stored

https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png
UC Berkeley has a new policy for alumni where if your Berkeley account has over 5GB stored in it, on Sept 17, they will just delete your whole account. Can you pay for more storage? No.

Wells Fargo employee found dead at desk after 4 days

https://media.12news.com/assets/KPNX/images/3a7199d9-3cad-49af-b06f-c407bd01f472/20240829T050901/3a7199d9-3cad-49af-b06f-c407bd01f472_1920x1080.jpg
A 60-year-old Wells Fargo employee, Denise Prudhomme, was found dead at her desk in Tempe, Arizona, four days after clocking in for work, with police investigating the cause of death. The incident has raised concerns about the lack of checks on employees and the bank's transparency in the matter, with some employees feeling frustrated and uneasy about the situation.

Scpptool – a tool to enforce a memory and data race safe subset of C++

https://opengraph.githubassets.com/07bb9d42674252d96c3f3afa025b34bf89a1ad10feb6779f01026929c0e132b1/duneroadrunner/scpptool
scpptool is a command-line tool that enforces a memory and data race safe subset of C++ by analyzing the specified C++ file(s) and reporting places where it cannot verify safety. The tool supports lifetime annotations, which are used to specify the lifespan of objects and ensure that objects are initialized, casts are safe, and parts of objects are not accessed before they are initialized ...

Rust for Linux Revisited

The author reconsiders the Rust-for-Linux project, acknowledging the burnout and challenges faced by developers, and proposes an alternative path: building a Linux-compatible kernel from scratch in Rust. This approach would allow for quicker progress and avoid LKML politics, leveraging Rust's strengths and attracting a larger talent pool.

The Far-Reaching Ripple Effects of a Discredited Cancer Study

Please enable JS and disable any ad blocker

Thousands of papers misidentify microscopes, in possible sign of misconduct

https://retractionwatch.com/wp-content/uploads/2024/08/Screenshot-2024-08-27-at-2.58.45%E2%80%AFPM.png
A study found that 28% of papers using scanning electron microscopy (SEM) images misidentified the specific instrument used, raising concerns about research integrity. The study suggests that many of these mistakes may be due to paper mills or researchers reusing figures without proper documentation, rather than genuine errors.

LLMs struggle to explain themselves

The author created a demo to test the ability of large language models (LLMs) to recognize number patterns, and found that while they can recognize some patterns, their explanations are often nonsensical and their reasoning abilities are limited. The author also discusses the limitations of the demo and the potential for future improvements, including the possibility of training a model ...

Our slowly growing Unix monoculture

The user's organization has transitioned from using multiple Unix variants to primarily running Ubuntu Linux, with some remaining OpenBSD and OmniOS usage. The user values the benefits of having exposure to different Unixes, citing the gain of a wider perspective and more ideas and approaches in their mental toolkit.

Microsoft Remote Desktop will be renamed to Windows App

https://techcommunity.microsoft.com/t5/image/serverpage/image-id/605210i96DA79E2CFC99F02/image-size/large?v=v2&px=999
The Windows App will be generally available this fall, offering a unified client for securely connecting to Windows on any device or app, with features like customizable home screens and advanced security. The app will undergo an in-place update on Windows, iOS, and macOS, while Android users will get a public preview, ensuring a consistent experience across all platforms.

Analysis of Greek prehistoric combat in full body armour

https://journals.plos.org/resource/img/logo-plos.png
The study found that the Dendra armour, a 3500-year-old bronze suit discovered in Greece, was compatible with use in combat, as demonstrated by a series of experiments and numerical simulations. The findings support the notion that the Mycenaeans, an ancient Greek civilization, had advanced armor technology that allowed them to engage in prolonged battles, as described in Homer's Iliad.

My Software Bookshelf

https://olano.dev/assets/img/bookshelf.png
The author reflects on their journey as a software engineer, highlighting 33 books that have influenced their career, from introductory texts to advanced topics like programming languages, software design, and system architecture. The books on the list represent a mix of classic and modern texts, with some being personal favorites and others being recommended for their relevance to the field.

Epilepsy Protection for VRChat

https://opengraph.githubassets.com/701ff19b77f4f5d2e10a9734183434f29265ce3a43119e2e4988722d33d69822/LesseVR/EpilepsyProtection
A simple VRChat shader avatar addon that dims bright areas of the screen. It does not prevent strobing, though the Blackout option can help a lot in some circumstances. Do not expect support; this is a free asset for my own use that I'm sharing freely. You are free to improve it yourself if you want.

Non-Determinism and Overcount on Modern Hardware Performance Counters [pdf]

The authors investigate the accuracy and determinism of x86 64 performance counters, finding that many events are non-deterministic and suffer from overcount due to hardware interrupts, page faults, and microarchitectural variations. They identify a few events that are deterministic, but these are limited and may not be suitable for all applications, and propose methods for compensating for ...

SpaceX will provide Internet service to users in Brazil for free

https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png
We are letting you know that we are changing our URL, but your privacy and data protection settings remain the same.

The fight to ban gas-powered cars in the 1960s

https://grist.org/wp-content/uploads/2024/08/los-angeles-smog.jpg?quality=75&strip=all
Nicholas Petris, a California state senator, introduced a bill in 1967 to ban gas-powered cars by 1975, which sparked a national movement to phase out internal combustion engines, but ultimately failed due to industry opposition. However, the effort led to the adoption of stricter emissions standards and the development of cleaner cars, and today, similar efforts are underway to ban ...

Low-cost 16 EEG channels cap (hat) for PiEEG

https://pieeg.com/wp-content/uploads/2024/08/New-Bitmap-Image-264x300.jpg
The Pieeg shop offers a low-cost 16-channel EEG cap with nylon material and Ag/AgCl dry electrodes. The kit includes 16 cables and connectors, 2 ear clip electrodes, and is designed for reliable and efficient EEG measurements with low impedance and high signal quality.

Telegram as an Independent Intelligence Agency

https://substackcdn.com/image/fetch/w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F51f42b70-0d4c-46c1-b392-5b8addc1dbbc_2940x1912.png
Pavel Durov, the founder of Telegram, was arrested in France and charged with enabling illegal transactions and distributing child sexual abuse material, leading to a debate about free speech and platform liability. However, some reports suggest that Durov's arrest may be more about his company's unwillingness to assist French law enforcement and its potential ties to state actors, rather ...

Agnost is an open source GitOps platform running on Kubernetes clusters

https://agnost.dev/_astro/hero.fplF90h5_ZuNUHe.webp
Open-source self-hosted alternative to Vercel, Netlify, Raiway.app, Render or Heroku running on Kubernetes clusters.

Giant underwater avalanche decimated Atlantic seafloor 60k years ago

https://cdn.mos.cms.futurecdn.net/TTh4kzqE9Q6fbrKcsFtVEJ-320-80.png
An underwater avalanche occurred 60,000 years ago in the East Atlantic, starting as a small seafloor slide and growing over 100 times in size as it tore through a 250-mile-long canyon and traveled 1,000 miles along the seabed. The massive event left behind a trail of destruction, covering the seafloor in over 3 feet of sediment and highlighting the potential geohazard risk to seafloor ...

Apple Gets Concept Renderer to Take Down Concept Art for Being 'Too Realistic'

https://i0.wp.com/www.techdirt.com/wp-content/uploads/2029/12/image-4.png?resize=1024%2C576&ssl=1
Apple's lawyers contacted concept creator Antonio De Rosa to alter his design of the "iPhone Air Flip" due to concerns over consumer confusion, despite not wanting him to stop creating concepts. The incident raises questions about Apple's tolerance for leaks and rumors, and whether De Rosa's design is too realistic or close to an actual Apple product.

John Rawls and the Death of Western Marxism

https://substackcdn.com/image/fetch/w_120,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9beb7e2f-1bea-4e95-869a-4a43680f2a4d_800x706.jpeg
The resurgence of Marxism in the English-speaking world in the late 20th century, known as "analytical Marxism," ultimately led to a shift towards liberal egalitarianism as many Marxist thinkers, including Gerald Cohen and Jürgen Habermas, found Rawls's work on justice and equality more compelling. The collapse of academic Marxism as a normatively motivated social criticism has been complete, ...

Sail and Muddy: A Retrospective

https://feelmuddy.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F8f0c8bcd-c563-4d8b-89e0-3bc7fd065783%2Fffb9c57f-fdf2-432f-88d4-c7016062def1%2Ff2b3c663-67e4-4a56-99e8-8522afa03a9d.png?table=block&id=388a5289-51de-4da5-8e66-940c5fb85b8a&spaceId=8f0c8bcd-c563-4d8b-89e0-3bc7fd065783&width=250&userId=&cache=v2
The author and their team, Jimmy Liu, attempted to create a new form of computer interface that would allow multiple people to collaborate in real-time, but ultimately failed to find traction due to the complexity of the concept and the lack of a clear use case. The team experimented with various prototypes, including a multiplayer browser and a chat-based collaboration tool, but ultimately ...

The World Map of the Internet in 2021

https://i0.wp.com/trendland.com/wp-content/uploads/2021/05/map-of-the-internet-in-2021-martin-vargic-770x522.jpg?resize=770%2C522&ssl=1
Martin Vargic created a map of the internet, visualizing the World Wide Web's current state with over 7,000 popular websites represented as "countries". The map includes features like color-coded websites, labeled cities and towns, and notable figures, providing a comprehensive and detailed representation of the internet's culture and computer science.

Show HN: Asyncpal: Preemptive concurrency and parallelism for sporadic workloads

https://raw.githubusercontent.com/pyrustic/misc/master/assets/asyncpal/cover.jpg
Asyncpal is a Python library that provides a thread pool and process pool for preemptive concurrency and parallelism, allowing for efficient management of tasks and resources. It offers various methods for performing map operations, splitting tasks, and managing futures, as well as providing tools for testing and shutting down pools, making it suitable for both implicit and explicit use.

MongoDB takes a swing at PostgreSQL after claiming wins against rival

https://regmedia.co.uk/2018/08/20/shutterstock_wall_punch.jpg
MongoDB CEO Dev Ittycheria claims the company is gaining against open-source rival PostgreSQL, citing a recent win against PostgreSQL in a project at Fanatics Betting & Gaming. MongoDB's Atlas database service was chosen over PostgreSQL due to its flexibility, scalability, and ease of use, according to Ittycheria.

Deconstructing the Garbage-First Collector (2020) [pdf]

The paper presents a decomposition of the Garbage-First (G1) collector and evaluates its components, including concurrent marking, remembered sets, and barriers, to understand the tradeoffs and relationships between them. The authors implement and evaluate six collectors, including G1, to analyze the impact of each component on pause time, remembered set footprint, and barrier overheads, and ...

Architectural Effects on Maximum Dependency Lengths of Recurrent Neural Networks

https://arxiv.org/static/browse/0.3.4/images/icons/smileybones-infinity-large.png
The paper proposes a methodology to determine the maximum dependency length of RNNs and studies the effects of architectural changes on traditional RNN, GRU, and LSTM models. The study aims to understand how different RNN architectures affect the maximum dependency lengths of these models.

Behind AWS S3's Scale

https://highscalability.com/content/images/size/w1200/2024/03/7.png
Amazon S3 is a scalable multi-tenant storage service that provides interfaces to store and retrieve objects with high availability and durability at a relatively low cost, with a design that leverages parallelism and workload decorrelation to manage I/O demand across a large set of hard drives. The service has achieved 11 nines of durability, with a durability model that tracks failures and ...

Studying Stones Can Rock Your World

https://media.newyorker.com/photos/66c50c73673cf87fcc06f264/master/w_2560%2Cc_limit/r44749.jpg
Marcia Bjornerud, a geologist, writes about her life and career in her new book "Turning to Stone", which combines her personal history with her study of the Earth's history. Through her experiences, Bjornerud explores the relationship between humans and the planet, highlighting the importance of understanding the Earth's history and our place within it.

The occult technology of the rollercoaster

https://substackcdn.com/image/fetch/w_120,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F6f1fd0f1-7c83-43f5-ba1f-e4484f2c7f08_955x955.jpeg
The Wicker Man rollercoaster at Alton Towers is a machine that automates the shedding of innocence and the acquisition of experience, designed to terrify and initiate riders into a rite of passage. The Ride to Happiness at Plopsaland De Panne is a Mack Rides Xtreme Spinning Coaster that defines a new era of rollercoaster maturity, relying on freedom and transcendence rather than fear to define itself.

Show HN: I made a site that lets everyone edit the same gradient in real-time

https://internetgradient.com/static/internet-gradient-image.png
The Internet Gradient is a multiplayer live canvas that updates in real-time based on user interaction. The Internet Gradient will continue to update until it reaches the unsigned 32 bit integer limit. Created by Dris Elamri.

Tumblr to move its half a billion blogs to WordPress

https://techcrunch.com/wp-content/uploads/2024/08/shipping-tumblr-and-wordpress-blog-header403x-copy.jpg?w=764
Automattic, the company behind WordPress, plans to run Tumblr's backend on WordPress, allowing for easier sharing of tools and features between the two platforms. The move is expected to be a technical challenge, but Automattic is confident in its ability to complete the transition, which will allow Tumblr to benefit from WordPress's open-source developments.

Web Kid Anand is a typical high schooler–except for his megahot site. (1999)

Anand Lal Shimpi, a 17-year-old high school student, runs a successful online business, AnandTech, which reviews computer hardware and has over 1.5 million monthly visitors, earning him a gross annual revenue of nearly $1 million. Despite his success, Anand faces challenges, including criticism from some users and attempts to influence his reviews, but he remains committed to his integrity ...

120 Years of New York's Subterranean Literary Muse

https://static01.nyt.com/images/2024/08/12/multimedia/00BOOKS-SUBWAY-09-qhmb/00BOOKS-SUBWAY-09-qhmb-mobileMasterAt3x-v3.jpg
The New York City subway has been a source of inspiration for novelists over the past century, with its unique atmosphere and experiences influencing the works of many famous authors. From the early days of its opening in 1904 to the present, the subway has been a symbol of wonder, despair, and quotidian life, with its riders and stations serving as a backdrop for countless stories.

When EV startups shut down, will their cars still work?

When EV startups shut down, their cars may lose functionality, such as remote app control and dashboard features, due to lack of dealer networks, spare parts, and server support. This risk keeps the user from taking EV startups seriously until they have a proven track record of multiple product generations.

Ad Hoc Infrastructure – By Kent Beck

https://substackcdn.com/image/fetch/f_auto,q_auto:best,fl_progressive:steep/https%3A%2F%2Ftidyfirst.substack.com%2Ftwitter%2Fsubscribe-card.jpg%3Fv%3D-966436693%26version%3D9
The author argues that building infrastructure ad hoc is the safest and most efficient strategy, as it balances risks and achieves economies of scale. Ad hoc infrastructure is created when necessary, using regret as motivation, and can be continually improved without changing the application code.

How to sort your library in exactly 51,271 steps

https://david.kolo.ski/processed_images/omniscience.ebbe8e4df2856533.jpg
The article discusses a Magic: The Gathering combo that allows players to sort their library in a controlled way using the Omniscience and Petals of Insight cards. The combo requires a complex calculation to determine the exact number of iterations needed to sort the library, which can be declared when casting Petals of Insight.

The long road to ropeless fishing

https://hakaimagazine.com/wp-content/uploads/header-ropeless-gear.jpg
North Atlantic right whales are declining due to entanglement in fishing gear, boat strikes, and climate change, leading to fishing gear restrictions and closures that have devastated small-scale fishers like Michael "Chops" Cowdrey Jr. Cowdrey and other fishers are testing "ropeless" fishing gear, which is more expensive and slower, but could help reduce whale entanglements and get fishers ...

Repainting our app mid-flight

https://www.reviewable.io/blog/images/darkmode_toggle.gif
Reviewable, a code review application, has launched a dark mode feature after modernizing its UI framework and reducing the number of colors used in the app. The app uses a color palette with a logical ordering and leverages modern CSS features like color-mix, --*, and hsl to control the theme and reduce the number of colors used.

AI cameras spot toddlers not wearing seat belts

https://ichef.bbci.co.uk/news/480/cpsprodpb/39cd/live/83b7e480-5be5-11ef-94a7-f1e60611b99f.jpg.webp
Police in Devon and Cornwall detected over 2,000 seat belt offences, including 109 children, using AI cameras on three A-roads between July and August. The authorities are calling for tougher penalties, including penalty points, for seat belt offences, citing the risk of serious injury or death in the event of an accident.

Sail and Muddy: A Retrospective

https://feelmuddy.notion.site/image/https%3A%2F%2Fprod-files-secure.s3.us-west-2.amazonaws.com%2F8f0c8bcd-c563-4d8b-89e0-3bc7fd065783%2Fffb9c57f-fdf2-432f-88d4-c7016062def1%2Ff2b3c663-67e4-4a56-99e8-8522afa03a9d.png?table=block&id=388a5289-51de-4da5-8e66-940c5fb85b8a&spaceId=8f0c8bcd-c563-4d8b-89e0-3bc7fd065783&width=250&userId=&cache=v2
The author and their team, Jimmy Liu, attempted to create a new form of computer interface that would allow multiple people to collaborate in real-time, but ultimately failed to find traction due to the complexity of the concept and the lack of a clear use case. The team experimented with various prototypes, including a multiplayer browser and a chat-based collaboration tool, but ultimately ...