frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Less Net Work for Networks

https://n0.computer/
1•janandonly•2m ago•0 comments

Is it just me, or Opus 4.6 is sounding bit dumb lately

1•rambrrest•5m ago•0 comments

OmniSearch: Fast Windows file search built with Tauri, Rust, and C++

https://github.com/Eul45/omni-search
1•eyuel_engida•5m ago•0 comments

SKHynix Announces "Strategic Investment" in European Semiconductor Startup

https://www.hpcwire.com/off-the-wire/semidynamics-secures-sk-hynix-investment-to-advance-memory-c...
1•Bluextend•8m ago•0 comments

Amazon Is Pulling Support for Kindles from 2012 or Earlier. What to Do Now

https://www.cnet.com/tech/computing/amazon-pulls-the-plug-on-older-kindle-models/
2•bookmtn•9m ago•0 comments

We put all 4 Gemma 4 models in one Telegram bot. Try it and see how we built it

https://seqpu.com/UseGemma4In60Seconds/
1•fredmendoza•10m ago•1 comments

Essay explainging OpenAI's safety collapse [video]

https://www.youtube.com/watch?v=bta18wTOr_k
1•vincentkriek•11m ago•0 comments

Wild chimpanzees waging 'civil war' with coordinated attacks between groups

https://www.theguardian.com/environment/2026/apr/09/civil-war-chimpanzee-group-closer-to-human-co...
2•cebert•12m ago•0 comments

Show HN: A native Compose Desktop host for macOS

https://github.com/letmutex/compose-native-host
1•letmutex•12m ago•0 comments

Python Is Dead

https://calebfenton.substack.com/p/python-is-dead
2•calebfenton•15m ago•2 comments

Show HN: Creating OCD versions of a yearly calendar

https://calendar-architect.pages.dev
1•szemy2•16m ago•1 comments

PostgreSQL REST API from SQL Scripts

https://npgsqlrest.github.io/blog/sql-rest-api.html
1•vbilopav•20m ago•0 comments

FIFA World Cup's best shirts are 30 years old

https://www.cnn.com/2026/04/10/style/fifa-world-cup-best-shirts
1•Tomte•22m ago•0 comments

Macs crash after 49 days of uptime?

https://sixcolors.com/link/2026/04/macs-crash-after-49-days-of-uptime/
3•jmsflknr•23m ago•0 comments

C++23 Support in MSVC Build Tools 14.51

https://devblogs.microsoft.com/cppblog/c23-support-in-msvc-build-tools-14-51/
1•pjmlp•23m ago•0 comments

Thoughts on AI for Software Development

https://herrherrmann.net/blog/thoughts-on-ai-for-software-development/
1•herrherrmann•24m ago•0 comments

The Skeleton and the Soul

https://postcorporate.substack.com/p/the-skeleton-and-the-soul
1•gnostikka•25m ago•0 comments

Show HN: Realtime Skybox for Camera Background

https://lana-ai.app
1•zilvinassebeika•27m ago•0 comments

Show HN: LunarGate – a self-hosted OpenAI-compatible LLM gateway

https://github.com/lunargate-ai/gateway
2•jmartenka•28m ago•0 comments

Samsung One UI 8.5 beta reaches Galaxy S23, Fold5, Flip5, and more

https://www.notebookcheck.net/Samsung-One-UI-8-5-beta-reaches-Galaxy-S23-Fold5-Flip5-and-more.127...
1•DarrylLinington•29m ago•0 comments

What social media would you build to make big bank before next week?

1•iNeedMoneyFast•29m ago•0 comments

'The Thinking Game' [video]

https://www.youtube.com/watch?v=d95J8yzvjbQ
1•bookofjoe•31m ago•1 comments

Israel Government approves record 34 new West Bank settlements

https://www.timesofisrael.com/government-formally-approves-34-new-settlements-as-it-acts-to-deepe...
1•johnbarron•34m ago•0 comments

Ads in ChatGPT

https://help.openai.com/en/articles/20001047-ads-in-chatgpt
3•cbility•35m ago•0 comments

ChatGPT Says the N-Word

https://chatgpt.com/share/69d86d6e-cc14-83e8-bdad-0c67d97a6b93
2•craichead•36m ago•0 comments

France Launches Government Linux Desktop Plan as Windows Exit Begins

https://www.numerique.gouv.fr/sinformer/espace-presse/souverainete-numerique-reduction-dependance...
159•embedding-shape•38m ago•41 comments

How to stop checking your phone all day

https://elliot.my/how-to-stop-checking-your-phone-all-day/
1•frizlab•41m ago•1 comments

Tetracono

https://tetracono.net/
1•marukodo•42m ago•0 comments

Experiential Learning

https://en.wikipedia.org/wiki/Experiential_learning
1•lucidplot•42m ago•0 comments

I built an LLM pipeline to automate emotional prosody in long-form audio

https://castory.studio/
1•18272837023•43m 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•10mo 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