Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Opus 5.5 – Pelican Game(riba2534.cn)
    discuss
  2. I Gave My Life over to Meta's A.I. Agent and Was Blown Away(nytimes.com)
    1comments
  3. El Niño projected to cause 450k deaths in next six months(theguardian.com)
    1comments
  4. Mastering LLM Inference Optimization(machinelearningmastery.com)
    discuss
  5. The Rio Grande's pecan problem (2025)(hcn.org)
    discuss
  6. Show HN: Visually orchestrate Claude Code AI agents(github.com/rondoflow)
    discuss
  7. Benzi – Code Intelligence MCP/Harness beating Claude Code and CodeGraph(varianttech.net)
    1comments
  8. A Summer of AI Optimization(lemire.me)
    discuss
  9. Serious editors are a commitment (at least for me)(utcc.utoronto.ca)
    1comments
  10. Empire of Grift(theatlantic.com)
    discuss
  11. CIC + EM ⊢ Con(ZF)(arxiv.org)
    discuss
  12. Fifty Years of Open Source Software Supply Chain Security(acm.org)
    discuss
  13. One public idea you can take further(actwise.ai)
    1comments
  14. Three brain myths that need to die(nicholaraihani.substack.com)
    discuss
  15. Let's make billion dollar companies richer
    3comments
  16. Province of BC Sues OpenAI and Sam Altman over Tumbler Ridge School Shooting(theguardian.com)
    1comments
  17. Cat of War(medium.com/luminasticity)
    discuss
  18. Modern Mac Hosts-File editor «Hedit» now open source and free to use(github.com/valtlfelipe)
    discuss
  19. How often do you think about the 1893 World's Fair?(thebirthofacapital.info)
    discuss
  20. Dan Greenheck: "I think it's time to hang up my Three.js hat."(twitter.com/dangreenheck)
    discuss
  21. Opus 5.5 turned Ozymandias into a cinematic browser animation(echohive.ai)
    discuss
  22. Who Wants Artificial?(jim-nielsen.com)
    1comments
  23. Sandboxing with Minimal Effort(yorickpeterse.com)
    discuss
  24. US Denmark agreement enhanced veto rights over Greenland econ and military(whitehouse.gov)
    1comments
  25. Making Linux prove a governed action before execution(github.com/knowledgeekza3224)
    discuss
  26. Fpp – a utility to pick file paths out of command output(github.com/facebook)
    discuss
  27. Pg_chdb, fast imports from object storage to Postgres using COPY(github.com/clickhouse)
    discuss
  28. Show HN: Is your repo giving coding agents two different answers?(zfinia.com)
    discuss
  29. Google Found the Pages. ChatGPT Found the Entity(richresults.ai)
    1comments
  30. Netflix is in the doldrums. A comeback is unlikely, Wells Fargo says(cnbc.com)
    discuss

Show HN: Napkin – a scratchpad that holds texts and images for copy

2 pointsby 1h agogithub.com
1 comments
Napkin is a simple scratchpad to hold text and images to copy later or until you don't need them anymore, or when you don't want to organize temporary files.

Clipboard does a similar kind of job, but it is essentially meant for copy and paste, it is volatile. Normally, you can't access the image or text you copied 10 days ago on clipboard. And that's fine—that's what clipboards are meant for.

Napkin lets you create napkins on which you can add or paste pieces of text, URLs, and images. You can edit the text, insert images from your desktop, and copy any item at any time for further use somewhere else. Keep the app running in background, and reuse the items you pasted.

Nothing is organized. You don't have to give anything a title or add tags. This is where all your mess gets dumped until you decide it's no longer useful and delete it. Just like a scratchpad!

Deleted napkins go into the trash and are kept there for N days (30 by default), which you can change in the settings.

Napkins older than X days (30 by default) will be flagged for deletion. You can change this period in the settings as well.

You can also empty the trash, after which the files will be permanently deleted from your desktop.

AI disclosure: This is a vibe-coded project. I spent most of my time testing it on Linux. Windows testing wasn't done properly, although it did run on Windows with some issues. If you try it, please test it on your system as well, and if you find any problems, feel free to submit an issue.

Some notes you may need to know: - Linux builds are tested on Arch/KDE/Wayland. Windows builds and passes the full suite in CI, I ran older versions on real hardware and they worked. It is an unsigned build, so SmartScreen will warn you.

- There is no global capture hotkey yet, which is the thing I most want. It needs the XDG GlobalShortcuts portal, and the session handshake. I cannot develop it headless.

- There is no at-rest encryption. A scratch surface ends up holding tokens and passwords. The data directory is 0700 and excluded from desktop search, but that is retention, not encryption.

Github URL : https://github.com/sudomonas/napkin

1h agoHN ↗

Cool idea. I tried the Memos app for this idea for a while. My problem is I never get around to organizing things /shrug