frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1•TTMO•21s ago

Show HN: Assemble context for analytics agents from schemas, SQL and docs

https://github.com/GetCassis/ontology-bootstrap
1•matthieu_bl•1m ago•1 comments

I built my AI squad with Grok Bot and I had my most productive Saturday

https://jtemporal.com/i-built-my-ai-squad-in-grok-bot/
1•jesstemporal•2m ago•0 comments

My corpus made me do it

https://substack.com/@hollisrobbins/note/c-326538324
1•HR01•4m ago•0 comments

Babashka Gets FFI

https://blog.michielborkent.nl/babashka-ffi.html
1•doubleg•5m ago•0 comments

Google Maps Showing 'Lake America' in U.S.

https://www.macrumors.com/2026/08/31/google-maps-lake-america/
2•hmokiguess•5m ago•0 comments

Programmatic Codeowners Edits

https://github.com/jordonpeterson/codeowners-tool
1•jordonzpeterson•5m ago•0 comments

We tested how AI chatbots would handle foreign propaganda

https://www.npr.org/2026/08/30/nx-s1-5876436/chatbots-search-propaganda
1•brandonb•6m ago•0 comments

Why can't you combine .tar.gz files with cat?

https://alexwlchan.net/2026/cat-confusion/
1•surprisetalk•6m ago•0 comments

Show HN: Linux server management over SSH – written in Rust and Tauri

https://serverbox.stupidlabs.lol/
1•freakynit•6m ago•0 comments

ChatGPT, Reddit and Roblox land in the DSA's strictest supervision tier

https://tokenstead.ai/guides/dsa-designates-chatgpt-reddit-roblox
1•cdnsteve•6m ago•0 comments

Gerda: German Election Database

https://www.german-elections.com/
1•Tomte•7m ago•0 comments

Pocket's AI made my game ideas real. Now Meta controls the results

https://arstechnica.com/gaming/2026/08/pockets-ai-made-my-game-ideas-real-now-meta-controls-the-r...
1•sohkamyung•7m ago•0 comments

We Are Rebuilding Monica

https://www.monicahq.com/en/blog/we-are-rebuilding-monica/
1•robinhood•8m ago•0 comments

Show HN: DogLM – Can you pet the dog in an AI-generated game?

https://mikeushakov.github.io/doglm/
2•mikeushakov•9m ago•1 comments

Early signs of enshitificiation: Paid promotion on Spotify song radio playlists

https://www.spotify.com/us/safetyandprivacy/understanding-recommendations/plain
2•waylandsmithers•10m ago•1 comments

Show HN: KanVibe – Git worktree and tmux Kanban board for AI CLIs, now Electron

https://github.com/rookedsysc/kanvibe
1•rookedsysc•10m ago•0 comments

Sonic the Hedgehog Amiga Demo Is Out [video]

https://www.youtube.com/watch?v=B3htbBw-zlg
1•doener•11m ago•0 comments

Can a voice agent tell "mmhm" from an interruption?

https://izmailov.dev/blog/smart-conversation
1•izanton•11m ago•1 comments

Show HN: Cut List Studio – A fast, private, client-side 2D/1D sheet optimizer

https://www.s0lve.it/tools/cutlist.html
1•Anfernee12345•11m ago•0 comments

We are all juniors again

https://blog.arkency.com/we-are-all-juniors-again/
1•dotRex•12m ago•0 comments

Creating Backup Storage Sucks

https://smarmelling.com/posts/creating-backup-storage-sucks.html
1•smarmelling•12m ago•0 comments

Fractal Jittered Voronoi Partitions

https://www.boristhebrave.com/2026/08/29/fractal-jittered-voronoi-partitions/
1•ibobev•12m ago•0 comments

OpenAI's ad business hits $1B annualized revenue run rate

https://www.cnbc.com/2026/08/31/open-ai-chatgpt-ads-revenue.html
1•thm•13m ago•0 comments

Bevy's Sixth Birthday – Lighting and Libraries

https://jms55.github.io/posts/2026-08-29-bevy-sixth-birthday/
1•ibobev•13m ago•0 comments

Leaked Corporate AWS Keys Held Full Admin Rights

https://trufflesecurity.com/blog/leaked-corporate-aws-keys-held-full-admin-rights
1•speckx•13m ago•0 comments

Spectrum Shooting Gallery: Taking Back What We've Learned

https://bumbershootsoft.wordpress.com/2026/08/29/spectrum-shooting-gallery-taking-back-what-weve-...
1•ibobev•13m ago•0 comments

Anthropic sued over alleged theft of 'thousands' of songs

https://www.theguardian.com/business/2026/aug/31/aanthropic-sued-alleged-theft-songs-ai-train-claude
2•13years•13m ago•0 comments

Gordonstoun School pupils discover '1000-year-old Viking church'

https://news.sky.com/story/gordonstoun-school-pupils-discover-1-000-year-old-viking-church-13579360
1•austinallegro•14m ago•0 comments

'Critical National Importance': Oklo asks feds to fast-track secret project

https://americanbuildout.com/oklo-ferc-complaint-pjm-queue/
1•newyorkinfra•14m 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