frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

LinkedIn is loud, and corporate is hell

https://ramones.dev/posts/linkedin-is-loud/
69•austinallegro•2h ago•34 comments

Same-day upstream Linux support for Snapdragon 8 Elite Gen 5

https://www.qualcomm.com/developer/blog/2025/10/same-day-snapdragon-8-elite-gen-5-upstream-linux-...
286•mfilion•6h ago•125 comments

Underrated reasons to be thankful V

https://dynomight.net/thanks-5/
61•numeri•2h ago•31 comments

Physicists drive antihydrogen breakthrough at CERN

https://phys.org/news/2025-11-physicists-antihydrogen-breakthrough-cern-technique.html
76•naves•5d ago•8 comments

Quake Engine Indicators

https://fabiensanglard.net/quake_indicators/index.html
160•liquid_x•3d ago•31 comments

FileZilla Pro "Perpetual License" – A Warning to All Users

https://github.com/x011/FileZilla-Pro-Download
32•lobito25•1h ago•4 comments

Feedback doesn't scale

https://another.rodeo/feedback/
75•ohjeez•1d ago•19 comments

Memories of .us

https://computer.rip/2025-11-11-dot-us.html
75•sabas_ge•1d ago•20 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
59•SchwKatze•1d ago•34 comments

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning [pdf]

https://github.com/deepseek-ai/DeepSeek-Math-V2/blob/main/DeepSeekMath_V2.pdf
63•fspeech•2h ago•11 comments

Tell HN: Happy Thanksgiving

416•prodigycorp•17h ago•91 comments

Linux Kernel Explorer

https://reverser.dev/linux-kernel-explorer
507•tanelpoder•16h ago•73 comments

Penpot: The Open-Source Figma

https://github.com/penpot/penpot
661•selvan•20h ago•165 comments

Show HN: Runprompt – run .prompt files from the command line

https://github.com/chr15m/runprompt
92•chr15m•8h ago•29 comments

TPUs vs. GPUs and why Google is positioned to win AI race in the long term

https://www.uncoveralpha.com/p/the-chip-made-for-the-ai-inference
201•vegasbrianc•9h ago•172 comments

Pakistan says rooftop solar output to exceed grid demand in some hubs next year

https://www.reuters.com/sustainability/boards-policy-regulation/pakistan-says-rooftop-solar-outpu...
166•toomuchtodo•6h ago•123 comments

Inspired by Spider-Man, scientists recreate web-slinging technology

https://scienceclock.com/inspired-by-spider-man-scientists-recreate-web-slinging-technology/
25•ohjeez•1d ago•7 comments

The VanDersarl Blériot: a 1911 airplane homebuilt by teenage brothers

https://www.historynet.com/vandersarl-bleriot/
35•ForHackernews•6h ago•26 comments

DIY NAS: 2026 Edition

https://blog.briancmoses.com/2025/11/diy-nas-2026-edition.html
373•sashk•19h ago•234 comments

The input stack on Linux: An end-to-end architecture overview

https://venam.net/blog/unix/2025/11/27/input_devices_linux.html
93•venamresm__•5h ago•6 comments

Mixpanel Security Breach

https://mixpanel.com/blog/sms-security-incident/
189•jaredwiener•15h ago•103 comments

Coq: The World's Best Macro Assembler? (2013) [pdf]

https://nickbenton.name/coqasm.pdf
128•addaon•18h ago•59 comments

Generating Cats with KPN Filtering

https://aschrein.github.io/jekyll/update/2025/11/22/generating_cats.html
5•ibobev•3d ago•0 comments

Ray Marching Soft Shadows in 2D (2020)

https://www.rykap.com/2020/09/23/distance-fields/
167•memalign•15h ago•28 comments

The current state of the theory that GPL propagates to AI models

https://shujisado.org/2025/11/27/gpl-propagates-to-ai-models-trained-on-gpl-code/
162•jonymo•9h ago•199 comments

ZZ9000 multifunction card for Zorro Amigas

https://www.amiga-shop.net/en/Amiga-Hardware/Amiga-graphic-cards/ZZ9000-multifunction-card-for-Zo...
10•doener•4d ago•2 comments

GitLab discovers widespread NPM supply chain attack

https://about.gitlab.com/blog/gitlab-discovers-widespread-npm-supply-chain-attack/
20•OuterVale•7h ago•2 comments

AI CEO – Replace your boss before they replace you

https://replaceyourboss.ai/
343•_tk_•4h ago•135 comments

Show HN: MkSlides – Markdown to slides with a similar workflow to MkDocs

https://github.com/MartenBE/mkslides
60•MartenBE•9h ago•8 comments

Interactive λ-Reduction

https://deltanets.org/
109•jy14898•3d ago•22 comments
Open in hackernews

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

https://openeox.org/
31•feldrim•6mo ago

Comments

feldrim•6mo ago
An SBOM-like approach to EOL/EOS issues is on the way.
rollcat•6mo 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•6mo ago
Some distros packaging Rust software (OpenSUSE at least) also transparently set up CARGO=cargo-audit to get embedded SBOMs.
wallrat•6mo ago
How does this relate to the OWASP/Ecma Common Lifecycle Enumeration Specification (https://tc54.org/cle/)?
wpollock•6mo 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•6mo 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•6mo 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•6mo 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•6mo 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.

repelsteeltje•6mo 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.

T3OU-736•6mo ago
Htm. So, how does this compare, and/or is different from https://endoflife.date?
Arnavion•6mo 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•6mo 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•6mo ago
We (endoflife.date) are also excited about OpenEoX.
mud_dauber•6mo 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•6mo 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•6mo ago
Goatse has been around long enough that the teenagers are now in their thirties.