frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Global Challenges in AI Safety for Biosecurity

https://www.lesswrong.com/posts/KH2JjfSrw6tJdmKzw/global-challenges-in-ai-safety-for-biosecurity
2•joozio•16m ago•0 comments

OnePlus Settled

https://finshots.in/archive/how-oneplus-settled/
1•vismit2000•25m ago•0 comments

I tried the new Fairphone, a phone designed to be repaired

https://www.fastcompany.com/91608879/i-tried-the-new-fairphone-a-phone-designed-to-be-repaired
2•vismit2000•26m ago•0 comments

Laser Your Way into Debug Mode on the RP2350

https://hackaday.com/2026/09/19/laser-your-way-into-debug-mode-on-the-rp2350/
1•mdp2021•31m ago•0 comments

Show HN: ChatGPT to Word – export a thread to a readable .docx

https://chatgpt2word.com
1•leiships•31m ago•0 comments

Show HN: Website Auditor –> Test your brand's AI visibility, get growth plan

https://website-auditor.io/
1•SpikeyCoder•33m ago•0 comments

Show HN: Web Tools List – browser tools grouped by the job, not the format

https://webtoolslist.com
1•leiships•33m ago•0 comments

Dropbox's Jan 1st 2027 terms of service

https://www.dropbox.com/terms2026
9•simonebrunozzi•36m ago•9 comments

My Dad Died by Suicide. He Left Me with 694 Video Diaries to Explain Why – NYT

https://www.youtube.com/watch?v=Kimur4jkJT8
1•johntfella•38m ago•0 comments

Show HN: Morse Code Translator – real-time text-to-Morse with audio

https://morsetranslator.me/
1•shaliji•39m ago•0 comments

RunMyWealth

https://runmywealth.com/
1•Thecompunder•44m ago•0 comments

Unit tests mark territory more than squash bugs

https://yosefk.com/blog/unit-tests-mark-territory-more-than-squash-bugs.html
1•luu•47m ago•0 comments

Spain Orders Blocks on Archive.today and Its Mirrors

https://reclaimthenet.org/spain-blocks-archive-today-and-mirrors
20•latein•1h ago•6 comments

Free scanner for exposed Supabase data in AI-built apps (Lovable, Bolt, Base44)

https://api.trustboost.dev/free-scan
3•Teocrispin•1h ago•0 comments

Dancing Mania

https://en.wikipedia.org/wiki/Dancing_mania
2•hypnot•1h ago•0 comments

Office Open XML

https://en.wikipedia.org/wiki/Office_Open_XML
3•azhenley•1h ago•0 comments

Here’s How an AI Slowdown An AI Slowdown Could Be Enforced

https://www.wired.com/story/heres-how-an-ai-slowdown-could-actually-work/
3•ent101•1h ago•0 comments

Some Thoughts on the Economics of UPI and MDR

2•pyeri•1h ago•0 comments

AgentSec Audit

https://github.com/hicklax13/agentsec-audit
2•ConnorBHickey13•1h ago•0 comments

OpenAI retiring GPT-5.5 on October 14

https://www.gizmochina.com/2026/09/16/openai-retiring-gpt-5-5-on-october-14-you-may-need-to-updat...
2•f055•1h ago•0 comments

SpriteIt – Feature Rich, Re-designed 2D/3D SpriteSheet Maker

https://ssstand.itch.io/spriteit
2•ssstand•1h ago•1 comments

Seven, Forever

https://github.com/02zerocool/truth-benchmark
2•o2zer0cool•1h ago•0 comments

AI art is theft – on artists, mathematicians impact on AI

https://twitter.com/wordgrammer/status/2101429761528455669
4•diginova•1h ago•0 comments

Show HN: ScoreTail, Browser-based sheet music editor with live collaboration

https://scoretail.com
2•tan-z-tan•1h ago•0 comments

Orchestrating Claude Code Agents: The Chief of Staff Pattern

https://asyncdot.com/blog/chief-of-staff-pattern-orchestrating-claude-code-sessions/
3•octalpixel•1h ago•0 comments

Best Websites to Generate Theme for PowerBi

2•AnasKhalid•1h ago•0 comments

Dark Age

https://artagnon.com/art/dark-age
6•artagnon•1h ago•2 comments

Built the first open source Python library – converting Word, Excel to PDF

https://github.com/mini-software/MiniPdf
3•shps951002•1h ago•0 comments

Phylo brings frontier AI to more scientists with open models on Fireworks

https://fireworks.ai/blog/phylo-brings-frontier-ai-to-more-scientists-with-open-models-on-fireworks
3•measurablefunc•1h ago•0 comments

Observations on LLMs for Privacy Work

https://desfontain.es/blog/llms-for-privacy.html
3•luu•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