frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Tilde.run – Agent Sandbox with a Transactional, Versioned Filesystem

https://tilde.run/
57•ozkatz•1h ago•35 comments

Show HN: I built an open-source email builder, alternative to Beefree/Unlayer

https://play.templatical.com
14•oahmadov•1h ago•0 comments

Show HN: Hallucinopedia

http://halupedia.com/
21•bstrama•50m ago•3 comments

Show HN: Upskill – skill to find skills for your AI agents

https://github.com/Autoloops/upskill
3•kushalpatil07•9m ago•2 comments

Show HN: Adam – An embeddable cross-platform AI agent library

https://github.com/sqliteai/adam
24•marcobambini•4h ago•7 comments

Show HN: Airbyte Agents – context for agents across multiple data sources

133•mtricot•1d ago•39 comments

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
3•thereallex•1h ago•6 comments

Show HN: Prospero Is Superpowers for Writing

https://brianguthrie.com/p/prospero/
2•bguthrie•2h ago•1 comments

Show HN: NFC tags are good material for pranks on Android

https://mastodon.social/@maxwellito/116524250100439866
11•maxwellito•3h ago•1 comments

Show HN: BattleClaws – A battle arena where AI agents fight autonomously

https://battleclaws.ai/
6•bryhaw•4h ago•0 comments

Show HN: Explore color palettes inspired by 3000 master painter artworks

https://paletteinspiration.com/
201•ouli•23h ago•72 comments

Show HN: Migrate your Evernote archive to Google Drive or local files

https://github.com/meizy/evernote-to-gdrive
2•meizy•7h ago•0 comments

Show HN: Guten – Android ereader for Project Gutenberg's 70k+ free books

https://play.google.com/store/apps/details?id=com.bhunt.guten&hl=en_US
2•bethanyhunt•2h ago•0 comments

Show HN: I built a new word game, Wordtrak

https://wordtrak.com/blog/2026-05-05-I-built-a-new-word-game
72•qrush•1d ago•41 comments

Show HN: Rdprrap – Rust Port of RDPWrap (Multi-Session RDP for Windows Desktop)

https://github.com/kernalix7/rdprrap
3•kernalix7•9h ago•0 comments

Show HN: nfsdiag – A NFS diagnostic application

https://github.com/lsferreira42/nfsdiag
82•lsferreira42•4d ago•6 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
182•bring-shrubbery•3d ago•46 comments

Show HN: A Mutating Webhook to automatically strip PII from K8s logs

https://github.com/aragossa/pii-shield
24•aragoss•1d ago•4 comments

Show HN: New Benchmark from SWE-bench team is 0% solved

https://programbench.com/
21•lieret•1d ago•3 comments

Show HN: Codeberg (Forgejo) CLI, built with Xclif

https://codeberg.org/thatxliner/codeberg-cli
15•thatxliner•1d ago•1 comments

Show HN: Ableton Live MCP

https://github.com/bschoepke/ableton-live-mcp
118•bschoepke•2d ago•78 comments

Show HN: Better Design – 28 Shadcn design systems (OSS, MCP: Cursor/Claude Code)

https://github.com/marvkr/better-design
10•marvinkr•17h ago•0 comments

Show HN: I Built a Museum Exhibit

https://knhash.in/built-an-exhibit/
38•kn81198•3d ago•3 comments

Show HN: Orch8 – Durable workflow engine in Rust, one binary, Postgres or SQLite

https://github.com/orch8-io/engine
23•_alphageek•1d ago•3 comments

Show HN: I indexed 8,643 BSides talks across 227 chapters and 6 continents

https://allbsides.com/
24•Parkado•1d ago•8 comments

Show HN: Pollen – distributed WASM runtime, no control plane, single binary

https://github.com/sambigeara/pollen
135•sambigeara•6d ago•62 comments

Show HN: State of the Art of Coding Models, According to Hacker News Commenters

https://hnup.date/hn-sota
162•yunusabd•3d ago•86 comments

Show HN: I built a native macOS audio player and it changed my life

https://github.com/chrisallick/light-crime-audio-player
15•chrisallick•1d ago•9 comments

Show HN: DAC – open-source dashboard as code tool for agents and humans

https://github.com/bruin-data/dac
118•karakanb•1w ago•35 comments

Show HN: Keyterm Filtering for Voice AI

https://aditu.tech/keyterm-filtering
3•mayowa_osibodu•19h ago•0 comments
Open in hackernews

Show HN: Skymap – a 3D galaxy catalog explorer in the browser via WebGPU

https://skymap.rulkens.com/
3•thereallex•1h ago

Comments

thereallex•1h ago
Hi HN, Alex here, designer-engineer in the Netherlands. My day job is Repper (a pattern-design tool). Skymap is a side project, built last weekend in 4 days (~32 hours, AI-assisted with Claude Code).

I've followed Anton Petrov on YouTube for years and kept seeing nice pans over galaxy catalogs in research videos, thinking "why can't I just fly through that?" Aparently nobody had built it for the browser yet.

It loads SDSS (~500k galaxies), 2MRS (~45k), and GLADE (~2M) as WebGPU instanced billboards. Past a certain on-screen size each galaxy crossfades from a dot into a procedural oriented disk (catalog axis-ratio + PA from HyperLEDA / 2MASS XSC), then into a real survey image when close enough: SDSS DR18 ImgCutout, or DSS via CDS hips2fits for the rest. There's a cosmic-web filament overlay built offline with DisPerSE (Sousbie 2011), a faint blue lattice over the point field. Striking at supercluster scale.

What I genuinely like about coding with Claude is that I can read about an algorithm in a paper and have it running interactively the same evening. DisPerSE skeletons, Schechter LF corrections, HEALPix re-weighting, K-correction in the fragment shader. Stuff I'd otherwise only have watched a video about.

The interesting texture across these 4 days wasn't bug-fighting, it was iteration: continuous refactoring, guiding Claude away from slop, accepting that scaffolding gets re-done. The renderer wasn't new ground (years of WebGL behind me). Deep-link resolution and tier swaps end up as a useEffect-and-refs web I'd normally write as redux-saga; I went fully agentic this round and you can feel the absence of an orchestrator (ouch).

Live: https://skymap.rulkens.com Repo: https://github.com/rulkens/skymap (MIT) DOI: https://doi.org/10.5281/zenodo.20037028

UX has plenty of rough edges, mobile gestures aren't there yet. I'm not an astronomer (the cosmology math is all Claude-derived against textbook formulas), so if anyone here works in the field and spots something off, I'd love to hear it.

I'm also curious how people grow a side project from a code seed to something that is robust enough to be used in production, especially with agentic coding. I feel I learned a lot about this, but I'm curious about your experience. TBH, I like my code clean, so with the speed this is going I end up with a lot of cringe code that I'd wish would be better.

inflam52•1h ago
Very cool! The magnitude of how tiny we actually are...
thereallex•1h ago
Thanks! Curious if it works well on your machine; I did some work optimizing. Are you using desktop or mobile?
inflam52•1h ago
Works well for me. I'm on desktop (Macbook Air M3) but have a decent amount of RAM
thereallex•1h ago
Good to know. Have you tried switching to the large data set?
thereallex•1h ago
Right! While building this I found out this dataset only spans 2% or so of the actual observable universe...