frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open Source Gave Me Everything Until I Had Nothing Left to Give

https://kennethreitz.org/essays/2026-03-18-open_source_gave_me_everything_until_i_had_nothing_lef...
1•speckx•14s ago•0 comments

Show HN: Playing LongTurn FreeCiv with Friends

https://github.com/ndroo/freeciv.andrewmcgrath.info
1•verelo•25s ago•0 comments

How to Not Get Hacked Through File Uploads

https://www.eliranturgeman.com/2026/03/14/uploads-attack-surface/
1•birdculture•3m ago•0 comments

Months to minutes: AI feature-gap harness

https://dheer.co/feature-gap-harness/
1•bushido•3m ago•0 comments

Robinhood is making a social network

https://www.theverge.com/tech/896989/robinhood-social-network-beta
2•cdrnsf•4m ago•0 comments

How to Make Sense of AI

https://commoncog.com/how-to-make-sense-of-ai/
1•jger15•4m ago•0 comments

Silicon Valley Musters Behind-the-Scenes Support for Anthropic

https://www.nytimes.com/2026/03/18/technology/silicon-valley-anthropic-pentagon.html
2•goplayoutside•5m ago•0 comments

Argus-AI – G-ARVIS scoring for LLM observability in 3 lines of Python

https://github.com/anilatambharii/argus-ai
1•anilsprasad7•6m ago•0 comments

Show HN: CameraClaw – record and review what OpenClaw did in its sandbox

https://github.com/SharpAI/CameraClaw
3•aegis_camera•8m ago•0 comments

I built a Shopify bundling app that runs natively through checkout

https://www.getappfox.com/
1•rishabh0530•8m ago•0 comments

Getopt: Go package for POSIX/GNU-style command line parsing

https://pkg.go.dev/gitlab.com/natano/getopt
1•PaulHoule•8m ago•0 comments

VPN interest spikes in Brazil as mandatory age verification law takes effect

https://www.techradar.com/vpn/vpn-privacy-security/vpn-interest-spikes-in-brazil-as-mandatory-age...
1•mmaia•8m ago•0 comments

Meta is becoming too efficient, the Bull Case

https://josephblumenfeld.substack.com/p/the-case-for-meta
1•InvestingEasy•9m ago•0 comments

A speed reading UX to train focus

https://cyrusradfar.com/speed-read/https://paulgraham.com/words.html
1•cyrusradfar•11m ago•1 comments

Show HN: Nora – AI that finds you the right health plan

https://norahelps.com
1•nliang86•12m ago•0 comments

Show HN: Knowza.ai – Free 10-question trial now live (AI-powered AWS exam prep)

https://www.knowza.ai/
1•johnnyChiv•12m ago•0 comments

Majority of People Prioritize Environmental Protection over Economic Growth

https://www.uvm.edu/gund/news/global-study-finds-majority-people-worldwide-prioritize-environment...
2•robtherobber•14m ago•0 comments

Today in Apple history: Apple strikes deal w/ toymaking giant to produce Pippin

https://www.cultofmac.com/apple-history/apple-pippin-game-console
1•rvnx•14m ago•0 comments

Show HN: Open Prompt Hub – Don't share code, share intent

https://news.ycombinator.com/from?site=openprompthub.io
1•jacomoRodriguez•16m ago•0 comments

We ran 600 agent evals – steering hooks hit 100% accuracy, prompts hit 82%

https://strandsagents.com/blog/steering-accuracy-beats-prompts-workflows/
2•aspittel•17m ago•0 comments

Elon Musk's X teases new dislike button on replies

https://mashable.com/article/x-teases-new-dislike-button-on-replies
1•fortran77•18m ago•4 comments

Ask HN: Are algorithmic feeds fundamentally misaligned with user intent?

1•civichalls•19m ago•1 comments

Drone company backed by Erik Prince surges 500% in Wall Street debut

https://www.ft.com/content/fe8898aa-cc23-40a7-a366-157cac697767
1•bookofjoe•20m ago•1 comments

Fact Check: Alec and Kaleb Are Alive and Well

https://www.shrinerschildrens.org/en/news-and-media/news/2026/03/fact-check-alec-and-kaleb-are-al...
1•rolph•21m ago•0 comments

Browser extension that makes LLMs appear to run slowly (ChatGPT and Claude)

https://slowllm.lav.io/
2•teetaa•25m ago•1 comments

Show HN: What if AI agents can trade with each other

https://openstall.ai
2•ljhnick•26m ago•2 comments

Gitmore – Real-time engineering visibility from Git activity

https://gitmore.io
2•amitousablitou•29m ago•2 comments

I Built a Spy Satellite Simulator in a Browser. Here's What I Learned

https://www.spatialintelligence.ai/p/i-built-a-spy-satellite-simulator
3•cyrc•29m ago•1 comments

Ask HN: How do you manage your relationships?

1•anqer•29m ago•2 comments

The Situation Room by Polymarket Is Opening This Friday in DC

https://www.popville.com/2026/03/the-situation-room-polymarket-bar-washington-dc/
1•ryan_j_naughton•32m 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