frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Prevalence of Alpha-Synuclein Seeding in Olfactory Mucosa Following SARS-CoV-2

https://www.researchsquare.com/article/rs-8855629/v1
1•luu•16s ago•0 comments

Store birth date in systemd for age verification

https://github.com/systemd/systemd/pull/40954
1•sadeshmukh•2m ago•0 comments

Speeding at higher speeds does not save time by a lot

https://old.reddit.com/r/SipsTea/comments/1rwbzoe/speeding_at_higher_speeds_does_not_save_time_by_a/
1•taubek•9m ago•0 comments

Nvidia's AI-Powered Photorealistic Gaming Technology Roasted as 'AI Slop'

https://www.forbes.com/sites/conormurray/2026/03/17/nvidias-ai-powered-photorealistic-gaming-tech...
1•helsinkiandrew•11m ago•0 comments

Infinitely many primes end in a 7

https://hidden-phenomena.com/articles/dirichlet
2•vismit2000•17m ago•0 comments

Does anyone know which company has the best tool battery technology?

1•Lohin•19m ago•1 comments

Reducing features to increase privacy, is this is good move?

1•eddiejaoude•20m ago•1 comments

The Riemann hypothesis (or, how to earn $1M)

https://hidden-phenomena.com/articles/rh
1•vismit2000•21m ago•0 comments

Cities: Skylines 2 boss says they overestimated Unity's capabilities

https://www.pcgamer.com/games/sim/cities-skylines-2-boss-says-they-completely-overestimated-the-u...
1•tietjens•23m ago•0 comments

DOGE staffer who flagged grants for 'DEI' struggles to define the term [video]

https://www.youtube.com/watch?v=WpbGF7l-t2w
1•thelastgallon•23m ago•0 comments

Is Math Art? Werner Herzog Says Yes

https://news.artnet.com/art-world/werner-herzog-brooklyn-public-library-pi-day-2754957
1•cafebeen•23m ago•0 comments

Why Tech Bros Are Now Obsessed with Taste

https://www.newyorker.com/culture/infinite-scroll/why-tech-bros-are-now-obsessed-with-taste
1•achow•24m ago•1 comments

Tools Written on the Uxn VM

https://100r.ca/site/projects.html
1•anonzzzies•25m ago•0 comments

Is Hacker News losing interest in startups?

https://hntrends.net/words/startup
2•kleiba•27m ago•0 comments

EpsteinBench: We Brought Epstein's Voice Back but Got More Than We Wanted

https://morgin.ai/articles/epsteinbench-we-brought-epsteins-voice-back.html
1•dilutedh2o•31m ago•1 comments

ahsohtoa: Structure-of-Array Synthesis in C++20

https://github.com/celtera/ahsohtoa
1•tosh•32m ago•0 comments

Skills Are Docs

https://passo.uno/skills-are-docs/
1•theletterf•32m ago•0 comments

Show HN: Liteparse, an OSS universal fast document parser by LlamaParse team

https://github.com/run-llama/liteparse
1•pierre•33m ago•1 comments

Construct's official 3D model object

https://www.construct.net/en/blogs/construct-official-blog-1/introducing-constructs-1900
1•AshleysBrain•34m ago•0 comments

Arc Cancer Treatment Framework

https://arood.ai/console/arc/cancer
1•moutasimalali•34m ago•1 comments

Border-shape: The future of the non-rectangular web

https://una.im/border-shape
1•twalichiewicz•35m ago•0 comments

Twilio inadvertently recharged dormant accounts for $20

https://status.twilio.com/incidents/7wr0lk70fcpj
1•rezonant•35m ago•1 comments

The Anglosphere is increasingly miserable

https://www.economist.com/graphic-detail/2026/03/19/the-anglosphere-is-increasingly-miserable
1•decimalenough•35m ago•0 comments

Everyone Gets an Agent

https://heynavii.substack.com/p/everyone-gets-an-agent
1•saurabhpalan•36m ago•0 comments

Thailand Is Sleepwalking into a Demographic Crisis

https://www.grantthornton.co.th/insights/thailand-is-sleepwalking-into-a-crisis-a-demographic-cri...
1•alephnerd•36m ago•0 comments

Code4z VS Code PL/I Language Extension Preprocessor Support – By Azat Satklyčov

https://medium.com/modern-mainframe/code4z-vs-code-pl-i-language-extension-preprocessor-support-9...
1•rbanffy•37m ago•0 comments

Mystery AI model revealed to be Xiaomi's following suspicions it was DeepSeek V4

https://www.reuters.com/business/media-telecom/mystery-ai-model-has-developers-buzzing-is-this-de...
1•gostsamo•53m ago•0 comments

Ask HN: Who is still using Windsurf and why?

3•mak8•54m ago•1 comments

Hive: A swarm of AI agents evolving code together

https://hive.rllm-project.com/
1•frozenseven•55m ago•1 comments

Fossil: Login Groups

https://fossil-scm.org/home/doc/trunk/www/caps/login-groups.md
2•thunderbong•58m ago•0 comments
Open in hackernews

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

https://t128n.github.io/routr/
2•trbndev•10mo ago

Comments

trbndev•10mo 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•10mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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