frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

China's tech giants take AI model training offshore to tap Nvidia chips

https://www.ft.com/content/96fe9898-a3a4-4a33-be1d-da06bdb6cb2b
1•alecco•53s ago•0 comments

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

https://huggingface.co/deepseek-ai/DeepSeek-Math-V2
1•nekofneko•2m ago•0 comments

Microsoft trademark registered November 1976 (One word or two?)

https://dfarq.homeip.net/microsoft-trademark-registered-november-1976/
1•giuliomagnifico•2m ago•0 comments

I got tired of juggling security tools,so I built an AI copilot to do it for me

https://www.sydsec.co.uk
1•paul2495•3m ago•1 comments

Show HN: GistHive – Code snippet manager with team workspaces

https://gisthive.app/
1•tex0gen•5m ago•0 comments

Show HN: SpecX – Workflow Automation for AI Agents

https://redoxsoft.com/
1•dhaundy•8m ago•0 comments

AI is not free [video]

https://www.youtube.com/watch?v=MaaAdtWwFuc
2•frag•9m ago•0 comments

Interactive Perigal's Pythagorean Visual Proof

https://do-say-go.github.io/this-is-the-way/others/interactive_perigals_pythagorean.html
1•keepamovin•11m ago•0 comments

China is making trade impossible – Financial Times

https://www.ft.com/content/f294be55-98c4-48f0-abce-9041ed236a44
1•alecco•13m ago•1 comments

Silksong Quick Hints

https://www.boristhebrave.com/2025/11/26/silksong-quick-hints/
1•ibobev•13m ago•0 comments

Atari DOS

https://www.goto10retro.com/p/inside-atari-dos
1•ibobev•14m ago•0 comments

C64 Burrow.BAS

https://basic-code.bearblog.dev/c64-burrow/
1•ibobev•14m ago•0 comments

Show HN: Spikelog – A simple metrics service for scripts, cron jobs, and MVPs

https://spikelog.com
2•dsmurrell•15m ago•0 comments

Show HN: Playwriter – Extension to Control Chrome via MCP and CDP

https://playwriter.dev
4•xmorse•20m ago•1 comments

Programming the Copper Coprocessor

https://jvaltane.kapsi.fi/amiga/howtocode/copper.html
1•musha68k•22m ago•0 comments

Ask AI – GPT-5 – LUMA – O1

https://www.ask-ai.info
1•sarymismail•22m ago•2 comments

Court Ends Dragnet Electricity Surveillance Program in Sacramento

https://www.eff.org/deeplinks/2025/11/victory-court-end-dragnet-electricity-surveillance-program-...
2•pseudolus•24m ago•0 comments

The Rust Programming Language – What Is Ownership?

https://doc.rust-lang.org/book/ch04-01-what-is-ownership.html#what-is-ownership
2•vismit2000•26m ago•0 comments

Bossware and the shitty tech adoption curve (2021)

https://pluralistic.net/2021/02/24/gwb-rumsfeld-monsters/#bossware
2•thunderbong•28m ago•0 comments

Linus Torvalds vs. Ambiguous Abstractions: When Helper Function Hides the Intent

https://read.thecoder.cafe/p/linus-torvalds-ambiguous-abstractions
2•signa11•30m ago•1 comments

Concerns about the legitimacy and integrity of Nucleus Genomics

https://totalhealthoptimization.com/2025/11/21/concerns-about-the-legitimacy-and-integrity-of-nuc...
2•totalhealthopt•31m ago•0 comments

How Arthur Conan Doyle Explored Men's Mental Health Through Sherlock Holmes

https://scienceclock.com/arthur-conan-doyle-delved-into-mens-mental-health-through-his-sherlock-h...
9•PikelEmi•32m ago•1 comments

AI Agents Break Rules Under Everyday Pressure

https://spectrum.ieee.org/ai-agents-safety
5•pseudolus•34m ago•0 comments

I'm 62. Stop Telling Me I'm Old

https://www.nytimes.com/2025/11/27/opinion/aging-seniors-medicare.html
2•Kaibeezy•35m ago•1 comments

As AI reshapes shopping, US retailers try to change how they're seen online

https://www.reuters.com/business/media-telecom/ai-reshapes-shopping-us-retailers-try-change-how-t...
1•giuliomagnifico•37m ago•0 comments

Unraveling China's Productivity Paradox

https://research.gavekal.com/article/unraveling-chinas-productivity-paradox/
3•silverkite•39m ago•0 comments

Particle Physicists Detect 'Magic' at the Large Hadron Collider

https://www.quantamagazine.org/particle-physicists-detect-magic-at-the-large-hadron-collider-2025...
2•pseudolus•40m ago•0 comments

Show HN: Orkera: An MCP tool that handles deployment and back end infra

https://orkera.com/
3•MayaTheFirst•43m ago•2 comments

ChatGPT made me delusional [video]

https://www.youtube.com/watch?v=VRjgNgJms3Q
2•sensanaty•44m ago•0 comments

Show HN: OgBlocks – Copy and Paste Animated UIs

https://ogblocks.dev/
1•thekarank•44m ago•0 comments
Open in hackernews

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

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

Comments

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