frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

JPEG Compression

https://www.sophielwang.com/blog/jpeg
171•vinhnx•4d ago•31 comments

Write up of my homebrew CPU build

https://willwarren.com/2026/03/12/building-my-own-cpu-part-3-from-simulation-to-hardware/
54•wwarren•2d ago•5 comments

Mistral AI Releases Forge

https://mistral.ai/news/forge
436•pember•12h ago•83 comments

A Decade of Slug

https://terathon.com/blog/decade-slug.html
604•mwkaufma•14h ago•56 comments

Celebrating Tony Hoare's mark on computer science

https://bertrandmeyer.com/2026/03/16/celebrating-tony-hoares-mark-on-computer-science/
20•benhoyt•3h ago•1 comments

Microsoft's 'unhackable' Xbox One has been hacked by 'Bliss'

https://www.tomshardware.com/video-games/console-gaming/microsofts-unhackable-xbox-one-has-been-h...
675•crtasm•18h ago•232 comments

Show HN: Pgit – A Git-like CLI backed by PostgreSQL

https://oseifert.ch/blog/building-pgit
31•ImGajeed76•1d ago•11 comments

Python 3.15's JIT is now back on track

https://fidget-spinner.github.io/posts/jit-on-track.html
370•guidoiaquinti•15h ago•190 comments

More than 135 open hardware devices flashable with your own firmware

https://openhardware.directory
216•iosifnicolae2•4d ago•21 comments

The pleasures of poor product design

https://www.inconspicuous.info/p/the-pleasures-of-poor-product-design
111•NaOH•8h ago•35 comments

Ndea (YC W26) is hiring a symbolic RL search guidance lead

https://ndea.com/jobs/search-guidance
1•mikeknoop•2h ago

Get Shit Done: A meta-prompting, context engineering and spec-driven dev system

https://github.com/gsd-build/get-shit-done
332•stefankuehnel•13h ago•162 comments

Have a fucking website

https://www.otherstrangeness.com/2026/03/14/have-a-fucking-website/
386•asukachikaru•5h ago•214 comments

Show HN: Sub-millisecond VM sandboxes using CoW memory forking

https://github.com/adammiribyan/zeroboot
149•adammiribyan•19h ago•38 comments

Forget Flags and Scripts: Just Rename the File

https://robertsdotpm.github.io/software_engineering/program_names_as_input.html
35•Uptrenda•5h ago•32 comments

A tale about fixing eBPF spinlock issues in the Linux kernel

https://rovarma.com/articles/a-tale-about-fixing-ebpf-spinlock-issues-in-the-linux-kernel/
93•y1n0•8h ago•5 comments

Unsloth Studio

https://unsloth.ai/docs/new/studio
277•brainless•18h ago•53 comments

Why AI systems don't learn – On autonomous learning from cognitive science

https://arxiv.org/abs/2603.15381
113•aanet•11h ago•42 comments

Honda is killing its EVs

https://techcrunch.com/2026/03/14/honda-is-killing-its-evs-and-any-chance-of-competing-in-the-fut...
322•sylvainkalache•2d ago•684 comments

Electron microscopy shows ‘mouse bite’ defects in semiconductors

https://news.cornell.edu/stories/2026/03/electron-microscopy-shows-mouse-bite-defects-semiconductors
71•hhs•4d ago•15 comments

It Took Me 30 Years to Solve This VFX Problem – Green Screen Problem [video]

https://www.youtube.com/watch?v=3Ploi723hg4
238•yincrash•4d ago•96 comments

Review of Microsoft's ClearType Font Collection (2005)

https://typographica.org/on-typography/microsofts-cleartype-font-collection-a-fair-and-balanced-r...
18•precompute•4h ago•1 comments

Aggregated File System (AGFS), a modern tribute to the spirit of Plan 9

https://github.com/c4pt0r/agfs
4•ngaut•3d ago•2 comments

Leviathan (1651)

https://www.gutenberg.org/files/3207/3207-h/3207-h.htm
60•mrwh•3d ago•19 comments

(Media over QUIC) on a Boat

https://moq.dev/blog/on-a-boat/
4•mmcclure•4d ago•0 comments

Launch HN: Kita (YC W26) – Automate credit review in emerging markets

43•rheamalhotra1•13h ago•9 comments

Launch an autonomous AI agent with sandboxed execution in 2 lines of code

https://amaiya.github.io/onprem/examples_agent.html
38•wiseprobe•8h ago•14 comments

Ryugu asteroid samples contain all DNA and RNA building blocks

https://phys.org/news/2026-03-ryugu-asteroid-samples-dna-rna.html
242•bookofjoe•21h ago•130 comments

I Simulated 38,612 Countryle Games to Find the Best Strategy

https://stoffregen.io/posts/countryle/
23•st0ffregen•1d ago•6 comments

Edge.js: Run Node apps inside a WebAssembly sandbox

https://wasmer.io/posts/edgejs-safe-nodejs-using-wasm-sandbox
141•syrusakbary•15h ago•37 comments
Open in hackernews

Write up of my homebrew CPU build

https://willwarren.com/2026/03/12/building-my-own-cpu-part-3-from-simulation-to-hardware/
54•wwarren•2d ago

Comments

artemonster•1h ago
I always applaud homebrew cpu designs but after doing so many myself I would reaaaaly advice to stay away from dip chips/breadboards/wirewraps and any attempts to put it into real physical world. Taking a build out of a logisim/verilog to real world in chips sucks away all the fun about cpu design - suddenly you have to deal with invisible issues like timing, glitchy half-dead chip, bad wire connection, etc. these are not challenges, just mundane dull work. The only exception to „stay in the sim“ rule is if you want to make an „art statement“, i.e. like BMOW (or my relay cpu https://github.com/artemonster/relay-cpu/blob/main/images/fr... /shamelessplug)
moring•1h ago
My advice would be to consider the possibility, not necessarily to stay out of the physical world. For some, those physical details may be the fun part. Some hate verilog. Some want to put it on an FPGA, some don't. I, personally, moved away from FPGAs due to bad documentation (looking at you, Lattice).

An alternative to Verilog is RTl simulation in a higher-level Language, or even higher-level Simulation.

Just remember that you can't define what is "fun".

code_biologist•56m ago
I'm totally with you personally, but sometimes doing the actually hard part is fun. Type 2 fun.

Long ago I took a CPU architecture class and we implemented designs in Verilog as a final project. Apparently people who took the class in the late 90s (before my time) could actually tape-out their designs and pay a few hundred dollars to get fabbed chips as part of a multiproject wafer. I was always curious if those chips actually worked, or just looked pretty.

komali2•8m ago
> It’s a standalone tool that lives outside the computer. I put the EEPROM into the socket, and connect via serial to my laptop to upload the binary files.

Huh, I guess I never really thought about it, but how did they program the first CPUs? Like how did they overcome the chicken/egg situation?

b00ty4breakfast•4m ago
I'm going off memory (of a book, not that I was alive in the 40s, ha) so grain of salt etc but I believe the very earliest computers were literally rewired every time they need to be re-programmed.