frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gloriously Underqualified

https://jeffarnoldlabs.com/blogs/gloriously-underqualified
1•mooreds•1m ago•0 comments

Baby-Sitting the Economy (1998)

https://slate.com/business/1998/08/baby-sitting-the-economy.html
1•mooreds•1m ago•0 comments

About Rx Kids

https://rxkids.org/about/
1•mooreds•2m ago•0 comments

Wyden proposes new taxes on data centers

https://www.eenews.net/articles/wyden-proposes-new-taxes-on-data-centers/
1•1vuio0pswjnm7•3m ago•0 comments

Hikerapi Is the Best

https://hikerapi.com/
1•unknownunknownn•5m ago•0 comments

Gemini is Cooked but GCP is Cooking

https://newsletter.semianalysis.com/p/gemini-is-cooked-but-gcp-is-cooking
1•gmays•6m ago•0 comments

ColorSpace: A framework for building text-based crypto-stegosystems

https://github.com/ChronicRhyno/ColorSpace
2•thunderbong•10m ago•0 comments

What are Looped Transformers? Explained clearly

https://twitter.com/neural_avb/status/2081741935883223196
1•gmays•13m ago•0 comments

Research finds women having 2 to 2.4 children age slower and live longer

https://www.nature.com/articles/s41467-025-67798-y
1•maxloh•16m ago•0 comments

Show HN: A skill file that turns your saved-articles pile into go/skip verdicts

https://atomic24.com/blog/bookmarks-graveyard-idea-harvester/
1•atom_builder•17m ago•1 comments

New York's Novel Algorithmic Pricing Disclosure Law Takes Effect (2025)

https://www.jonesday.com/en/insights/2025/11/new-yorks-novel-algorithmic-pricing-disclosure-law-t...
1•gregsadetsky•19m ago•0 comments

The Biggest Thing We've Lost Since the Early Internet

https://www.youtube.com/watch?v=srtqr7VHvE4
1•pierres7•23m ago•1 comments

Tasteslop

https://nemesisglobal.substack.com/p/tasteslop
2•spats1990•26m ago•0 comments

MatrAIx: Simulating the world with 8.3B persona agents

https://arxiv.org/abs/2608.04205
1•anigbrowl•28m ago•0 comments

Show HN: Open-source pixel art editor with animation and auto-tiling tilesets

https://simplepixelart.com/editor
2•lam_hg94•29m ago•0 comments

Improving Fable 5 Safeguards

https://www.anthropic.com/news/improving-fable-5-s-biology-safeguards
4•surprisetalk•29m ago•2 comments

America's Cyber Forces Grapple with Cluster of Deaths by Suicide

https://www.bloomberg.com/news/articles/2026-08-06/us-military-s-cyber-command-unit-grapples-with...
5•toomuchtodo•32m ago•2 comments

piclaw – Pi coding agent in a Technicolor web trenchcoat

https://rcarmo.github.io/projects/piclaw/
1•indigodaddy•33m ago•0 comments

Built an exclusion engine and it might be what comes after AI slop

https://uncoverroads.com/
1•sourav_biswas•33m ago•0 comments

Show HN: Markdown Buddy – Native macOS Markdown Editor with Quick Look and Xcode

https://markdownbuddy.inawa.app/
2•JanParis•33m ago•0 comments

Bridge and Torch Problem

https://en.wikipedia.org/wiki/Bridge_and_torch_problem
1•marysminefnuf•40m ago•0 comments

Ask HN: What will be the Chernobyl or Bhopal scale industrial disaster of AI?

2•thoughtpeddler•46m ago•2 comments

OpenCode was able to reproduce the current price of DeepSeek

https://twitter.com/thdxr/status/2085377844515922210
1•ammo1662•46m ago•1 comments

SciCode-Verified: How Benchmark Defects Underestimated LLM Scientific-Coding

https://arxiv.org/abs/2608.04975
1•sbulaev•53m ago•0 comments

EU AI Act Content Labelling: Fake Around and Find Out

https://reprodev.com/eu-ai-act-content-labelling-fake-around-and-find-out/
2•reprodev•53m ago•0 comments

No Space Like J-Space

https://twitter.com/TheZvi/status/2074612488956424412
2•gmays•57m ago•0 comments

SEAI: Hardware-rooted identity for autonomous AI

https://github.com/Willbass65/SEAI-Identity-Standard
1•alboe_seai•1h ago•0 comments

An Interesting Fourier Transform – 1/F Noise

https://www.dsprelated.com/showarticle/40.php
1•q7m•1h ago•0 comments

SpaceX rocket hit the moon: Before and after pics (KASA)

https://earthsky.org/space/falcon-rocket-will-hit-the-moon-august-5/
2•BiraIgnacio•1h ago•1 comments

Artificial light at night: a global disruptor of the night-time environment (2023)

https://arxiv.org/abs/2311.02098
3•wslh•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