frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Om Malik has died

https://om.co/2026/06/24/1966-2026/
843•minimaxir•11h ago•96 comments

An entire Herculaneum scroll has been read for the first time

https://scrollprize.org/firstscroll
1263•verditelabs•16h ago•262 comments

Why current LLM costs are not sustainable

https://aditya.patadia.org/p/ai-and-cloud-costs
11•adityapatadia•43m ago•0 comments

Libre Barcode Project

https://graphicore.github.io/librebarcode/
123•luu•5h ago•10 comments

We All Depend on Open Source. We Will Defend It Together

https://akrites.org/letter/
45•dhruv3006•2h ago•15 comments

Framework's 10G Ethernet module exposes USB-C's complexity

https://www.jeffgeerling.com/blog/2026/framework-10g-ethernet-module-usb-c-complexity/
145•Alupis•7h ago•81 comments

What happened after 2k people tried to hack my AI assistant

https://www.fernandoi.cl/posts/hackmyclaw/
124•cuchoi•5h ago•48 comments

The 'papers, please' era of the internet will decimate your privacy

https://expression.fire.org/p/the-papers-please-era-of-the-internet
667•bilsbie•10h ago•312 comments

The Garbage Collection Handbook: The Art of Automatic Memory Management (2nd Ed) (2023)

https://gchandbook.org/
131•teleforce•9h ago•21 comments

A game where you're an OS and have to manage processes, memory and I/O events

https://github.com/plbrault/youre-the-os
190•exploraz•2d ago•34 comments

Oxide computer 3D rack guided tour

https://explorer.oxide.computer/
359•darthcloud•3d ago•146 comments

IBM debuts sub-1 nanometer chip technology

https://newsroom.ibm.com/2026-06-25-ibm-debuts-worlds-first-sub-1-nanometer-chip-technology
309•porridgeraisin•16h ago•168 comments

Why are we so obsessed with lawns?

https://www.gardensillustrated.com/features/the-history-of-lawns
25•andsoitis•4h ago•35 comments

Doing a masters while working in Spain

https://jan-herlyn.com/blog/doing-a-masters-while-working/
39•MHard•4d ago•16 comments

Micron locks in historically high memory prices for five years

https://www.theregister.com/systems/2026/06/25/micron-locks-in-historically-high-memory-prices-fo...
35•fauigerzigerk•1h ago•17 comments

Un-0: Generating Images with Coupled Oscillators

https://unconv.ai/blog/introducing-un-0-generating-images-with-coupled-oscillators/
144•babelfish•11h ago•34 comments

Apple to skip high-end M6 Mac chips in favor of AI-focused M7 line

https://www.bloomberg.com/news/articles/2026-06-25/apple-to-skip-high-end-m6-mac-chips-to-launch-...
240•scrlk•14h ago•219 comments

Show HN: OpenKnowledge – open source AI-first alternative to Obsidian/Notion

https://github.com/inkeep/open-knowledge
264•engomez•16h ago•131 comments

22-year-old Mozart's handwritten notebook unearthed in 'major discovery'

https://www.classicfm.com/composers/mozart/handwritten-notebook-discovered-major-paris/
33•thunderbong•5d ago•2 comments

SOCKMAP - TCP splicing of the future

https://blog.cloudflare.com/sockmap-tcp-splicing-of-the-future/
9•zdw•5d ago•2 comments

Show HN: Chess-Inspired Roguelike

https://princechazz.com
282•cowboy_henk•5d ago•95 comments

The Doorman's Fallacy in action

https://rozumem.xyz/posts/17
108•rozumem•12h ago•145 comments

An oral history of Bank Python (2021)

https://calpaterson.com/bank-python.html
107•tosh•12h ago•33 comments

OS9Map

https://yllan.org/software/OS9Map/
221•LaSombra•17h ago•43 comments

Apple raises prices of MacBooks, iPads

https://www.reuters.com/world/asia-pacific/apple-raises-prices-macbooks-ipads-memory-costs-skyroc...
709•virgildotcodes•19h ago•1017 comments

Eyewitness at the Triangle (1911)

http://trianglefire.ilr.cornell.edu/index.html
22•NaOH•3d ago•1 comments

Zig's new bitCast semantics and LLVM back end improvements

https://ziglang.org/devlog/2026/#2026-06-25
235•kouosi•18h ago•119 comments

Parallel Parentheses Matching

https://williamdue.github.io/blog/parallel-parentheses-matching
83•Athas•12h ago•10 comments

Hey Nico, you didn't vibe code your data room but stole it from Papermark

https://twitter.com/mfts0/status/2070080422482977095
311•mmunj•20h ago•129 comments

The last Romans are still around

https://signoregalilei.com/2026/06/20/the-last-romans-are-still-around/
86•surprisetalk•3d ago•105 comments
Open in hackernews

We All Depend on Open Source. We Will Defend It Together

