frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Project Inbox 2026

https://ratfactor.com/inbox2026
1•ibobev•1m ago•0 comments

Ascetic Computing

https://ratfactor.com/ascetic-computing
1•ibobev•1m ago•0 comments

There's no joy in SV these days, Menlo Ventures partner says

https://www.businessinsider.com/silicon-valley-mood-depression-san-francisco-tech-industry-ai-wea...
1•louhong•1m ago•0 comments

- YouTube [video]

https://www.youtube.com/watch?v=KnUFH5GX_fI
1•surprisetalk•2m ago•0 comments

AI Rings on Fingers Can Interpret Sign Language

https://spectrum.ieee.org/sign-language-interpreter
1•oldnetguy•2m ago•0 comments

Show HN: Nice Things for Your Mac

https://nicethings.to/mac
1•Malfunction92•2m ago•0 comments

Smsplus64: A Sega Master System and Game Gear Emulator for the Nintendo 64

https://github.com/fhoedemakers/smsplus64
1•lsferreira42•2m ago•0 comments

Striking New Views of the First Atomic Bomb Test

https://spectrum.ieee.org/trinity-nuclear-test
1•oldnetguy•3m ago•0 comments

Doom soundtrack added to National Recording Registry

https://www.theregister.com/personal-tech/2026/05/18/doom-soundtrack-added-to-national-recording-...
1•LorenDB•3m ago•0 comments

When AI override paths become production paths

https://heavythoughtcloud.com/blog/when-the-override-path-becomes-the-production-path
1•ryan-s•4m ago•0 comments

Ask HN: (Politics/conspiracy theory) How much truth is in this comedy short [video]

https://www.youtube.com/shorts/673T5MZ9apE
1•Guestmodinfo•4m ago•0 comments

Qwen 3.7 appears in Qwen Chat website

https://chat.qwen.ai/
2•theanonymousone•5m ago•0 comments

One Pass Is Not Enough: Recursive Latent Refinement for Generative Models

https://arxiv.org/abs/2605.15309
1•selimonder•6m ago•0 comments

The Infrastructure Behind Making Local LLM Agents Useful

https://medium.com/@hussenmi/the-infrastructure-behind-actually-useful-local-llm-agents-67040167bf1a
1•hussenmi•7m ago•0 comments

Show HN: TokenShield – cut your Claude Code bill 40-70%

https://www.curatedmcp.com/tokenshield
1•curatedmcp•7m ago•3 comments

From Protocols to Platforms and Back

https://matthewsinclair.com/blog/0198-from-protocols-to-platforms-and-back
1•mooreds•8m ago•0 comments

Apple Reaches $250M Settlement over Claims It Misled People on A.I

https://www.nytimes.com/2026/05/05/technology/apple-intelligence-lawsuit-settlement.html
3•ViktorRay•8m ago•0 comments

Show HN: I made a tactical map-based WWII submarine simulator (public beta)

https://silentshark.app/alpha/
1•epaga•9m ago•0 comments

Thoughts on constitutional hardball and democratic reform

https://blog.mattglassman.net/thoughts-on-constitutional-hardball-and-democracy-reform/
1•JumpCrisscross•10m ago•0 comments

When Processes Collide: Lessons from the B2B Shop Floor

https://www.youtube.com/watch?v=UkL1kvn8tVM
1•RebootStr•11m ago•0 comments

The Invisible Burden: How AI Is Redefining Developer Productivity in 2026

https://sdtimes.com/softwaredev/the-invisible-burden-how-ai-is-redefining-developer-productivity-...
1•mikece•12m ago•0 comments

What "Amazon Supply Chain Services" Tells Us About What Amazon Is

https://gadallon.substack.com/p/the-third-time-amazon-did-this-what
2•JumpCrisscross•12m ago•0 comments

Encrypting and Decrypting Data in Python

https://en.andros.dev/blog/158e0835/encrypting-and-decrypting-data-in-python/
1•ibobev•12m ago•0 comments

The case of the Create­File­Mapping that always reported ERROR_ALREADY_EXISTS

https://devblogs.microsoft.com/oldnewthing/20260515-00/?p=112327
1•ibobev•12m ago•0 comments

Show HN: Merrai – portable AI context for Claude, ChatGPT, and any MCP tool

https://merrai.app/login?redirectTo=%2F
1•majmal•13m ago•0 comments

PDF Editor

https://www.getpdftool.com/
1•miamihomesdubai•14m ago•0 comments

Tcloc: Treemap Count Lines of Code

https://github.com/leonardcser/tcloc
3•rmarquis•15m ago•1 comments

PEP 748 – A Unified TLS API for Python

https://peps.python.org/pep-0748/
1•TheSilva•17m ago•0 comments

Today I shipped 20 apps and a screensaver ⌘I Get Info

https://blog.gingerbeardman.com/2026/04/17/today-i-shipped-twenty-apps-and-a-screensaver/
2•surprisetalk•17m ago•0 comments

Show HN: The Name in the Bracket (a free book on naming tensor dimensions)

https://einlang.github.io/einlang/book/
1•amazing42•17m 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