frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A ZK withdrawal system without multisig trust

https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge
1•niumeta_TZ•1m ago•1 comments

Legal Experts Slam IDF for Over-Warning Gazans (2015)

https://www.israelnationalnews.com/news/196506
1•mpweiher•4m ago•0 comments

Ask HN: When did Claude Fable start giving summarized thinking?

1•springtimesun•4m ago•0 comments

ProofCore: Zero-storage release notarization for GitHub using OIDC

https://github.com/ProofCore-Protocol/proofcore-action
1•proofcore_proto•9m ago•0 comments

Swarrow: The Deployment Capability I Needed

https://kingori.co/swarrow-the-deployment-capability-i-actually-needed/
1•kingori•11m ago•0 comments

Dutch lawyer fined €2,300 for using AI-hallucinated citation

https://nltimes.nl/2026/08/24/dutch-lawyer-fined-eu2300-using-ai-hallucinated-citation
1•tcp_handshaker•12m ago•2 comments

Show HN: I built an AI music generator with some harnesses

https://onlymusic.ai
1•ShawWang•12m ago•0 comments

GrapheneOS Is Coming to Motorola Phones Next Year

https://lifehacker.com/tech/graphene-os-motorola-phones
1•mdp2021•20m ago•0 comments

A minimal implementation of LLM output watermarking

https://github.com/berba-q/gpt-watermark
1•berba-q•29m ago•1 comments

What "Traceable Lineage" Requires: A Teardown of the FBI TSC AI Sources Sought

https://zatona.dev/blog/fbi-tsc-traceable-lineage
2•dzatona•30m ago•0 comments

'Never seen this level of objection': Scotland pushes back against datacentres

https://www.theguardian.com/uk-news/2026/aug/25/never-seen-this-level-of-objection-scotland-pushe...
3•ndsipa_pomu•32m ago•0 comments

Tentris: A high-performance, disk-based RDF graph database

https://tentris.io/
1•sigalor•33m ago•0 comments

Can a blog post be handwritten?

https://diggingforfire.blog/posts/can-a-blog-post-be-handwritten/
2•birdculture•34m ago•0 comments

Who Cares About the Shrimp?

https://joinreboot.org/p/who-cares-about-the-shrimp
1•raybb•35m ago•0 comments

Show HN: I built self-hosted deployment automation tool for Windows and IIS

https://fdeploy.com/
1•dt3ft•35m ago•0 comments

Do You Still Need to Read AI Code?

https://adamtornhill.substack.com/p/controlling-the-uncertainty-machine
3•abrbhat•37m ago•1 comments

U.S. Rescinds Syria's Designation as a State Sponsor of Terrorism

https://www.state.gov/releases/office-of-the-spokesperson/2026/08/rescission-of-syrias-designatio...
10•x7ikmet•38m ago•3 comments

Online PS3 trophies have arrived on PC

https://blog.rpcs3.net/2026/08/25/online-ps3-trophies-support-has-arrived-on-pc/
1•cortex6429•40m ago•0 comments

A Tool to Create Moodboards

https://eightpotions.com/
1•yelboudouri•43m ago•0 comments

Ask HN: What eval harness holds up in practice, and what is still missing?

1•kiops•43m ago•0 comments

I should write more shell scripts than I do

https://utcc.utoronto.ca/~cks/space/blog/unix/WriteMoreShellScripts
1•ingve•45m ago•0 comments

Open-sourced FeelFX – a Vision+Speech powered motion graphics engine for video

https://feel-fx.vercel.app/
1•rewant•46m ago•1 comments

Free-AI-Tools-Hub.com Launch

1•horitechsolutio•47m ago•1 comments

DeepSeek V4 Flash Vision Intelligence, Performance and Price Analysis

https://artificialanalysis.ai/models/deepseek-v4-flash-vision
1•theanonymousone•51m ago•0 comments

88x31 Badge Creator

https://dowdy.dev/utilities/badge-maker/
2•Peacefulz•51m ago•1 comments

How to Report a Bug to Microsoft (2017)

https://www.schveiguy.com/blog/2017/05/how-to-report-a-bug-to-microsoft/
2•thunderbong•52m ago•0 comments

Calendly WhatsApp integration on free Calendly plan

2•pocha•53m ago•1 comments

Exo: A recursive agent harness that can modify itself at runtime

https://github.com/exoharness/exo
1•lbw1215•53m ago•0 comments

The Download: kids outlearning AI, and space travel agents

https://www.technologyreview.com/2026/08/24/1142863/the-download-kids-outlearning-ai-space-travel...
1•joozio•54m ago•0 comments

Show HN: Today's Fortune Experience with Three.js

https://omikuji.hyungyu.app/
1•gusrb3164•58m 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