frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: marimo Glance, an extension to run marimo notebooks inline on GitHub

https://github.com/marimo-team/marimo-glance
1•kirangadhave•1m ago•0 comments

OpenAI's Sam Altman to Meet with Senate Intelligence Committee's Top Democrat

https://www.reuters.com/business/openais-sam-altman-meet-with-senate-intelligence-committees-top-...
1•onemoresoop•2m ago•0 comments

Why did early ASCII have ← and ↑ but not ↓ or →?

https://retrocomputing.stackexchange.com/questions/30618/why-did-early-ascii-have-←-and-↑-but-not...
1•zdw•2m ago•0 comments

Claude has to take that code from somewhere

https://jcs.org/2026/07/23/ai
2•tolerance•4m ago•0 comments

Government engagement with AI creates more uncertainty for investors, CIOs warn

https://www.reuters.com/legal/litigation/government-engagement-with-ai-creates-more-uncertainty-i...
1•onemoresoop•6m ago•0 comments

Why Frisky

https://getfrisky.dev/why/
2•dmvinson•6m ago•0 comments

Stop Pathologizing Ordinary Life

https://www.nytimes.com/2026/07/26/opinion/mental-health-exercise-charity.html
1•bko•6m ago•1 comments

FreeBSD Status Report Second Quarter 2026

https://www.freebsd.org/status/report-2026-04-2026-06/
2•ptx•7m ago•0 comments

Stop Putting Your UniFi Admin Password in an Env Var

https://blog.herlein.com/post/gofi-api-keys/
1•speckx•8m ago•0 comments

Advantages and disadvantages of Windows NT 3.1

https://dfarq.homeip.net/advantages-and-disadvantages-of-windows-nt-3-1/
1•jandeboevrie•8m ago•0 comments

The ultimate reading list for founders (200 articles, speeches and more)

https://correctify.com.cy/blog/posts/the-ultimate-reading-list-for-founders
1•GiorgosGennaris•8m ago•1 comments

SyncHours App

https://synchours.app/
1•gabrielbrangers•8m ago•1 comments

AMD and Anthropic Sign Major Chips-and-Investment Deal

https://www.wsj.com/tech/ai/amd-and-anthropic-sign-major-chips-and-investment-deal-4adfdc45
1•gmays•10m ago•0 comments

The American Grilled Cheese Sandwich Essay (2024)

https://buttondown.com/theswordandthesandwich/archive/the-best-american-grilled-cheese-sandwich-e...
1•NaOH•11m ago•0 comments

Show HN: ApplyAssists – AI resume builder using Google XYZ formula

https://applyassists.com/
1•daniellaza•11m ago•0 comments

Canceling "Hey"

https://chadnauseam.com/random/cancelling-my-hey
3•ChadNauseam•11m ago•0 comments

AI cracks yet another century-old problem

https://fortune.com/2026/07/21/ai-solves-jacobian-conjecture-levant-alpoge-claude-fable-5/
1•yusufaytas•12m ago•0 comments

AgentENV: A platform for running agent env at scale (Kimi K3 RL)

https://github.com/kvcache-ai/AgentENV
1•shenli3514•12m ago•0 comments

The Unreasonable Effectiveness of Constructive Data Modeling [video]

https://www.youtube.com/watch?v=0BXuYlNrUmE
1•tagraves•12m ago•0 comments

Show HN: Kokuin – A TypeScript library for deterministic JSON hashing

https://kokuin.vercel.app/
1•smokeeaasd•12m ago•0 comments

How to teach an old Intel Mac new tricks with OpenCore Legacy Patcher

https://www.theregister.com/software/2026/07/16/how-to-teach-an-old-intel-mac-new-tricks-with-ope...
1•DemiGuru•14m ago•0 comments

Disclosures show CFPB pick's ties to several regulated firms

https://www.americanbanker.com/news/disclosures-show-cfpb-picks-ties-to-several-regulated-firms
1•petethomas•15m ago•0 comments

Why AI Will Not Replace the Classroom

https://www.chestergrant.com/why-ai-will-not-replace-the-classroom
1•speckx•16m ago•0 comments

Show HN: ProofLeague – friends can ask for proof when you start a workout

1•popupeyecare•16m ago•1 comments

Show HN: Better Than HackerRank's Hiring Agent

https://github.com/grandimam/hyre
1•grandimam•16m ago•0 comments

Microsoft Defender for Endpoint leaves some Linux boxes defenseless after update

https://www.theregister.com/patches/2026/07/27/microsoft-defender-for-endpoint-leaves-some-linux-...
1•DemiGuru•17m ago•0 comments

Activist charged with felony after giving border agent "duress code" that wiped

https://arstechnica.com/gadgets/2026/07/activist-charged-with-felony-after-giving-border-agent-du...
2•OptionOfT•17m ago•0 comments

Trying to make the glass tablet for writing from Passengers

https://www.listening.computer/demo
1•goghdali•18m ago•1 comments

Show HN: I built the simple expense tracker I wanted to use

https://getspenso.com/
1•bitkidd•18m ago•0 comments

AI scraperbots keep hammering us from residential proxies

https://fosstodon.org/@sourceware/116982983262820236
1•aendruk•20m 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