https://akrites.org/letter/
45•dhruv3006•2h ago

Comments

dmitrygr•1h ago
> Additionally, when a critical package has no one maintaining it, Akrites will stand as the maintainer of last resort so a fix can still reach everyone in a timely fashion.

Ambitious and interesting. I wonder how long this will last and on whose dime and time? Akrites employs no engineers, so who will make the fixes and who'll pay them?

npodbielski•1h ago
Who they employ then? AI?
NSUserDefaults•36m ago
> Today, the undersigned commit real resources — engineering talent, security expertise, and funding — to harden the software we share
wwind123•6m ago
Yeah, very commendable. Now I just wish the closed-source software that have lost support could similarly be supported this way, with the help from AI, so we don't have to throw away that many hardwares when their software can no longer be updated.
charcircuit•1h ago
Why only a focus on Open Source? I feel like vulnerabilities in closed source products like Microsoft Office, Microsoft Windows, and Google Chrome to name a few can be just as essentially and foundational as other open source software for many businesses.
dofm•1h ago
I think the idea is that automated source code processing is making it possible to find vulnerabilities at great speed and in an overwhelming way in software that does not have paid maintainers, whereas closed source software in active use has both less accessible code and paid maintainers.

A charitable foundation might be plausible to help companies secure their closed for-profit software but it doesn’t really have the same urgency for the fabric of the internet (or the same moral clarity)

charcircuit•35m ago
>both less accessible code

Yet still important to be secured due to the impact vulnerabilities can have. And LLMs can work without source code access via utilizing things like debug symbols, disassembly, reverse engineering, etc.

>paid maintainers

Just like open source maintainers their time is already being spent on other things which they see as more important over making the project 100% security bug free. Just because they are being paid, that doesn't make security their number 1 priority.

behindsight•6m ago
Still not addressed the moral clarity point being brought up, nor the ramifications of the Linux Foundation choosing which closed source projects to focus on and alienating their mission statement.

Project Glasswing is already a thing, and the other labs have started their own initiatives too if they want to collaborate and work on securing closed-source software.

Again, your idea is noble but why should the Linux Foundation be saddled with it when those other options exist? OSS needs their focus as their mission outlines.

rjzzleep•1h ago
I'm extremely concerned about the state of Open Source. The gamification of the whole thing & devstats means that people that are good at gaming metrics are rising up the ranks and people that are genuine high quality contributors and pushed to the sidelines unless they have a very popular profile. Mass generated AI slop and AI content gives people massive devstats boosts.
einpoklum•1h ago
> We are joined by Amazon Web Services, Anthropic, Chainguard, Cisco, Citi, Endor Labs, Ericsson, Google, IBM, JPMorganChase, Microsoft and GitHub, NVIDIA, OpenAI, RapidFort, Red Hat, Rust Foundation, Sonatype, Vodafone, and Zscaler

Many of the names on the list makes the initiative rather suspect. Companies who do a lot to undermine free and open-source software, who hide critical software behind their walls, preventing both its scrutiny and its adaptation and improvement, and two of the LLM giants - they'll "defend open source"? I don't know about that.

> Akrites gives critical infrastructure stakeholders a confidential, structured place to coordinate vulnerability discovery, remediation, and disclosure across the open source projects they depend on

So, a bunch of large corporations - some of who are known to be in bed with the US government - will share vulnerabilities among themselves, out of the public eye? Fishy.

Fordec•1h ago
Yeah, a bunch of the worst free riders and malicious consumers all in one place.

All they're really missing is Oracle and Bambu Lab.

Brian_K_White•1h ago
Anything they "maintainer of last resort" would actually be forks, or collectively a distribution. We already have hundreds of distributions acting as maintainer of last resort many times over, only with actual developers and not presuming to make themselves the new upstream for anyone else.
sakjur•37m ago
Microsoft controls NPM and GitHub. I would not put it past them to truly take over a project if they gauged it in their best interest (though it would be a massive violation of trust, so I'd imagine they'd tread carefully before going there).

If it's sent to Akrites, they can even pretend it's done responsibly – even though only megacorps get a seat around that table.

witx•11m ago
Unforteuately I think it's moot to post this on hacker news. The majority of people here drink deep from the AI pool and just don't care.

Besides many of the companies on the list are suspext numero uno for the state of open source

behindsight•1h ago
You make a fair point but OSS is a communal resource that would benefit from communal stewardship.

Also not sure about saddling this Linux Foundation project with the corporate politics of navigating which closed-source software they will bless with subsidised/free labour? Their mission has been about open technologies.

Also I believe Google Chrome would have its OSS Chromium variant covered, no?

edit: disappointed with the downvote without dialogue at all. Wish you would engage in a conversation about the implications of this Linux Foundation project deviating from its "open technologies" mission statement and starting to deal with which closed-source tech its supposed to choose to prioritise, seems like a distraction for them.