frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The OpenAI and Anthropic AI Hacking Sprees Are a Messy New Legal Frontier

https://www.wired.com/story/openai-anthropic-ai-hacking-sprees-illegal/
1•thm•19s ago•0 comments

There Are Magic Hexagons of Every Order

https://gukov.dev/math/2026/08/02/new-magic-hexagons.html
1•gukoff•1m ago•0 comments

The Conductor Developer

https://martinfowler.com/rachels-ramblings/conductor-developer.html
1•saikatsg•2m ago•0 comments

KotlinLLM

https://github.com/JetBrains-Research/kotlinllm-plugin
1•saikatsg•2m ago•0 comments

smol

https://smolenv.com/
1•tosh•2m ago•0 comments

Show HN: Build SaaS Applications Without Writing Back End Code [video]

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

Constructing A Good Enough Color Space For Skin Tones

https://toneyalexander.github.io/inclusive-color-space/
1•iamwil•5m ago•0 comments

Noelia Agüero

https://www.izquierdasocialista.org.ar/2020/index.php/liliana-olivero/itemlist/tag/Noelia+Ag%C3%B...
1•nicoticohca•5m ago•0 comments

How syntactic degradation became the ultimate proof of human identity on Reddit

https://www.reddit.com/r/TheoryOfReddit/comments/1vdpf7u/the_inverse_turing_test_how_syntactic_de...
1•amichail•6m ago•0 comments

Technological Determinism

https://en.wikipedia.org/wiki/Technological_determinism
1•senor_digimon•7m ago•0 comments

Coldcard Bitcoin Exploit Balloons to $88M as Attackers Keep Draining Wallets

https://decrypt.co/374817/coldcard-bitcoin-exploit-88-million-attackers-draining-wallets
1•chrisjj•11m ago•0 comments

Smoke Forecast

https://firesmoke.ca/forecasts/current/
1•Bender•14m ago•0 comments

Necropolitics

https://en.wikipedia.org/wiki/Necropolitics
2•thunderbong•15m ago•0 comments

Arch Linux disables AUR package adoption to stop malware flood

https://www.bleepingcomputer.com/news/security/arch-linux-disables-aur-package-adoption-to-stop-m...
1•akyuu•17m ago•0 comments

A fresh look at CPU silent data corruption in modern data centers

https://cacm.acm.org/research/revisiting-cpu-silent-data-corruptions-in-modern-datacenters/
1•visha1v•18m ago•0 comments

Show HN: [Target: Humanity] An experimental alternate reality game

https://TargetHumanity.com
2•MaxONeill159•18m ago•0 comments

Nanocodex: Building blocks for frontier OpenAI agents in Rust

https://github.com/gakonst/nanocodex
2•sygma•22m ago•0 comments

An airport search, a wiped phone and a potential test of Fourth Amendment

https://www.cnn.com/2026/08/02/politics/airport-search-left-wing-activist-phone-code-fourth-amend...
1•rawgabbit•23m ago•1 comments

Welcome to Agents Week

https://blog.cloudflare.com/agents-week-welcome/
6•tosh•23m ago•2 comments

How 'salmon' raised in landlocked Xinjiang is netting fans in China

https://www.scmp.com/economy/china-economy/article/3347727/how-salmon-raised-landlocked-xinjiang-...
1•ksec•24m ago•0 comments

SwiftUI After 7 Years: A Story of Mediocrity [video]

https://www.youtube.com/watch?v=3XaHHFOZeJg
2•mpweiher•24m ago•0 comments

North American construction is back–smaller and faster–at OPG's Darlington

https://www.ans.org/news/2026-06-05/article-8047/north-american-construction-is-back-smaller-and-...
1•mpweiher•24m ago•0 comments

The Myth of Snow Leopard

https://www.rubenerd.au/the-myth-of-snow-leopard/
2•speckx•26m ago•0 comments

The Creator Economy Has a New Middle Class

https://www.bloomberg.com/news/articles/2026-07-24/how-tiktok-creators-earn-midlevel-salaries-wit...
1•momentmaker•26m ago•1 comments

Show HN: An interactive in-browser tutorial for MarkoJS V6 with solvable lessons

https://markojs-tutorial.netlify.app/
1•defunkt-dev•27m ago•0 comments

Show HN: Social Hiking App

https://losttrail.app
1•lpeancovschi•29m ago•0 comments

Shelley Is a Coding Agent

https://github.com/boldsoftware/shelley
1•tosh•31m ago•0 comments

Which Countries Think They're on the Right Track?

https://www.visualcapitalist.com/how-people-around-the-world-feel-about-their-countries-in-2026/
1•theanonymousone•33m ago•0 comments

Combinatorial Materials Synthesis(2023) [pdf]

https://gregoire.people.caltech.edu/documents/22843/CombinatorialMaterialsSynthesis_preprint.pdf
1•o4c•33m ago•0 comments

Devtools must be open source

https://blog.exe.dev/devtools-must-be-open-source
2•tosh•33m 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