frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Apparat/UI – React UI library for vibecoded creative tools

https://github.com/tommyjepsen/apparat-ui
1•tommyjepsen•30s ago•0 comments

Julia 1.13 Highlights

https://julialang.org/blog/2026/09/julia-1.13-highlights/
1•eigenspace•3m ago•1 comments

Continuous field vector DB in Rust to block RAG hallucinations

https://github.com/julianjohnson-web/julianflux-research
1•julianjohnson•3m ago•0 comments

OECD education report: sustained math and reading decline since 2012

https://www.oecd.org/en/publications/pisa-2025-results-volume-i_73451bc5-en/full-report/student-p...
2•oblio•5m ago•0 comments

DeepSeek-v4.1-Flash: smarter, faster, more efficient

https://www.deepseek.com/en/news/deepseek-v4-1-flash/
1•linggen•6m ago•0 comments

Where Starting over Doesn't Mean Starting Fresh

https://medium.com/@gurvinder372/article-15-where-starting-over-doesnt-mean-starting-fresh-0ad560...
1•gps372•8m ago•0 comments

An offline payment protocol PUF+ECC that works with Zero Connectivity

https://rawcdn.githack.com/TOMDEGGS/BETONIQ-WEST-/main/crowdfunding/back_us.html
1•ZeroPayMoney•8m ago•0 comments

Geekbench 6: Apple A20 Pro vs. A19 Pro

https://browser.geekbench.com/v6/cpu/compare/19143100?baseline=19141805
1•aurareturn•9m ago•2 comments

Chrome is displaying a clean, Safe-Browsing-cleared extension as malware

https://groups.google.com/a/chromium.org/g/chromium-extensions/c/MUe0EkfKCnY
2•OzzyOzbour•11m ago•0 comments

If you don't care, then why should I

https://teadriven.com/blog/care-about-what-you-do/
2•linked-pages•11m ago•0 comments

Echoes of Stuxnet: How a 16-Year-Old Hacking Trick Is Finding New Life

https://medium.com/meetcyber/echoes-of-stuxnet-how-a-16-year-old-hacking-trick-is-finding-new-lif...
1•ls1911•12m ago•0 comments

List of references on Sony websites to players "owning" their digital games

https://consumerrights.wiki/w/Sony_PlayStation_digital_game_ownership_lawsuit
3•haunter•12m ago•1 comments

Anthropic Researcher Publicly Quits: Labs Are "Gambling with Our Lives"

https://techcrunch.com/2026/09/09/gambling-with-our-lives-anthropic-researcher-quits-warns-agains...
5•Wpnx330•13m ago•0 comments

Show HN: A free API to query 3.5B subdomains

https://subdomains.jsmon.sh
1•rashahacks•13m ago•0 comments

Retune FM – Your receiver's radio, back on air

https://retunefm.com/
1•mkprc•14m ago•1 comments

Urban congestion relief experiments through routing-app interventions

https://www.nature.com/articles/s44284-026-00443-x
1•bookofjoe•14m ago•0 comments

What If We're "Solving" Alignment?

https://www.richardhanania.com/p/what-if-were-already-solving-alignment
1•paulpauper•14m ago•0 comments

Will AI soon lead to double-digit growth?

https://aleximas.substack.com/p/will-ai-soon-lead-to-double-digit
2•paulpauper•16m ago•0 comments

View real-time local precipitation on the map

https://www.wfy24.com/en?layer=rain
1•weatherfun•16m ago•0 comments

Show HN: Redosray – find ReDoS-vulnerable regexes and prove them, offline

https://aurelio-nakamura.github.io/redosray/
2•aurelionakamura•17m ago•0 comments

The World Is Going Grayscale

https://oneinalillian1.substack.com/p/the-world-is-going-grayscale
2•watermelon0•17m ago•0 comments

Show HN: Romy – finds first users for a product you've shipped

https://romy.is
3•alicebull•20m ago•0 comments

Immigration and Civility

https://heltweg.org/posts/immigration-and-civility/
2•rhazn•21m ago•0 comments

Bending Spoons enters into a definitive agreement to acquire Miro for $1.355B

https://www.businesswire.com/news/home/20260910065427/en/Bending-Spoons-enters-into-a-definitive-...
1•napolux•23m ago•0 comments

Review a pull request by booting it

https://fzakaria.com/2026/09/09/review-a-pull-request-by-booting-it
1•ingve•23m ago•0 comments

SystemIO conflicts are not firmware bugs

https://codon.org.uk/~mjg59/blog/p/systemio-conflicts-are-not-firmware-bugs/
1•haeseong•23m ago•0 comments

Show HN: Rebrief – CLI that turns a vibe-coded repo into a hadoff doc

https://github.com/neracu/rebrief
1•neracu•24m ago•0 comments

Show HN: Oracle Forms to Java: A Two-Week AI Migration Experiment

https://vaadin.com/blog/oracle-forms-to-java-a-two-week-ai-migration-experiment
1•spicyroman•24m ago•0 comments

SupaDocs

https://www.supadocs.com.au
1•reverseforward•25m ago•1 comments

The Evolution of WSL Support in JetBrains IDEs

https://blog.jetbrains.com/platform/2026/09/the-evolution-of-wsl-support-in-jetbrains-ides/
1•thecosmicfrog•26m 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