frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cybersecurity stocks fall on report Anthropic is testing a powerful new model

https://www.cnbc.com/2026/03/27/anthropic-cybersecurity-stocks-ai-mythos.html
1•pseudolus•50s ago•0 comments

Forensic Scientist Dr. Henry C. Lee Dies

https://www.newhaven.edu/news/releases/2026/in-memoriam-henry-lee.php
1•caonidaye•1m ago•0 comments

How much more will oil prices have to go up?

https://marginalrevolution.com/marginalrevolution/2026/03/how-much-more-will-oil-prices-have-to-g...
1•paulpauper•1m ago•0 comments

Iranian hackers obtained and leaked personal Gmail of ex-FBI Director Cash Patel [video]

https://www.youtube.com/watch?v=AlM0vylK_r8
1•exec01•4m ago•0 comments

Brent Price Now – Free AI oil market insights and email price alerts

https://brentpricenow.top/price-alerts
1•trendbuilder•5m ago•0 comments

The Terrarium

https://www.lesswrong.com/posts/znbfRXHq285nS7NAh/the-terrarium
2•cubefox•9m ago•0 comments

Brad Feld – Nothing New to See Here

https://feld.com/archives/2026/03/nothing-new-to-see-here/
1•rmason•11m ago•0 comments

Whisper AI Local Mac Setup

https://www.yaps.ai/blog/whisper-ai-local-mac-setup
1•RichAwo•12m ago•0 comments

What If Your TV Keyboard Disabled Impossible Letters?

https://www.joey.fyi/blog/tv-search-keyboard
2•rpst•13m ago•1 comments

GitHub has been sending me one email per second. For two days.

1•colonelspace•13m ago•0 comments

Iran Is Not Venezuela – and Nobody in the White House Seems to Know That

https://pharaoh-mina-newsletter.beehiiv.com/p/iran-is-not-venezuela-and-nobody-in-the-white-house...
2•ndsipa_pomu•16m ago•1 comments

Don't YOLO your file system

https://jai.scs.stanford.edu/
1•mazieres•17m ago•1 comments

Turning multiple Claude Code sessions into a peer to peer network

https://github.com/prassanna-ravishankar/repowire
1•nomadic-coder•18m ago•1 comments

Drone Warfare Has Come to the United States

https://nationalinterest.org/feature/drone-warfare-has-come-to-the-united-states
3•davikr•19m ago•0 comments

/Jailbreak-University Codex/Claude Code Skills to Jailbreak College

https://github.com/jdcampolargo/jailbreak-university
1•jdcampolargo•22m ago•0 comments

Apple have begun bricking my phone

1•stevelini•27m ago•2 comments

Modern Loki – C++20 port of Alexandrescu's design patterns library

https://github.com/skillman1337/modern-loki
1•skillman1337•27m ago•0 comments

Grieving Parents in Iran Spend Night at Children Graves, Killed by U.S. Strike

https://www.dropsitenews.com/p/minab-iran-elementary-school-airstrike-cemetery-families
2•orsenthil•29m ago•0 comments

Major outgoing CEOs are citing AI as a factor in their decisions to step down

https://www.cnbc.com/2026/03/26/coca-cola-james-quincey-walmart-doug-mcmillon-artificial-intellig...
1•cebert•30m ago•0 comments

How I setup Azure for new software projects

https://www.processfoundry.io/insights/how-i-setup-azure-to-deploy-microservices
1•christian-scott•34m ago•0 comments

HN: Claud-y – an animated desktop companion that reacts to your coding sessions

https://github.com/eali959/claudy/releases/tag/v1.0.0
1•ealiii•41m ago•0 comments

A Field‑Grade Architecture for the Next Century of Energy and Infrastructure"

https://wes-core-grid.base44.app
2•wesley-Alan•41m ago•0 comments

The Prompt Is the Program

https://aifoc.us/prompt-is-the-program/
2•kinlan•43m ago•0 comments

Show HN: Interactive recursive tool that warps what traditional consultants do

https://recursive.systems/
2•rgunther•47m ago•0 comments

How the illegal market for buying and selling personal data on Telegram works

https://english.elpais.com/international/women-leaders-of-latin-america/2026-03-27/this-is-how-th...
1•c420•47m ago•0 comments

Klode has been systematically stripping features from GRUB since 2021

https://www.sambent.com/canonicals-grub-saboteur-has-a-10-year-plan/
1•felineflock•52m ago•1 comments

Speech on the situation in the Near and Middle East [video]

https://www.youtube.com/watch?v=FXPD6bjrlXg
1•hkhn•53m ago•0 comments

Going Founder Mode on Cancer

https://centuryofbio.com/p/sid
1•nextos•53m ago•1 comments

Tribe v2:A Foundation Model for How the Human Brain Processes Complex Stimuli

https://ai.meta.com/blog/tribe-v2-brain-predictive-foundation-model/?_fb_noscript=1
3•justaregulardev•53m ago•0 comments

The theory and practice of plug-in solar

https://pv-magazine-usa.com/2026/03/27/the-theory-and-practice-of-plug-in-solar/
3•jer0me•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