frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

ImageToSTL – photo to 3D, or a logo into a printable STL

https://imagetostl.im/
2•wangxin199•8m ago•1 comments

Code Contracts

https://code-contracts.cc/
1•tosh•13m ago•0 comments

Show HN: Gliese Watch – alerts when control over a DeFi contract changes

https://gliese.io
1•halilBB•13m ago•0 comments

The Surprising Health Benefits of Reading a Book

https://time.com/article/2026/09/16/health-benefits-reading-books-for-pleasure/
1•nephihaha•16m ago•0 comments

Petrova Task Force 2026 (Reimangining Project Hail Mary at 2026)

https://blog.imma.page/space/2026/09/16/petrova-26.html
3•lynzrand•18m ago•1 comments

Year 2000 Problem

https://en.wikipedia.org/wiki/Year_2000_problem
2•tosh•19m ago•0 comments

OpenAI reveals cases of 'concerning' AI behaviour as it announces new ... system

https://www.theguardian.com/technology/2026/sep/17/openai-reports-concerning-ai-behaviour-jailbre...
1•chrisjj•19m ago•1 comments

Construct Supports the Steam Machine

https://www.construct.net/en/blogs/construct-official-blog-1/construct-supports-steam-1906
2•AshleysBrain•21m ago•0 comments

Chinese iPhone 18 Pro Chip review (ENG sub)

https://www.youtube.com/watch?v=DpDf5JKOtls
1•71153750•24m ago•2 comments

Show HN: AppSift – search and compare App Store apps with filters Apple lacks

https://www.gtrigonakis.com/appsift
1•gtrigonakis•25m ago•0 comments

Asking Authors About Their Own Papers

https://medium.com/@TmlrOrg/asking-authors-about-their-own-papers-3d2e04e5dee0
1•EvgeniyZh•29m ago•0 comments

Google DeepMind offshoot nears $4B valuation just a month after founding

https://www.ft.com/content/0b83cb60-0d07-49a7-a46a-654077a75b39
1•geoffbp•29m ago•1 comments

Skill to generate a character for the top of your page

https://koboyo.com/page-mascot
1•kannanpoem1984•29m ago•0 comments

Show HN: An open source PDF Reader with annotation, notes, SRS, Linking support

https://github.com/roshanmishra86/Mereth-Reader/releases/tag/v0.1.4
1•kobiguru•31m ago•0 comments

Understanding the code is not enough

https://bystam.github.io/takes/2026/09/17/understanding-is-not-enough.html
4•byrre_b•37m ago•2 comments

The Life of Death and the Enshittificator [video]

https://www.youtube.com/watch?v=d6SPV4GZp-U
1•luck0r•40m ago•0 comments

OpenAI Model Misalignment Report

https://openai.com/index/model-misalignment-reporting-framework/
3•qprofyeh•40m ago•0 comments

WakaPAC, a Win32-inspired reactive UI library for the browser

https://wakapac.com/
1•noescom•46m ago•0 comments

Computer (Occupation)

https://en.wikipedia.org/wiki/Computer_(occupation)
1•johnnyApplePRNG•48m ago•0 comments

An AI-only labor market with atomic escrow and anti-Sybil reputation

https://aiagentmarket.pages.dev
1•hoffmanndanile•49m ago•0 comments

I Am Bullish on ChatGPT Ads

https://www.vincentschmalbach.com/why-i-am-bullish-on-chatgpt-ads/
1•vincent_s•49m ago•0 comments

In the ruins of the AI gold rush, we choose craft

https://doudouexe.substack.com/p/the-sovereign-creator-in-the-ruins
2•douos•51m ago•0 comments

Half Moon Bay to end use of Flock license plate readers

https://www.coastsidenews.com/news/half-moon-bay-to-end-use-of-flock-license-plate-readers/articl...
1•ventana•56m ago•1 comments

Uploading Files to the Internet in Order to Cite Them

https://alignment.openai.com/misalignment-reports/uploading-files-to-the-internet-in-order-to-cit...
3•derbOac•57m ago•0 comments

Building the Materials Foundation for AI

https://www.technologyreview.com/2026/09/16/1144014/building-the-materials-foundation-for-ai/
1•joozio•59m ago•0 comments

The illusion of illusions: there are no optical corrections in the Parthenon

https://royalsocietypublishing.org/rsos/article/13/9/rsos260999/483304/The-illusion-of-illusions-...
3•geox•1h ago•0 comments

Raven's Blog

https://citrons.xyz/
1•Ta_Panters•1h ago•0 comments

Write Your Novel in a Calendar

https://rebeccamakkai.substack.com/p/write-your-novel-in-a-calendar
2•Tomte•1h ago•0 comments

A return to two-pizza culture

https://www.allthingsdistributed.com/2026/06/return-to-two-pizza-culture.html
1•fagnerbrack•1h ago•0 comments

Faster NumPy in the Browser

https://notebook.link/blog/the-last-mile-faster-numpy/
1•Matumio•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