frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Art of the Restart: how a desktop app helps fight procrastination

https://pravles.substack.com/p/the-art-of-the-restart
1•pravles•3m ago•0 comments

A proper open-source modern zip viewer for macOS with quick look support

https://github.com/harshal2030/Grizzly
1•jonasmalaco•3m ago•0 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
1•Brajeshwar•4m ago•0 comments

FleetView – a browser cockpit for running many Claude Code agents at once

https://github.com/schoppllc/Terminalcontrol
1•stevenschopp•5m ago•0 comments

The Rise of the Command Line: building a new IDE (2017–2026)

https://rune.build/blog/the-rise-of-the-command-line
1•ernestrc•6m ago•1 comments

Servo 0.3 Released with Demo Browser Becoming More Useful

https://www.phoronix.com/news/Servo-0.3-Released
2•abnercoimbre•6m ago•0 comments

SpudCell: Scientists Made a Cell with Most of the Hallmarks of Life

https://www.nytimes.com/2026/07/01/science/spud-cell-what-to-know.html
1•thunderbong•7m ago•1 comments

Show HN: Counterpart Analysis Skill

https://github.com/joneslloyd/agent-skills
1•lloydjones•7m ago•0 comments

How to Set Financial Goals You Can Achieve

https://pressearn.it.com/blog/2026/03/11/how-can-i-improve-my-memory-for-studying-2/
1•oibbb•8m ago•0 comments

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

https://getquality.md
2•craigsmitham•10m ago•0 comments

EU Court of Justice allows criminal prosecution for reposting RT videos

https://tass.com/world/2154415
3•thisislife2•10m ago•0 comments

Open Source Digital Twin Platform

https://github.com/zymazza/mazzap
1•zymazza123•11m ago•0 comments

CEO of Palantir suffers a bit of a meltdown during live interview

https://www.msn.com/en-us/money/technology/televised-nervous-breakdown-ceo-of-palantir-suffers-a-...
1•HotGarbage•11m ago•0 comments

NeuroPlus GBrain: An AI that helps neurodivergents with executive function

https://www.neuroplusgbrain.net/
1•FDX2018•12m ago•0 comments

Launching chokepoints – mapping the bottlenecks in the AI infrastructure stack

https://www.chokepoints.ai/
1•cdrom•13m ago•0 comments

I built an MCP to allow Claude agents pair-program through an encrypted tunnel

https://github.com/zachlikefolio/tunnel-mcp
1•tunnel-mcp•13m ago•0 comments

You Have 5000 Days: Navigating the End of Work as We Know It

https://readmultiplex.com/2026/06/30/you-have-5000-days-navigating-the-end-of-work-as-we-know-it-...
1•CGMthrowaway•14m ago•0 comments

PreScale – Open-source load tester that finds what breaks first, and why

https://github.com/pyjeebz/prescale
1•pyjeebz•15m ago•0 comments

TV-tracking app TV Time is shutting down as company focuses on AI

https://techcrunch.com/2026/07/02/popular-tv-tracking-app-tv-time-is-shutting-down-as-company-foc...
1•geox•16m ago•0 comments

Former Microsoft dev built a 2.5KB Notepad clone

https://theguptalog.blogspot.com/2026/07/former-microsoft-dev-built-25kb-notepad.html
3•sheelagay•16m ago•0 comments

The US Government Is Now a Shareholder in 26 Companies

https://moeonmargin.substack.com/p/the-us-government-is-now-a-shareholder
6•measurablefunc•17m ago•1 comments

Legmacs: Emacs-like editor written in let-go

https://github.com/nooga/legmacs
3•nathell•17m ago•0 comments

Show HN: Simulate API traffic directly from your IDE with .http files

https://gopherglide.dev/
1•maniac00•17m ago•0 comments

Portugal launches first open-source AI model, joining Europe's sovereignty push

https://www.reuters.com/business/finance/portugal-launches-first-open-source-ai-model-joining-eur...
2•enz•18m ago•0 comments

Axon – AI that detects your behavioral patterns with evidence thresholds

https://www.hgen.pl/en/axon/
1•iwoczek•19m ago•1 comments

24-bit/192kHz music downloads and why they make no sense

https://people.xiph.org/~xiphmont/demo/neil-young.html#toc_wd2bm
13•Kaapeine•21m ago•4 comments

Event routing/protocol translation platform (Sentinel) looking for contributors

https://github.com/Agrineuro/sentinel
1•Caveman0204•22m ago•0 comments

Pidgin 3.0 Alpha 2 (2.96.0) has been released

https://discourse.imfreedom.org/t/pidgin-3-0-alpha-2-2-96-0-has-been-released/398
1•birdculture•23m ago•0 comments

The Art and Engineering of Silpheed

https://fabiensanglard.net/silpheed/index.html
2•bombcar•23m ago•0 comments

Are Singularities Real?(2015)

https://www.pbs.org/wgbh/nova/article/are-singularities-real/
1•rolph•24m ago•0 comments
Open in hackernews

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

https://mathstodon.xyz/@iblech/116769502749142438
116•IngoBlechschmid•1h ago

Comments

bitbasher•30m ago
I don't see any other way? When you sleep (suspend to RAM), everything is stored in RAM and is encrypted but the master key is present in kernel memory (if I recall correctly).

However, if you hibernate (suspend to disk) the entire contents of RAM (including the master key) is written/encrypted to disk and the RAM is cleared.

When you wake the machine up you have to re-enter the passphrase to decrypt the master key to re-load disk contents back to memory.

IngoBlechschmid•24m ago
Yes, if you simply suspend your laptop on most stock Linux distributions, then everything including the master key is still kept in memory. But Debian pioneered the (optional) cryptsetup-suspend addon. This issues a luksSuspend command which is supposed to wipe the key from memory, and on resume asks you to resupply your passphrase.

Up to kernel 6.8, this worked as described; starting with kernel 6.9, it silently didn't.

naturalmovement•18m ago
FYI: VeraCrypt is not the defacto encryption software for Windows.
IngoBlechschmid•17m ago
Oh, which one is it?

(You don't mean BitLocker, right?)

naturalmovement•14m ago
It absolutely is and they have most the enterprise market.
CodesInChaos•27m ago
I don't have to re-enter my boot password after Sleep, so obviously the encryption key is still in memory.
wrs•22m ago
Obviously your distro isn’t using cryptsetup-luksSuspend.
naturalmovement•25m ago
Definitely not a symptom of Linux being a hodgepodge of code thrown together from a thousand different sources and no one person could tell you how it all fits.
stackghost•15m ago
Of course it's (indirectly) a symptom of that.

What's the alternative? Proprietary closed-source operating systems owned by corps who can be compelled to insert covert backdoors?

If BSD was as popular as Linux it would have the exact same problems.

steve918•15m ago
I wonder if you think other OSes are any different?

TempleOS is the only thing that comes to mind that doesn't fit your description and it's not practically useful.

Any sufficiently large codebase is a mix of ideas and concepts implemented by different people with different priorities over a large timespan and if you can fit the entire thing in your head it's not very interesting or complex.

naturalmovement•11m ago
The *BSDs, Mac, and Windows all keep critical code in the same tree as the OS.

Something like disk encryption would be immediately visible.

So you don't have this mess of 80 different distros with 60 different versions of systemd, 20 that don't use it, a million kernel versions and it's all thrown together in a Costco-sized trash bag and we call the output "Linux".

cevn•11m ago
Bugs happen in all code. The difference is, anyone can fix stuff in open source. Closed source bugs are out of control and must be worked around. Usually by switching to OSS