frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A Stateful LLM API that works across providers

https://twigg.ai
1•mdebeer•1m ago•0 comments

Show HN: Plant watering system with Arduino Nano

https://sam-burns.com/posts/automatic-plant-watering-system/
1•sam-bee•1m ago•1 comments

Problem Notation and Testing

https://ciju.in/writings/on-problem-notation-and-testing
1•ciju•2m ago•0 comments

Bamzooki

https://en.wikipedia.org/wiki/Bamzooki
1•talkinghead•2m ago•0 comments

OpenAI Expands ChatGPT Ads with Sponsored Agents

https://openai.com/index/reimagining-advertising-with-ai/
1•vertigoruntime•4m ago•0 comments

/pyor:review – Claude skill for human code review

https://github.com/pyor-review/pyor-cli
1•othmanosx•6m ago•0 comments

(PostgreSQL) 19th Nervous Breakdown

https://thebuild.com/blog/19th-nervous-breakdown/
1•farlight•7m ago•0 comments

Valve plans to get Steam games working on compatibility-challenged ARM PCs

https://www.rockpapershotgun.com/were-trying-to-make-it-easier-valve-confirm-the-steam-frame-is-j...
2•HelloUsername•8m ago•0 comments

We're catalyzing megaton-scale climate impact in Brazil

https://blog.google/company-news/outreach-and-initiatives/sustainability/terradot-superpollutants...
1•geox•9m ago•0 comments

AI research institute founded by Yoshua Bengio vandalized in Montreal

https://www.cbc.ca/news/canada/montreal/mila-vandalism-montreal-ai-summit-9.7345851
2•sm001•10m ago•1 comments

DeepMind Paper: Dream-RSI: Recursive Self-Improvement Through Evolving Worlds

https://arxiv.org/abs/2609.14858
2•bananaflag•10m ago•1 comments

I caught an LLM-powered recruiter with a prompt injection on LinkedIn

https://khancyr.github.io/blog/2026/03/15/how-i-caught-an-llm-powered-recruiter-with-a-prompt-inj...
1•bucket2015•12m ago•0 comments

Show HN: Skill to generate change preview pages

https://github.com/steveharrison/change-preview
1•steveharrison•13m ago•0 comments

Explaining the Proposed $103k H-1B Fee

https://ifp.org/explaining-the-proposed-103k-fee-on-h-1bs/
1•surprisetalk•14m ago•0 comments

AWS can't restore service to Bahrain, UAE facilities 6 months after Iran strikes

https://www.cnbc.com/2026/09/15/aws-cant-restore-service-to-bahrain-uae-6-months-after-iran-strik...
2•theanonymousone•15m ago•0 comments

Scientist Workbench: Scientific Compute for Agents

https://scientistworkbench.com/
1•hentrep•15m ago•0 comments

How to Buy a Tesla and Get FSD for Free

https://tynan.com/freefsd/
1•surprisetalk•15m ago•0 comments

WAIl (Blonging for Freedom)

https://blog.lx.oliva.nom.br/2026-09-14-wAIl.en.html
2•amcclure•20m ago•0 comments

The Climb Was the Safety Feature

https://cekrem.github.io/posts/the-climb-was-the-safety-feature/
3•theanonymousone•20m ago•0 comments

Using NetBSD's pkgsrc everywhere I can

https://www.rubenerd.au/using-netbsds-pkgsrc-everywhere-i-can/
1•Bluestein•21m ago•0 comments

Show HN: Who-GPU, a simple monitoring tool to view GPU usage across machines

https://github.com/lucafossen/who-gpu
1•smogblock•21m ago•0 comments

You're on the Real X Website and You're Still Being Scammed

https://brothke.medium.com/youre-on-the-real-x-website-and-you-re-still-being-scammed-ebd3fba9e344
3•benrothke•22m ago•0 comments

The American Age Is Over

https://www.theatlantic.com/ideas/2026/09/trump-iran-superpower-decline/688639/
6•cisc•22m ago•2 comments

Show HN: TeXposit – Feature rich LaTeX and Markdown editor

https://texposit.com
2•danielszabo•24m ago•0 comments

Goroutine Leak Profiles

https://go.dev/blog/goroutine-leak-profiles
1•torutofu•24m ago•0 comments

Starlink's Other Network

https://circleid.com/posts/starlinks-other-network
2•vinhnx•25m ago•0 comments

US gov't orders Kalshi halt AI compute price tracker over natl security concerns

https://www.semafor.com/article/09/15/2026/commerce-dept-ordered-kalshi-to-take-down-ai-compute-f...
2•CGMthrowaway•25m ago•0 comments

Building an open source AEC compliance checker that does not guess

https://www.luckmanqasim.com/blog/building-a-compliance-linter
1•luckmanqasim•25m ago•0 comments

Ask HN: Unipolar world with Washington DC as might and power center

1•roschdal•26m ago•1 comments

Why Your Next CMS Should Be an Image

https://blog.minilith.site/#posts/why-your-next-cms-should-be-an-image
1•a_bytecycle•27m ago•0 comments
Open in hackernews

Show HN: Sloptris - If Tetris was like AI-assisted dev

https://tonyalicea.dev/sloptris/
3•TonyAlicea10•47m ago

Comments

TonyAlicea10•41m ago
I've been thinking a lot about how agentic coding is similar to gaming. Risk, reward, gambling, gratification, etc. I've been exploring that by vibe coding some satirical games that aim to reflect what agentic coding can be like in a deadline environment. This is one of those games.

It's Tetris but:

- You have to build a tetromino either manually or have AI "generate" it.

- Generated tetrominoes might mutate after falling.

- You can spend time to "review" generated tetrominoes as they fall to see how they will mutate.

The theme is the risk/reward/pressure of agentic code vs manual vs reviewed agentic code in a deadline environment.

red-mutt•30m ago
What makes the AI mutate a tetramino?
TonyAlicea10•28m ago
There's a probability per-level of mutation.
red-mutt•14m ago
Very cool project! I've been playing it for a while. In a lot of online spaces, AI seems to get a lot of hate and such; it would be interesting if there were a morality system through frequent AI use. Or perhaps frequent use of AI minos without review causes errors or mutations in regular minos, to mimic how frequent use of AI can make you worse at programming if you take reviewing out of the process.
TonyAlicea10•3m ago
Yes those are cool ideas! The push and pull of ideas has been between satire and playability. But skill atrophy is definitely a game mechanic I've been exploring.