frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

https://mathstodon.xyz/@iblech/116769502749142438
233•IngoBlechschmid•2h ago•111 comments

Launch HN: Manufact (YC S25) – MCP Cloud

https://manufact.com
70•pzullo•3h ago•43 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
223•doener•7h ago•58 comments

Android Developer Verification: Threat masquerading as protection

https://f-droid.org/2026/07/01/adv-malware.html
1400•drewfax•15h ago•580 comments

How to ask for help from people who don't know you

https://pradyuprasad.com/writings/how-to-ask-for-help/
167•FigurativeVoid•4h ago•25 comments

AI can't be listed as inventor on patent applications, Japan's top court rules

https://japannews.yomiuri.co.jp/science-nature/technology/20260306-314930/
244•mushstory•4h ago•123 comments

Spain Orders Blacklist of Palantir from Public and Private Companies

https://clashreport.com/world/articles/spain-orders-blacklist-of-us-tech-giant-palantir-from-publ...
169•mgh2•3h ago•18 comments

German button maker searched rivers of American Midwest for valuable shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
88•bookofjoe•4d ago•31 comments

Is One Layer Enough? A Single Transformer Layer Matches Full-Parameter RL Train

https://arxiv.org/abs/2607.01232
98•tcp_handshaker•6h ago•22 comments

Show HN: CLI tool for detecting non-exact code duplication with embedding models

https://github.com/rafal-qa/slopo
42•rkochanowski•3h ago•19 comments

Kimi K2.7 Code is generally available in GitHub Copilot

https://github.blog/changelog/2026-07-01-kimi-k2-7-is-now-available-in-github-copilot/
352•unliftedq•13h ago•146 comments

The Egg Bandits Made a Thousand Times the Fine They Just Paid for Price Fixing

https://www.thebignewsletter.com/p/crime-pays-the-egg-bandits-made-a
249•toomuchtodo•4h ago•110 comments

Show HN: Mail Memories – A desktop app to rescue photos from Gmail

https://mailmemories.com
83•ltiger•4h ago•31 comments

The primary purpose of code review is to find code that will be hard to maintain

https://mathstodon.xyz/@mjd/115096720350507897
245•ColinWright•6h ago•127 comments

The US Government Is Now a Shareholder in 26 Companies

https://moeonmargin.substack.com/p/the-us-government-is-now-a-shareholder
60•measurablefunc•1h ago•51 comments

Hazel (YC W24) Is Hiring for Our Largest Government Contract

https://www.ycombinator.com/companies/hazel-2/jobs/3epPWgu-full-stack-engineer-ts-sci
1•augustschen•5h ago

The fall of the theorem economy

https://davidbessis.substack.com/p/the-fall-of-the-theorem-economy
198•varjag•10h ago•88 comments

Show HN: A graph paper generator that renders vector PDFs in the browser

https://freegraphpaper.net/
56•lam_hg94•4h ago•11 comments

CursorBench 3.1

https://cursor.com/evals
143•handfuloflight•12h ago•77 comments

No LLM Code in Dependencies

https://joeyh.name/blog/entry/no_LLM_code_in_dependencies/
20•edward•4h ago•3 comments

WinPE as a stateless harness for Windows driver testing and fuzzing

https://bednars.me/blog/winpe-harness
66•piotrbednarsalt•3d ago•4 comments

Show HN: ZeroFS – A log-structured filesystem for S3

https://www.zerofs.net/
92•Eikon•4h ago•45 comments

Show HN: Claudoro, Pomodoro timer embedded in the Claude Code statusline

https://github.com/emson/claudoro
36•emson•1d ago•26 comments

Show HN: QUALITY.md – open format/specification, agent skill, and CLI

https://getquality.md
26•craigsmitham•1h ago•16 comments

Germany’s Infineon opens major chip plant as EU seeks tech autonomy

https://www.rfi.fr/en/international-news/20260702-germany-s-infineon-opens-major-chip-plant-as-eu...
148•giuliomagnifico•5h ago•46 comments

How VictoriaLogs Stores Your Logs in a Columnar Layout

https://victoriametrics.com/blog/victorialogs-internals-columnar-storage-on-disk/index.html
9•eatonphil•4d ago•2 comments

Vite+ Beta

https://voidzero.dev/posts/announcing-vite-plus-beta
194•Erenay09•6h ago•117 comments

Podman v6.0.0

https://blog.podman.io/2026/07/introducing-podman-v6-0-0/
16•soheilpro•3h ago•0 comments

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

https://senior-swe-bench.snorkel.ai/
146•matt_d•15h ago•98 comments

What Breaks a Cell's Ribs Can Make It Stronger

https://www.quantamagazine.org/what-breaks-a-cells-ribs-can-make-it-stronger-20260629/
9•jnord•2d ago•4 comments
Open in hackernews

What Breaks a Cell's Ribs Can Make It Stronger

https://www.quantamagazine.org/what-breaks-a-cells-ribs-can-make-it-stronger-20260629/
9•jnord•2d ago

Comments

johnathan101•1h ago
Biology seems to do this surprisingly often—systems become more resilient because they have to respond to stress, not despite it. The interesting part is figuring out where that line is.
taeric•20m ago
Everything that grows does this, to an extent? Consider software that gets more development effort. If it is getting more updates, it is likely getting "stronger" than that which is not getting updates.

Now, you can also argue that software is likely to get vulnerabilities if it grows too fast. But, that is also true for living things. Trees that grow too fast for their roots fall. Animal populations that grow too heavily will destroy their food sources and become more vulnerable to plenty of problems.

BariumBlue•11m ago
Honestly software that gets a bunch of updates often gets more brittle and problematic over time, like how a person accumulates illnesses over time.

Though I guess a software project or software team usually does get stronger over time, as they figure out pipelines, devops, systems and rituals that work well for them.

vitally3643•57s ago
Software updates are better modeled as an immune or stress response. When made in response to a stimulus (bug, feature request, security fix), yes, the system grows stronger. When software updates eight times a week, that's pathological auto-immune behavior. The system is cannibalizing itself in response to imaginary stimulus.