frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Verifiable Domains Will Eat the World

https://twitter.com/jon_stokes/status/2091383885569405025
1•gmays•56s ago•0 comments

Webring.rip – 160k generated 1997 home pages, no back end

https://webring.rip/
2•henrychannel•3m ago•0 comments

Netflix's Multimodal Asset Personalization at Scale

https://netflixtechblog.com/maps-netflixs-multimodal-asset-personalization-at-scale-32f96320785e
1•vzhou842•3m ago•0 comments

Your Boss Is Watching You

https://nautil.us/your-boss-is-watching-you-1284806
3•devonnull•3m ago•0 comments

Ganon's Mysterious Origins (Revisited)

https://www.thrillingtalesofoldvideogames.com/blog/ganon-name-origin-kamen-rider
2•tobr•4m ago•0 comments

Private German rocket makes history, reaches orbit from European soil

https://www.space.com/space-exploration/launches-spacecraft/isar-aerospace-second-launch-norway-a...
20•bookmtn•6m ago•1 comments

PanoDrop – Save and share specific 360° street-level views

https://www.panodrop.app
1•dueffects•7m ago•0 comments

Ask HN: How do you build organic traction as an indie dev?

2•charm137•8m ago•0 comments

Finite time blowup for an averaged three-dimensional Navier-Stokes equation

https://terrytao.wordpress.com/2014/02/04/finite-time-blowup-for-an-averaged-three-dimensional-na...
2•gmays•12m ago•0 comments

Isar Aerospace launch into orbit [video]

https://www.youtube.com/watch?v=Ss1DUqLjecc
9•stefan_•12m ago•0 comments

Equal Earth Projection

https://en.wikipedia.org/wiki/Equal_Earth_projection
2•cainxinth•15m ago•0 comments

Carcinisation

https://en.wikipedia.org/wiki/Carcinisation
1•yladiz•22m ago•0 comments

Everything is free now, so why not a floating orb in my IDE

https://eighttrigrams.net/post/79
1•eighttrigrams•22m ago•0 comments

US strikes three Iranian oil tankers

https://www.reuters.com/world/middle-east/explosions-heard-near-irans-kharg-island-gulf-origin-un...
4•TechTechTech•23m ago•2 comments

Space industry lacks workers needed to rebuild satellites lost in war: report

https://www.defensenews.com/industry/techwatch/2026/09/04/space-industry-lacks-workers-needed-to-...
9•billybuckwheat•23m ago•1 comments

Lenovo unveils ThinkBook AeroBlade: 14", Ultra 7, 830 grams, solid-state cooling

https://www.notebookcheck.net/Lenovo-unveils-ThinkBook-AeroBlade-14-inch-laptop-that-weighs-under...
3•cromka•26m ago•0 comments

OSHintosh IIxi Works

https://tech.lgbt/@DosFox/117218857930993108
3•mariuz•27m ago•0 comments

OSHintosh – an open source hardware 68000 Macintosh with a Bootable ROM Disk

https://github.com/DosFox1/OSHintosh
2•mariuz•28m ago•0 comments

AfterQuery becomes Y Combinator's fastest-ever unicorn, now valued at $3.2B

https://techcrunch.com/2026/09/01/afterquery-reportedly-becomes-y-combinators-fastest-ever-unicor...
1•andsoitis•29m ago•0 comments

NeurIPS started desk-rejecting papers over references that don't exist

https://strictcite.com/blog/neurips-2026-hallucinated-citations-desk-reject
2•Tughan•30m ago•1 comments

Capta – The Mac screen recorder that edits itself

https://capta.cam/
2•gorgekara•31m ago•0 comments

UN agrees text on lethal autonomous weapons

https://www.dawn.com/news/2027728
3•fork-bomber•32m ago•0 comments

Warmbly: Open-Source Cold Email

https://github.com/warmbly/warmbly
1•handfuloflight•33m ago•0 comments

Bad Apple but It's Frontier Lab Benchmarks [video]

https://www.youtube.com/watch?v=o3CJnpUG3tY
1•TheIronYuppie•33m ago•0 comments

America has a whopping debt. But Europe has the whopping debt problem

https://www.economist.com/europe/2026/09/03/america-has-a-whopping-debt-but-europe-has-the-whoppi...
2•andsoitis•34m ago•1 comments

LLMs as a Cognitive Virus

https://arxiv.org/abs/2609.03344
2•canjobear•35m ago•0 comments

Discord Is Bringing Back Age Verification

https://www.gadgetreview.com/discord-is-bringing-back-age-verification-for-millions-of-users
2•variety8675•37m ago•0 comments

Effect Agent

https://github.com/danieljvdm/effect-agent
2•handfuloflight•38m ago•0 comments

How work makes families more equal

https://www.economist.com/international/2026/09/03/how-work-makes-families-more-equal
1•andsoitis•40m ago•0 comments

Patterns, Predictions, and Actions: A story about machine learning [pdf]

https://mlstory.org/pdf/patterns.pdf
2•Anon84•42m 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