frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta's Big Reckoning Is Here

https://www.wired.com/story/metas-big-reckoning-is-here/
1•rblion•16s ago•0 comments

A Year in LLM Serving: Workload Evolution, Caching and Load-Balancing

https://arxiv.org/abs/2608.13573
1•1a1a11a•29s ago•0 comments

Hootsuite Leaked AWS Keys

https://lunarcyber.com/domain-exposure/hootsuite.com
1•freemh•1m ago•0 comments

80% of developers find AI coding more addictive than helpful

https://www.zdnet.com/article/80-of-developers-find-ai-coding-more-addictive-than-helpful/
1•theanonymousone•2m ago•0 comments

Two things I've learned from game development as a web developer

https://codeutopia.net/blog/2026/08/22/two-things-ive-learned-from-game-development/
1•theanonymousone•3m ago•0 comments

Show HN: Knowl – agent memory that retires stale facts when they change

https://github.com/dat999zx/knowl
1•dat999zx•3m ago•0 comments

Digging the grave of my job: Hollywood creatives training AI to do their jobs

https://www.theguardian.com/technology/2026/aug/22/the-hollywood-creatives-training-ai-to-do-thei...
1•theanonymousone•3m ago•0 comments

Show HN: 3D Engine for Rust Programs

https://github.com/David-OConnor/graphics
1•the__alchemist•4m ago•0 comments

Always-On Agent Computers for Supabase

https://sanbox.cloud/blog/always-on-sanbox-computers-for-supabase/
1•oryx1729•6m ago•0 comments

A Friendly Introduction to Racket

https://geometridae.bearblog.dev/a-friendly-introduction-to-racket/
2•signa11•8m ago•0 comments

StateM: Stateful control for long-horizon agents

https://github.com/henryqin1997/statem
1•johntrob14•9m ago•1 comments

TikTok

1•kpyaesoneaung•11m ago•0 comments

Freud in the Age of Therapy-Speak

https://hedgehogreview.com/issues/the-fading-promise-of-higher-education/articles/freud-in-the-ag...
1•DiscourseFan•12m ago•0 comments

Going out of my way to prove I'm not an AI – Ep. #1 – OG images

https://huijer.co/notes/going-out-of-my-way-to-prove-im-not-an-ai-og-images
2•Doncametic•13m ago•1 comments

Volkswagen needs deep cuts to remain competitive, CEO says ahead of crunch talks

https://www.reuters.com/business/world-at-work/vws-blume-says-overhead-costs-30-above-rivals-5000...
2•Markoff•14m ago•3 comments

Show HN: I make my AI agents file paperwork before they're allowed to code

https://github.com/kidus-tiliksew/conveyor
1•kidustiliksew•15m ago•0 comments

Show HN: Running a full AI coding agent inside Cloudflare Durable Object

https://github.com/pawaca/dsh-edge
2•pawaca•18m ago•0 comments

Ask HN: Who's Building Small and Simple?

1•8by3•20m ago•0 comments

A Conversation with Cinematographer Vilmos Zsigmond

https://cinemasojourns.com/2026/08/22/a-conversation-with-cinematographer-vilmos-zsigmond/
2•jjgreen•22m ago•0 comments

Show HN: Pisesh, a zero-dependency TUI for finding and resuming Pi sessions

https://github.com/Blue-B/pisesh
1•blue-b•22m ago•0 comments

Brand Hype Has Existed Since the Bronze Age, Scientists Discover

https://www.404media.co/brand-hype-has-existed-since-the-bronze-age-scientists-discover/
1•Brajeshwar•24m ago•0 comments

Ask HN: Who's Building Small and Simple?

https://werkr.co.za/s/SFMyNTY.g2gDaAJhA3cDbmlsbgYAt_y4KaABYgABUYA.N-OUR_TJ-EnHPBpyC93dNsqjOWfSo-2...
1•8by3•24m ago•1 comments

Ex-Amazon VP: Why Bad Managers Don't Get Fired [video]

https://www.youtube.com/watch?v=76v7xbi_USc
2•adletbalzhanov•24m ago•0 comments

Good writing is obvious, not original

https://www.seangoedecke.com/good-writing-is-obvious-not-original/
1•tolerance•25m ago•0 comments

Nostr is an inclusive communication commons

https://nostr.org/
3•Bluestein•27m ago•1 comments

Ask HN: Is there an anti-mosquito system that actually works?

1•simonebrunozzi•31m ago•0 comments

You can't buy anything on these food delivery and shopping sites

https://www.cbc.ca/lite/story/9.7313588
3•colinprince•33m ago•1 comments

He Said He Was the Healthiest Man. Then Came a Diagnosis

https://www.nytimes.com/2026/08/21/us/bryan-johnson-biohacker-autoimmune-gastritis.html
2•whack•34m ago•2 comments

One Step Away from Terminators

https://www.ukrinform.net/rubric-ato/4155812-one-step-away-from-terminators.html
1•rwmj•35m ago•0 comments

Ante: Self-contained coding agent that lives in your terminal and self-organizes

https://docs.antigma.ai/
1•Bluestein•36m 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