frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Plasticity: A Modern Nurbs Modeler

https://www.plasticity.xyz/
1•dtj1123•50s ago•0 comments

The AI water issue is fake

https://blog.andymasley.com/p/the-ai-water-issue-is-fake
5•shepherdjerred•2m ago•0 comments

Coal pollution is cutting solar power output, study finds

https://www.ox.ac.uk/news/2026-05-14-coal-pollution-is-cutting-solar-power-output-study-finds
1•geox•6m ago•0 comments

With Its IPO Done, Cerebras Can Get Back to Pushing the AI Envelope

https://www.nextplatform.com/compute/2026/05/15/with-its-ipo-done-cerebras-can-get-back-to-pushin...
1•rbanffy•7m ago•0 comments

The Case Against Quantum Computing

https://spectrum.ieee.org/the-case-against-quantum-computing
1•alisadev•8m ago•0 comments

Polis – a Markdown protocol for AI agent teams that get better over time

https://github.com/yehudalevy-collab/polis-protocol
1•lucius_gc•9m ago•0 comments

Express Interest in Our Geospatial Analytics Products – Google Maps Platform

https://mapsplatform.google.com/lp/geospatial-analytics-signup/
1•Anon84•9m ago•0 comments

So what does [show dead] do, and why can't I share a URL?

1•neldi•10m ago•0 comments

Git-hunk: the missing half of Git add

https://git-hunk.paulie.app/
1•mil22•12m ago•1 comments

Show HN: Graph-Based Firebase Alternative with Real-Time Sync

https://linkedrecords.com/getting-started/
1•WolfOliver•13m ago•0 comments

The Decameron is a mysterious book

https://storica.club/blog/decameron-is-dirtier/
2•alexdesouza•15m ago•0 comments

LinkedIn user hides AI prompt injection in bio to force recruitment spam

https://www.tomshardware.com/tech-industry/artificial-intelligence/linkedin-recruitment-spam-beco...
3•01-_-•16m ago•0 comments

International Oekonux Wiki

http://en.wiki.oekonux.org
1•doener•17m ago•0 comments

ProcureOS – AI procurement for small businesses replacing Excel and WhatsApp

https://procureos.up.railway.app
1•Muhammadprocure•18m ago•0 comments

Microbial fuel cell world championship

https://www.mi-hy.eu/mudtronics/
2•bookofjoe•18m ago•0 comments

Aethr – local-first AI coding workflows with steering

https://github.com/archthegit/Aethr
1•lowkey_archie•20m ago•0 comments

I kept coding until an RTOS was inevitable [video]

https://www.youtube.com/watch?v=i_eU16X67qU
1•saidinesh5•20m ago•1 comments

Morgan Stanley: Hobbes

https://github.com/morganstanley/hobbes
2•tosh•22m ago•0 comments

Turing Award Winner: Abstraction, Dijkstra, Distributed Systems – Barbara Liskov [video]

https://www.youtube.com/watch?v=T9CGjbPZeaM
1•furcyd•23m ago•0 comments

Effective Use of HTML with Agents

https://daanluttik.nl/blog/effective-use-of-html-with-agents
1•luttik•24m ago•2 comments

Ask HN: Why my [Show HN] for an open source Mac audio tool was flagged?

1•altuzar•27m ago•1 comments

AI chatbots are giving out people's real phone numbers

https://www.technologyreview.com/2026/05/13/1137203/ai-chatbots-are-giving-out-peoples-real-phone...
1•ent101•28m ago•0 comments

For $1.3M/month, OpenClaw founder runs 100 AI agents that code and find bugs

https://the-decoder.com/for-1-3-million-a-month-openclaw-founder-peter-steinberger-runs-100-ai-ag...
1•bdcravens•29m ago•0 comments

Dark Souls Loading Screen in the Browser

https://gabrielteixeira.dev.br/dark-souls-items/
2•desuaiko•32m ago•0 comments

First Steps on a New Server

https://david.alvarezrosa.com/posts/first-steps-on-a-new-server/
1•dalvrosa•32m ago•0 comments

Array Theory and the Design of Nial [pdf]

https://www.nial-array-language.org/ndocs/Array%20Theory%20and%20the%20Design%20of%20Nial.pdf
1•tosh•35m ago•0 comments

Kagi Snaps

https://daringfireball.net/linked/2026/05/12/kagi-snaps
2•Einenlum•39m ago•0 comments

Your AI Frustration Is My Opportunity

https://metedata.substack.com/p/012-your-ai-frustration-is-my-opportunity
2•young_mete•48m ago•0 comments

Data Analysis with Vector Functional Programming (2016) [video]

https://www.youtube.com/watch?v=VOeiSMFp2uA
2•tosh•49m ago•0 comments

I did everything but my app doesn't attract anyone

https://apps.apple.com/tr/app/finverdict-crypto-stocks/id6757922254
2•ooozooo•51m ago•5 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