frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SQLite Vec1 Vector Extension for vector search

https://sqlite.org/vec1/doc/trunk/doc/vec1.md
1•OutOfHere•2m ago•0 comments

Show HN: I've built a nice home server OS

https://lightwhale.asklandd.dk/
1•Zta77•3m ago•0 comments

The Surveillance Accountability Act Demands Warrants for Data

https://reclaimthenet.org/surveillance-accountability-act
1•Cider9986•3m ago•0 comments

Show HN: Wayland Wlroot Hjkl Everywhere

https://git.sr.ht/~hocwp/blog/tree/main/wlroot-hjkl-everywhere.md#wayland-wlroot-codehjklcode-eve...
1•pbrhocwp•4m ago•0 comments

Cloudflare for SaaS: your old provider can silently keep your domain

https://blog.iodev.org/blog/cloudflare-saas-custom-hostname-conflict/
2•else42•6m ago•0 comments

Show HN: Codex context bloat? 87% avg reduction on SWE-bench Verified traces

https://www.npmjs.com/package/pando-proxy
3•george_ciobanu•11m ago•0 comments

Generalised plusequals

https://leontrolski.github.io/alt.html
1•leontrolski•11m ago•0 comments

Ask HN: Any Developer from Wales?

1•danver0•11m ago•0 comments

We Are (Still) Living in the Long Boring

https://freddiedeboer.substack.com/p/we-are-still-living-in-the-long-boring
2•YeGoblynQueenne•14m ago•0 comments

What AI Needs That $700B Can't Buy

https://cyrusradfar.com/thoughts/what-700-billion-cant-buy
2•cyrusradfar•16m ago•1 comments

Show HN: I built a CLI that turns your codebase into clean LLM input

https://github.com/NoahCristino/llmcat
1•cristinon•20m ago•0 comments

The blame game: The Trump coalition is fracturing as Iran operation stalls

https://theins.press/en/politics/291937
1•lschueller•21m ago•0 comments

Ubuntu has started a 'complete redesign' of Launchpad

https://www.neowin.net/news/ubuntu-has-started-a-complete-redesign-of-the-series-page-on-launchpad/
2•bundie•24m ago•0 comments

Palantir's Manifesto Promises a Dystopian Future

https://www.thenation.com/article/society/alex-karp-palantir-techbro-fascism/
2•fnimick•25m ago•0 comments

The End and a New Beginning

https://www.calculatedriskblog.com/2026/01/this-is-end-and-new-beginning.html
2•mooreds•29m ago•0 comments

Show HN: I Reverse Engineered Codex Background Computer Use

https://github.com/actuallyepic/background-computer-use
1•anupamb•31m ago•0 comments

Apple TV remote is the perfect accessory for vibe coding

https://github.com/machinarii/hypervibe
2•datalater•32m ago•0 comments

Breathing Apparatus

https://atomicsandwich.com/blog/breathing_apparatus
2•radeeyate•36m ago•0 comments

Bypassing region restrictions for free Nvidia APIs

https://github.com/cemalturkcan/nvidia-build-bypass
1•bakigul•36m ago•0 comments

In-browser PDF editor that modifies PDFs

https://crabpdf.com/
2•rabbithols•37m ago•1 comments

OpenAI Pres. Greg Brockman on GPT-5.5 "Spud", Model Moats and 'Compute Economy'

https://www.bigtechnology.com/p/openai-president-greg-brockman-on
2•lschueller•37m ago•0 comments

Google Flow Music

https://www.flowmusic.app/
3•hmokiguess•43m ago•2 comments

Cidre (French CIDR) – Rusty Apple API's

https://github.com/yury/cidre
1•dlahoda•48m ago•0 comments

How Big a Threat Are Iranian-Backed Cyberattacks?

https://www.newyorker.com/news/the-lede/how-big-a-threat-are-iranian-backed-cyberattacks
1•mitchbob•49m ago•1 comments

Playtesting and Tracking Feedback with Claude

https://www.jackfranklin.co.uk/blog/claude-code-ai-feedback-skill/
1•jackfranklin•53m ago•0 comments

spmd_types: A type system for distributed (SPMD) tensor computations in PyTorch

https://github.com/meta-pytorch/spmd_types
1•matt_d•54m ago•1 comments

France Investigates Temperature Spikes That Led to Big Payouts on Polymarket

https://www.nytimes.com/2026/04/24/world/europe/polymarket-bets-france-paris-temperature-weather....
1•chrononaut•57m ago•1 comments

Eurosky.social Account

https://eurosky.tech/accounts/
2•mooreds•58m ago•0 comments

Show HN: Obscura – V8-powered headless browser for scraping and AI agents

https://github.com/h4ckf0r0day/obscura
1•jryio•58m ago•0 comments

Buffalo is a welcoming blend of cool and old school

https://www.cnn.com/2025/05/31/travel/buffalo-new-york-wings-tourism
1•mooreds•58m ago•0 comments
Open in hackernews

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

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

Comments

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