frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is Creativity a Young Person's Game?

https://thereader.mitpress.mit.edu/is-creativity-a-young-persons-game/
1•spking•19s ago•0 comments

Picture-in-picture is expanding to more viewers

https://support.google.com/youtube/thread/425771437/picture-in-picture-is-expanding-to-more-viewe...
1•Tomte•1m ago•0 comments

Shipping containerization, born at Port Newark, marks 70 years

https://www.ajot.com/news/shipping-containerization-born-at-port-newark-marks-70-years
2•Tomte•3m ago•0 comments

If Apple makes an iPad Neo, it's all over

https://www.techadvisor.com/article/3128472/if-apple-makes-an-ipad-neo-its-all-over.html
1•ndr42•4m ago•0 comments

VPNs and Residential Proxies Are Used in Abuse

https://ipinfo.io/blog/vpns-residential-proxies-abuse-findings-rsac-2026
1•speckx•4m ago•0 comments

Terminal AI Coding Agents Comparison Table

https://terminaltrove.com/compare/ai-coding-agents/
2•pelcg•6m ago•0 comments

What we learned at YC's AI alumni event: running AI-native companies

https://antonyevans.com/blog/engineering/c068-coo-job-is-building-ai-operating-system/
1•technotony•8m ago•0 comments

The Human Creativity Benchmark – Evaluating Generative AI in Creative Work

https://contralabs.com/research/human-creativity-benchmark
1•0bytematt•8m ago•0 comments

ReadBetweenTheWalls – AI Jargon Translator

https://www.readbetweenthewalls.com
1•creatorcuffee•9m ago•0 comments

When the Partnership Breaks, So Does the Company: The Jawbone Story

https://joshcarterpdx.substack.com/p/when-the-partnership-breaks-so-does
1•josh_carterPDX•9m ago•0 comments

Pedometer++ 8.0 Brings a Redesigned Apple Watch App

https://pedometer.app/blog/v8-new-watch-app
1•Amorymeltzer•11m ago•0 comments

Public content is the most average content

https://markferraz.com/perspective#essay-009
1•markferraz•11m ago•0 comments

Illegal cars on Market Street surge after Mayor Lurie welcomes Waymo

https://www.sfgate.com/local/article/cars-market-street-22234601.php
2•mikhael•13m ago•0 comments

AI Infrastructure–Not Models–Will Define the Next Decade of AI

https://alltechmagazine.com/ai-infrastructure-crisis-slowing-down-ai-progress/
1•dekhna•14m ago•0 comments

Haskell: Debugging

https://wiki.haskell.org/Debugging
3•tosh•16m ago•0 comments

UK votes to leave EU (2016)

https://www.bbc.com/news/uk-politics-36615028
1•downbad_•18m ago•2 comments

Reverse-Engineering Kasada in an Afternoon

https://www.kernel.sh/blog/detection
1•gguergabo•19m ago•0 comments

Under the canopy of drone nets covering Ukraine's frontlines

https://www.reuters.com/pictures/under-canopy-drone-nets-covering-ukraines-frontlines-2026-04-29
2•bryan0•19m ago•0 comments

The LLM Is Not a Junior Engineer

https://jacobharr.is/personal/llm-not-junior-engineer
3•speckx•20m ago•0 comments

Ekala's Nix Book

https://ekala-project.github.io/nix-book/
2•Meleagris•20m ago•0 comments

Elon Musk Seemingly Admits xAI Has Used OpenAI's Models to Train Its Own

https://www.wired.com/story/elon-musk-distill-openai-models-partly-xai/
4•louiereederson•23m ago•0 comments

Yrkit: A dev environment that runs on your phone – deploy included

https://yrkit.com
1•mwtheus•24m ago•1 comments

Building the compute infrastructure for the Intelligence Age

https://openai.com/index/building-the-compute-infrastructure-for-the-intelligence-age/
2•aghuang•24m ago•0 comments

Albert: A model-agnostic AI coding CLI with provider fallback

https://github.com/eriirfos-eng/ternary-intelligence-stack/tree/main/agent_albert_cli
1•rfi-irfos•25m ago•0 comments

GitHub Copilot silently inserts itself as a co-author

https://github.com/orgs/community/discussions/194075
5•krikou•25m ago•1 comments

GPT-5.5 is the second model to complete AISI multi-step cyber-attack simulation

https://twitter.com/AISecurityInst/status/2049868227740565890
3•SyneRyder•26m ago•1 comments

Full-Text Search with DuckDB

https://peterdohertys.website/blog-posts/full-text-search-w-duckdb.html
2•ethagnawl•27m ago•0 comments

Benchmarking Local LLM/Harness Combinations

https://neuralnoise.com///2026/harness-bench-wip/
1•pminervini•29m ago•0 comments

Cyborg Evals

https://www.lesswrong.com/posts/zctBgvzxamFThgc3T/cyborg-evals
2•frmsaul•30m ago•1 comments

LinuxOnTab: Real Linux. In a browser tab.

https://linuxontab.com/
2•kilian-ai•31m ago•0 comments
Open in hackernews

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

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

Comments

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