frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

First images of Quest wreck reveal Shackleton's last ship

https://canadiangeographic.ca/articles/first-images-of-quest-wreck-reveal-shackletons-last-ship-d...
1•pseudolus•2m ago•0 comments

Odyssey Linux

https://odysseylinux.org
2•Gualdrapo•2m ago•1 comments

Chaoshan's qiaopi remittance system built wealth on trust, not contracts

https://www.sixthtone.com/news/1018709
1•whiteblossom•7m ago•0 comments

Pokémon Soul Society – Zanka No Tachi ( Bleach X Hoenn)

https://pokejumpermanga.blogspot.com/2026/07/pokemon-soul-society-zanka-no-tachi.html
1•MyBoyGreen•9m ago•0 comments

2026 Hardrock 100 Results: Ludo Pommeret and Courtney Dauwalter Set Records

https://www.irunfar.com/2026-hardrock-100-results
1•BiraIgnacio•11m ago•0 comments

Pokejumper.org/manga community-driven platform for honest manga critiques

https://pokejumpermanga.blogspot.com/
1•MyBoyGreen•11m ago•0 comments

I decompose engines into math primitives and restack the

https://atom-architecture-lab.jgalicea.chatgpt.site/
1•Rekonquest•19m ago•0 comments

Amazon layoffs take their toll in saturated job market

https://www.cnbc.com/2026/07/11/burnout-frustration-and-heartbreak-amazon-layoffs-take-their-toll...
1•pseudolus•19m ago•1 comments

SVG Filter Effects: Creating Texture with <FeTurbulence>

https://tympanus.net/codrops/2019/02/19/svg-filter-effects-creating-texture-with-feturbulence/
1•gregsadetsky•22m ago•0 comments

Process-based billing on Carolina Cloud: Pay only when a process is running

https://docs.carolinacloud.io/containers/genomics/#sentieon-billing-usage-based
1•bojangleslover•23m ago•0 comments

Agentifying your software development lifecycle

https://ykdojo.github.io/antigravity-cli-tips/content/agent-powered-sdlc.html
2•ykev•23m ago•0 comments

Using PowerShell over SSH, Twenty Years Later

https://mattmichie.com/2026/07/11/powershell-over-ssh-twenty-years-later/
1•influx•25m ago•0 comments

LM-Polygraph: Uncertainty Estimation for LLMs

https://github.com/IINemo/lm-polygraph
1•modinfo•28m ago•0 comments

Starlink from 1984

https://nemanjatrifunovic.substack.com/p/starlink-from-1984
2•ingve•30m ago•0 comments

How the FSF sysadmins block botnets with reaction

https://www.fsf.org/blogs/community/blocking-botnets-with-reaction
2•pseudolus•31m ago•0 comments

Model can accept 1M tokens doesn't mean it can reason across those 1M tokens

https://twitter.com/0xCarnagee/status/2075983721841225885
1•annjose•33m ago•0 comments

Doctors die. It's not like the rest of us, but it should be (2016)

https://archive.cancerworld.net/featured/how-doctors-die/
11•downbad_•42m ago•2 comments

Nuclear War Survival Skills (1987)

https://www.oism.org/nwss/
2•downbad_•42m ago•1 comments

Watch This Cyborg Cockroach Test Its New Diving Suit

https://nautil.us/watch-this-cyborg-cockroach-test-its-new-diving-suit-1282592
1•julkali•42m ago•0 comments

The Human Cell Is Wildly Complex. Can AI Decode It? – Silvana Konermann – Ted [video]

https://www.youtube.com/watch?v=Xr9VqRawjAU
1•binyu•44m ago•0 comments

Chinese company closing private schools raises 'national security concerns'

https://www.telegraph.co.uk/news/2026/07/02/chinese-company-closing-schools-national-security/
1•intheitmines•49m ago•1 comments

Old and new apps, via modern coding agents

https://terrytao.wordpress.com/2026/07/11/old-and-new-apps-via-modern-coding-agents/
1•s1291•51m ago•0 comments

Inferring multicellular interactions in tumors from standard pathology slides

https://med.stanford.edu/news/all-news/2026/07/ai-tumor-pathology.html
2•hhs•52m ago•0 comments

Cops Say Waymo Snitched on Teens for Allegedly Drinking and Shooting a Toy Gun

https://www.404media.co/waymo-called-police-on-teens-san-mateo/
3•doener•53m ago•0 comments

A Swedish company is putting wings on boats [video]

https://www.youtube.com/watch?v=_VVXfYAOkEo
1•xqcgrek2•54m ago•0 comments

Dazzle Camouflage

https://en.wikipedia.org/wiki/Dazzle_camouflage
1•corentin88•1h ago•0 comments

Falsehoods Programmers Believe About Names (2010)

https://www.kalzumeus.com/2010/06/17/falsehoods-programmers-believe-about-names/
1•theanonymousone•1h ago•0 comments

How sea stars build materials that can see

https://www.engineering.upenn.edu/stories/how-sea-stars-build-materials-that-can-see/
2•hhs•1h ago•0 comments

Fixed three bugs that made Qwen3.5-122B a daily driver on Mac Studio

https://mrzk.io/posts/qmlx-maximising-ai-psychosis-minmaxing-mac-studio/
1•marzukia•1h ago•0 comments

Show HN: AgentTransfer – open-source file transfer for AI agents (one Go binary)

https://github.com/shehryarsaroya/agenttransfer
1•tomatoes2026•1h ago•1 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