frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Red-Teaming the Agentic Red-Team

https://arxiv.org/abs/2606.24496
1•infwhispers•4m ago•0 comments

Apache Kafka's log compaction corrupts data

https://www.redpanda.com/blog/kafka-log-compaction-bug-fix-streaming
1•tanelpoder•5m ago•0 comments

Richard Scolyer, Cancer Expert Who 'Became His Own Subject,' Dies at 59

https://www.nytimes.com/2026/06/26/science/richard-scolyer-dead.html
2•speckx•5m ago•0 comments

An Interactive Map on a Microcontroller

https://geastack.com/blog-maps-on-a-microcontroller
1•arbayi•8m ago•0 comments

Hypersonic.js

https://github.com/hypersonic-js/hypersonic-js
1•joaquim_d•10m ago•1 comments

Quantum Snake Oil Is Flooding the News Cycle

https://postquantum.com/quantum-computing/quantum-snake-oil-flood-2026/
1•javhu•12m ago•0 comments

Netflix requires every user profile to be tied to unique email address

https://arstechnica.com/gadgets/2026/06/netflix-now-requires-every-user-profile-to-be-tied-to-uni...
2•p_stuart82•13m ago•0 comments

JSON-LD and fluree for human and agents interactions [video]

https://www.youtube.com/watch?v=VKGrqc8-e94
2•kdoubleday•14m ago•0 comments

Hush, let an AI agent use your secrets without ever seeing them

https://github.com/royashbrook/hush
2•royashbrook•17m ago•1 comments

Micron sets high memory prices for 5 years

https://www.heise.de/en/news/Micron-sets-high-memory-prices-for-5-years-11344834.html
1•logickkk1•19m ago•1 comments

Partially Observable Stochastic Games for Cyber Deception [pdf]

https://www.gamesec-conf.org/2020/GameSec_Proceeding_2020/Paper%202.4.pdf
2•jruohonen•20m ago•0 comments

20 Year time-lapse video of stars orbiting a supermassive black hole

https://www.youtube.com/watch?v=TF8THY5spmo
2•revicon•20m ago•1 comments

Hot and stuck in Paris and London: homes not built for heat

https://www.reuters.com/business/environment/hot-stuck-paris-london-homes-not-built-heat-2026-06-26/
1•rawgabbit•20m ago•2 comments

Framesmith 1.7 – a quality gate that tells an AI agent when a UI is done

https://github.com/vicmaster/framesmith
1•vicvelazquez•22m ago•0 comments

Finding Community Events in SF Easily

https://alexroginski.com/stuff_to_do/
1•alexroginski•22m ago•0 comments

Ask HN: What's a pirate's favorite programming language?

2•dieselgate•25m ago•2 comments

Erdős problem #870 solved with ChatGPT-5.5-Pro and Lean

https://twitter.com/DavidTurturean/status/2070531663461756950
2•asparagui•25m ago•0 comments

A personal meta harness for work on the go

https://herd.gehirn.ai/
2•nickguyai•26m ago•2 comments

Open AI SDR – An Open Source Version of the Artisans Ava BDR

https://opencomputer.dev/blog/open-ava-bdr-agent/
1•iacguy•27m ago•0 comments

Using GitHub Actions to Build Linux Kernels – 萌え豚's Blog

https://moebuta.org/posts/using-github-actions-to-build-linux-kernels/
3•abdelhousni•27m ago•0 comments

Reviewing the Experience of Italy in the 1970s

https://mondediplo.com/1998/09/11negri
1•jruohonen•28m ago•0 comments

Cairn – self-hosted health OS that connects labs, training and meals

https://github.com/zilet/cairn
1•miloszikic•29m ago•0 comments

Baguette: Headless iOS Simulator control via private SimulatorKit APIs

https://github.com/tddworks/baguette
1•loa_observer•29m ago•0 comments

MySQL's New Governance Model: Two steps forward and one step backwards

https://villagesql.com/blog/mysql-governance/
2•deesix•32m ago•2 comments

The Industry Mourns the Loss of Bruce Clay – The Father of SEO

https://www.seroundtable.com/bruce-clay-rip-41581.html
2•speckx•32m ago•0 comments

New split layout framework for nearly all Apple platforms (macOS, iOS, etc.)

https://twitter.com/mitchellh/status/2070273858154987537
1•simonebrunozzi•36m ago•0 comments

Rejecting Emails on AS Level

https://blog.vasi.li/june-spam-wave/
1•vsviridov•38m ago•1 comments

Tachio – Free esports API covering 13 games

https://tachiosports.com
1•domktt•38m ago•0 comments

YayText

https://yaytext.com/
1•visviva•41m ago•0 comments

Show HN: Mantis, A self-hosted LLM gateway

https://github.com/mantis-llm-gateway
2•rizsyed1•42m 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