frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A complex structure on S^6 [pdf]

https://alpo.ge/s6.pdf
1•robinhouston•1m ago•0 comments

Implementation of GPT-2 in pure CMake

https://github.com/AlpinDale/gpt2.cmake
1•porridgeraisin•7m ago•0 comments

Ask HN: How to Onboard to New Domains

1•kwojcicki•8m ago•0 comments

AI robotics companies love San Francisco. They're just too big to stay

https://sfstandard.com/2026/08/23/ai-robotics-san-francisco-bright-machines/
1•newsomix9xl•12m ago•0 comments

Inkwell: Software Factory and rebootable sandbox on a throwaway VM

https://github.com/disler/inkwell-agent-sandboxes-and-software-factory
1•mooreds•13m ago•0 comments

It's OK to not be passionate about your job

https://text.npr.org/1076978534
1•mooreds•14m ago•0 comments

Seven nobles' 1688 letter inviting William of Orange to take the English throne

https://www.nationalarchives.gov.uk/education/resources/glorious-revolution/glorious-revolution-s...
3•mooreds•14m ago•0 comments

AI reshapes India's IT services sector contracts as clients demand more for less

https://www.reuters.com/world/india/ai-reshapes-indias-it-services-sector-contracts-clients-deman...
1•prabal97•14m ago•0 comments

Everything is Nix if you squint hard enough

https://jrdsgl.com/everything-is-nix-if-you-squint-hard-enough/
1•hnaccount93•15m ago•0 comments

Digital Public Library of America

https://dp.la/
1•hakkikonu•16m ago•0 comments

Push Go for Pushbullet

https://chromewebstore.google.com/detail/push-go-for-pushbullet/dghndapbehjdbhiffbckojkhoennbofg
1•yablak•18m ago•1 comments

The Data Center Backlash Bursts into the Midterms

https://www.nytimes.com/2026/08/23/us/politics/data-centers-midterm-elections.html
5•newsomix9xl•22m ago•0 comments

Across Nashville, Parked Waymos Are Recording Your Neighborhood

https://www.gadgetreview.com/across-nashville-parked-waymos-are-recording-your-neighborhood
3•HotGarbage•23m ago•0 comments

An elliptic curve of rank 31

https://twitter.com/mathandcobb/status/2091618274320552349
3•vicgalle_•27m ago•1 comments

Good and Bad Reasons to Become an Entrepreneur

https://medium.com/i-m-h-o/good-and-bad-reasons-to-become-an-entrepreneur-decf0766de8d
1•BASSAMej•30m ago•0 comments

Show HN: Photo Gallery Without JavaScript

https://ricobeck.de/photostream.html
2•ricobecks•32m ago•0 comments

The VLA and High-Frequency SETI: Expanding the Search for Life

https://arxiv.org/abs/2608.18275
2•root-parent•38m ago•0 comments

Show HN:Tool that checks if your AI-generated content are marked AI Act Art. 50

https://aiactverify.edenlabs.eu
1•lucapersichini•39m ago•0 comments

Cursor beat Git's scalability shortcomings

https://www.theregister.com/devops/2026/08/23/how-cursor-beat-gits-scalability-shortcomings/5291421
2•sbulaev•41m ago•0 comments

Optimizing memory use in a Markdown parser

https://blog.kowalczyk.info/a-n8wf/optimizing-memory-use-in-markdown-parser.html
2•blueshoess•46m ago•0 comments

Wallpaper Engine On Linux (native translation layer library)

https://github.com/shdwmtr/wallpiper
1•shadowmonster•49m ago•0 comments

Leyline: KV Cache Directives for Agentic Inference

https://arxiv.org/abs/2606.01065
3•Bluestein•52m ago•0 comments

Cicada.os – Graphene.os for Your Laptop

https://kpres12.github.io/Cicada.OS/
2•kpres62•53m ago•1 comments

Show HN: A way to let agents reliably pay for things

https://shopstack.ai/
1•windyVector•56m ago•0 comments

IXUI: A Proxmox/ESXi-Style Web UI for Incus

https://github.com/xlmnxp/ixui
2•xlmnxp•58m ago•1 comments

Residential proxies scraping your site? Drain their bandwidth

https://layer3intel.com/blog/residential-proxy-bandwidth-drain
4•Rasbora•58m ago•0 comments

The Summer of Open Weights

https://martinalderson.com/posts/the-summer-of-open-weights/
3•garo-pro•1h ago•1 comments

Declarative WebGPU with S-Expressions

https://hugodaniel.com/posts/declarative-webgpu-with-s-expressions/
2•hugodan•1h ago•0 comments

Bolt Graphics' Advanced GPU to Take on Nvidia – Architosh

https://architosh.com/2026/07/bolt-graphics-advanced-gpu-to-take-on-nvidia/
2•rbanffy•1h ago•0 comments

Ask (Your Terminal)

https://github.com/benja/ask
1•handfuloflight•1h 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