frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Rogue' Cursor AI agent loses control and wipes company's database

https://abcnews.com/GMA/News/rogue-ai-agent-haywire-tech-company-ceo-bullish/story?id=132473181
1•01-_-•9s ago•0 comments

'We Know You Live Right Here': No Secrets in America's New Surveillance Dragnet

https://www.wsj.com/politics/policy/immigration-ice-arrests-surveillance-6f1cef64
1•impish9208•18s ago•0 comments

Show HN: Git-issues – Issue tracker that lives in your repo as Markdown

https://steviee.github.io/git-issues/
1•steviee•6m ago•0 comments

Why does it take so long to release black fan versions? (Noctua)

https://www.noctua.at/en/expertise/blog/how-can-it-take-so-long-to-release-black-fan-versions
1•Tiberium•7m ago•0 comments

A Letter from Dijkstra on APL

https://www.jsoftware.com/papers/Dijkstra_Letter.htm
2•tosh•7m ago•0 comments

A grounded conceptual model for ownership types in Rust

https://dl.acm.org/doi/10.1145/3796537
1•fanf2•7m ago•0 comments

Cleanroom software engineering: technology and process (1999)

https://dl.acm.org/doi/10.5555/307406
2•tosh•8m ago•0 comments

Questions and Perspectives Shape Solutions

https://pp-international.net/2026/04/tt5/
1•boiert•8m ago•0 comments

Claudemesh - Let your local Claude Code sessions find and talk to each other

https://www.npmjs.com/package/claudemesh
1•pro_methe5•12m ago•0 comments

Defend the rich: Enhanced Games founder turns to AI to challenge the media

https://www.smh.com.au/business/companies/defend-the-rich-enhanced-games-founder-turns-to-ai-to-c...
2•thedays•12m ago•1 comments

Speeding up agentic workflows with WebSockets in the Responses API

https://openai.com/index/speeding-up-agentic-workflows-with-websockets/
1•tosh•13m ago•0 comments

MCP context-forge GA version released

https://ibm.github.io/mcp-context-forge/1.0.0/
1•ssat728•14m ago•0 comments

Show HN: Site Mogging

https://sitemogging.com
1•jilles•17m ago•0 comments

Host your own Gmail (Clone) on Cloudflare for free

https://github.com/cloudflare/agentic-inbox
2•faangguyindia•17m ago•0 comments

SpaceX rocket set for unintentional Moon landing – well, a piece of it anyway

https://www.theregister.com/2026/05/01/spacex_debris_landing/
2•beardyw•18m ago•0 comments

So, About That AI Bubble

https://www.theatlantic.com/economy/2026/05/ai-bubble-revenue-anthropic/687022/
1•geox•18m ago•0 comments

California Police Can Start Ticketing Driverless Cars

https://www.nytimes.com/2026/04/30/us/california-ticket-driverless-car-violations.html
3•reaperducer•20m ago•0 comments

Show HN: BetterClaw – Compile a paragraph into a workflow that gates agent tools

2•infamous-oven•23m ago•0 comments

Supply Chain Security – Part 1

https://tinfoil.sh/blog/2026-05-01-supply-chain-client
1•3s•23m ago•0 comments

Warning over threat to birds after rat seen on Mousa

https://www.shetnews.co.uk/2026/04/30/warning-threat-birds-rat-seen/
1•latexr•25m ago•0 comments

A Deep Dive into Email Addresses

https://lasans.blog/articles/misc/email-addresses-deep-dive/
1•begoon•31m ago•0 comments

Fruit flies unexpectedly survived hypergravity and even reproduced

https://news.ucr.edu/articles/2026/04/30/under-crushing-hypergravity-flies-adapt-and-recover
2•giuliomagnifico•31m ago•1 comments

Show HN: "Woo", a multi-user world for agents

https://woo.hughpyle.workers.dev/
1•inguz•32m ago•0 comments

A new US phone network for Christians aims to block porn and gender-related con

https://www.technologyreview.com/2026/05/01/1136739/a-new-t-mobile-network-for-christians-aims-to...
1•joozio•38m ago•0 comments

Touch Typing Number Keys

https://susam.net/touch-typing-number-keys.html
1•susam•40m ago•0 comments

Apple accidentally left Claude.md files Apple Support app

https://xcancel.com/aaronp613/status/2049986504617820551
18•andruby•41m ago•2 comments

Your Website Is Not for You

https://websmith.studio/blog/your-website-is-not-for-you/
6•pumbaa•41m ago•1 comments

Show HN: Porting partially deobfuscated Old School Runescape to use LWJGL 3

https://github.com/stevefan1999-personal/void-client/tree/feat/native-to-java-port
1•stevefan1999•42m ago•0 comments

Turn Git commits and PRs into automated team updates (Slack/email)

https://gitmore.io
2•dmsozpepnc•42m ago•0 comments

The Network

https://www.citadel21.com/the-network
1•olalonde•43m ago•0 comments
Open in hackernews

Show HN: A Wheel of Fortune game you can run in the browser

https://spinorama.io/
1•Wolfmans55•1h ago
A couple years ago I shared my Jeopardy-style game maker on HN, Buzzinga. A bunch of folks ended up using it for team events, classrooms, and game nights, which was fun to see.

I kept running into the same problem with "Wheel of Fortune"-style games though. The options are basically:

- Console games (Wii, Switch, etc.) - PowerPoint templates - Or cobbling up some DIY solution

I don't have a console and the other options were clunky. I wanted something that:

- Runs entirely in the browser - Doesn't require players to use their phones - Handles the game flow so the host isn't juggling rules, manually updating scores, remembering who's next, etc.

So I built Spinorama: https://spinorama.io

A few things that might be interesting here:

- The host drives everything from a single screen, players just call things out (no phones required) - Game flow is stateful and enforced, so you can't accidentally break the rules mid-round - Uses the Web Speech API for turn prompts (spin, buy a vowel, solve, etc.) and to check spoken solutions - Full keyboard control via hotkeys for running the entire game - No signup required to try it, accounts are only needed if you want to create and save custom games

Still early, but it's fully playable and I've been using it for small groups.

Curious what this crowd thinks, especially around:

- Anything that feels clunky or breaks immersion - Missing features you'd expect when hosting a real game