frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How the Rules of Getting Rich Change in Every Era

https://www.fastcompany.com/91536443/how-the-rules-of-getting-rich-in-america-change-every-era
1•RickJWagner•43s ago•0 comments

Show HN: Kunobi 1.0 – A local-first Kubernetes workspace for GitOps teams

https://kunobi.ninja/blog/kunobi-v1
1•kunobi•1m ago•0 comments

QR Code Generator – free, no signup

https://getaqrcode.org/
1•kking_effectiv•2m ago•1 comments

SQLite is the best home for AI agents

https://su3.io/posts/willow
1•Johnson8053•5m ago•0 comments

Google says it likely thwarted effort by hacker group to use AI for 'mass

https://www.cnbc.com/2026/05/11/google-thwarts-effort-hacker-group-use-ai-mass-exploitation-event...
1•Filligree•5m ago•0 comments

EU browser choice rules send millions more users Firefox's way

https://www.theregister.com/software/2026/05/12/eu-law-bestows-6m-more-firefox-users-upon-us-moz-...
2•geox•6m ago•0 comments

Show HN: GreenType – That Mechanical Keyboard You've Always Wanted

https://greentype.lamdera.app/
1•cekrem•8m ago•0 comments

Never trust a parrot to check your shopping list

1•chrisjj•8m ago•0 comments

Building for the Joy of Building

https://jola.dev/posts/building-for-the-joy-of-building
1•shintoist•9m ago•0 comments

Goal Habit Tracker – Daily

https://apps.apple.com/us/app/goal-habit-tracker-daily/id6760237119
1•konjina•9m ago•0 comments

I built five SQLite engines from one spec (C, Rust, Zig, Go, Python)

https://github.com/safitudo/sqlite-leap
1•safitudo•9m ago•0 comments

Upgoat or Downgoat?

https://codegolf.stackexchange.com/questions/71631/upgoat-or-downgoat
1•tosh•10m ago•0 comments

How agentic AI workflows use intelligent AI agents

https://www.kellton.com/kellton-tech-blog/what-are-agentic-ai-workflows
1•johandoc•12m ago•0 comments

DotFriedRice: Niri / Arch Linux Desktop Environment with Modern CLI Tools

https://github.com/nickjj/dotfriedrice
1•nickjj•14m ago•0 comments

Show HN: Tiny agentic loop with Docker sandbox

https://github.com/av/mi/releases/tag/v1.7.5
1•everlier•16m ago•0 comments

Authorization Bypass in AWS's Agentic AI for Enterprise: Amazon Quick

https://www.fogsecurity.io/blog/authorization-bypass-in-amazon-quick-ai-agents
2•nutbear•17m ago•0 comments

Show HN: Torrix, self hosted, LLM Observability,(no Postgres, no Redis)

https://github.com/torrix-ai/install
7•AdarshRao23•17m ago•0 comments

Bit-Banging the MIPI RFFE Interface Emulation of a Proprietary Interface on GPIO

https://medium.com/@eugenefolkast/bit-banging-the-mipi-rffe-interface-emulation-of-a-proprietary-...
1•GoblinEngineer•18m ago•0 comments

Catching Typos on My Website with Browser Testing

https://wickstrom.tech/2026-05-13-catching-typos-website-browser-testing.html
1•owickstrom•18m ago•0 comments

Show HN: AutoKernel, Auto GPU Kernel Optimization

https://arxiv.org/abs/2603.21331
2•OsamaJaber•19m ago•0 comments

You need to calm down

https://petro.blog/you-need-to-calm-down-71a177c99c9f
1•mpetrovich•19m ago•1 comments

Predictions as a Substitute for Reviews (2020)

https://acesounderglass.com/2020/08/06/predictions-as-a-substitute-for-reviews/
1•kqr•22m ago•0 comments

LogLeak: Composer GitHub Actions token disclosure in error messages, patched

https://blog.packagist.com/composer-2-9-8-and-2-2-28-fix-github-actions-token-disclosure-in-error...
2•damienwebdev•22m ago•0 comments

Live facial recognition to be used across county [Cambridgeshire, UK]

https://www.bbc.co.uk/news/articles/cedpgz9w22zo
3•saltwatercowboy•23m ago•0 comments

Show HN: TTP 0.3.0 – A transparent Tor proxy running in RAM

https://github.com/onyks-os/TransparentTorProxy
2•onyks•25m ago•0 comments

AI Defense Matrix: an open framework for defending AI systems

https://aidefensematrix.com/
2•escargot•25m ago•1 comments

Erlang/OTP 29.0

https://www.erlang.org/news/188
1•nifoc•25m ago•0 comments

Choosing the Right Agentic Design Pattern: A Decision-Tree Approach

https://machinelearningmastery.com/choosing-the-right-agentic-design-pattern-a-decision-tree-appr...
2•eigenBasis•26m ago•0 comments

A Rails proxy to enforce hard dollar caps on OpenAI usage

https://github.com/naurisSeglins/ai_budget_proxy
1•nseglins•26m ago•0 comments

Fragnesia

https://github.com/v12-security/pocs/tree/main/fragnesia
2•_ikke_•30m 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