frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Breaking up (lines) is hard to do

https://www.b-list.org/weblog/2026/aug/10/newlines/
1•rbanffy•1m ago•0 comments

Running Nam A2-Lite Natively on an ESP32-S3

https://playtaurus.com/blog/running-nam-a2-lite-natively-on-an-esp32-s3
1•arbayi•3m ago•0 comments

Show HN: Keystroke Biometrics Demo

https://demo.behavlabs.com/
1•zrodiere•3m ago•0 comments

Two lines of Python that segfault the interpreter – Timofei Ivankov

https://deadlovelll.github.io/2026-08-10-conditional-annotations-set-add-crash/
1•rbanffy•4m ago•0 comments

When deny doesn't win: least-privilege permissions for Claude Code

https://blogs.zethian.com/when-deny-doesnt-win.html
1•sixthsense•6m ago•0 comments

Actual Budget

https://actualbudget.org/
1•birdculture•7m ago•0 comments

The Relativistic Submarine Paradox (in physics) [video]

https://www.youtube.com/watch?v=pn5z7tLXD-U
1•GrumpyYoungMan•8m ago•1 comments

Silicon Valley's AI boom is remaking American charity

https://www.economist.com/international/2026/08/13/silicon-valleys-ai-boom-is-remaking-american-c...
1•bookofjoe•9m ago•1 comments

A 3D fruit fly on macOS desktop powered by the real FlyWire connectome

https://github.com/DenisSergeevitch/desktop-fly
1•phoenix120•9m ago•0 comments

Show HN: RoamIQ – Travel and workation platform for digital nomads

https://nomads-travel-indol.vercel.app
1•pranav_tech26•10m ago•0 comments

Flock impersonates journalist in order to cancel his hotel reservations

https://xcancel.com/bennjordan/status/2089430236945342508
8•nixass•12m ago•1 comments

Show HN: HashNotch – Premium AI Integrated Dynamic Island for the Mac OS

1•SeifHashish•14m ago•2 comments

Google Moves A2A Under Agentic AI Foundation

https://techstrong.ai/articles/google-moves-a2a-under-agentic-ai-foundation/
1•CrankyBear•14m ago•0 comments

The Hugging Face Hack (Hoog Video)

https://www.youtube.com/watch?v=OO225IfoR3s
1•epistasis•16m ago•0 comments

Nullify – Monero-only data broker removal service

https://nullify-f1q.pages.dev
1•snana•17m ago•0 comments

Show HN: Extctl, a super simple systemd-sysext wrapper

https://github.com/OperatorProject/extctl
1•fluorocaster•21m ago•0 comments

FOIA Documents Show Epstein Files Had Flag List Which Included the Term 'POTUS'

https://www.techdirt.com/2026/08/18/foia-documents-show-epstein-files-had-flag-list-which-include...
3•hn_acker•21m ago•0 comments

VoxWork: Anonymous employer reviews before accepting a job offer

https://voxwork.nanocorp.app
1•voxwork_app•27m ago•0 comments

GoFast v0.1.0: Next-generation Web Framework

https://github.com/Darkblade1995/gofast
1•fernando-darkbl•30m ago•0 comments

Infra Lang – DSL That Compiles to Kubernetes, Helm, Compose, Terraform, and CI

https://github.com/TuviDev/infra-lang
2•Tuvi•30m ago•0 comments

OpenAI pauses frontier model training

https://twitter.com/sama/status/2089787807611195475
5•vinyl7•35m ago•0 comments

Focus for 7 Months

1•Ssedume•37m ago•0 comments

Recursive Middle Manager Hell

https://www.lesswrong.com/posts/pHfPvb4JMhGDr4B7n/recursive-middle-manager-hell
1•rzk•37m ago•0 comments

OVHCloud dedicated servers: price change in the second half of 2026

https://blog.ovhcloud.com/en/posts/dedicated-servers-pricing-update-h2-2026/
2•pmw•41m ago•0 comments

GTA 6 hackers say leak is meant to punish Rockstar for the game's lack of discs

https://cyberleek.vilenarios.com/
1•HelloUsername•41m ago•1 comments

The most influential economist is oddly unconvincing

https://www.economist.com/finance-and-economics/2026/08/17/the-worlds-most-influential-economist-...
2•aragonite•44m ago•1 comments

Terra Incognita: The Economics of a Shrinking World [pdf]

https://www.sas.upenn.edu/~jesusfv/Demographics.pdf
1•toomuchtodo•45m ago•1 comments

Claude Code Teaching macOS to Natively Print to the HP Laser 1008a

https://cdn.kuber.studio/chat/hp-laser-1008a-driver
47•amrrs•46m ago•21 comments

Companies promote incompetent employees to management tolimit damage they can do

https://lawsofsoftwareengineering.com/laws/dilbert-principle/
10•behnamoh•46m ago•3 comments

Show HN: Live 1v1 push-up battles with friends or random people

https://apps.apple.com/us/app/pushrank-push-up-counter-game/id6796676940
2•haruniriz•48m ago•1 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