Idempotency Is Easy Until the Second Request Is Different

https://blog.dochia.dev/logo_4.svg
Idempotency is about preventing duplicate side effects in APIs, not just preventing duplicate writes. It requires a clear opinion on how to handle retries, including recovery ownership, response replay, and downstream deduplication.

Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc

Something went wrong, but don’t fret — let’s give it another shot. Some privacy related extensions may cause issues on x.com. Please disable them and try again.

Space Cadet Pinball on Linux

https://brennan.io/images/me.jpg
Stephen Brennan • 09 May 2026 To my fellow Linux users who grew up using Windows XP: did you know, you can have Space Cadet Pinball on your Linux machine? This is not breaking news, but it’s exciting to me, and I’m the one who decides what I write about. So here’s your PSA! Space Cadet Pinball was bundled with Windows XP, and growing up I played it a lot. As a result it holds a special place ...

The One Dollar Counterfeiter

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiwXpxWbUXh8JQ77qOz95jEMSz1Om4dBMMX9KkNU6q9VOgoSd0c9x09Iz2QFuGHTrW30gZQw-LIkr0LenTF5plIieA_W3peYZAD5JgtXMCAprBF11XeeREsHq8OU1tj5-6Ruz8CYFPEZXmbe-RzX6CvogO8X9ylGDDFCr-iATAGOOUlkSgsuCDx-WCo2ig/s1600/edward-juettner-2%20.jpg
Emerich Juettner, a frail old immigrant, successfully printed nearly 10 years of crude one-dollar bills, evading authorities until 1948. He was sentenced to a year in prison and paroled after 4 months due to his lack of greed, and his story became a folk hero.

Show HN: Building a web server in assembly to give my life (a lack of) meaning

https://raw.githubusercontent.com/imtomt/ymawky/main/docs/ymawky.png
ymawky is a web server written in ARM64 assembly for MacOS, supporting static file serving, PUT requests, and error pages. It requires Xcode Command Line Tools and runs on apple silicon (arm64) only.

Casio S100X Japanese Lacquer Edition (JP Page Only)

You don't have permission to access "http://www.casio.com/jp/basic-calculators/premium/en-s100x-jc1-u/" on this server.

We see something that works, and then we understand it

The linear theory of innovation is flawed as it assumes understanding precedes progress, whereas in reality, progress often comes from trial and error. This is evident in research and development where incomplete understanding is common and breakthroughs often result from observing and trying new things.

Gemini API File Search is now multimodal

https://storage.googleapis.com/gweb-uniblog-publish-prod/images/Gemini_File-Search_Blog-Hero_2096.width-200.format-webp_hm7uhZi.webp
Gemini API's File Search tool now supports retrieval-augmented generation with multimodal data and custom metadata. It processes images and text together, improving search accuracy and transparency with page citations.

Internet Archive Switzerland

https://blog.archive.org/wp-content/uploads/2026/05/IA-Switzerland-logo.png
Internet Archive Switzerland launched as a non-profit foundation in St. Gallen to preserve endangered archives and AI models. It joins a global network of mission-aligned organizations to build a distributed digital library.

I’ve banned query strings

The user doesn't want tracking stuff in URLs and has banned unauthorized query strings on their site. They're testing Caddy's handling of query strings at /no-query-strings.

Task Paralysis and AI

You're considering ADHD diagnosis due to task struggles and novelty needs, but haven't been officially diagnosed. You use AI tools like Claude to overcome task paralysis, but worry about addiction and the impact on artists.

FreeBSD – A Lesson in Poor Defaults

FreeBSD - a lesson in poor defaults This page lists some of the changes I make to a vanilla install of FreeBSD for security hardening. Some changes to increase network performance or make things a bit more sane are also included. It only covers basic changes that a sysadmin can make to a running system. It could also be considered a commentary piece on the state of security in FreeBSD's ...

Debian must ship reproducible packages

Local privilege escalation via execve()

FreeBSD-SA-26:13.exec is a security advisory that fixes a local privilege escalation via execve() in all supported versions of FreeBSD. The issue is corrected in stable/15, 14.4-STABLE, and 13.5-STABLE branches.

Zed Editor Theme-Builder

https://zed.dev/_next/image?url=%2Fimg%2Ftheme-builder-dark.jpg&w=3840&q=75
Access Zed's theme builder from the desktop and browse available theme extensions. The MeetingScheduler component helps schedule meetings about scheduling meetings.

A recent experience with ChatGPT 5.5 Pro

A mathematician used ChatGPT 5.5 Pro to improve the upper bound on a problem in additive number theory from exponential to polynomial in time, with the AI producing a result that was almost certainly correct according to a human expert. The mathematician suggests that the era of human mathematicians solving problems independently may be coming to an end, and that the future of mathematics ...

LLMorphism: When humans come to see themselves as language models

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
The author argues that LLMorphism, the belief humans think like LLMs, may spread due to biased inferences and cultural influence. This bias could lead to undervaluing human cognition and overvaluing machine capabilities.

