frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Will Elon Musk's $2T IPO Break Index Fund Investing? [video]

https://www.youtube.com/watch?v=5_EYTpVFK1Q
3•abhaynayar•4m ago•0 comments

Hermes Desktop

https://hermes-agent.nousresearch.com/desktop
1•thunderbong•4m ago•0 comments

Gabe Newell snapped at Valve lawyer pushing for more content moderation on Steam

https://www.pcgamer.com/software/platforms/gabe-newell-reportedly-snapped-what-the-f-do-i-pay-you...
1•CharlesW•8m ago•0 comments

Do Things You'll Love Yourself For

https://www.raptitude.com/2026/06/do-things-youll-love-yourself-for/
3•crescit_eundo•9m ago•0 comments

Expressive Power of SQL (2003) [pdf]

https://homepages.inf.ed.ac.uk/libkin/papers/icdt01.pdf
1•tosh•9m ago•0 comments

GitHub Copilot App

https://github.com/features/preview/github-app
1•theanonymousone•10m ago•0 comments

The Turning Point?

https://alhambrapartners.com/weekly-market-pulse-the-turning-point/
1•RickJWagner•10m ago•0 comments

The Linux Kernel Ready to Make TSC a Hard Requirement for x86 CPUs

https://www.phoronix.com/news/Linux-Kernel-TSC-Unconditional
1•Bender•10m ago•0 comments

Show HN: Open-source general-purpose alternative to Exa Websets

https://github.com/tinyfish-io/bigset
1•simantakDabhade•10m ago•0 comments

Benchmarking the Different CachyOS Linux Kernel Flavors

https://www.phoronix.com/review/cachyos-linux-flavors
1•Bender•10m ago•0 comments

Mathematicians sign declaration to rein in AI use

https://www.scientificamerican.com/article/mathematicians-sign-declaration-to-rein-in-ai-use/
1•speckx•11m ago•0 comments

Phone screen doesn't have the same color range as the human eye

https://theconversation.com/your-phone-screen-doesnt-have-the-same-color-range-as-the-human-eye-a...
2•douglasgoodwin•11m ago•0 comments

Announcing Microsoft Web IQ

https://blogs.bing.com/search/June-2026/Announcing-Microsoft-Web-IQ
2•thm•12m ago•0 comments

Pyro Caml Continuous Profiler for OCaml

https://semgrep.dev/blog/2026/announcing-pyro-caml-continuous-profiler-ocaml/
2•j12y•13m ago•0 comments

OpenClaw Windows Hub

https://github.com/openclaw/openclaw-windows-node
1•jongalloway2•13m ago•0 comments

BreakShield CI – Detects Breaking API Changes in PRs Using AST

https://breakshield-ci.vercel.app
1•holesvojta•13m ago•0 comments

Forward Deployed Engineer

https://en.wikipedia.org/wiki/Forward_Deployed_Engineer
2•wslh•14m ago•0 comments

Disposable agents, durable memory: The architecture behind Squad

https://commandline.microsoft.com/squad-github-copilot-agent-teams-architecture-durable-memory/
1•jongalloway2•14m ago•0 comments

The web is changing, and we are not going back

https://idiallo.com/blog/web-is-changing-we-are-not-going-back
1•ethanplant•15m ago•0 comments

Bringing Up DeepSeek-V4-Flash on AMD MI300X

https://fergusfinn.com/blog/deepseek-v4-flash-mi300x/
4•kkm•16m ago•0 comments

Ubuntu 26.04 is the OS for the AI agentic era, says Canonical's Shuttleworth

https://www.zdnet.com/article/ubuntu-26-04-is-os-for-ai-agentic-era-says-canonical-mark-shuttlewo...
1•CrankyBear•16m ago•0 comments

Ad-blocking extensions sell data to advertisers

https://adguard.com/en/blog/ad-blocking-extensions-that-sell-your-data-to-advertisers-sounds-absu...
3•twapi•17m ago•0 comments

U.S. Army Corps of Engineers Bay Model

https://en.wikipedia.org/wiki/U.S._Army_Corps_of_Engineers_Bay_Model
3•tosh•18m ago•0 comments

Building a hill-climbing machine: Launching seven new MAI models

https://microsoft.ai/news/building-a-hillclimbing-machine-launching-seven-new-mai-models/
1•meetpateltech•19m ago•0 comments

Apple's foldable iPhone 'Ultra' said to feature advanced Liquidmetal hinge

https://macdailynews.com/2026/06/02/apples-foldable-iphone-ultra-said-to-feature-advanced-liquidm...
2•speckx•21m ago•0 comments

Atlantropa

https://en.wikipedia.org/wiki/Atlantropa
1•tosh•21m ago•0 comments

AI Goal: Senior Software Engineer

2•oryocyph•21m ago•0 comments

The French Have the Quantum Circuits

https://algassert.com/post/2602
1•robinhouston•21m ago•0 comments

2026 Apple Design Award Winners

https://developer.apple.com/design/awards/
1•grahameb•22m ago•0 comments

The Abundance Mirage: why the road to hell is paved in unchallenged assumptions

https://cezarbabin.com/notes/designing-a-dictatorship.html
2•nibab•23m 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