frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google Search as you know it is over

https://techcrunch.com/2026/05/19/google-search-as-you-know-it-is-over/
1•evo_9•53s ago•0 comments

Agent Evaluation: A Detailed Guide

https://cameronrwolfe.substack.com/p/agent-evals
1•gmays•2m ago•0 comments

Show HN: LaunchDock – App Launcher in Rust

https://github.com/qa3-tech/launchdock
1•qa3-tech•2m ago•0 comments

De‐Bloating JavaScript

https://github.com/naver/lispe/wiki/6.23-De%E2%80%90bloating-Javascript
1•birdculture•2m ago•0 comments

Co-Scientist: A multi-agent AI partner to accelerate research

https://deepmind.google/blog/co-scientist-a-multi-agent-ai-partner-to-accelerate-research/
1•ryanhn•2m ago•0 comments

Streamer Realtime Deepfakes Himself into Mr. Beast

https://www.404media.co/streamer-realtime-deepfakes-himself-into-mr-beast-says-he-loves-touching-...
1•cdrnsf•3m ago•0 comments

Show HN: Local LLM code-generation with Gemma 4 e2B via JSON AST to Clojure

https://github.com/quadracollision/llmisp
1•vegnus•4m ago•0 comments

Demis Hassabis Thinks AI Job Cuts Are Dumb

https://www.wired.com/story/demis-hassabis-ai-layoffs-deepmind-google-io/
1•ent101•4m ago•0 comments

IBM Brings Its Most Advanced AI-Powered Security Portfolio to Clients

https://newsroom.ibm.com/2026-05-19-IBM-Brings-Its-Most-Advanced-AI-Powered-Security-Portfolio-to...
1•SVI•4m ago•0 comments

Google Search is getting its biggest changes

https://www.theverge.com/tech/932970/google-search-ai-update-io-2026
1•droidjj•5m ago•0 comments

You're not ready for minions (part 1)

https://contextbridge.ai/blog/youre-not-ready-for-minions-01/
1•jcarver•5m ago•0 comments

Parallel execution for Node.js, done right

https://github.com/yankouskia/hurried
2•yankouskia•6m ago•0 comments

Show HN: Bypassing the AWS Lambda 4KB limit to run polyglot AI agents

https://brewhubphl.com/engineering/parity-contracts-for-polyglot-llm-commerce-a-case-study
1•tomc267•7m ago•1 comments

Tanenbaum: Can We Make Operating Systems Reliable and Secure? (2006) [pdf]

https://www.cs.vu.nl/~ast/Publications/Papers/computer-2006a.pdf
1•delamon•7m ago•0 comments

Gemini 3.5: frontier intelligence with action

https://blog.google/innovation-and-ai/models-and-research/gemini-models/gemini-3-5/
9•meetpateltech•7m ago•0 comments

Chime CEO: Pursuing bank charter is 'a when, not if'

https://www.bankingdive.com/news/chime-ceo-bank-charter-fintech/820621/
1•petethomas•8m ago•0 comments

Direction-Preserving Number Representations

https://arxiv.org/abs/2605.07662
1•matt_d•9m ago•0 comments

Wireless in situ wearable bioelectronic sweat sensor for biomarker monitoring

https://www.nature.com/articles/s41551-026-01670-2
1•bookofjoe•10m ago•0 comments

Gemini Omni

https://deepmind.google/models/gemini-omni/
4•meetpateltech•11m ago•1 comments

Nancy Mace pushes for statewide data center moratorium

https://www.politico.com/news/2026/05/19/nancy-mace-data-center-moratorium-00927781
2•1vuio0pswjnm7•12m ago•0 comments

Gemini 3.5 Flash

https://ai.google.dev/gemini-api/docs/models/gemini-3.5-flash
2•spectraldrift•13m ago•0 comments

Show HN: Codeep – Open-source terminal AI coding agent, multi-provider

https://github.com/VladoIvankovic/Codeep
1•VladoIvankovic•13m ago•0 comments

Google DeepMind's Demis Hassabis emerges as early Anthropic investor

https://www.ft.com/content/8f2a529e-7a1b-4d8e-95be-338d0c4c98f5
3•luispa•13m ago•0 comments

Show HN: Cladd – React UI kit for editors, dashboards, and dense app UIs

https://cladd.io/
2•nolimits4web•14m ago•1 comments

Graduates are booing pep talks on AI at college commencements

https://apnews.com/article/ai-college-commencement-anxiety-boo-35aec9bac660eaeb05c5b8d392db2cac
9•1vuio0pswjnm7•15m ago•3 comments

On the Unreasonable Effectiveness of PBT for Validating Formal Specifications

https://proofsandintuitions.net/2026/05/18/property-based-testing-specifications/
1•matt_d•15m ago•0 comments

Gemini 3.5 Flash Released

https://twitter.com/Google/status/2056788266872140232
4•explosion-s•16m ago•2 comments

Show HN: Korveo – a local firewall for AI agents

https://github.com/zistica/korveo
1•amitbidlan•16m ago•1 comments

Show HN: Sentinel – browser agent using 3x+ fewer tokens (open benchmark)

https://github.com/ArasHuseyin/browser-agent-benchmark
1•isoldex•16m ago•1 comments

The Agentic Loop

https://hypnodrones.com/posts/agentic-loop/
2•hypnodrones•18m 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