frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Fast Branchless Quicksort Using Sorting-Networks with C and C++ Interface

https://tiki.li/blog/blqsort
1•signa11•1m ago•0 comments

Proposta TLBIC v4.1 (PT-BR): construída com IA, para chegar a quem mais precisa

1•michikawa59•7m ago•0 comments

Why Only Cars Have ADAS Not Tow Wheelers?

1•WalkeROT•8m ago•1 comments

MCP-Gateway

https://github.com/MikkoParkkola/mcp-gateway/
1•akaralar•9m ago•0 comments

Be Delusional

1•lastofus_mirage•9m ago•0 comments

Floating-Point Error Handling in C++: What Works

https://johnnysswlab.com/floating-point-error-handling-in-c-what-actually-works/
1•signa11•9m ago•0 comments

Optimizing for Text-Mode Browsers

https://log.schemescape.com/posts/web-development/designing-for-text-browsers.html
2•zdw•10m ago•0 comments

A wiki in a single file? A look at Feather Wiki

https://hamatti.org/posts/an-entire-wiki-in-a-single-file-a-look-at-feather-wiki/
1•Tomte•11m ago•0 comments

Revo, the Programming Language

https://if-not-nil.github.io/revo/blog/apples/
1•signa11•15m ago•0 comments

RenderLab – Prototype rendering techniques and renderers in the browser

https://pub.prklinteractive.com/renderlab-alpha
1•prkl•17m ago•0 comments

SpaceX IPO to Be Largest Ever at $135 Share Price

https://www.nytimes.com/2026/06/03/technology/spacex-ipo-pricing.html
2•greenburger•22m ago•0 comments

The SpaceX IPO Will Be the Theft of the Century

https://montanaskeptic.substack.com/p/the-spacex-ipo-will-be-the-theft
4•400thecat•23m ago•1 comments

The Industrialization of Academic Research

https://blog.computationalcomplexity.org/2026/06/yesterday-academy-of-sciences-president.html
1•zdw•28m ago•0 comments

1979: Will Word Processors start a home working revolution?

https://www.youtube.com/watch?v=b6URa-PTqfA
1•azinman2•30m ago•0 comments

Fired 60 Minutes Scott Pelley: CBS told to inject 'falsehoods' into reporting

https://www.theguardian.com/media/2026/jun/03/60-minutes-scott-pelley-cbs-accusations
2•mgh2•36m ago•0 comments

Uber slashes people division by nearly 25%; CEO says 'changes are necessary'

https://www.cnbc.com/2026/06/03/uber-layoffs-people-division-ai.html
2•1vuio0pswjnm7•41m ago•1 comments

Microsoft EXecution Container (MXC)

https://github.com/microsoft/mxc/tree/main
2•jonathanlydall•42m ago•0 comments

Bitcoin Falls to Pre-Iran Conflict Low as Crypto Slide Extends

https://www.bloomberg.com/news/articles/2026-06-04/bitcoin-btc-falls-to-pre-iran-conflict-low-as-...
1•1vuio0pswjnm7•44m ago•0 comments

Show HN: Realistic procedural fire effect via naive algorithm

https://fx.leftium.com/fire-plasma
2•Leftium•46m ago•0 comments

SpaceX targets biggest ever stock market debut

https://www.theguardian.com/science/2026/jun/03/spacex-ipo-stock-musk
2•nhatcher•54m ago•0 comments

OpenAI CEO Sam Altman makes a lot of predictions. Here's how they fared so far

https://www.fastcompany.com/91551736/openai-ceo-sam-altman-makes-a-lot-of-predictions-heres-how-t...
3•1vuio0pswjnm7•54m ago•1 comments

The Hardest Fork

https://www.chainguard.dev/unchained/the-hardest-fork
2•A_No_Name_Mouse•56m ago•0 comments

Onion: "Google Opt Out Lets Users Protect Privacy by Moving to Remote Village" [video]

https://www.youtube.com/watch?v=lMChO0qNbkY
2•soraminazuki•56m ago•0 comments

Ongoing NPM supply chain attack uses binding.gyp to spread like a worm

https://github.com/jagreehal/ai-sdk-ollama/issues/975
5•varunsharma07•56m ago•0 comments

License plate frame pattern optimizer for evading ALPR

https://github.com/Meltedd/scarecrow
4•vikrum•57m ago•0 comments

Ask HN: Google's AI mode not available on Firefox?

1•sourcegrift•59m ago•1 comments

GitHub Copilot's metered billing: the wake-up call we needed (but didn't want)

https://www.eliostruyf.com/metered-billing-github-copilot-shift/
1•rlv-dan•1h ago•0 comments

Will OSS that does not use AI disappear?

https://ai-coding.info/reports/articles/20260603
1•kotauchisunsun•1h ago•0 comments

Reverse engineered Tesla's new dashcam encryption

https://github.com/XGxF3/tesla-dashcam-decrypt
2•xif•1h ago•0 comments

Zeugma and Syllepsis

https://en.wikipedia.org/wiki/Zeugma_and_syllepsis
1•the-mitr•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