frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

0ctx – Local-first project memory for AI workflows

1•som3on3•1m ago•0 comments

Memories of David Attenborough as he turns 100

https://www.theguardian.com/tv-and-radio/2026/may/08/david-attenborough-at-100-memories-encounters
1•yreg•3m ago•0 comments

How the NSA obtains and uses airline reservations (2013)

https://papersplease.org/wp/2013/09/29/how-the-nsa-obtains-and-uses-airline-reservations/
1•downbad_•4m ago•1 comments

I, robe-ot: the Android monk working to reboot the faith of S. Korea's Buddhists

https://www.theguardian.com/world/2026/may/08/jogyesa-temple-south-korea-humanoid-ai-robot-gabi
1•ta988•5m ago•0 comments

Nullsoft, 1997-2004 AOL kills off the last maverick tech company (2004)

https://slate.com/technology/2004/11/the-death-of-the-last-maverick-tech-company.html
1•downbad_•7m ago•1 comments

IIT Madras establishes Menlo Park Centre to help Indian startups scale globally

https://www.fortuneindia.com/business-news/international-arm-of-iit-madras-establishes-a-us-centr...
1•porridgeraisin•8m ago•0 comments

Ask HN: What is the most exciting development in your field?

1•chistev•10m ago•1 comments

Ask HN: We just had an actual UUID v4 collision...

3•mittermayr•11m ago•1 comments

HIV pandemic's origins located (2014)

https://www.ox.ac.uk/news/2014-10-03-hiv-pandemics-origins-located
1•thunderbong•14m ago•0 comments

Platform Engineering End-to-End

https://www.lucavall.in/blog/platform-engineering-end-to-end
1•ingve•17m ago•0 comments

The complete Claude Code course for engineers and technical founders

https://code-agents.ai
1•onder_ceylan•17m ago•0 comments

Show HN: Runs AI coding agents inside isolated Docker containers

https://github.com/marvincaspar/agent-sanbox
1•matt_callmann•21m ago•0 comments

Best Free Agentic AI Course in 2026 with Real Projects, and No-Code Learning

https://simplai.ai/simplai-university
1•shanmugarajsk•25m ago•0 comments

Show HN: Mideo – Translate Video to MIDI

https://cafedelcadence.github.io
1•bbrwx•25m ago•0 comments

Building for the future: Cloudflare lays off 1,100 employees

https://blog.cloudflare.com/building-for-the-future/
1•pabs3•28m ago•0 comments

Nintendo confirms Switch 2 price rises, consoles now $500 in the US

https://www.videogameschronicle.com/news/nintendo-confirms-switch-2-price-rises-consoles-now-500-...
2•01-_-•28m ago•0 comments

What Microsoft Executives Thought About OpenAI in 2018

https://www.wired.com/story/microsoft-executives-discuss-openai-sam-altman-2018/
1•01-_-•29m ago•0 comments

Show HN: Meeseeks Driven Development

https://github.com/lukehedger/meeseeks
1•levelout•31m ago•0 comments

Virtual private networks and the protection of children online

https://www.europarl.europa.eu/thinktank/en/document/EPRS_ATA(2026)782618
2•mvdwoord•35m ago•0 comments

60% of MD5 password hashes are crackable in under an hour

https://www.theregister.com/security/2026/05/07/60-of-md5-password-hashes-are-crackable-in-under-...
1•signa11•36m ago•0 comments

The Canvas Hack Is a New Kind of Ransomware Debacle

https://www.wired.com/story/canvas-hack-shinyhunters-ransomware-instructure/
1•signa11•38m ago•0 comments

Show HN: I instructed AI to create tool to clean AI-generated text: undsh.com

https://undsh.com/
1•kkarpkkarp•40m ago•0 comments

I hate soldering existentially

https://user8.bearblog.dev/rant/
3•James72689•41m ago•0 comments

Token Coffee

https://testflight.apple.com/join/VHaxgb3B
1•Brrainz•42m ago•0 comments

AI is technology, not a feature

https://senkorasic.com/articles/ai-is-tech-not-feature
3•taubek•43m ago•0 comments

Hardware Memory Models

https://research.swtch.com/hwmm
1•jerrinot•44m ago•0 comments

Canvas Breach Disrupts Schools and Colleges Nationwide

https://krebsonsecurity.com/2026/05/canvas-breach-disrupts-schools-colleges-nationwide/
1•lschueller•46m ago•0 comments

Phel v0.36.0 – Lisp on PHP, now with numeric tower and first-class Vars

https://github.com/phel-lang/phel-lang/releases/tag/v0.36.0
2•Chemaclass•49m ago•2 comments

Ask HN: How are you handling QA being bottlenecked with more AI-generated PRs?

3•softneon•50m ago•2 comments

30x faster than Prometheus: How we rebuilt ES as a leading columnar datastore

https://www.elastic.co/search-labs/blog/elasticsearch-columnar-metrics-engine-30x-faster-prometheus
3•yla92•55m 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