frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Amazon set to expand drone delivery of lightweight packages to 500 US cities

https://apnews.com/article/amazon-drone-delivery-expansion-walmart-20db399ba65e8bc36a76b547f990b118
1•geox•1m ago•0 comments

Artificial Anthology – AI improving AI writing about AI

https://artificialanthology.com/
1•xianshou•1m ago•0 comments

I Built a Password Manager with No Back End. It Works Better Than I Expected

https://kryptprivacy.com/articles/password-manager-no-backend.html
1•clausemint•2m ago•0 comments

Web Authentication API (WebAuthn) Level 3

https://blog.timcappalli.me/p/webauthn-3/
1•mooreds•3m ago•0 comments

AI Software Development – What Does the Data Say?

https://codemanship.wordpress.com/2026/08/12/ai-software-development-what-does-the-data-say/
2•rudenoise•3m ago•0 comments

Beraterslang

https://www.beraterslang.de/
1•nixass•4m ago•0 comments

This may be the first academic profession to see its work taken over by AI

https://www.washingtonpost.com/technology/2026/08/19/mathematicians-ask-whats-left-humans-when-ai...
2•sonabinu•4m ago•0 comments

How Claude is accelerating protein design and analytical chemistry

https://www.anthropic.com/research/Claude-accelerates-protein-design
1•momeara•5m ago•0 comments

Where do people spend their money?

https://gingerjuice.club/article/where-do-people-spend-their-money-38516e54
1•streetai•8m ago•0 comments

Why AI Output Is the New XSS

https://symfony.com/blog/symfonycon-warsaw-2026-why-ai-output-is-the-new-xss
1•velmu•9m ago•0 comments

What to Know About the Social Security "Do-Over"

https://www.schwab.com/learn/story/what-to-know-about-social-security-do-over
1•mooreds•11m ago•0 comments

Hister – Search Engine for Local Files and Visited Webpages

https://hister.org/
1•RebelPotato•11m ago•0 comments

The Specification Is Not a Document

https://aicoding.leaflet.pub/3mtgs36dnq22o
1•chadfowler•13m ago•0 comments

I treat my AI coding agents as subcontractors

https://karavox.org/devlog/agents-as-subcontractors.html
1•lukasznowak•15m ago•0 comments

GitHub blames 8-hour outage on autoscaling fail and VS Code retry storm

https://www.theregister.com/saas/2026/08/19/github-blames-8-hour-outage-on-autoscaling-fail-and-v...
1•stevehipwell•17m ago•0 comments

Button Stealer

https://anatolyzenkov.com/stolen-buttons/button-stealer
1•surprisetalk•17m ago•0 comments

Fuji: A minimal harness to deploy agents at scale

https://github.com/paradise-runner/fuji
2•dividedcomet•17m ago•1 comments

Proxima Fusion Raises €411M to Build Europe's Commercial Fusion Champion

https://www.proximafusion.com/press-news/proxima-fusion-raises-eu411-million-to-build-europes-com...
1•robin_reala•18m ago•0 comments

For no apparent reason Oral-B removed flossing from their app

https://blog.jgc.org/2026/08/for-no-apparent-reason-oral-b-removed.html
3•jgrahamc•20m ago•2 comments

The Pattern Cards: How the Spec Became the Source Code

https://kelright.com/blog/the-pattern-cards
2•orbOfOrthanc•20m ago•0 comments

Moderna, Merck cancer vaccine shows promise in late-stage phase three trial

https://www.cnbc.com/2026/08/19/moderna-merck-cancer-vaccine-shows-initial-late-stage-melanoma-da...
9•dominikposmyk•24m ago•1 comments

Show HN: JobEasyApply – AI job auto-applier for LinkedIn, Greenhouse and Lever

https://jobeasyapply.com
4•workplace_1•25m ago•0 comments

GPS-01: A simplified interactive explainer of how GPS works

https://gps-01.dmytro.fyi/
3•dimuuu•25m ago•0 comments

Does ChatGPT recommend your local business? I measured it

https://localseen.ai/
2•iskifogl•26m ago•0 comments

Show HN: Carno.js – a Nest-style application framework for Bun

https://github.com/carnojs/carno.js
4•l-crispr•27m ago•0 comments

California regulators restrict by 70% what replacement tires you can buy

https://www.kcra.com/article/san-joaquin-county-maintenance-district-fee-increase/73470859
2•ytNumbers•28m ago•1 comments

PulseMarkt – An AI-powered marketplace for discovering trending products

https://www.pulsemarkt.com/
2•scottchecola•29m ago•0 comments

You Don't Need a Fancy IDP to Build Platform Self-Service in 2026

https://newsletter.masterpoint.io/p/you-don-t-need-a-fancy-idp-to-build-self-service-in-2026
3•mooreds•30m ago•0 comments

"This is how great powers decline" [video]

https://www.youtube.com/watch?v=s6qIYufgvg8
2•mooreds•31m ago•1 comments

Firefox 154.0 Released

https://www.firefox.com/en-US/firefox/154.0/releasenotes/
5•DemiGuru•31m 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