frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Netanyahu Received an Explicit Warning Days Before Oct. 7

https://www.haaretz.com/israel-news/israel-security/2026-09-08/ty-article-magazine/.highlight/net...
3•firefax•8m ago•0 comments

Le Creuset x Star Trek Collection: Prices, availability, release date

https://www.wired.com/story/to-boldly-dough-le-creuset-sent-its-new-star-trek-cooking-collection-...
1•joozio•8m ago•0 comments

Nix flake for running Immich natively on macOS with GPU accel and Linux

https://github.com/axonasif/immich-nix
1•axonasif•9m ago•0 comments

A preview of the future Intel Architecture documentation

https://intel.github.io/SDM/announcement/2026/08/20/announce-preview.html
1•matt_d•10m ago•0 comments

Arm's C2-Ultra, G2-Ultra NX, and CSS N4 IP

https://chipsandcheese.com/p/arms-c2-ultra-g2-ultra-nx-and-css
1•ingve•17m ago•0 comments

So you want to use OpenRouter?

https://mmoustafa.com/blog/2026/09/07/so-you-want-to-use-openrouter/
1•mmoustafa•18m ago•0 comments

Autistici/Inventati (A/I)

https://en.wikipedia.org/wiki/Autistici/Inventati
1•doener•21m ago•0 comments

From dance floor to war: China readies humanoid robots for combat

https://www.reuters.com/world/china/dance-floor-war-china-readies-humanoid-robots-combat-2026-09-07/
3•bushwart•25m ago•0 comments

How Bats Prevent Doppler Acoustic Interference

https://hackaday.com/2026/09/07/how-bats-prevent-doppler-acoustic-interference/
1•sohkamyung•25m ago•0 comments

Arm unveils AI Portal for optimized AI apps

https://newsroom.arm.com/news/arm-unveils-arm-ai-portal
1•CoderLim110•27m ago•0 comments

UAE-based Falcon AI NSFW classifier among top global open-source models (2025)

https://www.middleeastainews.com/p/uae-ai-model-tops-50-million-monthly
3•instagraham•31m ago•1 comments

PS5 emulator can now run the console version of GTA V

https://www.tomshardware.com/video-games/pc-gaming/ps5-emulator-can-now-run-the-console-version-o...
2•avaer•32m ago•0 comments

What is your thought about the future on video extend developing?

https://videoall.ai/video‑extend
1•henryjin76•35m ago•1 comments

Working with Git Worktrees in Magit

https://emacsredux.com/blog/2026/09/02/working-with-git-worktrees-in-magit/
1•srijan4•39m ago•0 comments

0Pirate – AST-level code anonymizer and MCP proxy for frontier LLMs

https://pypi.org/project/0pirate/
1•arunmadhavan•41m ago•0 comments

JIT Context OS – Epistemic context runtime for coding agents

https://github.com/wojciechwiesner/jit-context
1•WWiesner•44m ago•0 comments

Show HN: MacDelta – A ChangeLog for Your Mac

https://macdelta.app
1•anand_murugan•46m ago•0 comments

CodeMetrics.CLI for C# projects in VS Code and Visual Studio

https://github.com/quicksln/CodeMetrics.CLI
1•qsln•48m ago•0 comments

TrustNotch – Tamper-evident audit logs for AI agents, verifiable offline

https://trustnotch.com/
1•sandrochekalov•49m ago•0 comments

My first extension with 20 useful features

https://chromewebstore.google.com/detail/digital-shield-tab-suspen/pkonihncnkmbejhhjadaognganhinnhc
1•digitaShida•50m ago•1 comments

Hiring and Firing a DBA

https://www.jmduke.com/posts/hiring-and-firing-a-dba.html
1•Tomte•56m ago•0 comments

The New Hugo at Home Plus a Tour of My Shelves

https://whatever.scalzi.com/2026/09/07/the-new-hugo-at-home-plus-a-tour-of-my-shelves/
1•Tomte•56m ago•0 comments

DeepSeek/Qwen are surprisingly well at generating code for DSCI pipelines

https://chat.deepseek.com/share/jg3hcnatoliqs1ct5i
3•melezhik•56m ago•3 comments

Venus may have been temperate and potentially habitable for most of its history

https://spacedaily.com/t-venus-carbonatite-lava-canali-co2-habitable-climate/
2•bryanrasmussen•56m ago•1 comments

Star Trek 60th Anniversary – National Air and Space Museum

https://airandspace.si.edu/whats-on/events/star-trek-60th-anniversary
1•rbanffy•57m ago•0 comments

Major Math Breakthrough by AI

https://mastodon.social/@tristanbuckmaster/117233413705701198
3•mvrandswe•58m ago•0 comments

GrapheneOS is building its own RCS support to cut Google Messages out

https://www.androidauthority.com/grapheneos-messaging-rcs-support-secure-paste-3708317/
4•the-mitr•1h ago•0 comments

Eiffel Tower employees strike after female staff removed

https://www.google.com/url?q=https://amp.dw.com/en/eiffel-tower-closed-strike-women-hindu/a-79152...
5•Michelangelo11•1h ago•2 comments

Magic-mushroom compound blocks a side effect of chemotherapy in mice

https://www.nature.com/articles/d41586-026-02744-6
4•tzury•1h ago•0 comments

Switching Password Managers in 2026

https://rmondello.com/2026/09/07/switching-password-managers-2026/
2•wrxd•1h 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