frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Crimson Cloak iSH iOS Wrapper with RealTime Dashboard

https://github.com/synchancybersecurity/Crimson-Cloak-ISH-wrapper-iOS-
1•SynChancyber•1m ago•0 comments

Wagering on Wildfires? There's a New Prediction Market for That

https://gizmodo.com/wagering-on-wildfires-theres-a-new-prediction-market-for-that-2000779594
1•engineermore•5m ago•1 comments

We Ran a Complex Task – A LangChain Repo Analysis with Claude Fable Models

https://ctrlnode.ai/news/fable-claude-model-audit-experiment/
1•ctrlnode-ai•11m ago•0 comments

crustc: entirety of `rustc`, translated to C

https://github.com/FractalFir/crustc
2•Philpax•16m ago•0 comments

The Intercept lost control of its Signal-based tip line for months

https://twitter.com/ryangrim/status/2072761908231585845
3•bhouston•18m ago•0 comments

Show HN: GeoSpoof – your VPN hides your IP, but the browser leaks your location

https://geospoof.com/
3•sgro•20m ago•0 comments

Why Did Goose Die Ejecting in Top Gun, but Maverick Didn't in Top Gun Maverick [video]

https://www.youtube.com/watch?v=Gj3r_aKo2bA
2•fortran77•21m ago•0 comments

Sous-Chef, a Claude Code plugin where Fable reviews, Codex implements

https://github.com/tomascupr/sous-chef
1•tomcupr•22m ago•0 comments

FBI Seizes NetNut Proxy Platform, Popa Botnet

https://krebsonsecurity.com/2026/07/fbi-seizes-netnut-proxy-platform-popa-botnet/
3•k1m•25m ago•1 comments

How America Celebrated Its Previous Big Birthday in 1976

https://www.wsj.com/us-news/how-america-celebrated-1976-b0f2b9d1
2•fortran77•26m ago•0 comments

The LLVM Compiler Infrastructure

https://cacm.acm.org/federal-funding-of-academic-research/the-llvm-compiler-infrastructure/
2•sohkamyung•26m ago•0 comments

TV Time is shutting down in a couple of weeks

https://www.neowin.net/news/tv-time-is-shutting-down-in-a-couple-of-weeks/
2•bundie•26m ago•0 comments

Ask HN: What if we provided support for AI guidelines at the kernel level?

1•PJHkorea•28m ago•1 comments

Show HN: Gist Discover – TikTok for ArXiv Summaries

https://gist.is/discover
1•MediaSquirrel•28m ago•0 comments

Mystery identity of 'Green Boots' climber is finally solved after DNA test

https://www.dailymail.com/news/article-15943905/Mystery-identity-Green-Boots-climber-macabre-land...
3•FireBeyond•29m ago•0 comments

Roach cyborg diving suit works well

https://www.popsci.com/technology/cockroach-diving-suit/
2•aegatlin•30m ago•0 comments

Google Android: the ECJ upholds Google's fine of around €4.1B [pdf]

https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260093en.pdf
1•bushwart•31m ago•0 comments

Scaling a 1.59 quadrillion-row logging system across three clouds

https://clickhouse.com/blog/a-quadrillion-rows-across-the-three-cloud-scaling-loghouse
2•saisrirampur•32m ago•0 comments

Greyshark AUV – Biologically Inspired High-Performance Underwater Drone

https://www.hisutton.com/Greyshark-AUV.html
1•EA-3167•32m ago•0 comments

GitHub will send you a CD with your repo on it

https://twitter.com/github/status/2072801888525840476
5•EvanZhouDev•32m ago•1 comments

Smol Machines

https://smolmachines.com/
4•fumplethumb•35m ago•0 comments

Show HN: Capcat – CLI/TUI to Archive Articles as Markdown and HTML (FOSS)

https://capcat.org/
2•stayux•35m ago•0 comments

JPEG-XL Libjxl 0.12 Brings More Performance Optimizations

https://www.phoronix.com/news/JPEG-XL-libjxl-0.12
1•Bender•37m ago•0 comments

Lean 4 software scaling laws

https://gwern.net/lean-scaling
1•yuppiemephisto•37m ago•0 comments

Show HN: A 155K-param transformer builds a map of a world it's never shown

https://ankur-chr.github.io/inside-the-model/
2•ankurchrungoo•38m ago•0 comments

Archivegenocide.com: view the footage collected from Gaza in one place

https://archivegenocide.com/
6•lorecore•40m ago•3 comments

OpenNotetaker for Hinglish Meetings

2•IsomerX•41m ago•0 comments

Consult-LLM – A second opinion from another model right in your existing agent

https://github.com/raine/consult-llm
1•tiahura•42m ago•0 comments

Show HN: Mirrors – test AI agent changes by replaying production traces

https://www.runmirrors.com/
3•aisinghal•43m ago•0 comments

Climon – A web dashboard for your CLI sessions, reachable from your phone

https://github.com/jackgeek/climon
1•jackgeek•44m ago•0 comments
Open in hackernews

Show HN: I Vibecoded a Python Class Hierarchy Checker (Needs Your Eyes)

https://github.com/agaz1985/umberto
2•adale•1y ago
I vibecoded a static checker for Python class hierarchies. Basically a tool that scans inheritance trees, spots structural issues (like unimplemented abstract methods or messy multiple inheritance), and helps enforce clean design patterns without running the code. Additionally, if you provide an OpenAI key, it suggests you how to refactor with composition.

It’s still rough and definitely needs polish and tests, but I wanted to put it out there early to see if it might be interesting or useful to others.

I’d love your thoughts. Is this something you’d find useful? Or is it solving a non-problem? Curious to hear what you think.

Contributions are very welcome. Feel free to open issues or PRs if you have ideas or just want to help shape it.

Repo: https://github.com/agaz1985/umberto