frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Medallion Architecture: Lessons from the Hard Way

https://medium.com/@parade4940/medallion-architecture-what-it-will-teach-you-the-hard-way-unless-...
1•Unviable3378•1m ago•0 comments

The World of Dreampolitik

https://novum.substack.com/p/the-world-of-dreampolitik
1•paulpauper•4m ago•0 comments

Anthropic and the Dow: Anthropic Responds

https://thezvi.substack.com/p/anthropic-and-the-dow-anthropic-responds
1•paulpauper•5m ago•0 comments

Show HN: PgQueuer – A PostgreSQL job queue that works without PostgreSQL

https://github.com/janbjorge/pgqueuer
1•jeeybee•6m ago•0 comments

Tools Say They Can Spot A.I. Fakes

https://www.nytimes.com/2026/02/25/technology/ai-detection-generated-photos-video.html
1•viewtransform•6m ago•1 comments

Are the Mysteries of Quantum Mechanics Beginning to Dissolve?

https://www.quantamagazine.org/are-the-mysteries-of-quantum-mechanics-beginning-to-dissolve-20260...
1•wjb3•10m ago•0 comments

Smart LED display lovers and enthusiasts

https://www.crowdsupply.com/meterbit-cybernetics/pixlpal
1•fustinus•11m ago•1 comments

The Colour of Production

https://lmika.org/2026/02/27/the-colour-of-production.html
1•captn3m0•11m ago•0 comments

Show HN: SwarmClaw – Orchestration dashboard for OpenClaw and AI agents

https://github.com/swarmclawai/swarmclaw
1•jamesweb•12m ago•0 comments

Securing Shell Execution Agents: From Validation to Custom DSLs

https://yortuc.com/posts/securing-shell-execution-agents/
1•xyortuc•13m ago•0 comments

Track your Claude Code ROI from the terminal

1•akshat2634•14m ago•0 comments

Kalshi voids some bets on Khamenei's ouster

https://www.theverge.com/tech/887210/kalshi-void-bets-khamenei-death
1•us321•14m ago•1 comments

Khamenei Trade

https://www.businessinsider.com/khamenei-prediction-markets-kalshi-polymarket-insider-trading-out...
1•us321•15m ago•0 comments

Brain, Think on Thyself

https://knowablemagazine.org/content/article/mind/2026/science-of-self-awareness-and-decision-making
3•wjb3•15m ago•0 comments

Ask HN: What's the best way to learn how Claude Code/codex works?

1•tabs_or_spaces•16m ago•0 comments

Scientists train human brain cells on a microchip to play Doom

https://www.dexerto.com/gaming/scientists-train-human-brain-cells-on-a-chip-to-play-doom-3326709/
2•Anon84•17m ago•0 comments

Show HN: A local AI news aggregator built with Vue 3, FastAPI, and Ollama

https://github.com/fanitarantsopoulou/ai-news-aggregator
2•ftarants•18m ago•1 comments

Show HN: Nopp – AI-generated interactive sales microwebsites

https://notpptx.com
2•rob-blaga•18m ago•0 comments

Show HN: Lightweight, S3-compatible object storage server with built-in web dash

https://github.com/eniz1806/VaultS3
2•open_source_new•18m ago•0 comments

Pentium 4 – 5GHz overclocked (2003) [video]

https://www.youtube.com/watch?v=z0jQZxH7NgM
1•st_goliath•19m ago•0 comments

MemVector: Local Vector API, Storage and Embedding Engine for PHP

https://github.com/memvector/ext-memvector
1•bruceduk•19m ago•0 comments

AI that makes life or death decisions should be interpretable

https://manidoraisamy.com/ai-interpretable.html
5•QueensGambit•21m ago•0 comments

Proposal: Built-in secret management for Claude Code

https://github.com/anthropics/claude-code/issues/29910
1•bicx•24m ago•1 comments

A girls' elementary school was hit in Iran

https://www.cnn.com/2026/03/01/world/video/osint-investigation-iran-minab-girls-school-iran-us-is...
6•simonebrunozzi•24m ago•2 comments

Ask HN: How to approach new people in 2026?

1•tavro•25m ago•1 comments

HN: JournalistDB – A searchable database of journalists and their contact info

https://journalistdb.com/
1•veritas9•27m ago•1 comments

An offline-first blog built on WASM, WebSockets, and SQLite

https://robida.net/entries/2026/01/28/having-fun-with-modern-web-apis
1•halicarnassus•27m ago•0 comments

I benchmarked 10 Claude.md profiles across 1,188 runs – empty won every time

https://techloom.it/blog/claudemd-benchmark-results.html
1•jchilcher•27m ago•0 comments

Why Are Chinese EVs So Cheap?

https://rhg.com/research/why-are-chinese-evs-so-cheap/
1•gmays•29m ago•0 comments

JWT Studio – Your local tokens, organized

https://github.com/MiguelRipoll23/jwt-studio
2•PhilDunphy23•29m 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