frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AutoSP: Long-Context LLM Training via Compiler-Based Sequence Parallelism

https://pytorch.org/blog/introducing-autosp/
1•matt_d•39s ago•0 comments

Go Mistakes and How to Avoid Them

https://100go.co/
1•amai•45s ago•0 comments

Now what? GitHub is insecure on push, CVE-2026-3854

https://webmatrices.com/post/now-what-github-is-insecure-on-push-cve-2026-3854
1•birdculture•1m ago•0 comments

Timmy the whale rescue attempt begins off coast of Germany – in pictures

https://www.theguardian.com/environment/gallery/2026/apr/29/timmy-the-whale-rescue-attempt-begins...
1•tosh•1m ago•0 comments

Show HN: See where your computer connects (TapMap)

https://github.com/olalie/tapmap
1•olalie•1m ago•0 comments

The math that explains AI lab economics [video]

https://www.youtube.com/watch?v=xmkSf5IS-zw
1•mfiguiere•2m ago•0 comments

Copy Fail – CVE-2026-31431

https://copy.fail/
1•unsnap_biceps•2m ago•0 comments

Building Sandboxes for Computer Use

https://www.tensorlake.ai/blog/building-sandboxes-for-computer-use
1•gk1•3m ago•0 comments

Why the Worst People Always Get to the Top [video]

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

Growing Engineers in the Age of AI

https://jasonrobert.dev/blog/2026-04-17-growing-engineers-in-the-age-of-ai/
1•cebert•5m ago•0 comments

Global Network of Discovery

https://www.gnod.com/
1•saikatsg•6m ago•0 comments

Nick Pope, UFO Sleuth Who Chased the Truth, Dies at 60

https://www.nytimes.com/2026/04/28/science/nick-pope-dead.html
1•paulpauper•7m ago•0 comments

#242 – Will MacAskill on why AI character matters more than you think

https://80000hours.org/podcast/episodes/will-macaskill-ai-character-viatopia/
1•paulpauper•8m ago•0 comments

Fossil – A Coherent Software Configuration Management System

https://fossil-scm.org/home/doc/trunk/www/index.wiki
2•matthiaswh•8m ago•0 comments

Historic Tennessee Hotel Is Also Home to the Greatest Duck Tradition (2016)

https://www.audubon.org/magazine/tennessees-most-historic-hotel-also-home-greatest-duck-tradition
1•NaOH•9m ago•0 comments

Sourcehut – The Hacker's Forge

https://sourcehut.org
1•matthiaswh•9m ago•0 comments

Lessons form Google's Global Outage of 2020

https://onlytech.boo/incident/google-global-outage-2020-mnn0ba2h
1•vednig•11m ago•0 comments

Incompressible Knowledge Probes: Measuring Frontier LLM Sizes

https://01.me/research/ikp/
1•kschaul•11m ago•0 comments

SamOeurnME

https://blog.cloudflare.com/agents-stripe-projects/
1•SamOeurnME•12m ago•0 comments

Jeffrey Epstein Encouraged Peter Thiel's Political Journey

https://jacobin.com/2026/04/epstein-thiel-tech-finance-trump
3•frm88•13m ago•1 comments

Fast VPS ≠ reliable: we tested 24/7 workloads – consistency beat peak speed

https://webbynode.com/articles/vps-agent-workloads-consistency-vs-speed
1•gsgreen•14m ago•0 comments

Platform Engineer (Security), DevSecOps Engineer and Full-Stack Product Engineer

1•DevUp•14m ago•0 comments

Polycrisis

https://en.wikipedia.org/wiki/Polycrisis
1•consumer451•14m ago•0 comments

I Had Near 100% Test Coverage. It Didn't Matter

https://blog.reqproof.com/p/i-had-near-100-test-coverage-it-didnt
1•LeonidBugaev•16m ago•0 comments

Australia moves to tax Meta, Google and TikTok to fund newsrooms

https://halifax.citynews.ca/2026/04/28/australia-moves-to-tax-meta-google-and-tiktok-to-fund-news...
1•1vuio0pswjnm7•17m ago•0 comments

Kon-Tiki Set Sail 79 Years Ago Today

https://nautil.us/kon-tiki-set-sail-79-years-ago-today-1280285
2•Brajeshwar•18m ago•0 comments

Unveiling Eighth Generation TPUs

https://twitter.com/GoogleAI/status/2049546885371670895
1•cmitsakis•18m ago•0 comments

Show HN: Verifying AWS Costs Deterministically with Z3 SMT Solver (WASM)

https://github.com/KLOUCEO/klou-verify
1•marcosjunior•19m ago•0 comments

Show HN: Open-source background computer use for Windows agents

https://github.com/voctory/trope-cua
1•voc•19m ago•0 comments

Monk – A market research dashboard for traders

https://monk.trade
1•vishr•20m ago•0 comments
Open in hackernews

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

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

Comments

trbndev•12mo 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