frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Gopher – open-source self-hosted Cloudflare Tunnel alternative

https://gopherden.org
1•smalex-z•1m ago•1 comments

ClickGap: Autonomous QA for ClickHouse

https://clickhouse.com/blog/clickgap-autonomous-qa-for-clickhouse
1•samaysharma•1m ago•0 comments

Show HN: MCPay – spend authorization and per-call billing for MCP tools

https://github.com/yiaany/MCPay
1•eugenehizyyo•1m ago•0 comments

Delhi Built a World-Class Metro for a Bargain

https://www.nytimes.com/2026/09/02/headway/india-delhi-metro-public-transit.html
1•JumpCrisscross•2m ago•0 comments

Learning Nalbinding

https://stevelosh.com/blog/2026/09/learning-nalbinding/
1•stevelosh•2m ago•0 comments

Isis Burried Treasures

https://newlinesmag.com/reportage/the-buried-treasure-left-behind-by-the-islamic-state/
1•xaxbxcxdxe•2m ago•0 comments

City of Slop

https://www.nature.com/articles/d41586-026-02414-7
1•Brajeshwar•3m ago•0 comments

Hertzfeld, Andy oral history, part 1 of 2 (2025)

https://www.computerhistory.org/collections/catalog/300000188/
1•mpweiher•4m ago•0 comments

Unpermissioned Research

https://pluralistic.net/2026/09/02/scrape-scrope-scrap/
3•hn_acker•5m ago•0 comments

PostHog – We make your product self-driving

https://posthog.com/
1•evo_9•5m ago•0 comments

Anthropic launches AI agent blueprints for retailers ahead of holiday shopping

https://www.reuters.com/business/retail-consumer/anthropic-launches-ai-agent-blueprints-retailers...
1•cl42•5m ago•0 comments

Bash Is the Glue: Why Your Terminal Is the Real Superpower Behind Coding LLMs

https://www.innerkore.com/blog/bash-glue-terminal-real-superpower-behind-coding-llms/
1•gagan2020•6m ago•0 comments

Static Allocation, Constant Work

https://matklad.github.io/2026/09/02/static-allocation-constant-work.html
1•surprisetalk•8m ago•0 comments

Record-High 89% in U.S. Say Government Corruption Widespread

https://news.gallup.com/poll/713933/record-high-say-government-corruption-widespread.aspx
4•giuliomagnifico•8m ago•1 comments

Our team is now 5 devs and 45 agents, all in Slack

https://www.flintai.dev/blog-posts/our-team-is-now-composed-of-5-devs-and-45-agents-all-in-slack
3•morilla_chant•8m ago•0 comments

Cow Plays EVE Online and I Don't Know If She's Winning or Not

https://kotaku.com/eve-online-cow-plays-twitch-stream-fenris-creations-2000730532
1•pavel_lishin•9m ago•0 comments

Gallup Poll: Record-High 47% Want Unions to Have More Influence

https://news.gallup.com/poll/713936/record-high-unions-influence.aspx
3•MilnerRoute•9m ago•0 comments

The New Jim Crow: Mass Incarceration in the Age of Colorblindness

https://en.wikipedia.org/wiki/The_New_Jim_Crow
1•chistev•9m ago•1 comments

In panic over uncovered data center docs, Entergy seeks to restrain journalists

https://arktimes.com/arkansas-blog/2026/09/01/in-a-panic-over-mistakenly-shared-documents-entergy...
1•CGMthrowaway•10m ago•1 comments

Show HN: I built Stardew Valley but you pay for everything

https://pixelhof.com
1•robinfaraj•11m ago•0 comments

ThoughtDAG can now turn local coding-agent sessions into editable context graphs

https://github.com/chenxiachan/thoughtdag
1•chatchan•13m ago•1 comments

Mac App Store Apps Can Now Drop Support for Intel Macs

https://www.macrumors.com/2026/09/01/mac-app-store-intel-mac-support/
1•ValentineC•13m ago•0 comments

OpenAI Lawsuits Mount over Canadian School Shooting

https://www.wsj.com/us-news/law/openai-lawsuits-mount-over-canadian-school-shooting-ca24c762
5•JumpCrisscross•14m ago•0 comments

Show HN: A free phone number that live-interprets calls between 47 languages

https://translatemycall.com
1•kolchinski•14m ago•0 comments

Eternal September

https://en.wikipedia.org/wiki/Eternal_September
4•Naac•16m ago•0 comments

Secret 'messages' in cat pee let felines identify each other

https://www.livescience.com/animals/cats/cats-have-unique-chemical-fingerprints-in-their-pee
2•gmays•16m ago•0 comments

New Heart Attack Definitions Could Lead to Better Care for Women

https://nautil.us/new-heart-attack-definitions-could-lead-to-better-care-for-women-1284697
2•Brajeshwar•16m ago•0 comments

Aloe = Scheme and Smalltalk and Types

https://github.com/dharmatech/2026-09-02-aloe-racket
1•dharmatech•16m ago•0 comments

All Wired Up

https://casualarchivist.substack.com/p/wired-up
1•speckx•17m ago•0 comments

Sharing Application State in a URL

https://ivakin.dev/blog/state-in-url
1•Minhir•17m ago•1 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