frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Wyndup – share a live countdown with your podcast guest

https://wyndup.net
1•ardwino•43s ago•0 comments

Ask HN: How are you using AI?

1•bmaupin•1m ago•0 comments

X to block UK access to accounts linked to terrorist groups in Ofcom agreement

https://www.theguardian.com/technology/2026/may/15/x-ofcom-agreement-block-uk-access-accounts-lin...
1•chrisjj•1m ago•0 comments

Revswap.ai: Trade Dollars with other startups. Book it as revenue

https://www.revswap.ai/#how
1•CGMthrowaway•1m ago•0 comments

Air Power Against Mobile Targets and Missiles

https://secretaryrofdefenserock.substack.com/p/square-peg-in-a-round-hole-airpower
1•mauvehaus•1m ago•0 comments

Show HN: PileaX – AI Chat and note and book Library, all-in-one KnowledgeBase

https://github.com/pileax-ai/pileax
1•pileax•1m ago•0 comments

AI Writing Hits a Ceiling

https://www.axios.com/2026/05/15/human-vs-ai-written-articles
1•Brajeshwar•4m ago•0 comments

#1 on the leading AI memory benchmark using a smaller, cheaper model

https://exabase.io/research/exabase-achieves-state-of-the-art-on-longmemeval-benchmark
1•johnnymakes•6m ago•1 comments

WxRuby3: A cross-platform GUI library for Ruby

https://github.com/mcorino/wxRuby3/
1•thunderbong•10m ago•0 comments

Ask HN: Still No Robots for Chores?

1•julienreszka•11m ago•0 comments

Sam Kieth, Creator of Surreal Comic Book Series the Maxx, Dies at 63

https://www.nytimes.com/2026/03/26/arts/sam-kieth-dead.html
1•franze•11m ago•0 comments

Fungus-powered farming delivers higher yields and better-tasting crops

https://phys.org/news/2026-05-fungus-powered-farming-higher-yields.html
1•thinkcontext•12m ago•0 comments

Dream of the Red Chamber

https://en.wikipedia.org/wiki/Dream_of_the_Red_Chamber
1•doener•13m ago•0 comments

Show HN: Guess the GitHub repo from a code snippet

https://www.codeguesser.xyz
1•grantz_graf•16m ago•0 comments

Update on GitHub Copilot usage-based pricing

https://github.blog/news-insights/company-news/github-copilot-individual-plans-introducing-flex-a...
3•domysee•17m ago•0 comments

The Secret Mission to Fly Taiwan's President to Africa

https://www.nytimes.com/2026/05/14/world/asia/taiwan-eswatini-china-flight.html
1•mooreds•17m ago•0 comments

Show HN: TongueType – Local, privacy-focused Whisper dictation for macOS

https://tonguetype.app/
1•claviska•17m ago•0 comments

Big Tech groups launch global borrowing spree to fund AI expansion

https://www.ft.com/content/d137f1a1-4188-4784-b274-f53082d27aa8
1•1vuio0pswjnm7•19m ago•0 comments

xAI Launched Grok Build

https://abz.global/technology/xai-just-launched-grok-build-ai-coding-agents-are-moving-into-the-t...
1•mariansorca•19m ago•0 comments

MidiVox: Rehearsal Player for Choirs

https://rubjo.github.io/midivox/
1•rubjo•19m ago•1 comments

Open source turns users into builders

https://x.com/i/article/2055201534934446080
1•jbetala7•20m ago•0 comments

Trade Dollars with other startups. Book it as revenue

https://www.revswap.ai/
3•tormeh•20m ago•1 comments

Playboy Interview: Steven Jobs (1985)

https://allaboutstevejobs.com/verbatim/interviews/playboy_1985
1•downbad_•20m ago•0 comments

Most Meaningful Dates on the Web and for an LLM

https://venkatasg.net/blog/dates-2026-05-12.html
1•_venkatasg•21m ago•0 comments

AI Fusion Photography

https://aifusionphotography.com/
1•nikasakana•21m ago•1 comments

Show HN: Endless scrolling IBM Code Page 437 ASCII text

https://crisdosaygo.github.io/random/
2•keepamovin•21m ago•0 comments

Tell HN: Bun Rewrite Thread Disappearance

1•kreco•22m ago•2 comments

Microsoft warns of Exchange zero-day flaw exploited in attacks

https://www.bleepingcomputer.com/news/microsoft/microsoft-warns-of-exchange-zero-day-flaw-exploit...
1•Brajeshwar•22m ago•0 comments

OpenAI reportedly considered legal action over Apple ChatGPT deal

https://firethering.com/openai-apple-chatgpt-iphone/
1•steveharing1•23m ago•0 comments

Simple CPU Design

https://simplecpudesign.com/
1•surprisetalk•25m 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