frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Grillo Ingenious Italian Jumping Torpedo Boat of WW1

https://www.hisutton.com/Italian-Grillo-Jumping-Boat.html
1•wood_spirit•28s ago•0 comments

Show HN: Effect-log – Semantic crash recovery for AI agent side effects

https://github.com/xudong963/effect-log/blob/master/blog/show-hn.md
1•xudong963•1m ago•0 comments

Playing Doom on a Subleq Transformer

https://xcancel.com/DimitrisPapail/status/2031170771100512758
1•alasr•2m ago•1 comments

Ask HN: Would you use a tool that tells founders whether a startup should scale?

1•hamaoui_nabil•3m ago•0 comments

How not to fork an open source project

1•jsattler•4m ago•0 comments

Hundreds of GitHub Python Repos Compromised via Account Takeover and Force-Push

https://www.stepsecurity.io/blog/forcememo-hundreds-of-github-python-repos-compromised-via-accoun...
3•varunsharma07•6m ago•1 comments

About the Low Boom Flight Demonstrator Project

https://techxplore.com/news/2026-03-boom-flight.html
1•Brajeshwar•8m ago•0 comments

UBI Is Your Productivity Dividend – The Only Way to All Share What We All Built

https://scottsantens.substack.com/p/universal-basic-income-is-your-productivity
1•2noame•8m ago•0 comments

Ask HN: How do you use local LLMs productively?

1•virgildotcodes•10m ago•0 comments

I built an Agentic Writing Environment using DeepSeek to replace Word processors

https://www.minotauris.app/
1•minotauris•12m ago•0 comments

The Abstraction Fallacy: Why AI Can Simulate but Not Instantiate Consciousness

https://philpapers.org/rec/LERTAF
1•measurablefunc•12m ago•0 comments

Better data could lead to better sex

https://www.economist.com/christmas-specials/2024/12/19/how-better-data-could-lead-to-better-sex
2•andsoitis•15m ago•0 comments

Show HN: Porcfolio, Obsidian-like personal finance

https://porcfolio.com/
2•gregghy•15m ago•0 comments

HP has new incentive to stop blocking third-party ink in its printers

https://arstechnica.com/gadgets/2026/03/hp-has-new-incentive-to-stop-blocking-third-party-ink-in-...
3•tartoran•15m ago•1 comments

An AI is the CEO of a real company – community votes on every business decision

https://karukera.xyz
1•gustaveceo•16m ago•0 comments

BYD's latest EVs can get close to full charge in just 12 minutes

https://arstechnica.com/cars/2026/03/byds-latest-evs-can-get-close-to-full-charge-in-just-12-minu...
1•tartoran•16m ago•0 comments

Chrome extension that autodetects browsing context and adapts privacy protection

https://wushu75.github.io/VEIL---Virtual-Enhanced-Identity-Layer/
2•Ogbon•18m ago•1 comments

Intensifying global heat threatens livability for younger and older adults

https://iopscience.iop.org/article/10.1088/2752-5309/ae3c3a
1•coloradoave22•19m ago•0 comments

NMAP in the Movies

https://nmap.org/movies/
7•homebrewer•20m ago•0 comments

Show HN: Learn Arabic with spaced repetition and comprehensible input

https://abjadpro.com
1•adangit•21m ago•0 comments

Show HN: KeyID – Free email and phone infrastructure for AI agents (MCP)

https://keyid.ai/
2•vasilyt•22m ago•2 comments

'God, It's Terrifying': How The Pentagon Got Hooked on AI War Machines

https://www.bloomberg.com/news/features/2026-03-12/iran-war-tests-project-maven-us-ai-war-strategy
2•1vuio0pswjnm7•24m ago•0 comments

Meta is killing end-to-end encryption in Instagram DMs

https://www.engadget.com/social-media/meta-is-killing-end-to-end-encryption-in-instagram-dms-1952...
1•bookofjoe•26m ago•1 comments

Minimal – open-source hardened container images now publish cve info

https://rtvkiz.github.io/minimal/
2•theoo21•27m ago•0 comments

Building my own cloud in 3 months

https://kykvit.com/blog/opinions/Claude_Experiment_-_FlyingFish/
1•kykat•27m ago•0 comments

My Boyfriend Is AI

https://old.reddit.com/r/MyBoyfriendIsAI/
1•heavyset_go•28m ago•0 comments

We built RLM for coding. Swarm native agents are here to stay

https://twitter.com/realmcore_/status/2032146316730778004
1•gmays•29m ago•0 comments

'Pokémon Go' players have been unknowingly training delivery robots

https://www.popsci.com/technology/pokemon-go-delivery-robots-crowdsourcing/
2•Brajeshwar•29m ago•0 comments

Show HN: TermHub – a terminal-style academic homepage template

https://github.com/H-Freax/TermHub
1•freaxruby•30m ago•0 comments

What to Do If You're a Data Breach Victim

https://www.nytimes.com/2026/03/13/your-money/data-breach-tips.html
1•saikatsg•30m 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