Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 54 min 8 sec ago

Pi Is All You Need

Sun, 02/08/2026 - 6:15pm

Article URL: https://p10q.com/pi_is_all_you_need/

Comments URL: https://news.ycombinator.com/item?id=46939606

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Emergent – Artificial life simulation in a single HTML file

Sun, 02/08/2026 - 6:13pm

I built an artificial life simulator that fits in one HTML file (~1400 lines)with Claude Opus 4.6, interestingly, I didn't even ask it to build the game itself, I've requested to create the software that didn't exist before and not use any dependencies, third-party libraries or ask questions.

Firstly Opus 4.6 made photoshop clone that barely worked, but had nice and neat UI with all common features for the image editor, then I've called that crap and asked to really build someting that wasn't there, it made Emergent there. Please check it out and tell what you think, of course it's a Game of Life in a nutshell, but look at the rest of the UI, game stats, and other features like genome mutation and species evolvement.

Features: - Continuous diet gene (0–1) drives herbivore/carnivore/omnivore specialization - Spatial hash grid for performant collision detection - Pinch-to-zoom and tap-to-feed on mobile - Real-time population graphs, creature inspector, and event log - Drop food, trigger plagues, cause mutation bursts

Amazes me in some kind of a degree, going to continue dig into the abyss of the vibes :)

Comments URL: https://news.ycombinator.com/item?id=46939592

Points: 2

# Comments: 0

Categories: Hacker News

Show HN: ParaGopher v1.3.0 – A retro Paratrooper (1982) clone written in Go

Sun, 02/08/2026 - 6:13pm

Hey HN! I've been working on ParaGopher, a clone of the classic 1982 IBM PC game Paratrooper, built in Go with Ebitengine.

You control a turret defending your base against waves of helicopters dropping paratroopers. Tilt, shoot, and prevent them from landing — simple to pick up, surprisingly hard to master. Everything is rendered procedurally, so no image assets at all. Sprites (turret, helicopters, paratroopers, parachutes) are all generated with vector drawing at startup.

Pre-built binaries for macOS (Apple Silicon) and Windows are on the releases page. Otherwise it's just go run cmd/game.go.

Would love feedback (especially on gameplay feel and what features you'd want to see next).

Comments URL: https://news.ycombinator.com/item?id=46939591

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: NoFaceClips automatic Reddit to TikTok faceless video generator

Sun, 02/08/2026 - 6:09pm

I built NoFaceClips, a tool that automatically turns Reddit posts into ready to publish TikTok videos without anyone needing to appear on camera.

Creating short form video content consistently takes a lot of time, especially if you do not want to record yourself or edit videos manually. NoFaceClips lets you select subreddits, configure posting frequency, and then handles the rest.

NoFaceClips combines: - fetching popular Reddit text posts - generating videos with voice narration and animated text - customizable styles such as fonts, backgrounds, and voices - automatic scheduling and publishing to TikTok

It is built primarily for creators, community owners, and anyone who wants to grow TikTok accounts using faceless content with minimal setup.

I am happy to answer questions about how it works under the hood, how posts are selected, or what tradeoffs I ran into when automating video generation and posting.

If you want to try the paid features, use the coupon “FEEDBACK”.

Thanks!

Comments URL: https://news.ycombinator.com/item?id=46939557

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Multi-tenant OpenClaw with isolated containers and encrypted vault

Sun, 02/08/2026 - 6:06pm

Open source multi-tenant layer for OpenClaw. Each user gets an isolated container, credentials stay encrypted in a vault and are only decrypted inside the container. Zero knowledge - the platform can't read your API keys or conversations.

Comments URL: https://news.ycombinator.com/item?id=46939536

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Claude Dashboard – k9s-style TUI for managing Claude sessions via tmux

Sun, 02/08/2026 - 6:05pm

I built a terminal dashboard for managing multiple Claude Code sessions, inspired by k9s (the Kubernetes TUI).

The problem: When running several Claude Code agents in parallel via tmux, switching between sessions and keeping track of what each one is doing gets messy fast. I wanted something like k9s but for Claude Code – a single pane of glass to see all my sessions at a glance.

What it does: Lists all Claude Code tmux sessions with live status Quick navigation and switching between sessions (k9s-style keybindings) Written in Go, single binary, no dependencies beyond tmux

Install: go install github.com/seunggabi/claude-dashboard/cmd/claude-dashboard@latest

I know there are similar tools out there (claude-squad, tmuxcc), but I wanted something lightweight and opinionated toward the k9s workflow I'm already used to from Kubernetes. If you manage multiple Claude Code sessions daily, I'd love your feedback.

Comments URL: https://news.ycombinator.com/item?id=46939527

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: Vibe Studying?

Sun, 02/08/2026 - 6:03pm

I was reading the papers listed at https://www.cs.princeton.edu/courses/archive/fall22/cos597G/ to learn about LLMs. My background’s in physics, not ml/cs, so while I able to understand the mathematics for the most part, I was getting hung up on the jargon at times. I found myself repeatedly taking screenshots of a page and uploading it on gemini, asking it to simplify the language. Doing that so many times manually sucks for more than one reason, so I ended up writing something which does that automatically for every page. It turned out to be more useful than I expected: for example reading this paper https://arxiv.org/pdf/2111.02080 would normally have taken me about 2-3hr, but now I was able to go through it in ~20min, mostly by clicking the next and return keys on my keyboard. Just putting it here in case someone else finds it useful too. https://eli5app.net/ (use on your laptop it’s barely functional right now and be gentle already way over supabase’s free tier limits)

PS: Also unexpectedly useful for reading philosophy works which are unnecessarily verbose, usually full of unclear fancy language: https://eli5app.net/pirate/Western%20Philosophy. never expected reading plato’s apology would be this fun. also found it useful for reading abstract math stuff like vakil’s rising sea which I always wanted to read. It somehow becomes more fun,‘easier’(grounded?) when reading it along w the eli5 summaries.

PS: Was also able to read all of pg essays pretty quickly this way too entirely by clicking return,return,”ah I see”,cmd+back on repeat.

Comments URL: https://news.ycombinator.com/item?id=46939518

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: My store was attacked, and Stripe finished the job

Sun, 02/08/2026 - 5:56pm

Show HN: When 'Risk Algorithms' Fail – My store was attacked, and Stripe finished the job.

Comments URL: https://news.ycombinator.com/item?id=46939447

Points: 1

# Comments: 0

Categories: Hacker News

Pages