frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: FablePool – pool money behind a prompt, and Fable builds it in public

https://fablepool.com
211•matthewbarras•3h ago•121 comments

Show HN: Homebrew 6.0.0

https://brew.sh/2026/06/11/homebrew-6.0.0/
941•mikemcquaid•11h ago•221 comments

If you are asking for human attention, demonstrate human effort

https://tombedor.dev/human-attention-and-human-effort/
194•jjfoooo4•1h ago•43 comments

MiMo Code is now released and open-source

https://mimo.xiaomi.com/mimocode
414•apeters•10h ago•233 comments

A jacket that harvests drinking water from the air

https://news.utexas.edu/2026/06/11/this-jacket-pulls-drinking-water-from-thin-air/
24•ilreb•1h ago•7 comments

A greyscale iPhone setup that works in everyday life

https://www.fabianhemmert.com/opinions/a-greyscale-iphone-setup-that-works-in-everyday-life
12•hemmert•17h ago•4 comments

Anthropic apologizes for invisible Claude Fable guardrails

https://www.theverge.com/ai-artificial-intelligence/948280/anthropic-claude-fable-invisible-disti...
287•rarisma•12h ago•290 comments

Petition to Withdraw Canada's Bill C-22

https://www.ourcommons.ca/petitions/en/Petition/Sign/e-7416
343•hmokiguess•9h ago•117 comments

Making a vintage LLM from scratch

https://crlf.link/log/entries/260525-1/
11•croqaz•16h ago•2 comments

Emacs appearances in pop culture

https://ianyepan.github.io/posts/emacs-in-pop-culture/
246•ggcr•1d ago•64 comments

Software is made between commits

https://zed.dev/blog/introducing-deltadb
190•jeremy_k•8h ago•139 comments

Ear Training Practice

https://tonedear.com/
140•mattbit•3d ago•73 comments

The RCE that AMD wouldn't fix

https://mrbruh.com/amd2/
219•MrBruh•8h ago•97 comments

macOS 27 Beta breaks the ability to boot Asahi Linux

https://www.phoronix.com/news/macOS-27-Beta-Breaks-Asahi
227•josephcsible•2d ago•100 comments

Show HN: Boo – Screen-style terminal multiplexer built on libghostty

https://github.com/coder/boo
39•kylecarbs•3h ago•14 comments

Lines of code got a better publicist

https://curlewis.co.nz/posts/lines-of-code-got-a-better-publicist/
349•RyeCombinator•12h ago•246 comments

Claude Fable 5: mid-tier results on coding tasks

https://www.endorlabs.com/learn/claude-fable-5-mythos-grade-hype
214•bugvader•8h ago•90 comments

Developer gets Half-Life running at 30 FPS on a Nokia N95

https://www.tomshardware.com/video-games/handheld-gaming/developer-gets-half-life-running-at-30-f...
209•ljf•3d ago•65 comments

Travel locally, where you are

https://www.ssp.sh/brain/travel-where-you-are/
83•zazuke•4h ago•45 comments

Waymo Premier

https://waymo.com/blog/2026/06/waymo-premier/
146•boulos•8h ago•386 comments

MTG Bench: Testing how well LLMs can play Magic

https://mtgautodeck.com/articles/mtg-bench/
17•CallumFerg•8h ago•7 comments

Biological evolution and information acquisition

https://www.construction-physics.com/p/biological-evolution-and-information
7•chmaynard•1h ago•0 comments

Reading for pleasure is sharply down among schoolkids, report shows

https://www.nbcnews.com/data-graphics/kids-reading-less-lower-levels-department-education-study-r...
62•freejoe76•1d ago•68 comments

FPS.cob: A first person shooter in COBOL

https://github.com/icitry/FPS.cob
100•MBCook•9h ago•58 comments

Shall we play a game? My AI nuclear simulation

https://www.kennethpayne.uk/p/shall-we-play-a-game
180•nick238•4h ago•171 comments

Apple didn't revolutionize power supplies; new transistors did (2012)

https://www.righto.com/2012/02/apple-didnt-revolutionize-power.html
72•geerlingguy•7h ago•7 comments

How a new DSL may survive in the era of LLMs

https://www.williamcotton.com/articles/how-a-new-dsl-survives-in-the-era-of-llms
7•williamcotton•10h ago•0 comments

Did Ahmes find the best expansions for 2/n?

https://blog.plover.com/2026/03/17/#egyptian-fractions-2
6•surprisetalk•3d ago•0 comments

Open Reproduction of DeepSeek-R1

https://github.com/huggingface/open-r1
191•yogthos•11h ago•17 comments

