Posts

New top story on Hacker News: Show HN: Unfudged – version control without commits

Show HN: Unfudged – version control without commits 8 by cyrusradfar | 4 comments on Hacker News. I built unf after I pasted a prompt into the wrong agent terminal and it overwrote hours of hand-edits across a handful of files. Git couldn't help because I hadn't finished/committed my in progress work. I wanted something that recorded every save automatically so I could rewind to any point in time. I wanted to make it difficult for an agent to permanently screw anything up, even with an errant rm -rf unf is a background daemon that watches directories you choose (via CLI) and snapshots every text file on save. It stores file contents in an object store, tracks metadata in SQLite, and gives you a CLI to query and restore any version. The install includes a UI, as well to explore the history through time. The tool skips binaries and respects `.gitignore` if one exists. The interface borrows from git so it should feel familiar: unf log , unf diff , unf restore . I say "UN-E...

New top story on Hacker News: Steering interpretable language models with concept algebra

Steering interpretable language models with concept algebra 9 by luulinh90s | 1 comments on Hacker News.

New top story on Hacker News: Large-Scale Online Deanonymization with LLMs

Large-Scale Online Deanonymization with LLMs 48 by DalasNoin | 71 comments on Hacker News. Pdf: https://ift.tt/5dkCB9r (via https://ift.tt/O7kZovE )

New top story on Hacker News: Why the KeePass format should be based on SQLite

Why the KeePass format should be based on SQLite 23 by wps | 12 comments on Hacker News.

New top story on Hacker News: ASML unveils EUV light source advance that could yield 50% more chips by 2030

ASML unveils EUV light source advance that could yield 50% more chips by 2030 47 by pieterr | 7 comments on Hacker News.

New top story on Hacker News: Decided to fly to the US to buy some hard drives

Decided to fly to the US to buy some hard drives 21 by HelloUsername | 4 comments on Hacker News.

New top story on Hacker News: Linuxulator on FreeBSD Feels Like Magic

Linuxulator on FreeBSD Feels Like Magic 10 by vermaden | 4 comments on Hacker News.