frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I Built an E-Commerce Platform from My Off-Grid Homestead Using AI

https://brianeisenberg.substack.com/p/i-built-an-entire-e-commerce-platform
1•bdetunk•2m ago•1 comments

Reverse-Engineering the Personal AI Supercomputer

https://bay41.com/posts/tiiny-ai-pocket-lab-review/
1•b3ing•2m ago•1 comments

Redox OS AGPLv3 Violation

https://gist.github.com/keepitupkitty/43effb8c8fadecf2101b6c0fc4de8790
1•pabs3•8m ago•0 comments

MCP 2026 Roadmap

https://blog.modelcontextprotocol.io/posts/2026-mcp-roadmap/
1•umangsehgal93•9m ago•0 comments

Agent HTTP – Claude Code HTTP API Made Possible by Channels

https://github.com/mberg/agent-http/
1•mberg•10m ago•1 comments

Supermicro Employees Arrested, Smuggling Nvidia Chips

https://www.wsj.com/tech/super-micro-computer-employees-arrested-for-alleged-sales-to-china-45a2bd73
2•next_xibalba•10m ago•1 comments

Show HN: I wrote an open source SEC filing compliance package

1•jgfriedman1999•12m ago•0 comments

Open Source Pledge

https://opensourcepledge.com/
1•pabs3•13m ago•0 comments

I replaced a Scrum team with AI agents for 10 days

https://likafi.com
1•dmbuild•14m ago•0 comments

IntegrateAPI: Install API Integrations in Next.js via CLI

https://integrateapi.io
1•fuse_wire•18m ago•0 comments

TI-89 Height-Mapped Raycaster

https://github.com/dzoba/ti-89-raycasting-with-z
4•zoba•19m ago•0 comments

Pentagon: Anthropic's Chinese employees are security risks

https://www.axios.com/2026/03/19/pentagon-anthropic-foreign-workforce-security-risks
4•jimmydoe•23m ago•3 comments

LiteParse: Local document parsing for AI agents (Open source)

https://www.llamaindex.ai/blog/liteparse-local-document-parsing-for-ai-agents
1•pierre•27m ago•1 comments

I built a skill-optimizer to clean up my messy pile of skills

https://github.com/zhangchenchen/skills_optimizer
1•pekingzcc•32m ago•1 comments

Wikipedia: AI or Not Quiz

https://en.wikipedia.org/wiki/Wikipedia:AI_or_not_quiz
1•mmsc•33m ago•0 comments

Show Me the Model

https://showmethemodel.io/
1•paulpauper•35m ago•0 comments

Economists have caught the AI bug

https://www.ft.com/content/b46fa7c5-1dcd-4d08-96fd-7d5ef7915524
2•paulpauper•35m ago•1 comments

Claude vs. Gemini vs. ChatGPT vs. Grok

https://boreal.social/post/i-pitted-claude-gemini-chatgpt-and-grok-against-each-other
1•bazlightyear•36m ago•0 comments

Show HN: HN Firebase API client for Go with support for reading flagged posts

https://github.com/larrasket/hn-scrape
1•lr0•37m ago•0 comments

Agent Auth Protocol: An open standard for agent authentication

https://agent-auth-protocol.com/
1•bekacru•38m ago•0 comments

Plotra – A digital proof of life for autonomous AI agents

https://plotra.xyz
1•olllo•39m ago•0 comments

Physicists Trace Sun's Magnetic Engine, 200k Kilometers Below Surface

https://news.njit.edu/njit-physicists-trace-sun%E2%80%99s-magnetic-engine-200000-kilometers-below...
2•gmays•39m ago•0 comments

Critical Ubiquiti UniFi security flaw allows potential account hijacking

https://securityaffairs.com/189689/security/critical-ubiquiti-unifi-unifi-security-flaw-allows-po...
2•WaitWaitWha•44m ago•0 comments

Show HN: Screenwriting Software

https://ensemblewriter.com/
2•dovebarra•45m ago•0 comments

I Make a Similar Chrome Bookmarks-Manager with Aiohttp

https://gitlab.com/wcorrales/bookmarks-manager
1•wcorrales•47m ago•1 comments

Aquasecurity/Trivy GitHub Repository and Homebrew Cask Compromised (again)

https://opensourcemalware.com/repository/https%3A%2F%2Fgithub.com%2Faquasecurity%2Ftrivy%2F
1•mmsc•47m ago•1 comments

Show HN: I built a distributed file store on top of AWS CloudShell

1•danvittegleo•49m ago•0 comments

Alphabet no longer has a controlling stake in its life sciences business Verily

https://www.engadget.com/big-tech/alphabet-no-longer-has-a-controlling-stake-in-its-life-sciences...
1•WaitWaitWha•51m ago•0 comments

Age Verification Status of Open Source Operating Systems

https://github.com/BryanLunduke/DoesItAgeVerify
2•gasull•55m ago•0 comments

President Signs EO Creating Fraud Task Force, Continuing Fraud Enforcement

https://www.mayerbrown.com/en/insights/publications/2026/03/president-signs-executive-order-creat...
2•WaitWaitWha•57m ago•0 comments
Open in hackernews

Show HN: routr - a fast local replacement for DuckDuckGo bangs

https://t128n.github.io/routr/
2•trbndev•10mo ago

Comments

trbndev•10mo 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•10mo ago
That link is broken. Correct link: https://t128n.github.io/writings/2025-05-02_optimizing_searc...
trbndev•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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