Tailwind and slop apps

https://briandouglas.ie/llm-tailwind-template/
12•coneonthefloor•3h ago•2 comments
Open in hackernews

OpenEoX to Standardize End-of-Life (EOL) and End-of-Support (EOS) Information

https://openeox.org/
31•feldrim•1y ago

Comments

feldrim•1y ago
An SBOM-like approach to EOL/EOS issues is on the way.
rollcat•1y ago
I think the only large projects that presently take SBOMs seriously are Nix, Guix, and Go (non-cgo). Bootstrapping is non-trivial, but at least builds are reproducible and can be compared against existing binaries.

"Oh, just write plain C". Which compiler do you mean? GCC? LLVM/clang? On top of what OS/kernel? What firmware? Etc.

Arnavion•1y ago
Some distros packaging Rust software (OpenSUSE at least) also transparently set up CARGO=cargo-audit to get embedded SBOMs.
wallrat•1y ago
How does this relate to the OWASP/Ecma Common Lifecycle Enumeration Specification (https://tc54.org/cle/)?
wpollock•1y ago
In my experience, many software projects become abandoned and no notice is given. I don't see how this standard helps in such cases.
repelsteeltje•1y ago
I think it will take a while for people to realize this effort looked great, but wasn't the right approach. Or no silver bullet, at least.

The presentation with a simple diagram that combines this data with an sbom to yield "information" gives me navel gazing vibes of UML being the future of coding.

Just as architecture didn't equate to well designed and maintainable software, I fear this initiative won't fix horribly outdated and vulnerable deployments. Software life cycle, deprecation, abandonment, supply chains are mostly a process problem, standards and technology won't fix that.

Arnavion•1y ago
It doesn't force someone who already wasn't checking their dependencies for CVEs / maintained-ness to start doing that. It does make someone who *was* doing that be able to show they're doing that in some standard way.

In other words it doesn't force you to add an SBOM + EOX checker step to your CI pipeline. But if your compliance auditor wants you to check your dependencies, adding such a standardized step makes it easier to satisfy the auditor.

repelsteeltje•1y ago
I'm basing this mostly off first hand and anecdotal evidence - but through the years I've found that the major contribution of audits lies in having to think about the checkboxes every now and then. And what they mean in the context of my organization or project.

Rarely have I found that compliance to the goals was an issue in themselves. Or that making changes to tick a checkbox correlated to material improvements.

That is to say that if this leads to more efficiency and makes it easier for compliance audits and such, I fear is stream lining the least impactful part of its goals.

hiatus•1y ago
> Rarely have I found that compliance to the goals was an issue in themselves. Or that making changes to tick a checkbox correlated to material improvements.

I am confused when I hear people say stuff like this. I guess if you turn on a tool and never look at it again, it won't result in material improvements. But complying with regulations or a particular compliance regime should _absolutely_ result in at least _some_ material improvement to your security posture. Like you can implement segregation of duties just as a checkbox, or use the requirement to revisit the way you gate changes to production, as just one example.

T3OU-736•1y ago
Htm. So, how does this compare, and/or is different from https://endoflife.date?
Arnavion•1y ago
The standard is for software to report its own EOL / EOS status. The website you linked is the opposite direction - it's aggregating that status for a certain set of software.
T3OU-736•1y ago
Aha. Very good point. SW self-reporting requires buy-in, though, which seems like a pretty high barrier.

I am very much hoping the effort succeeds, but I am also mindful of the fact that the site to which I have linked is more successful by virtue of having better coverage.

captn3m0•1y ago
We (endoflife.date) are also excited about OpenEoX.
mud_dauber•1y ago
JEDEC has long maintained an EOL/EOS standard for semiconductors. This was a big part of a previous PM gig. Sounds boring, and it was. But having a process kept us out of serious hot water.
Hackbraten•1y ago
That EoX logo though.

Every organization or committee that designs a logo should be legally required to have at least one teenager on the board to prevent accidental goatse or other inadvertent blunders.

genter•1y ago
Goatse has been around long enough that the teenagers are now in their thirties.
repelsteeltje•1y ago
It depends on where you're coming from. Your code base, that is.

If it's already outstanding, you spend a lot of time revalidating what you already know and it's often a noisy process with many false positives.

If it's in a horrible state, however, the regulation often leaves a lot of wiggle room where you do some work to achieve, say, PCI compliance and then spend a lot of time arguing why this and that don't apply in your specific case.

So admitted, the is probably some improvement in the latter case but it's hardly proportional.

So IMHO, it doesn't help those of good will & expertise and does too little for the negligent. It adds noise and in the end quality still depends on factors other than compliance and certification.