frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI didn't kill our bootstrapped software company, it doubled our revenue

https://www.nocobase.com/en/blog/future-of-software-programmers-revenue-doubled
1•mountainview•2m ago•0 comments

CL-BBS: the schemeBBS-like textboard rewritten in Common Lisp

https://github.com/ryukinix/cl-bbs
2•lerax•5m ago•1 comments

Pake: Turn any webpage into a desktop app with one command

https://github.com/tw93/Pake
4•vantareed•6m ago•0 comments

LBE – open-source execution control layer for AI agents

https://github.com/Letterblack0306/LetterBlack-Sentinel
2•letterblack0306•9m ago•0 comments

OpenMontage: Turn your AI coding assistant into a full video production studio

https://github.com/calesthio/OpenMontage
4•vantareed•12m ago•0 comments

Why WebRTC beats WebSockets for realtime voice AI

https://livekit.com/blog/why-webrtc-beats-websockets-for-voice-ai-agents
2•karimf•15m ago•0 comments

Geoengineering still faces major practical challenges

https://www.technologyreview.com/2026/06/18/1139227/geoengineering-engineering-challenges/
3•joozio•15m ago•0 comments

W.H. Auden's typist: James Schuyler in life and literature

https://hedgehogreview.com/web-features/thr/posts/companions-on-parnassus
2•simplegeek•17m ago•0 comments

Show HN: MP3 to Mp4 Converter

https://www.neuralframes.com/tools/mp3-to-mp4
2•nicollegah•19m ago•0 comments

Psychological warfare was once an afterthought, its now the primary battleground

https://iai.tv/articles/psychological-warfare-was-once-an-afterthought-its-now-the-primary-battle...
3•XzetaU8•26m ago•1 comments

Bab: A hash function for content-addressable storage

https://bab-hash.org/spec
3•g0xA52A2A•29m ago•0 comments

Show HN: Chess-Inspired Roguelike

https://princechazz.com
3•cowboy_henk•30m ago•0 comments

Loomer "Loveless" (1991)

https://tohereknowswhen.org/tabs/loomer.html
3•hmmnxrye•33m ago•0 comments

Moving beyond fiat-based: A tensor-network model for resource-abundance

https://github.com/TribeWarez/REALMS
2•odelyzid•34m ago•0 comments

Asked ChatGPT to disable the copy.fail module, it enabled it instead

https://chatgpt.com/share/6a37877e-73c8-83e9-bd53-28bd136fc259
2•TZubiri•39m ago•0 comments

The Wonderful Walkabouts of Harmen Hoek

https://jeffpolman.com/2024/04/30/the-wonderful-walkabouts-of-harmen-hoek/
2•andsoitis•39m ago•0 comments

Europeans should learn to love the air conditioner

https://www.economist.com/europe/2026/06/18/europeans-should-learn-to-love-the-air-conditioner
2•CalRobert•41m ago•1 comments

"My Way" Killings

https://en.wikipedia.org/wiki/My_Way_killings
2•SweetSoftPillow•43m ago•0 comments

Show HN: Domvault – self-hostable second brain with consent-based note sharing

https://github.com/dys5315/domvault
2•quietdrift_04•43m ago•0 comments

Show HN: Pyor – A desktop PR reviewer for the diffs GitHub chokes on

1•othmanosx•43m ago•0 comments

Show HN: Notedog – Git-friendly portable Markdown journal, edit from a laptop

https://notedog.run/
1•hibariya•44m ago•0 comments

Show HN: Quikdown – 17 KB bidirectional Markdown parser and rich-fence editor

https://github.com/deftio/quikdown
1•deftio•45m ago•0 comments

Now that your newsletter is AI-generated, I've Unsubscribed

https://idiallo.com/blog/unsubscribed-from-ai-generated-newsletters
3•nenadpantelic•46m ago•0 comments

All 4,582 abhangs of Sant Tukaram, translated and theme-mapped with AI

https://sant.ajinkya.ai/tukaram
1•csmonk•46m ago•0 comments

Built a rival to the largest fanfiction platforms – alone, at 17

https://obaid.wtf/jotbook/2026/06/20/built-a-rival-to-the-worlds-largest-fanfiction-platforms.html
2•pknerd•47m ago•0 comments

Where Do India's IPO-Bound Founders Come From?

https://www.dealflowiq.com/p/what-indias-ipo-founders-actually
1•koolhead17•47m ago•0 comments

Show HN: shared verified memory for AI agents: one learns, all recall

https://kage-core.com/
1•kage18•48m ago•0 comments

Improvements to Std:Format in C++26

https://mariusbancila.ro/blog/2026/06/19/improvements-to-stdformat-in-c26/
1•jandeboevrie•53m ago•0 comments

Windows UI evolution: Clicking an unassociated file

https://movq.de/blog/postings/2026-06-20/0/POSTING-en.html
1•jandeboevrie•55m ago•0 comments

The Omnipod 5 insulin pump has been cracked by open source developers

https://nightscout.github.io/omnipod-five/
2•rcgy•57m ago•1 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•1y ago

Comments

trbndev•1y ago
routr is a lightweight, offline search router inspired by DuckDuckGo's bangs. It's fully browser-based (no server requests needed other than the initial one) and routes queries like `!gh tokio` to GitHub, `!yt` to YouTube, `!hn` to Hacker News, etc.

What sets it apart:

- Runs entirely locally (no network, no tracking)

- Lets you define your own bangs and destinations

- Optionally rewrites queries for better precision (with AI)

Example:

Typing `article about german war in the stone age !!g` becomes: `site:en.wikipedia.org "german" AND "war" AND "stone age"`

More on query rewriting and performance:

https://tl128n.github.io/writings/2025-05-02_optimizing_sear...

Leftium•1y ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•1y ago
Ah damn what a bummer that I can‘t edit the original comment anymore. Thank you for pointing it out… didn‘t even see that extra `l` there in the url
Leftium•1y ago
> Typing `article about german war in the stone age !!g` becomes: `site:en.wikipedia.org "german" AND "war" AND "stone age"`

I wonder how much of that could be done without AI, just (locally) using https://www.npmjs.com/package/compromise

---

Also I couldn't find your source for bang data; Kagi maintains an updated list: https://github.com/kagisearch/bangs

I'm working on an enhanced version of bangs. Since there are so many "dead" bangs, I'm thinking of using a bang whitelist and suggestions from the full list if not found in the whitelist.

trbndev•1y ago
What an interesting library. Thanks for mentioning it here… will definitely look into it!

—-

The bangs are at

https://github.com/t128n/routr/blob/main/src/sw/routes.ts

Mostly ripped from duckduckgo.com/bang.js and then pretty-formatted with Prettier… with some sane-defaults added like a bang for ChatGPT or T3 Chat

Leftium•1y ago
Related project (also works locally):

- https://unduck.link/

- https://github.com/t3dotgg/unduck

- https://youtu.be/_DnNzRaBWUU

---

Note unduck works without service workers: https://github.com/t3dotgg/unduck/blob/91a66c25de8b0e7ac5ba5...

Is there any advantage to using service workers?

edit: Ah... unduck doesn't work from the browser search bar.

trbndev•1y ago
Unduck actually also uses service workers to cache the app locally

https://github.com/t3dotgg/unduck/blob/91a66c25de8b0e7ac5ba5...

—-

> Is there any advantage to using service workers?

With service workers we can intercept the `fetch` request, before the index.html gets rendered/loaded. One should (in theory) be redirected some micro-seconds faster than doing the redirect in the index.html js