frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A Claude Code skill that finds dev tools – or stays silent

https://github.com/jaimeramiro-dev/gold-digger
1•jaimeramiro•20s ago•0 comments

Kbd-1.0-Codex-Micro

https://twitter.com/OpenAIDevs/status/2077425991790870644
1•sanj•28s ago•0 comments

Can AI reliably generate dashboards from Excel or CSV files?

https://dashboardbuilder.net/ai-generated-dashboard
1•Garywilson76•1m ago•0 comments

Choosing GPT-5.6 Sol, Terra, or Luna in Codex

https://twitter.com/pvncher/status/2077708372363624894
1•pretext•2m ago•0 comments

Show HN: Pagora AI, WordPress AI page builder that outputs plain HTML/CSS/JS

https://wordpress.org/plugins/pagora-ai/
1•azertyvode•2m ago•0 comments

Show HN: MechArchive – an open, sourced catalog of the robots

https://mecharchive.com/
1•filippogroppi•2m ago•0 comments

The Moment Steven Bartlett Realizes His Podcast Is Compromised [video]

https://www.youtube.com/watch?v=NA8Zf7NSHF0
1•Bender•3m ago•0 comments

Capture Clauses as Effects

https://blog.yoshuawuyts.com/capture-clauses-as-effects/
1•ambigious7777•4m ago•0 comments

Why standard time is better for your health than daylight saving time

https://www.washingtonpost.com/wellness/2026/07/16/why-standard-time-is-better-your-health-than-d...
2•jonah•4m ago•0 comments

AI chatbots are at risk of spreading government restrictions on online speech

https://www.msn.com/en-us/news/world/ai-chatbots-are-at-risk-of-spreading-government-restrictions...
2•galaxyLogic•4m ago•0 comments

Two things every MCP author should add

https://twitter.com/owjuhl/status/2077747945659646233
2•owjuhl•5m ago•0 comments

Under-16s to be banned from buying energy drinks

https://news.sky.com/story/under-16s-to-be-banned-from-buying-energy-drinks-13564058
2•austinallegro•6m ago•0 comments

Claudeisms: A list of words Claude Code overuses

https://github.com/archiewood/claudeisms
1•archiewood•6m ago•0 comments

Show HN: FilesFlow – Browser-based PDF and image tools that run locally

https://filesflow.net/
1•blert•6m ago•0 comments

Why people chasing after useless token saving plugins and ignoring real solution

1•yohji1984•6m ago•0 comments

German AI consortium releases Soofi S, an open 30B model that tops benchmarks

https://the-decoder.com/german-ai-consortium-releases-soofi-s-an-open-30b-model-that-tops-benchma...
4•amai•9m ago•0 comments

The Hunt for the Counterfeiter Trying to Make the Perfect Bill

https://www.nytimes.com/2026/07/16/magazine/counterfeit-dollars.html
2•paulpauper•9m ago•0 comments

Funding Canonical Visions //GMs

https://amazing-lantern-c21.notion.site/Funding-canonical-visions-GMs-396adeecc3dc804ab012f015f3b...
1•paulpauper•9m ago•0 comments

The Decline of Sumptuousness in Cinema

https://yakimenko.substack.com/p/on-the-decline-of-sumptuousness-in-451
2•paulpauper•10m ago•0 comments

ACT-2 Preview: Sunday Robotics

https://twitter.com/tonyzzhao/status/2077806003308179802
1•manmeet•10m ago•0 comments

An overview of language features and implementation tasks that contribute toward

https://ghc.serokell.io/dh
2•fanf2•11m ago•0 comments

Teleprompter operator investigated over alleged Kalshi trades on Trump speeches

https://www.axios.com/2026/07/16/white-house-teleprompter-kalshi-investigation
3•doctoboggan•11m ago•0 comments

Show HN: Tree, truth, druid, dryad, and tar share one Proto-Indo-European root

https://p.migdal.pl/tree-of-tree/
1•stared•12m ago•0 comments

Flight Planning with Little Navmap

https://tech.marksblogg.com/little-navmap-flight-planning.html
1•marklit•12m ago•0 comments

Control of shear thickening rheological properties of polishing slurry(2021) [pdf]

https://www.euspen.eu/knowledge-base/ICE21153.pdf
1•pillars•13m ago•0 comments

Show HN: Custom Claude Status Lines

https://claudelines.com/
2•OG_BME•13m ago•1 comments

What can we learn from Bun's rapid Rust rewrite with AI?

https://newsletter.pragmaticengineer.com/p/the-pulse-what-can-we-learn-from-07f
1•pseudolus•14m ago•0 comments

It's shovels all the way down

https://jamesthomason.com/its-shovels-all-the-way-down/
2•dollar•14m ago•0 comments

FDA Approves First Oral Therapy That Inhibits PCSK9

https://www.fda.gov/drugs/news-events-human-drugs/fda-approves-first-oral-therapy-inhibits-propro...
1•michaefe•15m ago•0 comments

Cloudflare Outage Ongoing

https://slacreditwatch.com/i/cloudflare/kdnfshk5vs51
2•devd1976•16m 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