frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'Coltrane' Review: Sound and Spirit

https://www.wsj.com/arts-culture/books/coltrane-review-sound-and-spirit-b2417282
1•Thevet•1m ago•0 comments

The technology people call science fiction is here

https://github.com/KnowledgeeKZA3224/scqos-reference-implementation/blob/main/docs/THE_TECHNOLOGY...
1•Knowledgee_KZA•5m ago•0 comments

Datasets for Large Language Models: A Comprehensive Survey

https://arxiv.org/abs/2402.18041
1•Anon84•5m ago•0 comments

Revolut gave away customers' data

https://www.internationalcyberdigest.com/revolut-gave-away-customers-data/
1•taubek•7m ago•0 comments

Fx can now use a frontier model, then delegate to cheaper models to implement

https://twitter.com/fazxes/status/2098800924776903047
1•wslh•8m ago•0 comments

Vibe Coding Is the New Bootstrap

https://sampleminer.com/blog/vibe-coding-is-the-new-bootstrap/
1•xdotcommer•9m ago•1 comments

Adios Create – Landing page builder

https://www.adios.dev/create
1•clovis818•10m ago•0 comments

The U.N. Backs a New World Map Showing Africa in Its True Relative Size

https://www.npr.org/2026/09/04/nx-s1-5958611/africa-world-map-un-vote
2•karakoram•12m ago•0 comments

Csvcomp – Zero-dependency Python CSV diff utility

https://github.com/prasad-a-abhishek/csvcomp
1•prasadaabhishek•14m ago•0 comments

Namecheap Hosting Is Down

1•wolfgangbabad•16m ago•0 comments

WebSocket is a legacy API (2016)

https://github.com/whatwg/html/issues/2177
1•htunnicliff•17m ago•1 comments

NextJS but in Rust

https://nextrs.hirschi.dev/docs/getting-started
1•ashirsc•18m ago•0 comments

Claude of Tanks

https://github.com/Kevin-Liu-01/Claude-of-Tanks
1•tiredpanda•21m ago•0 comments

Comment: Feeling Sad about AI

https://simonwillison.net/2026/Sep/11/feeling-sad-about-ai/
1•abdelhousni•22m ago•0 comments

Spanish Island Wants to Ditch Drunk British Tourists for Rich American Ones

https://www.wsj.com/world/europe/this-spanish-island-wants-to-ditch-drunk-british-tourists-for-ri...
2•RestlessMind•23m ago•0 comments

Diablo V

https://diablo5.blizzard.com/en-us
1•meerita•24m ago•0 comments

EU CYBER RESILIENCE ACT forces manufacturers to disclose exploited vulnerabilit

https://digital-strategy.ec.europa.eu/en/policies/cra-reporting
3•drungli•26m ago•0 comments

Nvidia in talks to invest in Anthropic's mega IPO

https://www.reuters.com/legal/transactional/nvidia-talks-invest-anthropics-mega-ipo-sources-say-2...
1•cwwc•27m ago•0 comments

Teaching Novice Computing and Programming in the Agentic AI Era [pdf]

https://cs.brown.edu/people/sk/Publications/Papers/Published/fkl-teach-nov-agentic-ai-era/paper.pdf
2•azhenley•29m ago•0 comments

Free Agent – Amp

https://ampcode.com/news/free-agent
3•literallyroy•30m ago•0 comments

The Future of Blender [video]

https://www.youtube.com/watch?v=pTHmtHXwVKY
1•stephdin•31m ago•0 comments

Jeff Park: Lets slow down but not before we IPO not before we dump on retail

https://twitter.com/dgt10011/status/2098815095497253093
2•donsupreme•31m ago•0 comments

Our Eukaryotic Moment

https://contraptions.venkateshrao.com/p/our-eukaryotic-moment
1•brettcvz•36m ago•0 comments

Show HN: Vibe Logic Programming Language

https://cosmos-language-lab-0819.asd-user56.chatgpt.site/
1•mccosmos•37m ago•0 comments

Domain-Specific Hallucination Detection in Large Language Models

https://arxiv.org/abs/2609.11878
1•Betelbuddy•37m ago•0 comments

The Machine That Says No: 1-Bit Music on the ZX Spectrum [video]

https://www.youtube.com/watch?v=ZFL1ad90M2k
1•ofrzeta•39m ago•0 comments

ChiPass Release 2026.09.0

https://codeberg.org/ChiPass/ChiPass/releases/tag/v2026.09.0
1•birdculture•40m ago•0 comments

atx, the true structured text format (2002)

http://www.aaronsw.com/2002/atx/intro.html
1•theanonymousone•40m ago•0 comments

Sensetime Posts First Profit Since Listing as AI Revenue Rises

https://technode.global/2026/08/27/sensetime-h1-2026-first-profit-generative-ai-revenue/
1•drungli•41m ago•0 comments

Aaron Swartz and atx: the spec writer open source lost

https://dev.profullstack.com/~anthony/blog/121-post.html
2•theanonymousone•43m 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