frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Evading an AI SOC with Sable from Vulnetic

https://blog.vulnetic.ai/evading-an-ai-soc-with-sable-from-vulnetic-fad12376995c
1•danieltk76•2m ago•0 comments

Why the Wellness Elite Such as Jordan Peterson and Mark Hyman Are Getting Sepsis

https://sgcarney.substack.com/p/the-miracle-treatment-that-almost
1•randycupertino•2m ago•1 comments

Show HN: ANSI Saver for Apple TV

https://apps.apple.com/us/app/ansi-saver/id6762137767
1•lardissone•2m ago•0 comments

Yann LeCun says Dario Amodei "knows nothing about AI effects on jobs"

https://timesofindia.indiatimes.com/technology/tech-news/godfather-of-ai-and-metas-most-popular-e...
1•kordlessagain•3m ago•0 comments

Anthropomorphism and Trust in Human-Large Language Model Interactions

https://arxiv.org/abs/2604.15316
1•Brajeshwar•3m ago•0 comments

Show HN: We trained a 32B model to beat Opus 4 at credit card optimization

https://huggingface.co/spaces/endishai/blog-grpo-credit-cards
2•dimberman•6m ago•0 comments

GraalVM JavaScript Sandboxing

https://www.graalvm.org/latest/security-guide/sandboxing/
1•eatonphil•7m ago•0 comments

A Security Framework Sized for the Business You Run

https://nerdsec.io/blog/a-security-framework-sized-for-the-business-you-actually-run/
2•levidurfee•8m ago•0 comments

You don't need a RAG, you just need RAG

https://enopdf.com/blog/rag-for-pdfs/
1•gcassie•9m ago•0 comments

MNT Reform is an open hardware laptop, designed and assembled in Germany

http://mnt.stanleylieber.com/reform/
1•speckx•9m ago•0 comments

Two Paradoxes Blocking Bitcoin

https://alignmenteconomy.org
2•moeman245•10m ago•1 comments

Show HN: Self-hosted Raspberry Pi wall display (no cloud, no subscription)

https://github.com/silentg33k/chalkboard-installer
1•g_33_k•11m ago•1 comments

Learn Vim for the Last Time

https://danielmiessler.com/blog/vim
1•dolfmaggot•14m ago•1 comments

Build the Dam System

https://jsfour.substack.com/p/build-the-dam-system
1•js4•15m ago•0 comments

Show HN: Germball – Drone-deployed seeds triggered by soil moisture

https://www.indiegogo.com/en/projects/germball/germball--smart-seed-capsule
1•lukascodes•15m ago•0 comments

Corporate Bullshit Considered Harmful

https://chuniversiteit.nl/papers/corporate-bullshit
1•ibobev•16m ago•0 comments

Highlighting Interactive Code Blocks

https://www.redblobgames.com/blog/2026-04-16-highlighting-interactive-code-blocks/
1•ibobev•16m ago•0 comments

US birth records uncover an autism risk surge tied to common drugs

https://medicalxpress.com/news/2026-04-millions-birth-uncover-autism-surge.html
1•OutOfHere•16m ago•0 comments

Haversine Distance

https://www.4rknova.com//blog/2026/04/19/haversine-distance
1•ibobev•16m ago•0 comments

Porting Red Alert to the Browser

https://lab.rosebud.ai/engineering/porting-openra-to-the-browser
1•vladgl94•17m ago•0 comments

Local ML inference benchmark: PyTorch vs. llama.cpp vs. the Rust ecosystem

http://kvark.github.io/ai/performance/2026/04/19/tales-from-the-inference-land.html
1•kvark•17m ago•1 comments

DanceUI: ByteDance's open source SwiftUI reimplmementation

https://github.com/bytedance/DanceUI
1•CharlesW•17m ago•0 comments

Show HN: fmsg – An open distributed messaging protocol

https://markmnl.github.io/fmsg/show-hn.html
1•markmnl•17m ago•0 comments

Qwen3.6-Max-Preview: Smarter, Sharper, Still Evolving

https://qwen.ai/blog?id=qwen3.6-max-preview
8•mfiguiere•18m ago•0 comments

RL Scaling Laws for LLMs

https://cameronrwolfe.substack.com/p/rl-scaling-laws
2•Brajeshwar•20m ago•0 comments

The Silent Crisis Killing Our Children, and What We Keep Refusing to Do About It

https://comuniq.xyz/post?t=973
2•01-_-•21m ago•0 comments

Txpay.app Easy to share Crypto Payment links

https://txpay.app/
1•maximoCorrea•21m ago•0 comments

Is there a musical-scale equivalent for story structure?

https://blog.quanten.co/is-there-a-musical-scale-equivalent-for-story-structure-clustering-screen...
1•phaedrus044•21m ago•0 comments

OSS Maintainers Need an Answer to AI Clean Rooms

https://12gramsofcarbon.com/p/open-source-maintainers-need-an-answer
3•theahura•22m ago•2 comments

Netgear Gets Mysterious Exemption to Trump FCC 'Router Ban,' Refuses to Say How

https://www.techdirt.com/2026/04/20/netgear-gets-mysterious-exemption-to-trump-fcc-router-ban-ref...
2•cdrnsf•23m ago•1 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•11mo ago

Comments

trbndev•11mo 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•11mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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