frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GLM-5.2 is the new leading open weights model on Artificial Analysis

https://artificialanalysis.ai/articles/glm-5-2-is-the-new-leading-open-weights-model-on-the-artif...
188•himata4113•2h ago•67 comments

Show HN: High-Res Neural Cellular Automata

https://cells2pixels.github.io/
59•esychology•2h ago•6 comments

GrapheneOS has been ported to Android 17

https://discuss.grapheneos.org/d/36469-grapheneos-has-been-ported-to-android-17-and-official-rele...
818•Cider9986•15h ago•412 comments

Running local models is good now

https://vickiboykis.com/2026/06/15/running-local-models-is-good-now/
1376•jfb•21h ago•526 comments

Hacker News but for Independent Blogs

https://bubbles.town/
151•headalgorithm•3h ago•52 comments

U.S. Science Is in Chaos

https://www.scientificamerican.com/article/americas-compact-between-science-and-politics-is-broken/
99•presspot•1h ago•62 comments

Humiliating IIS servers for fun and jail time

https://mll.sh/humiliating-iis-servers-for-fun-and-jail-time/
287•denysvitali•12h ago•67 comments

Show HN: Capacitor Alarm Clock

https://github.com/ArcaEge/capacitor-alarm-clock
27•arcaege•3d ago•8 comments

RFC 10008: The new HTTP Query Method

https://www.rfc-editor.org/info/rfc10008/
7•schappim•53m ago•2 comments

Map Clustering Is Not My Favorite

https://blog.greg.technology/2026/06/12/map-clustering-is-not-my-favorite.html
26•gregsadetsky•4d ago•10 comments

TIL: You can make HTTP requests without curl using Bash /dev/TCP

https://mareksuppa.com/til/bash-dev-tcp-http-without-curl/
435•mrshu•19h ago•202 comments

Subterranean fungi networks more than 100 quadrillion km in length

https://www.theguardian.com/science/2026/jun/11/arbuscular-mycorrhizal-fungi-plant-life-climate-g...
88•tosh•5d ago•20 comments

Calvin and Hobbes and the price of integrity

https://therepublicofletters.substack.com/p/calvin-and-hobbes-and-the-price-of
451•pseudolus•19h ago•190 comments

Has AI already killed self-help nonfiction books?

https://tim.blog/2026/06/12/has-ai-already-killed-nonfiction/
323•imakwana•18h ago•369 comments

Wolfram Language and Mathematica version 15

https://writings.stephenwolfram.com/2026/06/launching-version-15-of-wolfram-language-mathematica-...
177•alok-g•12h ago•91 comments

GPT‑NL: a sovereign language model for the Netherlands

https://www.tno.nl/en/digital/artificial-intelligence/gpt-nl/
223•root-parent•17h ago•225 comments

The founder's playbook: Building an AI-native startup

https://claude.com/blog/the-founders-playbook
107•e2e4•4h ago•102 comments

Stop Using JWTs

https://gist.github.com/samsch/0d1f3d3b4745d778f78b230cf6061452
415•dzonga•18h ago•243 comments

From Chesterton's fence to Chesterton's gap

https://stephantul.github.io/blog/unfence/
15•stephantul•4h ago•12 comments

GLM 5.2 Performance Benchmarks

https://artificialanalysis.ai/models/glm-5-2
21•theanonymousone•4h ago•2 comments

Semiclassical Gravity Efficiently Solves NP-Complete Problems

https://arxiv.org/abs/2606.14806
38•ascarshen•8h ago•17 comments

SpaceX to buy Cursor for $60B

https://www.reuters.com/legal/transactional/spacex-buy-anysphere-60-billion-2026-06-16/
1043•itsmarcelg•1d ago•1543 comments

But yak shaving is fun (2019)

https://parksb.github.io/en/article/32.html
271•parksb•21h ago•81 comments

Making 'food out of thin air' (2024)

https://www.noemamag.com/making-food-out-of-thin-air/
25•muchweight•2d ago•5 comments

Stop Killing Games fails to secure EU law despite 1.3M signatures

https://www.dexerto.com/gaming/stop-killing-games-fails-to-secure-eu-law-despite-1-3m-signatures-...
275•slymax•10h ago•205 comments

A brief tour of the PDP-11, the most influential minicomputer of all time (2022)

https://arstechnica.com/gadgets/2022/03/a-brief-tour-of-the-pdp-11-the-most-influential-minicompu...
86•jensgk•2d ago•34 comments

