frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I am building a cloud

https://crawshaw.io/blog/building-a-cloud
329•bumbledraven•4h ago•154 comments

Alberta startup sells no-tech tractors for half price

https://wheelfront.com/this-alberta-startup-sells-no-tech-tractors-for-half-price/
1755•Kaibeezy•17h ago•559 comments

Apple fixes bug that cops used to extract deleted chat messages from iPhones

https://techcrunch.com/2026/04/22/apple-fixes-bug-that-cops-used-to-extract-deleted-chat-messages...
589•cdrnsf•13h ago•147 comments

Your hex editor should color-code bytes

https://simonomi.dev/blog/color-code-your-bytes/
62•tobr•1d ago•8 comments

We found a stable Firefox identifier linking all your private Tor identities

https://fingerprint.com/blog/firefox-tor-indexeddb-privacy-vulnerability/
689•danpinto•15h ago•192 comments

5x5 Pixel font for tiny screens

https://maurycyz.com/projects/mcufont/
608•zdw•3d ago•127 comments

Our newsroom AI policy

https://arstechnica.com/staff/2026/04/our-newsroom-ai-policy/
47•zdw•4h ago•29 comments

A True Life Hack: What Physical 'Life Force' Turns Biology's Wheels?

https://www.quantamagazine.org/what-physical-life-force-turns-biologys-wheels-20260420/
74•Prof_Sigmund•1d ago•14 comments

The Onion to Take over InfoWars

https://www.nytimes.com/2026/04/20/business/infowars-alex-jones-the-onion.html
153•lxm•2d ago•33 comments

Over-editing refers to a model modifying code beyond what is necessary

https://nrehiew.github.io/blog/minimal_editing/
361•pella•15h ago•206 comments

Tempest vs. Tempest: The Making and Remaking of Atari's Iconic Video Game

https://tempest.homemade.systems
73•mwenge•8h ago•24 comments

Website streamed live directly from a model

https://flipbook.page/
275•sethbannon•15h ago•77 comments

An amateur historian's favorite books about the Silk Road

https://bookdna.com/best-books/silk-road
14•bwb•1d ago•11 comments

Technical, cognitive, and intent debt

https://martinfowler.com/fragments/2026-04-02.html
264•theorchid•17h ago•68 comments

Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image

https://antiz.fr/blog/archlinux-now-has-a-reproducible-docker-image/
51•maxloh•7h ago•10 comments

Plexus P/20 Emulator

https://spritetm.github.io/plexus_20_emu/
19•hggh•3d ago•2 comments

Ping-pong robot beats top-level human players

https://www.reuters.com/sports/ping-pong-robot-ace-makes-history-by-beating-top-level-human-playe...
118•wslh•18h ago•142 comments

Parallel agents in Zed

https://zed.dev/blog/parallel-agents
226•ajeetdsouza•15h ago•122 comments

Qwen3.6-27B: Flagship-Level Coding in a 27B Dense Model

https://qwen.ai/blog?id=qwen3.6-27b
840•mfiguiere•20h ago•389 comments

Verus is a tool for verifying the correctness of code written in Rust

https://verus-lang.github.io/verus/guide/
55•fanf2•2d ago•10 comments

Scoring Show HN submissions for AI design patterns

https://www.adriankrebs.ch/blog/design-slop/
307•hubraumhugo•18h ago•220 comments

Borrow-checking without type-checking

https://www.scattered-thoughts.net/writing/borrow-checking-without-type-checking/
58•jamii•6h ago•15 comments

Ultraviolet corona discharges on treetops during storms

https://www.psu.edu/news/earth-and-mineral-sciences/story/treetops-glowing-during-storms-captured...
231•t-3•20h ago•65 comments

The Forgotten History of Hershey's Electric Railway (1916) in Cuba

https://spectrum.ieee.org/hershey-electric-railway-cuba
4•defrost•1d ago•0 comments

Bodega cats of New York

https://bodegacatsofnewyork.com
193•zdw•5d ago•77 comments

Windows 9x Subsystem for Linux

https://social.hails.org/@hailey/116446826733136456
955•sohkamyung•23h ago•225 comments

Workspace Agents in ChatGPT

https://openai.com/index/introducing-workspace-agents-in-chatgpt/
135•mfiguiere•15h ago•51 comments

What killed the Florida orange?

https://slate.com/business/2026/04/florida-state-orange-food-houses-real-estate.html
151•danso•2d ago•142 comments

The handmade beauty of Machine Age data visualizations

https://resobscura.substack.com/p/the-handmade-beauty-of-machine-age
38•benbreen•19h ago•2 comments

The Neon King of New Orleans

https://gardenandgun.com/new-orleans-neon-king
52•renameme•12h ago•8 comments
Open in hackernews

Arch Linux Now Has a Bit-for-Bit Reproducible Docker Image

https://antiz.fr/blog/archlinux-now-has-a-reproducible-docker-image/
50•maxloh•7h ago

Comments

kippinsula•1h ago
reproducible images are one of those features where the payoff is mostly emotional until the day it isn't. we had an incident where two supposedly identical images on two machines had a three byte delta in a timestamp and it cost us an afternoon to bisect from the wrong end. boring win, but a real one.
aa-jv•1h ago
This is a really interesting accomplishment - I am also working heavily on reproducible builds for my firmware projects, and .. lo and behold .. the package manager key administrivia is the final bone to be broken.

I wonder if Arch leading the way on this will prompt other distro's to attempt the same feat. Reproducible builds are important for certification, security and safety-critical applications .. it'd be great to see Linux distros become more conformant to this method.

Pay08•49m ago
Debian already has an ongoing project for this: https://wiki.debian.org/ReproducibleBuilds.
dev_l1x_be•1h ago
All docker containers should have been like that. apt-get update in a docker build step is an anti pattern.
DuncanCoffee•1h ago
I know it's an anti-pattern, but what is the alternative if you need to install some software? Pulling its tagged source code, gcc and compile everything?
rowanG077•52m ago
With a binary cache that is not so bad, see for example what nix does.
Pay08•47m ago
I don't really see how that's different from a normal binary install of a reproducible package. Especially with the lacking quality of a lot of Nix packages.
rowanG077•16m ago
It's not? It gives you reproducable docker containers without having to rebuild the world. Wasn't that the entire question?
malikolivier•31m ago
This is to solve such issues that I am using and running StableBuild.

It is a managed service that keeps a cached copy of your dependencies at a specific time. You can pin your dependencies within a Dockerfile and have reproducible docker images.

fragmede•1h ago
and they said compilers are deterministic...

This is a huge accomplishment! But it wouldn't be so huge if compilers were trivially deterministic. It took 5 decades of development for compilers to get here. I'm sure ChatGPT in 2073 is going to be more deterministic than it was in 2023.