frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Non-Normal Distributions in the Real World

https://qualityamerica.com/LSS-Knowledge-Center/statisticalinference/non_normal_distributions_in_...
1•Tomte•5s ago•0 comments

Federated Wiki

http://fed.wiki.org/view/welcome-visitors/view/about-federated-wiki
1•RebelPotato•1m ago•0 comments

Three hundred synths, 3 hardware projects, and one app

https://midi.guide/blog/three-hunded-synths-one-app/
1•ductionist•2m ago•0 comments

New Rule on Web and Mobile Accessibility for State and Local Governments (2024)

https://www.ada.gov/resources/2024-03-08-web-rule/
1•divbzero•2m ago•0 comments

Matrix-matrix multiplication, from less conventional points of view

https://okmij.org/ftp/Algorithms/matmul.html
1•nbaksalyar•2m ago•0 comments

CLI tool to generate the maximum possible LOC and commits in minimum time

https://github.com/jshchnz/codemaxxed
1•SheinhardtWigCo•4m ago•0 comments

CarriFit – Free AI Calorie Counter

https://play.google.com/store/apps/details?id=com.carrifit.app&hl=en_US
1•mytesting•11m ago•0 comments

Addyosmani/agent-skills: Prod-grade skills for AI coding agents

https://github.com/addyosmani/agent-skills
1•msolujic•12m ago•0 comments

People Love to Work Hard

https://www.anildash.com/2026/04/06/people-love-to-work-hard/
1•zdw•16m ago•0 comments

Chinese pigs fed new menu as Beijing weans farmers off US soy

https://www.reuters.com/world/china/chinese-pigs-fed-new-menu-beijing-weans-farmers-off-us-soy-20...
1•petethomas•23m ago•0 comments

AI Agent Traps

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6372438
2•_____k•23m ago•0 comments

Skunk: a Rust based language that compiles to Go

2•stickynotememo•29m ago•1 comments

Anthropic revenue growth: $11 billion since start of March

1•aurareturn•29m ago•0 comments

Decrypting a DPRK macOS infostealer: 571 values via CPU emulation

https://github.com/Darksp33d/hyperhives-macos-infostealer-analysis
1•darksp33d•50m ago•0 comments

ClearSpec – Turn vague goals into specs that AI agents can execute

https://www.clearspec.dev/
1•mikopiko•54m ago•0 comments

Global human population has surpassed Earth's sustainable carrying capacity

https://iopscience.iop.org/article/10.1088/1748-9326/ae51aa
1•littlexsparkee•56m ago•0 comments

Are We Augmented by AI Yet?

https://unskilled.blog/posts/are-we-augmented-by-ai-yet/
1•meysamazad•56m ago•0 comments

Asia's EVolution: How the Toyota Prius Comes to Die in Mongolia [video]

https://www.youtube.com/watch?v=KyEVDmoh5lo
1•WorldPeas•59m ago•0 comments

Show HN: A Framework for Evaluating Coding Agents on Sequential SWE

https://arxiv.org/abs/2604.03035
1•tdchaitanya•1h ago•0 comments

Mark Zuckerberg's turbulent bet on AI

https://www.ft.com/content/cd3c6867-2f73-417d-a299-fb91a57bfe08
3•bram98•1h ago•0 comments

OpenAI, Anthropic, Google unite to combat model copying in China

https://www.businesstimes.com.sg/international/global/openai-anthropic-google-unite-combat-model-...
3•doppp•1h ago•0 comments

Google AI Edge Eloquent (iOS)

https://apps.apple.com/us/app/google-ai-edge-eloquent/id6756505519
2•ukuina•1h ago•1 comments

Happiness is a maintenance problem, not a discovery problem

https://gist.github.com/emeitch/390360452a9f5e37fa39ff91c836edbd
1•emeitch•1h ago•0 comments

Sync Chrome Tabs Across Multiple Computers

https://www.rabbitpair.com/en/blog/chrome-tab-sync-across-devices-guide
1•xiguali•1h ago•0 comments

Gestify – Gesture Controls for Every Web Video

https://www.rabbitpair.com/en/blog/gestify-mobile-fullscreen-video-guide
1•xiguali•1h ago•0 comments

Old wisdom from StackOverflow (2021): Code quality is a competitive advantage

https://stackoverflow.blog/2021/10/18/code-quality-a-concern-for-businesses-bottom-lines-and-empa...
4•perpetua•1h ago•3 comments

Show HN: Wan 2.7 – AI Video Generator for Cinematic Content

https://wan27.co
1•danielmateo773•1h ago•0 comments

Brazil, India and Russia hold large reserves of rare earth but don't mine them

https://ourworldindata.org/data-insights/brazil-india-vietnam-and-russia-hold-large-reserves-of-r...
2•alphabetatango•1h ago•1 comments

Voxtype – Push-to-Talk Voice-to-Text for Linux and macOS

https://voxtype.io/
1•ticoombs•1h ago•1 comments

Show HN: Swarmed.DEV – The Autonomous AI Development Swarm

https://www.swarmed.dev
1•freezabb•1h ago•0 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•11mo ago

Comments

trbndev•11mo 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•11mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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