frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

OpenAI in talks to give Trump administration a 5% stake in the company

https://www.cnn.com/2026/07/02/business/openai-trump-stake-intl
1•chirau•23s ago•0 comments

How Datadog measure data completeness at scale

https://www.datadoghq.com/blog/engineering/data-pipeline-completeness/
1•eywek•2m ago•0 comments

Kim Dotcom's legal battle to stay in NZ and avoid extradition to the US

https://www.rnz.co.nz/news/crime-and-justice/652867/kim-dotcom-s-legal-battle-to-stay-in-nz-and-a...
1•Tomte•2m ago•0 comments

The cloud has an address. And that address can burn

https://appedus.com/the-cloud-has-an-address-and-that-address-can-burn/
1•Fisher_L•3m ago•0 comments

Show HN: SophMate – AI Copilot for WordPress/WooCommerce

https://sophmate.ai
1•ahmed_duski•4m ago•0 comments

The cannibalistic trade-off: Why human cannibalism emerges

https://www.pnas.org/doi/10.1073/pnas.2605120123
1•Tomte•7m ago•0 comments

Omarchy Impersonated at Omarchy[.]Net

https://github.com/basecamp/omarchy/discussions/6160
1•arusekk•11m ago•1 comments

Ancient grain shows early lab promise against a key Alzheimer's protein

https://sciencex.com/news/2026-07-ancient-grain-early-lab-key.html
3•pseudolus•13m ago•0 comments

Prototyping medial axis implementation for area routing

https://www.openstreetmap.org/user/Paco%20Albacete%20Chicano/diary/408990
2•altilunium•14m ago•0 comments

AI Is Getting Dumber. That's Not a Good Thing. [video]

https://www.youtube.com/watch?v=vXHPRQTwrr4
1•unfocso•18m ago•0 comments

The Great Blogging Collapse: What Happened to 100 Successful Blogs?

https://danielstanica.com/posts/Great-Blogging-Collapse
2•thm•22m ago•0 comments

Design your MCP server like a UI, not an API

https://bump.sh/blog/4-rules-to-build-an-efficient-mcp-server/
1•scharrier•25m ago•0 comments

Trouble keeps finding Supermicro as server shipments attract police attention

https://www.theregister.com/legal/2026/07/02/trouble-keeps-finding-supermicro-as-strange-server-s...
1•jnord•25m ago•0 comments

"Can't wait to see what people will do with GPT-5.6 Sol"

https://twitter.com/thsottiaux/status/2072607914217320644
2•throwaway2027•26m ago•0 comments

Theoretical Bottlenecks for Scaling LLM Inference to Get Higher Token per Second

https://twitter.com/freddie_spirit/status/2072610863664501129
1•arjmandi•32m ago•1 comments

Show HN: Envcontract – Validate your .env and never commit a secret (100% local)

https://github.com/hamzamansoorch/envcontract
2•hamza_mansoor•32m ago•0 comments

New Apple compression algorithms: LZRAVEN and LZMESH

https://developer.apple.com/documentation/compression/compression_lzraven
3•a-french-anon•37m ago•1 comments

Website Keeps Me Focused

https://deepfocus.space/en
1•mike_watson•40m ago•0 comments

Poland's SGE unveils plans for UK fleet of 14 nuclear SMRs

https://www.energyvoice.com/renewables-energy-transition/nuclear/600094/polish-billionaire-solowo...
1•mpweiher•41m ago•0 comments

Show HN: Dart_agent_core – Run AI agents in Flutter apps with lifecycle hooks

https://github.com/memex-lab/dart_agent_core
1•sparkleMing•44m ago•0 comments

Andy Burnham could raise £15B – without a tax rise

https://taxpolicy.org.uk/2026/07/01/andy-burnham-tax-gap-15bn/
1•frereubu•44m ago•0 comments

Your site, your rules: new AI traffic options for all customers

https://blog.cloudflare.com/content-independence-day-ai-options/
2•frereubu•45m ago•0 comments

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
1•rbanffy•48m ago•0 comments

Show HN: A tool to sync env files to your Git worktrees

https://github.com/alxwrd/git-env
2•alxwrd•49m ago•0 comments

Show HN: Ghbrk – Let AI agents run Git/gh without exposing SSH keys/API tokens

https://github.com/marconae/ghbrk
2•marconae•50m ago•0 comments

Open Source AI Must Win

https://opensourceaimustwin.com
4•Gedxx•52m ago•0 comments

Building a car recognition application (pt. 1)

https://blog.wildedge.dev/posts/we-built-a-car-recognizer-in-an-afternoon
3•piotrekno1•55m ago•0 comments

Axelrod – A research tool for the Iterated Prisoner's Dilemma

https://github.com/Axelrod-Python/Axelrod
1•hamburgererror•55m ago•0 comments

Don't expect trackers to save your stolen car, experts say

https://www.bbc.com/news/articles/cp8r1798kp7o
1•mytailorisrich•56m ago•0 comments

The energy cost of web advertising

https://dl.acm.org/doi/10.1145/3774904.3792414
1•iamacyborg•57m 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