frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
97•randerson_112•5h ago•86 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
5•etherio•1d ago•1 comments

Show HN: I built a weather site for the Eastern Caribbean

6•ashitlerferad•33m ago•0 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
126•SirHound•10h ago•88 comments

Show HN: GitWell – Rust CLI that recovers abandoned intentions from Git history

https://crates.io/crates/gitwell
2•DavidCanHelp•44m ago•1 comments

Show HN: chop.ax – strip sites down to just their content

https://chop.ax/
3•foax•1h ago•0 comments

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

https://guruka.com/
17•eummm•6h ago•4 comments

Show HN: Moon simulator game, ray-casting

https://mooncraft2000.com
90•JKCalhoun•3d ago•22 comments

Show HN: 41 years sea surface temperature anomalies

https://ssta.willhelps.org
138•willmeyers•9h ago•52 comments

Show HN: BrokenClaw Part 5: GPT-5.4 Edition (Prompt Injection)

https://veganmosfet.codeberg.page/posts/2026-04-08-openclaw_gpt5_4/
8•veganmosfet•4h ago•1 comments

Show HN: Last Year I wrote a (Sci)fictional story where the EFF was a player [pdf]

https://github.com/jaronilan/stories/blob/main/Duplicitous.pdf
2•jaronilan•3h ago•0 comments

Show HN: Git-worm, the simple worktree manager

https://github.com/ThatXliner/git-worm
2•thatxliner•3h ago•0 comments

Show HN: A (marginally) useful x86-64 ELF executable in 301 bytes

https://github.com/meribold/btry
61•meribold•3d ago•18 comments

Show HN: Orange Juice – Small UX improvements that make HN easier to read

http://oj-hn.com/
131•latchkey•1d ago•145 comments

Show HN: AgentMint – Open-source OWASP compliance for AI agent tool calls

https://github.com/aniketh-maddipati/agentmint-python
5•keertahacker•4h ago•0 comments

Show HN: Logoshi, a brand kit generator for solo founders

https://logoshi.com/
2•sjdegraeve•4h ago•1 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
440•anonfunction•23h ago•194 comments

Show HN: Mdpdf a 2k line C CLI to convert Markdown to tiny PDFs

https://github.com/schicho/mdpdf
2•bastscho•4h ago•0 comments

Show HN: LLM-Wiki but for Early Founders

https://github.com/himanshusaleria/gtm-engine
4•ashed96•5h ago•2 comments

Show HN: Unicode Steganography

https://steganography.patrickvuscan.com
54•PatrickVuscan•2d ago•13 comments

Show HN: Go-Bt: Minimalist Behavior Trees for Go

https://github.com/rvitorper/go-bt
61•rvitorper•1d ago•12 comments

Show HN: I pipe free sports streams into Jellyfin – no ads, just HLS

https://github.com/pcruz1905/hls-restream-proxy
109•pruz•1d ago•32 comments

Show HN: TUI-use: Let AI agents control interactive terminal programs

https://github.com/onesuper/tui-use
51•dreamsome•1d ago•37 comments

Show HN: We built a camera only robot vacuum for less than 300$ (Well almost)

https://indraneelpatil.github.io/blog/2026/robot-vacuum/
106•indraneelpatil•3d ago•56 comments

Show HN: Skrun – Deploy any agent skill as an API

https://github.com/skrun-dev/skrun
58•frizull•1d ago•11 comments

Show HN: I built a navigation app that displays weather along the route

https://navimodo.com/
55•vkatluri•3d ago•25 comments

Show HN: Brutalist Concrete Laptop Stand (2024)

https://sam-burns.com/posts/concrete-laptop-stand/
779•sam-bee•2d ago•235 comments

Show HN: Zoneless – Open-source Stripe Connect clone with $0.002 fees using USDC

https://github.com/zonelessdev/zoneless
8•tinyprojects•6h ago•6 comments

Show HN: AgentDM – Agent to agent messaging over MCP and A2A

https://agentdm.ai
4•alxstn•7h ago•2 comments

Show HN: Captcha to detect bots with a simple question

https://joshryandavis.github.io/dumb-captcha/
4•joshryandavis•7h ago•4 comments
Open in hackernews

Show HN: Control your X/Twitter feed using a small on-device LLM

https://imbue.com/product/bouncer/
13•kanjun•4h ago
We built a Chrome extension and iOS app that filters Twitter's feed using Qwen3.5-4B for contextual matching. You describe what you don't want in plain language—it removes posts that match semantically, not by keyword.

What surprised us was that because Twitter's ranking algorithm adapts based on what you engage with, consistent filtering starts reshaping the recommendations over time. You're implicitly signaling preferences to the algorithm. For some of us it "healed" our feed.

Currently running inference from our own servers with an experimental on-device option, and we're working on fully on-device execution to remove that dependency. Latency is acceptable on most hardware but not great on older machines. No data collection; everything except the model call runs locally.

It doesn't work perfectly (figurative language trips it up) but it's meaningfully better than muting keywords and we use it ourselves every day.

Also promising how local / open models can now start giving us more control over the algorithmic agents in our lives, because capability density is improving.

Comments

Isolated_Routes•3h ago
I love the idea of this. Twitter used to be the go to place for real time community knowledge, but the algorithm has started pushing content that I don't want. I would love to be able to tailor it more to my needs. How are you addressing the on-device option? I'd definitely be most interested in using this in a way that doesn't send information to external servers. Thank you!
millanjp•3h ago
On the browser extension side, we're forking WebLLM, adding support for more modern multimodal models, and doing some optimization so that an M4 chip can keep up with scrolling. You can actually use it in bouncer today by going into settings and turning on the experimental local models.

On the mobile side, we're working to get 4B models running in the Apple Neural Engine. Main bottleneck for Mobile is actually battery life. Neither are quite optimized enough to formally brag about, but we're almost there!

Isolated_Routes•2h ago
I wish you luck! This is a clever and creative approach. I feel like we are inching towards on device solutions and I love seeing people work the problem like this.