frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SpaceX's historic IPO plans: Billions in losses and Musk's ownership

https://www.cnbc.com/2026/05/20/spacex-ipo-live-updates.html
1•1vuio0pswjnm7•1m ago•0 comments

Déjà moo: cows can recognise the faces of people they know

https://www.thetimes.com/uk/science/article/cattle-ability-recall-human-faces-ttn6v0nns
2•petethomas•3m ago•0 comments

BoE Governor says Plans to limit food prices 'not sustainable'

https://www.thetimes.com/business/economics/article/m-and-s-boss-attacks-preposterous-food-price-...
1•petethomas•5m ago•0 comments

I 100% vibecoded a webgame that makes money

https://gunguesser.com
1•abhahbnar•9m ago•0 comments

Musk's SpaceX Reveals Its Finances for the First Time

https://www.nytimes.com/2026/05/20/technology/elon-musk-spacex-ipo.html
2•1vuio0pswjnm7•10m ago•1 comments

Show HN: SkinMax – AI Skin Care Coach

https://howolddoyoulook.com/app
1•beast200•10m ago•0 comments

Anthropic says it's about to have its first profitable quarter

https://techcrunch.com/2026/05/20/anthropic-says-its-about-to-have-its-first-profitable-quarter/
1•nl•13m ago•1 comments

Jeff Bezos says bottom half of earners should pay zero in income taxes

https://www.cnbc.com/2026/05/20/jeff-bezos-income-taxes.html
1•khutorni•16m ago•1 comments

OpenAI Stargate: where the US sites stand

https://epoch.ai/blog/openai-stargate-where-the-us-sites-stand
2•nl•18m ago•0 comments

Meta Begins Laying Off Employees as It Transforms Around AI

https://www.wsj.com/tech/ai/meta-begins-laying-off-thousands-of-employees-as-it-transforms-around...
2•1vuio0pswjnm7•18m ago•0 comments

Wispr Flow Is Broken

https://old.reddit.com/r/WisprFlow/comments/1thejf4/wisprflow_what_is_going_on/
1•ayushchat•19m ago•0 comments

Put yourself in a loop with your coding agents

https://github.com/AsteroidHunter/expediter
2•AsteroidHunter•19m ago•1 comments

Dumbshit.app

https://dumbshit.app
2•robsch•19m ago•0 comments

DiffsHub

https://diffshub.com/
2•tosh•21m ago•0 comments

PR Diff Speed Matters

https://twitter.com/mitchellh/status/2057229385963618787
2•tosh•21m ago•0 comments

[RFC] Open Access to Standards Documents – LLVM Project

https://discourse.llvm.org/t/rfc-open-access-to-standards-documents/90856
1•matt_d•22m ago•0 comments

Show HN: FKS2G – LLM-backed metrics for deciding how closely to review code

https://github.com/kmdupr33/fks2g
1•kmdupree•24m ago•0 comments

The Unreasonable Effectiveness of HTML

https://claude.com/blog/using-claude-code-the-unreasonable-effectiveness-of-html
1•galsapir•27m ago•1 comments

Sparrow compliance check for Linux configs

https://github.com/melezhik/Sparrow6/blob/master/documentation/taskchecks.md
1•melezhik•29m ago•1 comments

A Practical Guide to Profiling in Go

https://blog.jetbrains.com/go/2026/05/20/golang-profiling-guide/
3•signa11•38m ago•0 comments

Curly braces: An evolution of UNIX and C

https://thalia.dev/blog/unix-braces/
2•matt_d•38m ago•0 comments

Deterministic ad engine that refuses to lie – verified with SQL

https://alloceraintelligence.com/
1•allo1•40m ago•1 comments

The Sound of Cancer

https://twitter.com/Elise__Jenkins/status/2056938362548756561
1•pppone•43m ago•0 comments

Technology usually creates jobs for young, skilled workers. Will AI do the same?

https://news.mit.edu/2026/technology-creates-jobs-young-skilled-workers-ai-0521
2•SVI•43m ago•2 comments

Dirplot

https://deeplook.github.io/dirplot/
3•jonbaer•44m ago•0 comments

NanoTag: Systems Support for Efficient Byte-Granular Overflow Detection on Arm

https://github.com/ice-rlab/NanoTag
1•matt_d•46m ago•0 comments

Zed Terminal Threads

https://zed.dev/blog/terminal-threads
3•_august•48m ago•0 comments

He Lost It at the Movies

https://www.theideasletter.org/essay/he-lost-it-at-the-movies/
1•tintinnabula•50m ago•0 comments

Microsoft's LinkedIn Is Cutting Jobs in Latest Industry Cull

https://www.bloomberg.com/news/articles/2026-05-13/microsoft-s-linkedin-is-cutting-jobs-in-latest...
1•1vuio0pswjnm7•50m ago•0 comments

Quote Origin: In Physics, Almost Everything Is Discovered

https://quoteinvestigator.com/2026/05/20/physics-holes/
1•Tomte•51m 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