frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Huzzah – a novel approach to coding with AI

https://www.danielvaughn.dev/posts/huzzah/
239•danielvaughn•8h ago•138 comments

Show HN: ParqDB – Vector search in the browser from Parquet over HTTP"

https://search.parqdb.io/
7•petrizhang•3h ago•2 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
533•simedw•15h ago•110 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
67•tinyprojects•13h ago•29 comments

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP

https://github.com/paulsp94/omacosy
50•paulsp•13h ago•39 comments

Show HN: Fsel –. a Rust TUI launcher, fuzzy picker and clipboard browser

https://github.com/Mjoyufull/fsel
2•Rikona_Kurasaki•1h ago•0 comments

Show HN: XListman – one-binary, self-hosted mailing list manager

https://github.com/barats/xlistman
2•baratsemet•1h ago•0 comments

Show HN: Steppewm stacking Wayland window manager

https://keygen.sbs/steppewm/
2•uncognic•1h ago•0 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
53•radeeyate•10h ago•22 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
66•knaught•13h ago•37 comments

Show HN: Crypto and NFT Project Directory – Other Worlders

https://otherworlders.com/nft-directory/
3•wowinter15•1h ago•0 comments

Show HN: A data viewer for choosing Frigate-compatible IP cameras

https://github.com/ch-bas/cctv-camera-database
37•martinAndy•6h ago•3 comments

Show HN: TakoVM – Serverless file systems for agents

https://tako-research.github.io/TakoVM/
3•sakuraiben•3h ago•0 comments

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway

https://api.luoluocoder.com/
2•siofeng•4h ago•0 comments

Show HN: ImageSage – Photo manager using Local AI on Windows

https://apps.microsoft.com/detail/9mt89hd9s6sm?hl=en-US&gl=US
2•ringlochid•1h ago•1 comments

Show HN: DumpSort – drop screenshots/PDFs, get a named zip (browser-only)

https://dumpsort.vercel.app
3•davidlifschitz•6h ago•0 comments

Show HN: WaveHouse – Supabase for ClickHouse

https://wavehouse.dev
14•ericandr•10h ago•3 comments

Show HN: Molecule.dev is an AI-first composable package ecosystem

https://github.com/molecule-dev/molecule
2•loh•7h ago•1 comments

Show HN: Praxos – team messaging with built-in memory

https://www.praxos.ai/
5•mogusian•7h ago•2 comments

Show HN: Streambench – Native Mac Client for Kafka and NATS

https://streambench.app
13•valentinprgnd•6d ago•4 comments

Show HN: PingChange – monitor web pages and OpenAPI specs for meaningful changes

https://pingchange.com
2•epigos•7h ago•0 comments

Show HN: Verified business dashboards inside ChatGPT and Claude via MCP Apps

https://www.corpusiq.io/docs/hermes/mcp/mcp-apps-interactive-ui
2•corpusiq_io•7h ago•0 comments

Show HN: sce (Simple Console Editor)

https://github.com/volution/simple-console-editor
15•ciprian_craciun•5d ago•0 comments

Show HN: Automatically detect and patch walking-dead states in Sierra games

https://github.com/katiahayati/lucasartsifier/
157•wkfauna•2d ago•97 comments

Show HN: Sourcery – Benchmark for search APIs on the sources they return

https://sameerhimati.com/sourcery/
3•sameerhimati•7h ago•1 comments

Show HN: Astronomy Buddy–what's worth pointing a telescope at tonight

https://astronomy-buddy.com/
3•TheFunkyMonk•8h ago•0 comments

Show HN: Sitmap – a World in Conflict inspired map maker for Cold War scenarios

https://tomaytotomato.github.io/sitmap/
7•tomaytotomato•15h ago•3 comments

Show HN: Encrypt messages locally into self-contained links

https://diaryof.me/tools/
4•cryptographical•8h ago•1 comments

Show HN: Paint-by-numbers pixel art that 24 strangers fill in together

https://fillgood.io
5•einkaufspilot•8h ago•0 comments

Show HN: Sentrint, a security scanner for projects build with LLMs

https://sentrint.com/
5•Gourabdg•15h ago•2 comments
Open in hackernews

Show HN: Fsel –. a Rust TUI launcher, fuzzy picker and clipboard browser

https://github.com/Mjoyufull/fsel
2•Rikona_Kurasaki•1h ago
fsel is a terminal app launcher for Linux/*BSD. It also has a dmenu-style mode for piping arbitrary input through it, and a clipboard-history mode with text and image previews, I started it because I started using otterlauncher and needed a tui app laucnher bc otterlauncher was tui, i looked around and nothing was up to par, then i found Gyr, it was the closest thing but it needed sum work so i add the things I needed, and it eventually grew into fsel.

its evolved to be more than an app launcher, i use the normal launcher mode for desktop apps, but I also use --dmenu for shell scripts, and it has --cclip for clipboard picker. It can also output selections or app data to stdout/JSON, preserve original indices for scripts, preview clipboard images in supported terminals, and the UI/keybinds/layout are configurable. A lot of the work lately has been making those modes behave consistently across weird Linux/Wayland setups and cleaning up ux.