2025 · archive
Launched in May 2025
Top 60 by votes. There were many more.

- C9
Life & fun · 2025 · felixrieseberg.github.io





- FI
Add text, input boxes, pictures, signatures, delete pages, merge PDFs and password protect them. All happening in the browser, 100% free and no sign-up.
Life & fun · 2025 · breezepdf.com









- IR
A year ago, my co-founder launched Desktop Docs here on HN. It's a Mac app we built with Electron that uses CLIP embeddings to search photos and videos locally with natural language. We got positive feedback from HN and our first paying customers, but the app was almost 1GB and clunky to use. TLDR; rebuilding in Rust was the right move. So we rewrote the app with Rust and Tauri and here are the results: - App size is 83% smaller: 1GB → 172MB - DMG Installer is 70% smaller: 232MB → 69.5MB - Indexing files is faster: A 38-minute video now indexes in ~3 minutes instead of 10-14 minutes -…
Dev tools · 2025 · desktopdocs.com

The best AI agent and AI-first customer service platform
AI · 2025









- ML
AI · 2025 · simonwillison.net

- RT
AI · 2025 · github.com


- IB
I've been working on the Anukari 3D Physics Synthesizer for a little over two years now. It's one of the earliest virtual instruments to rely on the GPU for audio processing, which has been incredibly challenging and fun. In the end, predictably, the GUI for manipulating the 3D system actually ended up being a lot more work than the physics simulation. So far I am only selling it direct on my website, which seems to be working well. I hope to turn it into a sustainable business, and ideally I'd have enough revenue to hire folks to help with it. So far it's been 99% a solo project, with…
Work · 2025 · anukari.com














- IW
TLDR: I wrote a handbook for the Linux command line. 120 pages in PDF. Updated for 2025. Pay what you want. A few years back I wrote an ebook about the Linux command line. Instead of focusing on a specific shell, paraphrasing manual pages, or providing long repetitive explanations, the idea was to create a modern guide that would help readers to understand the command line in the practical sense, cover the most common things people use the command line for, and do so without wasting the readers' time. The book contains material on terminals, shells (compatible with both Bash and Zsh),…
Life & fun · 2025 · commandline.stribny.name


Flexible, open-source editor built for modern web developers
Dev tools · 2025

- LTLazy Tetris▲438
I made a tetris variant Aims to remove all stress, and focus the game on what I like the best - stacking. No timer, no score, no gravity. Move to the next piece when you are ready, and clear lines when you are ready. Separate mobile + desktop controls
Life & fun · 2025 · lazytetris.com




- DA
Defuddle is an open-source JS library I built to parse and extract the main content and metadata from web pages. It can also return the content as Markdown. I built Defuddle while working on Obsidian Web Clipper[1] (also MIT-licensed) because Mozilla's Readability[2] appears to be mostly abandoned, and didn't work well for many sites. It's still very much a work in progress, but I thought I'd share it today, in light of the announcement that Mozilla is shutting down Pocket. This library could be helpful to anyone building a read-it-later app. Defuddle is also available as a CLI:…
Dev tools · 2025 · github.com