frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Craig Venter has died

https://www.jcvi.org/media-center/j-craig-venter-genomics-pioneer-and-founder-jcvi-and-diploid-ge...
76•rdl•1h ago•13 comments

Zed 1.0

https://zed.dev/blog/zed-1-0
1578•salkahfi•12h ago•504 comments

Copy Fail

https://copy.fail/
644•unsnap_biceps•8h ago•275 comments

Joby Kicks Off NYC Electric Air Taxi Demos with Historic JFK Flight

https://www.flyingmag.com/joby-nyc-electric-air-taxi-jfk-airport/
18•Jblx2•1h ago•17 comments

Cursor Camp

https://neal.fun/cursor-camp/
691•bpierre•11h ago•111 comments

OpenTrafficMap

https://opentrafficmap.org/
163•moooo99•7h ago•36 comments

FastCGI: 30 years old and still the better protocol for reverse proxies

https://www.agwa.name/blog/post/fastcgi_is_the_better_protocol_for_reverse_proxies
262•agwa•10h ago•66 comments

HERMES.md in commit messages causes requests to route to extra usage billing

https://github.com/anthropics/claude-code/issues/53262
1001•homebrewer•8h ago•428 comments

Vera: a programming language designed for machines to write

https://github.com/aallan/vera
60•unignorant•5h ago•44 comments

Consequences of passing too few register parameters to a C function

https://devblogs.microsoft.com/oldnewthing/20260427-00/?p=112271
20•aragonite•2d ago•3 comments

Why I still reach for Lisp and Scheme instead of Haskell

https://jointhefreeworld.org/blog/articles/lisps/why-i-still-reach-for-scheme-instead-of-haskell/...
172•jjba23•18h ago•65 comments

Laws of UX

https://lawsofux.com/
200•bobbiechen•9h ago•31 comments

DRAM Crunch: Lessons for System Design

https://www.eetimes.com/what-the-dram-crunch-teaches-us-about-system-design/
36•giuliomagnifico•1d ago•3 comments

An open-source stethoscope that costs between $2.5 and $5 to produce

https://github.com/GliaX/Stethoscope
210•0x54MUR41•12h ago•84 comments

Claude.ai and API unavailable [fixed]

https://status.claude.com/incidents/2gf1jpyty350
93•rob•1h ago•81 comments

Gooseworks (YC W23) Is Hiring a Founding Growth Engineer

https://www.ycombinator.com/companies/gooseworks/jobs/ztgY6bD-founding-growth-engineer
1•shivsak•5h ago

A Grounded Conceptual Model for Ownership Types in Rust

https://cacm.acm.org/research-highlights/a-grounded-conceptual-model-for-ownership-types-in-rust/
6•tkhattra•1h ago•0 comments

Ramp's Sheets AI Exfiltrates Financials

https://www.promptarmor.com/resources/ramps-sheets-ai-exfiltrates-financials
112•takira•9h ago•34 comments

Creating a Color Palette from an Image

https://amandahinton.com/blog/creating-a-color-palette-from-an-image
9•evakhoury•1d ago•0 comments

We need a federation of forges

https://blog.tangled.org/federation/
526•icy•12h ago•333 comments

Kyoto cherry blossoms now bloom earlier than at any point in 1,200 years

https://jivx.com/kyoto-bloom
262•momentmaker•7h ago•73 comments

Postgres's lateral joins allow for quite the good eDSL

https://bensimms.moe/postgres-lateral-makes-quite-a-good-dsl/
64•nitros•2d ago•11 comments

I benchmarked Claude Code's caveman plugin against "be brief."

https://www.maxtaylor.me/articles/i-benchmarked-caveman-against-two-words
68•max-t-dev•5h ago•48 comments

The Lingua Franca of LaTeX (2019)

https://increment.com/open-source/the-lingua-franca-of-latex/
16•ripe•1d ago•3 comments

Online age verification is the hill to die on

https://x.com/GlennMeder/status/2049088498163216560
794•Cider9986•11h ago•502 comments

How to Build the Future: Demis Hassabis [video]

https://www.youtube.com/watch?v=JNyuX1zoOgU
92•sandslash•12h ago•46 comments

Mike: open-source legal AI

https://mikeoss.com/
13•noleary•2h ago•2 comments

Ghostty is leaving GitHub

https://mitchellh.com/writing/ghostty-leaving-github
3363•WadeGrimridge•1d ago•1001 comments

I accidentally made law enforcement shut down their fake honeypot

https://lina.sh/blog/ddos-honeypot
65•fishgoesblub•5h ago•23 comments

Virtualisation on Apple Silicon Macs is different

https://eclecticlight.co/2026/04/29/virtualisation-on-apple-silicon-macs-is-different/
79•zdw•10h ago•22 comments
Open in hackernews

Consequences of passing too few register parameters to a C function

https://devblogs.microsoft.com/oldnewthing/20260427-00/?p=112271
20•aragonite•2d ago

Comments

anitil•1h ago
I had never considered the idea of passing too few register params so I didn't immediately think of the reuse problem. And I had no idea about Itanium's Not-a-thing bit! Always a good read from Raymond Chen.
bananamogul•1h ago
Raymend Chen has probably forgotten more about programming than I'll ever know, but aren't the first two blah() function examples either missing a } or have a superfluous { after the else?
Onavo•12m ago
Post COVID software engineer grads probably won't understand this comment.