frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Polymarket Annotation Injection

https://sam.elborai.me/articles/polymarket-prompt-injection/
1•dgellow•4m ago•0 comments

Show HN: A virtual thermal printer for testing ESC/POS receipts

https://vprinter.dev
1•seokjume•4m ago•0 comments

Pockets of Humanity

https://herman.bearblog.dev/pockets-of-humanity/
2•Tomte•5m ago•1 comments

Anthropic/OpenAI may be spending more than $1000 for every $100 you pay them

https://ea.rna.nl/2026/06/07/anthropic-openai-may-be-spending-more-than-1000-for-every-100-you-pa...
3•gctwnl•8m ago•0 comments

What It's Like to IPO

https://staysaasy.com/startups/2026/06/04/what-its-like-to-ipo.html
1•wiredone•12m ago•0 comments

ASML invites Elon Musk to internal tech event, prompting employee backlash

https://nltimes.nl/2026/06/07/asml-invites-elon-musk-internal-tech-event-prompting-employee-backlash
1•root-parent•13m ago•0 comments

LLMs are eroding my software engineering career and I don't know what to do

https://human-in-the-loop.bearblog.dev/llms-are-eroding-my-software-engineering-career-and-i-dont...
17•poisonfountain•13m ago•2 comments

AI and the Pitfalls of Innovation

https://paulkrugman.substack.com/p/ai-and-the-pitfalls-of-innovation
2•rbanffy•16m ago•0 comments

Recent LLVM hash table improvements

https://maskray.me/blog/2026-06-07-recent-llvm-hash-table-improvements
2•ingve•21m ago•0 comments

Another Warning about the Steam Controller puck. It WILL start a fire

https://old.reddit.com/r/SteamController/comments/1tz8bgu/this_is_another_warning_about_the_puck_...
2•6581•21m ago•0 comments

TikTok is not addictive, social media giant tells politicians

https://www.irishtimes.com/technology/big-tech/2026/05/07/tiktok-is-not-addictive-social-media-gi...
4•1vuio0pswjnm7•22m ago•0 comments

Realisation of Unfixable

1•iaziz786•22m ago•0 comments

What the wounds are telling us

https://www.europeanpressprize.com/article/what-the-wounds-are-telling-us/
2•amarcheschi•24m ago•0 comments

Ask HN: How are thinking efforts implemented?

3•simianwords•24m ago•0 comments

New York lawmakers pass one-year ban on new data centers

https://www.theverge.com/policy/944041/new-york-data-center-moratorium
2•1vuio0pswjnm7•24m ago•0 comments

Ask HN: What are the best unknown books you have read?

5•chistev•26m ago•1 comments

Misguided Misstatements Continue to Dismantle Biomedical Research in the U.S.

https://diabetesjournals.org/care/article/49/6/901/164764/Misguided-Brushes-of-a-Pen-Continue-to-...
5•JumpCrisscross•28m ago•2 comments

Show HN: Inbox-beam – notifications in your inbox without sending email

https://github.com/toyoshi/inbox-beam
2•toyoshi•29m ago•0 comments

Application of Pleuropterus multiflorus for treatment of androgenetic alopecia

https://www.sciencedirect.com/science/article/pii/S2707368825000627?via%3Dihub
1•bookofjoe•29m ago•0 comments

Why aren't languages/frameworks offering retrained models for their project?

1•ckluis•30m ago•0 comments

Mysterious 'Dorito-Shaped' Aircraft Spotted at Night Near Area 51

https://theaviationist.com/2026/01/18/dorito-shaped-aircraft-spotted-near-area-51/
1•bookmtn•32m ago•0 comments

Stores Will Soon Use Facial Recognition without your consent (2018)

https://www.buzzfeednews.com/article/leticiamiranda/retail-companies-are-testing-out-facial-recog...
1•downbad_•34m ago•0 comments

Chrome Sets Browser Speed Records on M5 MacBook Pro

https://www.macrumors.com/2026/06/05/chrome-browser-speed-record-2026/
1•tosh•35m ago•0 comments

Manhole mystery grips New York – just what are city's 'mole people' up to?

https://www.theguardian.com/us-news/2026/jun/07/new-york-manhole-mole-people
2•mykowebhn•36m ago•0 comments

We Need VAT and UBI

https://wilsoniumite.com/2026/06/07/we-need-vat-and-ubi/
14•Wilsoniumite•39m ago•11 comments

Beware Management Consultants

https://about.iceland.co.uk/our-story/the-dark-ages/beware-management-consultants/
2•mellosouls•48m ago•0 comments

Eternal Software Initiative

https://eternal-software.org/
2•eigenhombre•49m ago•0 comments

Show HN: Create and Maintain Filesystem Structures for LLMs [v1.0.11 Out]

https://pypi.org/project/seed-cli/
2•hunterx•52m ago•0 comments

Birth rates are declining in most of the world—here's why it really matters

https://phys.org/news/2026-06-birth-declining-world.html
3•rustoo•53m ago•0 comments

Government to buy AI chips to stop tech companies fleeing Britain

https://www.telegraph.co.uk/business/2026/06/07/government-buy-ai-chips-stop-tech-companies-fleeing/
3•graemep•55m 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