frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Pure Python Breakthrough: How Blazeio Shatters the Compiled Language Dogma

https://medium.com/@bf_69202/the-pure-python-breakthrough-how-blazeio-shatters-the-compiled-langu...
1•anonyxbiz•57s ago•0 comments

Zig – Pointer Stability for ArrayLists

https://ziglang.org/devlog/2026/#2026-08-27
1•Retro_Dev•5m ago•0 comments

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
1•hentrep•6m ago•0 comments

Show HN: Darwin-VM – run the latest iOS and macOS in QEMU

https://github.com/jprx/darwin-vm
1•jprx•7m ago•0 comments

Show HN: 500,000+ AOL Instant Messenger Buddy Icons All at Once

https://buddyiconarchive.com/
1•shedletsky•7m ago•0 comments

Summer's over: take out your notebooks (or Loreline)

https://loreline.app/en/journal/august-2026/
1•jeremyfa•19m ago•0 comments

Oscar Winner Jernej Barbič Brings Monsters to Life

https://spectrum.ieee.org/oscar-winner-jernej-barbic
2•jnord•23m ago•0 comments

Fluoddity – Particles self organizing into a variety of structures

https://fluoddity.com/
2•moultano•24m ago•0 comments

Ask HN: Single Page Learning Games?

1•tmaly•24m ago•0 comments

CBC reverses restriction on labelling 9/11 as 'terrorism'

https://www.thestar.com/politics/federal/cbc-reverses-restriction-on-labelling-911-as-terrorism/a...
1•cramer4next•25m ago•0 comments

A content agent should have to earn autonomy, one channel at a time

https://fulcrumenterprises.gumroad.com/l/content-agent-kit-pro
1•csolomon0704•28m ago•0 comments

Industry Standard Tools

https://industrystandard.tools/
1•philip1209•29m ago•0 comments

Postgres Isn't Slow. Your Storage Is

https://clickhouse.com/blog/posette-talk-recap-postgres-isnt-slow-your-storage-is
1•caffeinated_me•29m ago•0 comments

Become a 100x Engineer

https://100x.iamdevloper.io/
4•benhowdle•37m ago•2 comments

The Server Called Paranoia: Defend Autistici/Inventati Before Sept25 Sabot Media

https://www.wewillfreeus.org/the-server-called-paranoia-defend-autistici-inventati-before-septemb...
3•upofadown•37m ago•0 comments

My agents made a Photoshop equivalent in 8 hours

https://github.com/stubbb/c-shop
2•stubbby•38m ago•1 comments

FreshCtx – Invalidate AI reasoning when its evidence changes

https://github.com/Hyperwise-LLC/freshctx
2•bhooshanvarma•39m ago•0 comments

Highlighting My Code Based on How Much I Care

https://hank.bond/posts/highlighting-my-code-based-on-how-much-i-care/
2•hankbond•39m ago•0 comments

Show HN: SQLite-diff-log – zero-dependency SQLite audit logging via triggers

https://github.com/MigMarGil/sqlite-diff-log
2•MMG_dev•43m ago•0 comments

Engineered bacteria offer a way to accelerate rock weathering for carbon removal

https://phys.org/news/2026-08-bacteria-weathering-carbon.html
2•rawgabbit•46m ago•0 comments

Sam Harris and Richard Dawkins in Conversation

https://www.youtube.com/watch?v=mssoaoidYwQ
1•chistev•46m ago•0 comments

Protonmail Outage: Incident Report

https://proton.me/blog/august-27-outage-incident-report
1•Fudgel•47m ago•0 comments

Wrapping a callable in a lambda that just calls it with the same parameters

https://devblogs.microsoft.com/oldnewthing/20260819-00/?p=112624
1•ibobev•50m ago•0 comments

Identifying fake cosmetics using AI

https://groverlab.org/hnbfpr/2026-08-26-ai-counterfeit-cosmetics.html
3•wgrover•50m ago•0 comments

Rehabilitating Richard

https://analog-antiquarian.net/2026/08/28/rehabilitating-richard/
1•ibobev•51m ago•0 comments

MIT building contaminated with powerful neurotoxin dimethylmercury

https://www.reddit.com/r/mit/comments/1w12gb9/dimethyl_mercury_poisoning/
5•peesem•52m ago•2 comments

Background Image Refraction in CSS

https://blog.master.dev/background-image-refraction-in-css/
1•ibobev•52m ago•0 comments

Danish David beats American and Chinese frontier models

https://huggingface.co/danish-foundation-models/DFM-Mimir
2•ringenesherre•53m ago•1 comments

Hypermedia Systems

https://hypermedia.systems/
1•luispa•54m ago•0 comments

Codex as a Platform

https://developers.openai.com/blog/codex-as-a-platform
1•tin7in•54m ago•0 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