frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

First quantum battery developed and tested by Australian researchers

https://www.unimelb.edu.au/newsroom/news/2026/march/first-quantum-battery-developed-and-tested-by...
1•giuliomagnifico•1m ago•0 comments

Show HN: LLM prompts as CLI progs with args, piping, and SSH forwarding

1•smudgy3746•2m ago•0 comments

I made a grammar-free prompt language that cuts LLM token costs by 56%

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6438839
1•prathambarot•3m ago•0 comments

It Vibes on My Machine

https://www.sebastian-jais.de/blog/it-vibes-on-my-machine
1•gleipnircode•4m ago•0 comments

Hyper-optimized reverse geocoding API

https://github.com/traccar/traccar-geocoder
1•tananaev•5m ago•1 comments

The Shape of Inequalities

https://www.andreinc.net/2026/03/16/the-shape-of-inequalities/
1•nomemory•6m ago•0 comments

Become an engineer, not just a slop cannon [video]

https://www.youtube.com/watch?v=5DP0az1q_8M
2•kshri24•8m ago•0 comments

"Malus": Is Copyleft Dead?

https://heathermeeker.com/2026/03/16/malus-is-copyleft-dead/
1•Tomte•10m ago•0 comments

Chinese Open Source: A Definitive History

https://interconnect.substack.com/p/chinese-open-source-a-definitive
2•Tomte•11m ago•0 comments

AI Isn't Killing Developers–It's Creating a $10T Maintenance Crisis

https://rakiabensassi.substack.com/p/ai-isnt-killing-developersits-creating
1•rakiabensassi•12m ago•0 comments

Sri Lanka introduces 4-day week, multiple countries go WFH amid Iran conflict

https://www.news.com.au/finance/sri-lanka-introduces-4day-week-multiple-countries-call-for-wfh-am...
2•evolve2k•12m ago•0 comments

Microsoft startup credits are the gift that keeps on billing unsuspecting users

https://www.theregister.com/2026/03/19/microsoft_startup_credits/
1•Brajeshwar•12m ago•0 comments

AI Birthday Card Generator

https://www.birthdaycards.cc
1•peter_zou2022•15m ago•1 comments

Show HN: Dear Aliens (Writing Contest)

https://www.dearaliens.net/
1•surprisetalk•16m ago•0 comments

Weirdly useful macOS Terminal Emulator, QuakeNotch released new update

https://www.patreon.com/posts/quakenotch-v2-2-150195924
1•rohanrhu•16m ago•0 comments

Queen MQ – Postgres message queue that solves HOL blocking

https://github.com/smartpricing/queen
1•aliceviola•16m ago•1 comments

How to fix the Agentic AI bottleneck: the database

https://regatta.dev/blog/nvidia-agentic-era-database-bottleneck/
1•jaymce•17m ago•1 comments

Amazon Ads with Claude Pt. 1: Claude Is Hubristic, Lazy, and Devoid of Sense

https://theautomatedoperator.substack.com/p/amazon-ads-with-claude-pt-1-claude
1•idopmstuff•19m ago•0 comments

Chaldean Mass Book [pdf]

https://chaldeanchurch.org/wp-content/uploads/Chaldean-Mass-Surath-garshuny.pdf
2•marysminefnuf•20m ago•0 comments

Cyprus Becomes Associate Member of the European Space Agency

https://www.esa.int/Newsroom/Press_Releases/Cyprus_becomes_Associate_Member_of_the_European_Space...
2•northlondoner•20m ago•1 comments

HN: We benchmarked 8 AI models on 36 real Kubernetes scenarios for $40

https://bench.evidra.cc/
1•vitass•21m ago•1 comments

Show HN: M33mu – Cortex-M33 emulation with TrustZone, reverse stepping, and GDB

https://github.com/danielinux/m33mu
2•danielinux•23m ago•0 comments

A Copy-Paste Bug That Broke PSpice AES-256 Encryption

https://jtsylve.blog/post/2026/03/18/PSpice-Encryption-Weakness
2•jtsylve•25m ago•1 comments

ace.me is your new website, email and cloud. Simple. Fast. Secure.

https://ace.me
1•lightwiki•25m ago•2 comments

What America Could Learn from Asia's Robot Revolution

https://thereader.mitpress.mit.edu/what-america-could-learn-from-asias-robot-revolution/
1•anarbadalov•25m ago•0 comments

The SALE – An open-source standard for venture secondary stock transfers

https://simpleagreementforliquidity.com
2•evanjlonergan•26m ago•0 comments

Why the world doesn't recycle more nuclear waste

https://www.technologyreview.com/2026/03/19/1134399/nuclear-waste-reprocessing/
1•Brajeshwar•26m ago•0 comments

No Twitch, No Middlemen. Host Your Own Livestream

https://github.com/xloveee/livecam
1•vesperance•28m ago•1 comments

AI is becoming a second brain at the expense of your first one

https://stackoverflow.blog/2026/03/19/ai-is-becoming-a-second-brain-at-the-expense-of-your-first-...
1•HieronymusBosch•28m ago•0 comments

"Vibe Design" with Stitch

https://blog.google/innovation-and-ai/models-and-research/google-labs/stitch-ai-ui-design/
1•lateforwork•28m 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•9mo 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