frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Belgium stops decommissioning nuclear power plants

https://dpa-international.com/general-news/urn:newsml:dpa.com:20090101:260430-930-14717/
141•mpweiher•1h ago•62 comments

I aggregated 28 US Government auction sites into one search

https://bidprowl.com
38•scarsam•1h ago•13 comments

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/granite-4-1-ibm-open-source-model-family/
153•steveharing1•3h ago•87 comments

Mozilla's Opposition to Chrome's Prompt API

https://github.com/mozilla/standards-positions/issues/1213
272•jaffathecake•5h ago•104 comments

Meta in row after workers who saw smart glasses users having sex lose jobs

https://www.bbc.com/news/articles/c5y7yvgy0w6o
15•gorbachev•27m ago•4 comments

Where the goblins came from

https://openai.com/index/where-the-goblins-came-from/
798•ilreb•10h ago•479 comments

Noctua releases official 3D CAD models for its cooling fans

https://www.noctua.at/en/3d-cad-models
359•embedding-shape•2d ago•79 comments

Zed 1.0

https://zed.dev/blog/zed-1-0
1965•salkahfi•23h ago•629 comments

The Zig project's rationale for their anti-AI contribution policy

https://simonwillison.net/2026/Apr/30/zig-anti-ai/
415•lumpa•11h ago•212 comments

Copy Fail

https://copy.fail/
1148•unsnap_biceps•19h ago•406 comments

GCC 16 has been released

https://gcc.gnu.org/gcc-16/changes.html
97•HeliumHydride•1h ago•8 comments

A Primer on Bézier Curves – So What Makes a Bézier Curve?

https://pomax.github.io/bezierinfo/
34•mostlyk•2d ago•11 comments

Craig Venter has died

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

"Parse, don't validate" through the years with C++

https://derekrodriguez.dev/parse-dont-validate-through-the-years-with-c-/
47•dwrodri•2d ago•20 comments

Cursor Camp

https://neal.fun/cursor-camp/
1042•bpierre•21h ago•169 comments

U.S. Debt Tops 100% of GDP

https://www.wsj.com/economy/u-s-debt-tops-100-of-gdp-81c013d7
25•JumpCrisscross•31m ago•10 comments

My Stratum-0 Atomic Clock

https://coverclock.blogspot.com/2017/05/my-stratum-0-atomic-clock_9.html
7•g0xA52A2A•2d ago•0 comments

DataCenter.FM – background noise app featuring the sound of the AI bubble

https://datacenter.fm/
59•louisbarclay•5h ago•14 comments

For the first time in history, more Americans are moving to EU than vice versa

https://twitter.com/benbawan/status/2049303326999609846
59•akyuu•2h ago•53 comments

Biology is a Burrito: A text- and visual-based journey through a living cell

https://burrito.bio/essays/biology-is-a-burrito
144•the-mitr•10h ago•20 comments

London to Calcutta by Bus (2022)

https://www.amusingplanet.com/2022/08/london-to-calcutta-by-bus.html
88•CGMthrowaway•1d ago•28 comments

Alignment whack-a-mole: Finetuning activates recall of copyrighted books in LLMs

https://github.com/cauchy221/Alignment-Whack-a-Mole-Code
164•reconnecting•10h ago•133 comments

OpenTrafficMap

https://opentrafficmap.org/
307•moooo99•17h ago•86 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
368•agwa•21h ago•89 comments

Monad Tutorials Timeline

https://wiki.haskell.org/Monad_tutorials_timeline
60•brudgers•9h ago•22 comments

Mike: open-source legal AI

https://mikeoss.com/
140•noleary•12h ago•63 comments

Laws of UX

https://lawsofux.com/
304•bobbiechen•20h ago•52 comments

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

https://github.com/GliaX/Stethoscope
276•0x54MUR41•22h ago•120 comments

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

https://github.com/anthropics/claude-code/issues/53262
1178•homebrewer•18h ago•503 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/...
248•jjba23•1d ago•135 comments
Open in hackernews

GCC 16 has been released

https://gcc.gnu.org/gcc-16/changes.html
97•HeliumHydride•1h ago

Comments

t-3•58m ago
Somehow I never realized that GCC has a very regular release schedule until looking it up just now: https://gcc.gnu.org/develop.html
tosti•46m ago
IIRC, since GCC got covered by GPL3.

It used to be slower and I've spent way too much time working around C++ bugs in GCC 2.95

(The fact that I remember the problematic version is telling :)

gpderetta•39m ago
Everybody remembers that specific version :). And I wasn't even programming professionally at that time!
physicsguy•8m ago
They changed their major release numbers too tbf. 4.x it was point release per year, now it's a major release per year.
r2vcap•37m ago
Yeah, GCC’s recent major releases have been remarkably regular, much like Fedora’s spring releases, and their releases seem to fit into the same broader rhythm. Hint? Red Hat.
uyjulian•34m ago
It has been that way since people from Cygnus (now RedHat->IBM) reorganized the project
xzstas•8m ago
I've already been using it for some time (debian sid has a trunk package). it has c++26 reflection, so I already do some magical things with reflection (much better for some cases e.g. for ser-des). I only wish they had a lsp server in their eco-system!
klaussilveira•2m ago
libstd has been giving me issues running gcc 16 binaries on Debian 12 and 13.