frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A bare-metal network mitigation layer using eBPF and nftables

https://github.com/bardhyliis/ebpf-ddos-mitigation
1•bardhyliis•4m ago•0 comments

What I learned using AI to build a Kubernetes Operator for Supabase's Multigres

https://numtide.com/blog/writing-a-kubernetes-operator-in-the-age-of-ai/
2•DevOpsy•8m ago•0 comments

Roast My Startup Idea

https://www.landermixer.com/
1•zigakerec•11m ago•1 comments

New way of making espresso with ultrasound

https://www.unsw.edu.au/newsroom/news/2026/06/New-way-making-espresso
1•darktoto•12m ago•0 comments

'The Antarctic is the last frontier': the quest to save Shackleton's Endurance

https://www.theguardian.com/environment/2026/jun/15/shackleton-endurance-shipwrecks-global-heatin...
1•lentil_soup•12m ago•0 comments

Anthropic pulled Fable 5 and Mythos for everyone over "fix this code"

https://twitter.com/k8em0/status/2066400234503274619
1•bartekurbanski•14m ago•0 comments

Agents Need Names

https://raft.build/resources/blog/agents-need-names/
2•xxchan22•14m ago•0 comments

PagedAttention is more than virtual memory

https://thecomputersciencebook.com/posts/pagedattention-is-more-than-virtual-memory/
1•bambataa•18m ago•0 comments

Margin is an open annotation layer for the web

https://margin.at/
2•doener•20m ago•0 comments

Sill: Top news shared by the people you trust

https://sill.social
1•doener•21m ago•0 comments

The nerds are building a new internet, and I could feel it in the room

https://timtrautmann.com/blog/the-nerds-are-building-a-new-internet-and-i-could-feel-it-in-the-room/
2•doener•21m ago•0 comments

Arson targeting Keir Starmer properties originated in Russia

https://www.ft.com/content/dd79d6eb-44e4-4365-8c6e-a4fd64b211c8
2•iamflimflam1•23m ago•0 comments

TSME no longer available on AMD consumer CPUs

https://arstechnica.com/
4•esarbe•24m ago•1 comments

DMARCbis to DMARC: Spec updates and new RFCs

https://www.valimail.com/blog/dmarc-spec-updates-rfcs/
1•w3ll_w3ll_w3ll•27m ago•0 comments

What Happens When Your Domain Expires

https://urlwatch.io/blog/what-happens-when-domain-expires.php
1•rajkverma123•31m ago•0 comments

Agent-Friendly Interfaces Are a Token-Efficiency Strategy

https://nokv.io/blog/agents-want-filesystems/
1•wchwawa•33m ago•0 comments

SpaceX IPO Is a Giant Unworkable Con

https://karlbode.com/the-spacex-ipo-is-a-giant-unworkable-con-orchestrated-by-an-overt-white-supr...
3•only_in_america•33m ago•0 comments

Linux Optimization Shows +5% For EXT4, XFS After Moving Around 2 Lines Of Code

https://www.phoronix.com/news/Linux-7.2-IOmap-EXT4-XFS
3•t-3•37m ago•0 comments

The first trillionaire is a killer

https://www.theverge.com/tech/949259/the-worlds-first-trillionaire-is-a-killer
7•ksec•38m ago•1 comments

Seth Rogen Knows the Secret to Marriage – and Being Rich in Hollywood

https://www.nytimes.com/2026/06/13/magazine/seth-rogen-interview.html
1•Michelangelo11•40m ago•0 comments

The Most Important Scientist You've Never Heard of (2017)

https://www.mentalfloss.com/science/environment/clair-patterson-scientist-who-determined-age-eart...
1•RetroTechie•41m ago•0 comments

Framework Computer Making Progress on Coreboot support

https://www.phoronix.com/news/Framework-Intel-Coreboot-2026
2•cromka•42m ago•0 comments

Show HN: Langusta – an AI voice tutor for practicing spoken languages (PWA)

https://langusta.me/
2•grajo•42m ago•0 comments

Rate AI coding agents and gain reputation

https://elolup.com/
3•reStrugly•45m ago•2 comments

Is Mistral cooking something big or is it pure meme/psyops?

https://twitter.com/arthurmensch/status/2066456715650793956
2•PL_Venard•46m ago•1 comments

AI and National Security – Something Doesn't Add Up

https://paulbrownok.substack.com/p/ai-and-national-security-something
1•pjb88•46m ago•0 comments

FoxBox – Native MCP support for sending and receiving SMS from AI agents

https://www.smsfoxbox.it/ai-agent-ready-sms-api/
2•kantadev•50m ago•0 comments

Discover the most interesting, weird and Websites of the Internet

https://cloudhiker.net
1•vismit2000•53m ago•0 comments

ANIP – open protocol so websites can talk directly to AI agents

https://github.com/shivanshmah14/anip
2•Shivanshmah14•55m ago•0 comments

How to Write Computer Programs [pdf]

https://www.dyalog.com/uploads/documents/Papers/declarative_prog.pdf
1•tosh•59m 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