Online Safety Act – shutdowns and site blocks
blocked.org.uk
Claude Sonnet 4 now supports 1M tokens of context
anthropic.com
Search all text in New York City
alltext.nyc
Bezier-rs – algorithms for Bézier segments and shapes
graphite.rs
Fennel libraries as single files (2023)
andreyor.st
1948: Catholic Church publishes final edition of “Index Librorum Prohibitorum”
historyofinformation.com
F-Droid build servers can't build modern Android apps due to outdated CPUs
Sheet0, a data agent transform webpages to structured spreadsheets
sheet0.com
Show HN: Building a web search engine from scratch with 3B neural embeddings
blog.wilsonl.in
Training language models to be warm and empathetic makes them less reliable
arxiv.org
Journaling using Nix, Vim and coreutils
tangled.sh
A gentle introduction to anchor positioning
webkit.org
Show HN: Omnara – Run Claude Code from anywhere
github.com
A Comprehensive Survey of Self-Evolving AI Agents [pdf]
arxiv.org
Blender is Native on Windows 11 on Arm
thurrott.com
QNX: The Incredible 1.44M Demo
archive.org
WHY2025: How to become your own ISP [video]
media.ccc.de
Multimodal WFH setup: flight SIM, EE lab, and music studio in 60sqft/5.5M²
sdo.group
The Missing Protocol: Let Me Know
deanebarker.net
Hi HN, I’ve been working on Gore – a port of the classic Doom engine written in pure Go, based on a ccgo C-to-Go translation of Doom Generic. It loads original WAD files, uses a software renderer (no SDL or CGO, or Go dependencies outside the standard library). Still has a bit of unsafe code that I'm trying to get rid of, and various other caveats.
In the examples is a terminal-based renderer, which is entertaining, even though it's very hard to play with terminal-style input/output.
The goal is a clean, cross-platform, Go-native take on the Doom engine – fun to hack on, easy to read, and portable.
Code and instructions are at https://github.com/AndreRenaud/Gore
Would love feedback or thoughts.