Distributing Mac software is increasing my cortisol levels

https://blog.kronis.dev/user/pages/blog/apple-is-increasing-my-cortisol-levels/01-quarantine.jpg
The author is creating a Go utility to manage Claude Code profiles but is frustrated with Apple's developer program requirements, including a yearly subscription and ID verification process that doesn't work well with their MacBook's webcam.

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://raw.githubusercontent.com/nooga/let-go/main/meta/logo.png
let-go is a Clojure-family language compiler and VM for Go that produces a single ~10MB binary with ~7ms cold start. It supports standalone executables, WASM web apps, and embeds cleanly as a scripting layer for Go programs.

Scouting's Real Crisis Is Not Marketing. It Is Decades of Neglect.

https://www.untendedfire.org/wp-content/uploads/2026/05/BSA-canor_or_decline.jpeg
BSA's decline is due to its national culture, which prioritizes career advancement over youth program quality and accountability. The organization's outdated programs and failure to adapt to developmental stages have led to a loss of relevance and market share.

LLMs corrupt your documents when you delegate

https://arxiv.org/static/browse/0.3.4/images/arxiv-logo-fb.png
Large Language Models (LLMs) degrade documents during long workflows, corrupting 25% of content on average. Current LLMs are unreliable delegates, introducing severe errors that silently corrupt documents over time.

I'm writing a history of Visual Basic, Chapter 1 is up

https://evilgeniuslabs.ca/uploads/content/2026/05/6fd5a7b3274b436fbae1139adefcda97.png
The author is writing a history of Visual Basic on EvilGeniusLabs.ca, focusing on the people and lineage behind the language, rather than just its technical aspects or Microsoft management. The series will cover the development of Visual Basic from its roots in Dartmouth BASIC to its release in 1991, with a focus on lesser-known individuals who contributed to the project.

Making your own programming language is easier than you think (but also harder)

https://lisyarus.github.io/blog/media/making-your-own-programming-language/cover.png
The user is creating a custom programming language called pslang for modding their game, aiming for a low-level, imperative language with a static type system and seamless C interop. The language has a unique syntax, including indentation-based scoping, built-in arrays, and a focus on simplicity and ergonomics, with the goal of making it easy to use for modders.

Show HN: Rust but Lisp

https://opengraph.githubassets.com/d0851894ab5c8490a9a5a5be2262b1a2cb159d3e6ba7ca66f6d488a78e89036c/ThatXliner/rust-but-lisp
rlisp is a LISP frontend for Rust that compiles directly to Rust code. It uses s-expressions for syntax and compiles to native Rust with no runtime or GC.

From Buffon's Needle to Buffon's Noodle

https://mbmccoy.dev/images/buffons-noodle/noodle-drop.png
Drop a needle of length $L$ onto a hardwood floor with floorboards of width $W$. On average, the needle crosses $2L / \pi W$ lines between floorboards, a classic result of Buffon. But that $\pi$ in the formula means there’s a circle hiding somewhere. The trick to finding it? Bend the needle into a noodle. The usual approach to Buffon’s problem involves a double integral. Respectable, but this ...

The hypocrisy of cyberlibertarianism

https://matduggan.com/content/images/2026/05/image.png
The user reflects on the early days of the internet and how the ideology of cyberlibertarianism, which emphasized individual freedom and deregulation, led to the creation of a platform that prioritizes profit over people and has devastating consequences. The user argues that it's time to face the facts that this ideology has failed and that we need to evolve and find a new ethical code to ...

Replacing a 3 GB SQLite db with a 10 MB FST (finite state transducer) binary

The author rewrote a Finnish-English dictionary in Rust to reduce memory usage from 3 GB to 10 MB. They used a finite state machine to compactly represent the dictionary data.

The first microcomputer: The transfluxor-powered Arma Micro Computer from 1962

https://static.righto.com/images/arma-microcomputer/arma_1-w500.png
The Arma Micro Computer is a compact 20-pound transistorized computer designed for space applications in 1962. It used 22-bit serial architecture and had a small instruction set of 19 instructions.

Doctors Just Staged the Quietest Coup in American History

https://substackcdn.com/image/fetch/$s_!ZLsm!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa55eddc1-25dc-40f8-b618-c2a2b328468e_880x587.jpeg
Thirty-six US physicians signed a Congressional Record document stating President Donald Trump is mentally unfit for office. They invoked the Declaration of Geneva, citing concerns about his grandiose and delusional behavior.

Surfel-based global illumination on the web

https://juretriglav.si/assets/surfel-webgpu-gi/leonardo-da-vinci-treatise-on-painting.png
The author explores the concept of surfels, a technique for rendering global illumination in real-time, and its application in a WebGPU-based pipeline, including surfelization, grid acceleration, and ray tracing. The pipeline is optimized with techniques such as guided sampling, multi-scale mean estimator, and temporal filtering to achieve a stable and noiseless image, but still faces ...