frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made a game about awkward conversations using Jev

https://playuhoh.com/
1•kaibuidsai•54s ago•0 comments

Show HN: OpenDecision – a 400M zero-shot model makes local decisions, plays Doom

https://deepanwadhwa.github.io/OpenDecision/
1•prometheus1992•1m ago•0 comments

New

https://pirateface.co/claim
1•IHMforever•1m ago•0 comments

Microsoft's new AI 'code of conduct' tells models not to hack systems

https://techcrunch.com/2026/09/14/microsofts-new-ai-code-of-conduct-tells-models-not-to-hack-syst...
1•marcofloriano•2m ago•1 comments

Just uploaded **Chameleon v0.1.1 Beta

https://mrjaki.github.io/chameleon-website/
1•MrJaki•2m ago•0 comments

M5 Ultra Mac Studio Review: The Dream Mac for Local AI Agents

https://www.macstories.net/stories/m5-ultra-mac-studio-review-the-dream-mac-for-local-ai-agents/
2•piotrgrabowski•5m ago•0 comments

An Undercover Google Analyst Infiltrated a Notorious Supply-Chain Hacking Gang

https://www.wired.com/story/an-undercover-google-analyst-infiltrated-a-notorious-supply-chain-hac...
1•hi41•6m ago•0 comments

Canonical announces Zephyr 26.04 LTS

https://canonical.com/blog/zephyr-lts-announcement
5•mirkocovizzi•8m ago•1 comments

Show HN: Run Jev-style models locally on Mac with 0.74 GB RAM

https://github.com/afshinm/laya-mps
2•afshinmeh•9m ago•0 comments

OpenAI President Greg Brockman on Doing Business in the Wake of Hugging Face [video]

https://www.youtube.com/watch?v=56GuvofZgB4
1•mooreds•9m ago•0 comments

ROG Xbox Ally X20 / Tokyo Games Show 2026: Improving, but No SteamOS Planned

https://boilingsteam.com/rog-xbox-ally-x20-at-the-tokyo-games-show-2026-improving-further/
1•ekianjo•10m ago•0 comments

Shopify CEO says employees' 'slop grenades' are making more work for everyone

https://www.businessinsider.com/shopify-ceo-ai-slop-grenades-can-make-work-harder-2026-9
5•mococa•12m ago•0 comments

EU KIDS Act Won't Keep the Internet Accountable and Trustworthy

https://www.eff.org/deeplinks/2026/09/eu-kids-act-wont-keep-internet-accountable-and-trustworthy
2•mdp2021•15m ago•0 comments

Step 5 Preview: StepFun's frontier model with 1M context and video input

https://platform.stepfun.ai/docs/en/guides/models/step-5-preview
1•AnneWodell•15m ago•0 comments

Tap to Pay – 72x More Complicated Than a Simple Tap [video]

https://www.youtube.com/watch?v=N_6k_jd5pnA
1•marklit•15m ago•0 comments

OpenPrinter [video]

https://www.youtube.com/watch?v=wSV5XT4sl2A
1•mrkn1•15m ago•0 comments

UsageBar – Claude Code and Codex rate limits in the macOS menu bar

https://github.com/idark7/UsageBar
1•ersudiptabanerj•17m ago•0 comments

George Lucas Returns to Earth, Bearing Gifts

https://commonedge.org/george-lucas-returns-to-earth-bearing-gifts/
1•surprisetalk•18m ago•0 comments

PR Loops and Workflows

https://www.talyn.dev
1•tomowers•20m ago•0 comments

Python Workers are now generally available

https://blog.cloudflare.com/python-workers-ga/
1•torutofu•20m ago•0 comments

Show HN: My-app.engineer – Deploy your vibe-coded SaaS in minutes

https://my-app.engineer/
1•myappengineer•25m ago•0 comments

Google fined €403M by Irish data watchdog over location data

https://www.rte.ie/news/business/2026/0921/1592330-google-fined-403m-by-dpc/
3•austinallegro•25m ago•0 comments

Mac Studio M5 Max review: The best reason to run AI locally

https://tbreak.com/mac-studio-m5-max-review-local-ai/
2•throwfaraway4•25m ago•1 comments

Super El Niño bursts through temperature record months ahead of peak

https://www.theguardian.com/environment/2026/sep/21/super-el-nino-temperature-record
4•helsinkiandrew•26m ago•0 comments

When Claude CLI asks for feedback, responding authorizes conversation capture

1•mmaunder•27m ago•0 comments

It's Raining Boxes: Amazon Drones Overwhelm a Texas Suburb

https://www.nytimes.com/2026/09/21/us/politics/amazon-drone-delivery-texas.html
1•ilamont•28m ago•0 comments

Jev, Prolog, Pi, and the dream of probabilistic logic programming

https://deepclause.substack.com/p/jev-prolog-pi-and-the-dream-of-probabilistic
2•arto•28m ago•0 comments

JevEmon: Typed Decisions over GBA RAM to Walk Pokémon FireRed

https://github.com/daniel4x/JevEmon
1•alfasiii•29m ago•0 comments

I made an LLM using 521 Jev models

https://jevs.chat/
1•skillseeddev•29m ago•1 comments

We Write Code by Hand

https://handcraftedcode.org/
2•batmang•30m ago•1 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