frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Important Updates to GitHub Copilot for Students

https://github.com/orgs/community/discussions/189268
1•angst•40s ago•1 comments

From Optician to $62k MRR in 3 Months: AI Code Editors Reshaping SaaS

1•jackcofounder•6m ago•0 comments

CLI-Anything

https://github.com/HKUDS/CLI-Anything
3•tardismechanic•9m ago•0 comments

We compare model quality in Cursor

https://cursor.com/blog/cursorbench
2•xdotli•12m ago•0 comments

An Overview of the Amoeba Distributed Operating System – Tanenbaum

https://dl.acm.org/doi/pdf/10.1145/1041500.1041502
1•ivanbelenky•14m ago•0 comments

T4a – Terminals for Agents

https://github.com/denoland/t4a
1•garrettjoecox•16m ago•0 comments

Fast non-Chromium browser for AI agents: LightPanda

https://lightpanda.io
1•daniel_iversen•18m ago•0 comments

Kobalt Tools

https://kbalt.com/
1•Throwthrowbob•19m ago•1 comments

Give Your AI Agent a Live Status Page

https://clawjetty.com/###
1•andes314•20m ago•1 comments

Enabling Media Router by default undermines Brave's privacy claims

1•noguff•28m ago•0 comments

Rackup, a Toolchain Manager for Racket

https://samth.github.io/rackup/
1•samth•35m ago•0 comments

Hyperlinks in Terminal Emulators

https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
2•nvahalik•37m ago•0 comments

Heart, Head, Life, Fate

https://www.lrb.co.uk/the-paper/v48/n05/steven-shapin/heart-head-life-fate
1•Petiver•40m ago•0 comments

The Browser Becomes Your WordPress

https://wordpress.org/news/2026/03/announcing-my-wordpress/
1•computersuck•41m ago•0 comments

Stabilizing timelagged climate impacts rqrs net-negative emissions for centuries

https://iopscience.iop.org/article/10.1088/1748-9326/ae34ca
1•littlexsparkee•45m ago•0 comments

Gitana 18: technical choices for the new flying Ultim trimaran

https://www.boatnews.com/story/50717/gitana-18-radical-technical-choices-for-the-new-flying-ultim...
1•divbzero•53m ago•0 comments

Prowl – An agent discovery network (ASO for AI agents)

https://prowl.world
1•opcastil11•55m ago•0 comments

'Immersive Navigation' is the biggest Google Maps driving update in a decade

https://9to5google.com/2026/03/12/google-maps-immersive-navigation/
1•golfer•1h ago•0 comments

Claude Tried to Hack 30 Companies. Nobody Asked It To

https://trufflesecurity.com/blog/claude-tried-to-hack-30-companies-nobody-asked-it-to
2•RobLach•1h ago•1 comments

Can You Instruct a Robot to Make a PBJ Sandwich?

https://pbj.deliberateinc.com/
9•mooreds•1h ago•7 comments

Agent harness for building analytics into your app on top of ClickHouse

https://github.com/514-labs/moosestack
1•mooreds•1h ago•0 comments

OLAP migration complexity is the cost of fast reads (2025)

https://www.fiveonefour.com/blog/olap-migration-complexity
1•mooreds•1h ago•0 comments

Agentic Abuse at Tech Jobs

https://blog.alejandrowainzinger.com/agentic-abuse-at-tech-jobs
1•terelak•1h ago•0 comments

Sloppypaste: Pasting raw AI output without reading it

https://sloppypaste.com/
3•willwashburn•1h ago•1 comments

Teaching LLMs to reason like Bayesians

https://research.google/blog/teaching-llms-to-reason-like-bayesians/
2•gmays•1h ago•0 comments

Document retrieval that navigates structure instead of chunking

https://github.com/theeufj/RNSR
2•theeufj•1h ago•0 comments

Harry Potter by Balenciaga (2026 update by creator of seminal 2023 viral video)

https://www.youtube.com/watch?v=gtnt84CDP-s
1•TMWNN•1h ago•0 comments

Rep. Finke Was Right: Age-Gating Isn't About Kids, It's About Control

https://www.eff.org/deeplinks/2026/03/rep-finke-was-right-age-gating-isnt-about-kids-its-about-co...
5•iamnothere•1h ago•4 comments

Training Language Models via Neural Cellular Automata

https://hanseungwook.github.io/blog/nca-pre-pre-training/
2•Anon84•1h ago•0 comments

The Vibe Principles

https://github.com/kapitanluffy/vibe-principles
1•kapitanluffy•1h ago•0 comments
Open in hackernews

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

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

Comments

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