frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

buffa – zero-copy Protobuf lib for Rust

https://github.com/anthropics/buffa
1•protortyp•1m ago•0 comments

DeepSeek V4: The Open-Source Model Frontier Labs Feared

https://helloai.com/articles/deepseek-v4-open-source-frontier-parity
1•HelloAi•6m ago•0 comments

The Keysigning Party HOWTO (2008)

https://www.cryptnet.net/fdp/crypto/keysigning_party/en/keysigning_party.html
1•greyface-•10m ago•0 comments

UK Government Kicks Out Palantir

https://shkspr.mobi/blog/2026/05/uk-government-kicks-out-palantir/
1•robin_reala•10m ago•0 comments

Show HN: We sent a humanoid robot to clean a stranger's apartment in SF

https://gatsby.bot/
2•frishberg•10m ago•1 comments

EaglePress has been created 2026 – PyPowered

https://topcodercloud.com/post/eaglepress-has-been-created
1•eagle10ne•11m ago•0 comments

Show HN: Proving – A Career Intelligence App

https://proving.app
1•binarycleric•15m ago•0 comments

Universal High Quality OCR and Book Translator

https://github.com/sweisman/translation-pipeline
1•sweisman•16m ago•0 comments

Canada Is Acting Increasingly Like the EU's 28th Member State

https://www.bloomberg.com/news/newsletters/2026-05-12/alienated-by-trump-carney-s-canada-is-movin...
2•vrganj•17m ago•0 comments

Show HN: I solved my study problems by talking to a goose

https://professorgoose.com/
1•polaritymaking•20m ago•0 comments

'There are no rules':spotlight on Gossip Goblin as AI film-making enters new era

https://www.theguardian.com/technology/2026/may/14/gossip-goblin-ai-film-making-new-era-hollywood
2•sandebert•24m ago•0 comments

The Preparation of Programs for an Electronic Digital Computer

https://en.wikipedia.org/wiki/The_Preparation_of_Programs_for_an_Electronic_Digital_Computer
2•geox•25m ago•0 comments

I built an extension to preview GitHub repos and links without opening new tabs

https://gopeekapp.github.io/gopeek/
1•GeorgeWoff25•25m ago•0 comments

Genkit Middleware: Intercept, extend, and harden your agentic apps Blog

https://developers.googleblog.com/announcing-genkit-middleware-intercept-extend-and-harden-your-a...
1•shallow-mind•28m ago•0 comments

Programmable Phones

https://tailrecursion.com/~alan/ProgrammablePhones.html
2•wooby•31m ago•0 comments

The rise and fall of an AI-driven 'local news outlet' in South Florida

https://floridatrib.org/2026/05/14/the-rise-and-fall-of-an-ai-driven-local-news-outlet-in-south-f...
2•martey•33m ago•0 comments

What Are AI Ethics

https://krellixlabs.com/en/blog/what-are-ai-ethics
1•radu_me•34m ago•0 comments

Ask HN: One mistake or hack that taught you the most?

1•SyntaxErrorist•35m ago•2 comments

Agentic evals or LLM as a judge? considering cost, time and quality

1•pipelineofone•38m ago•0 comments

Lookup.disclose.io – find the right security contact for any asset

https://lookup.disclose.io
2•caseyjohnellis•39m ago•1 comments

Agentic SDLC: How OpenSearch accelerates engineering with its own engine

https://opensearch.org/blog/harness-first-agentic-sdlc-how-opensearch-builds-software-using-its-o...
1•Lunar5227•43m ago•0 comments

Show HN: QUptime, quorum based decentralized uptime tool

https://github.com/Axodouble/QUptime
1•Axodouble•46m ago•0 comments

Multi-LLM trading harness with live leaderboard on Alpaca paper trades

https://github.com/achaljhawar/1rok
1•satoshiclad•53m ago•0 comments

What Are the Different Types of AI Testing Tools?

2•allenmatthew•1h ago•0 comments

The Power of the Breath

https://medicine.yale.edu/news-article/the-power-of-the-breath/
4•andsoitis•1h ago•2 comments

Social Media Bans Are for Kids. What About Adults?

https://pmz1.substack.com/p/social-media-bans-are-for-kids-what
4•gieksosz•1h ago•2 comments

How climate-resilient homes in India are reducing dependence on air conditioners

https://www.thehindu.com/sci-tech/energy-and-environment/how-climate-resilient-homes-in-india-are...
2•rustoo•1h ago•0 comments

OpenAI just lost its enterprise AI crown to Anthropic

https://www.businessinsider.com/anthropic-tops-openai-business-ai-adoption-ramp-index-2026-5
4•mazokum•1h ago•0 comments

Edith Eger, Auschwitz Survivor Who Helped Others Cope with Trauma, Dies at 98

https://www.wsj.com/world/edith-eva-eger-dead-13268534
3•hodgesrm•1h ago•0 comments

Britain investigates Microsoft over business software dominance

https://www.reuters.com/legal/litigation/uk-opens-antitrust-probe-into-microsofts-business-softwa...
5•frm88•1h ago•2 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