frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Does a URL just sitting in a prompt steer an LLM's output toward its content?

https://aifoc.us/influencing-model-output-with-urls/
1•kinlan•2m ago•0 comments

SponsorBlock Critical Security Vulnerabilities

1•IDIRIS•2m ago•0 comments

Microsoft Frontier Company

https://blogs.microsoft.com/blog/2026/07/02/microsoft-frontier-company-ai-engineering-that-amplif...
1•AbbeFaria•3m ago•0 comments

Lion heart music fest pa

https://medium.com/@mauricedestouetii/free-music-good-vibes-and-a-cause-inside-lion-heart-music-f...
1•posteraccount•3m ago•0 comments

Check any website up/down Status

https://urlwatch.io/
1•mssblogs•6m ago•0 comments

Charged with manslaughter over Tesla crash initially blamed on self-driving mode

https://www.theguardian.com/us-news/2026/jul/03/tesla-texas-crash-manslaughter
1•abawany•6m ago•0 comments

NostalgicPod

https://nostalgicpod.com/en/
1•LorenDB•8m ago•0 comments

SearXNG: A free internet metasearch engine

https://github.com/searxng/searxng
1•theanonymousone•9m ago•0 comments

The Belkin Cable Doesn't Charge the Nintendo Switch 2 Faster

https://www.lttlabs.com/articles/2026/07/01/does-the-belkin-cable-charge-the-nintendo-switch-2-fa...
2•LorenDB•10m ago•0 comments

Wyldfyre launches standalone prediction market for wildfire risk

https://predictionnews.com/story/wyldfyre-launches-standalone-prediction-market-for-wildfire-risk
2•engineermore•11m ago•0 comments

OnlyEQ – the best open source EQ app for Mac

https://github.com/zollans/OnlyEQ
3•Boss0565•11m ago•2 comments

Ask HN: ChatGPT Go Plan

2•czeizel•11m ago•0 comments

A minimal browser agent built on the accessibility tree

https://github.com/josharsh/pixelpi
2•josharsh•12m ago•0 comments

Pet projects are getting too big to pet

https://www.nnehdi.me/p/pet-projects-are-getting-too-big
2•nnehdi•12m ago•0 comments

Turn a product recording into a launch-ready SaaS Keynote

https://saasdemostudio.up.railway.app
2•nikitafaesch•16m ago•0 comments

Kagi Changelog (July 2): Heads, tails, and an AI toggle

https://kagi.com/changelog#10959
2•mroche•17m ago•0 comments

Oak: Git for Agents

https://oak.space/
3•handfuloflight•19m ago•0 comments

Independent Studio Buys Movie About OpenAI That Amazon Dropped

https://www.nytimes.com/2026/06/30/business/media/openai-movie-artificial-neon-amazon.html
2•JumpCrisscross•21m ago•0 comments

Cola – Conflict-free Replicated Data Type specialized for real-time collab edits

https://github.com/noib3/cola
2•punnerud•23m ago•0 comments

Egypt Is Building a New Nile

https://www.theb1m.com/video/egypt-is-building-a-new-nile
3•geox•24m ago•0 comments

Safari Un-Intelligent Tracking Prevention: Data Loss by Design (2023)

https://lapcatsoftware.com/articles/2023/8/5.html
2•vilasa•26m ago•0 comments

Plex debuts 5-year membership pass for $250

https://arstechnica.com/gadgets/2026/07/250-used-to-get-you-a-lifetime-plex-pass-now-you-get-a-fi...
3•logickkk1•30m ago•0 comments

Show HN: An AI-friendly CLI for public space data

https://www.npmjs.com/package/spacedata
2•oscarjpicazo•34m ago•0 comments

Topics, Not Feeds

https://blogsreader.com
2•jdeibele•35m ago•1 comments

America used to be exceptionally patriotic. Now we're below average

https://www.natesilver.net/p/america-used-to-be-exceptionally
3•7777777phil•35m ago•2 comments

The Concordance, a music-reactive sculpture that turns sound into metal

https://sand-morph.up.railway.app/concordance
2•echohive42•38m ago•0 comments

Show HN: Static Site Generator

https://github.com/MTBBK/OSMAN
2•MTBBK•41m ago•0 comments

Utilize.internet – Browser-based file tools, nothing uploaded

https://utilizeinternet.com/
2•faisalhaleem•42m ago•1 comments

The First Labor Congressman: How Milwaukee's Labor Movement Elected Henry Smith

https://greysidewalk.substack.com/p/the-first-labor-congressman-how-milwaukees
2•PostingThings•44m ago•0 comments

Films of 2026:Q2

https://scottsumner.substack.com/p/films-of-2026q2
3•paulpauper•46m 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