frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Nano LM Studio

https://github.com/Kosev-Lex/NanoLM-Studio
1•presencefactor•2m ago•1 comments

Show HN: AI game builder and editor built with Rails and Godot

https://app.fusionery.com/
1•websitescenes•4m ago•0 comments

Who is accountable for Frontier AI Companies agent's criminal actions?

1•pykul•4m ago•0 comments

Limiting Overshoot – Navigating exceedance of 1.5°C and pathways towards return

https://www.unep.org/resources/limiting-overshoot-navigating-exceedance
2•bryanrasmussen•4m ago•0 comments

Signal Beta adds support registrations without a phone number

https://community.signalusers.org/t/registration-without-a-phone-number/2222?page=10
1•ErenayDev•7m ago•0 comments

Septabee, a unique, free DAW [video]

https://www.youtube.com/watch?v=lW8Z98pXuSE
1•alok-g•15m ago•1 comments

UN to vote on adopting new world map that shows Africa's true scale

https://www.theguardian.com/world/2026/sep/04/un-vote-world-map-mercator-equal-earth-africa
3•plaguna•16m ago•0 comments

Unlocking Lossless Speedups in LLMs via Discrete Diffusion (5000 Tk/S)

https://s-sahoo.com/uno/
2•E-Reverance•17m ago•0 comments

Ask HN: What happened to Amprius and their claimed 450Wh/kg battery?

https://www.google.com/search?q=amprius+battery+450
2•walrus01•20m ago•1 comments

Building the CAD application of my dreams

https://v2.brep.io/blog/building-the-cad-application-of-my-dreams
1•mmiscool•25m ago•1 comments

New study shows that psychedelic drugs affect the brain differently

https://www.sdu.dk/en/om-sdu/fakulteterne/sundhedsvidenskab/nyheder-2026/psykedeliske-stoffer-paa...
1•XzetaU8•25m ago•0 comments

OpenBB belongs to everyone (their plan to open source)

https://openbb.co/
1•ColinEberhardt•31m ago•0 comments

NeoMME: Multimodal encoders trained from scratch with a single Transformer

https://huggingface.co/blog/Hcompany/neomme
1•CoderLim110•32m ago•0 comments

OpenAI Cut Off a Billion-Dollar Customer to Avoid Elon Musk

https://www.wired.com/story/openai-elon-musk-cursor-billion-revenue/
3•doener•38m ago•1 comments

Ask HN: Why is HN native dark mode not implemented yet?

1•SriniK•38m ago•1 comments

Decoding the NEC V20 Microcode

https://martypc.blogspot.com/2026/09/decoding-nec-v20-microcode.html
2•mariuz•40m ago•0 comments

Profession has died. Now what?

https://blog.ponelat.com/p/your-profession-has-died-now-what
1•ponelat•43m ago•0 comments

Anti-Ad Download Assistant" for Free

2•jackie_001•45m ago•0 comments

Cerebras and Compute Nordic Finland Announces AI Data Centre in Mikkeli, Finland

https://investors.cerebras.ai/news-releases/news-release-details/cerebras-and-compute-nordic-finl...
2•olvy0•46m ago•0 comments

Show HN: Terminal-native prompt composer for power users running many agents

https://github.com/oborchers/proqi
2•theroot_•47m ago•0 comments

Model Fatigue Is Real

https://moekhalil.substack.com/p/model-fatigue-is-real
4•mfkhalil•52m ago•2 comments

Max H3 – MiniMax H3 Max AI Video Generator

https://www.maxh3.com/
2•Follow_Cloud•54m ago•0 comments

US diesel prices hit record high as conflicts intensify supply crunch

https://www.reuters.com/business/energy/us-diesel-hits-record-5820-gallon-gasbuddy-says-2026-09-03/
5•hebelehubele•57m ago•0 comments

What's New in Neovim 0.13

https://dotfiles.substack.com/p/whats-new-in-neovim-013
2•htfy96•58m ago•0 comments

Buying Used? Check the Warranty History Before You Pay

https://holdmybill.com/blog/buying-used-check-warranty-history
2•niksmac•58m ago•0 comments

World Sandwich

https://claude.ai/code/artifact/5ffe9a8e-e1c6-4204-b893-585bea78a252
2•voxycon•59m ago•0 comments

AI, Tools and Transformation

https://www.ben-evans.com/benedictevans/2026/9/3/ai-tools-and-transformation
3•meetpateltech•1h ago•0 comments

Arcade – The White House

https://www.whitehouse.gov/arcade/
2•personjerry•1h ago•0 comments

Oura's IPO Reveals High Growth for Smart-Ring Maker

https://www.wsj.com/finance/stocks/ouras-ipo-reveals-high-growth-for-smart-ring-maker-9ce3e4c9
2•mgh2•1h ago•0 comments

Volkswagen board approves plan to cut another 50k jobs

https://www.bbc.co.uk/news/articles/cx2z0kvy4n4o
2•vinni2•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