Lattice Triangles Are Rare

https://axiommath.ai/territory/the-reveal
20•skogstokig•6d ago•4 comments

10Gb/s Ethernet: switching to a Broadcom SFP+ module

https://www.gilesthomas.com/2026/06/10g-ethernet-switching-to-broadcom-sfp-plus
159•gpjt•17h ago•142 comments

The Amphibious Villagers of Indonesia

https://www.economist.com/interactive/1843/2026/06/12/the-amphibious-villagers-of-indonesia
32•haritha-j•2d ago•10 comments

Qwen-Robot Suite: A Foundation Model Suite for Physical World Intelligence

https://qwen.ai/blog?id=qwen-robotsuite
188•ilreb•22h ago•35 comments
Open in hackernews

From Chesterton's fence to Chesterton's gap

https://stephantul.github.io/blog/unfence/
15•stephantul•4h ago

Comments

joshka•2h ago
The counterpoint is that building software is not building a fence. When you create something in software, nothing tangible changes until that's accepted and running on all the places that you deploy to. A PR is just a hey, here's a fence that the contributor built elsewhere that proves that building something like this is possible.

The corollary is design your open source libraries so they're obvious enough that the chesterton's gaps are obvious. Anytime an AI tool submits something that breaks your expectation of things not being necessary it usually highlights that there's a missing gap in the explanation of what is necessary.

stephantul•2h ago
I’m not sure I share your view of PRs. I still see submitting PRs as something that puts pressure on maintainers. Even incorrect PRs take time to verify and review.

I also don’t see how this differs between the “gap” and the “fence” part of the metaphor. Whether someone submits a rewrite/removal (fence) or a new feature (gap) for PR review, it’s still going to cost me attention.

joshka•1h ago
It's only pressure if you believe the social contract in a PR is that everything that is written is something you're obligated to read / respond to. If you flip that a bit to a PR being the first step in a way of saying "I tried a thing and it worked, what's necessary to make that an actual thing that other can use", then you will sort of land here.

Previously I wrote https://news.ycombinator.com/item?id=48517931

ndr•2h ago
Related to this, the concept of "free as in puppies" from D. Richard Hipp, creator of SQLite:

> Suppose you had a pull request for SQLite. "Hey, I've got this new feature for SQLite. Here's the pull request." When you want me to pull that into the tree, you say, "Oh, it's free."

> No, it's not free. What you're doing is asking me - you've got this cool feature, and you want me to maintain it for you, to document it for you, to test it for you, to maintain it for you for the next twenty-five years. That's not free.

> Linus Torvalds is famous for saying there's free as in beer and free as in speech. But there's another kind of freedom: free as in puppies. "Oh look, I've got a free puppy for you." You see where this is going?

> A pull request is a free puppy. And then you've just got a kennel full of puppies at the end of the day. And you can't just throw them out - you're morally obligated to take care of them for their natural life.

> I don't want any free puppies.

source: https://youtu.be/x8_ZZhRL3YU?t=1715

stephantul•2h ago
Thanks! This is very similar indeed. Related: I see a lot of “drive-by” PRs by agents, who obviously have no intent of ever maintaining the code they wrote.
api•23m ago
Puppy cannons. Puppy carpet bombing.
stephantul•5m ago
Puppy slush automatically pushed through vents into your codebase
ChrisMarshallNY•
ChrisMarshallNY•1h ago
I’ve found utility in removing code.

I feel that doing the job with the fewest lines of code, is best.

I also believe in focused/pure scope. If I write a type or API to do a job, then it should do that job, and only that job. If I want to add functionality that is out-of-scope, then I’ll often write another type, instead of adding it to the existing one. Making this type of decision is always fraught.

But, like in all things, it depends. Sometimes, reducing the overhead of things like setup and testing is a good reason to not introduce a whole new resource, but I should make it a point to document the reason for the incongruity.

This is especially true, when designing user interface. I’ve found that, usually (not all the time, though), less is more.

Josef Albers is known (amongst other things), for the quote “Sometimes, in design, one plus one is three or more.”.

4m ago
A new definition of "puppy mill."
akoboldfrying•1h ago
FYI there are quite a few glitches in there:

> and want you want me to maintain it for you

> to to document it for you

> Linus Torvalds is famous famous

> A pool request

> They're you you're you're morally obligated

ndr•1h ago
Thank you, I was too eager copy-pasting YT transcriptions.