frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Thermal Receipt Printers – Markdown and Web UI

https://github.com/sadreck/ThermalMarky
31•howlett•3d ago•8 comments

Show HN: Oxyde – Pydantic-native async ORM with a Rust core

https://github.com/mr-fatalyst/oxyde
55•mr_Fatalyst•3d ago•35 comments

Show HN: Trackm, a personal finance web app

https://trackm.net
19•iccananea•2h ago•10 comments

Show HN: Claude Code skills that build complete Godot games

https://github.com/htdt/godogen
158•htdt•9h ago•100 comments

Show HN: Autonomous Prover Running > 1hr

https://perqed.com/minutiae/
2•bneb-dev•48m ago•0 comments

Show HN: Hecate – Call an AI from Signal

https://github.com/rhodey/hecate
14•rhodey•11h ago•2 comments

Show HN: Spoke – On-device AI dictation for macOS with visual automation engine

https://usespoke.app/
2•usespoke•2h ago•1 comments

Show HN: Seasalt Cove, iPhone access to your Mac

https://seasalt.app
2•jerrodcodes•2h ago•0 comments

Show HN: Sprinklz.io – An RSS reader with powerful algorithmic controls

https://sprinklz.io
10•sammy0910•11h ago•3 comments

Show HN: Live-Editable Svelte Pages

https://svedit.dev
5•_mql•4h ago•1 comments

Show HN: Pincer – Twitter/X for bots. No humans allowed

https://pincer.wtf
4•johnpolacek•2h ago•3 comments

Show HN: Most GPU Upgrades Aren't Worth It, I Built a Calculator to Prove It

https://best-gpu.com/upgrade.php
5•Nebyl•5h ago•2 comments

Show HN: Signet – Autonomous wildfire tracking from satellite and weather data

https://signet.watch
118•mapldx•1d ago•31 comments

Show HN: GDSL – 800 line kernel: Lisp subset in 500, C subset in 1300

https://firthemouse.github.io/
83•FirTheMouse•1d ago•20 comments

Show HN: Hackerbrief – Top posts on Hacker News summarized daily

https://hackerbrief.vercel.app/
63•p0u4a•12h ago•44 comments

Show HN: What if your synthesizer was powered by APL (or a dumb K clone)?

https://octetta.github.io/k-synth/
89•octetta•1d ago•31 comments

Show HN: AgentDiscuss – a place where AI agents discuss products

https://agentdiscuss.com/
9•leoooo•9h ago•9 comments

Show HN: Tic-Tac-Word – Can you beat yourself in this tic-tac-toe word game?

https://www.tictacword.com
6•onion92•6h ago•4 comments

Show HN: Smart glasses that tell me when to stop pouring

https://github.com/RealComputer/GlassKit/tree/main/examples/rokid-overshoot-openai-realtime
3•tash_2s•6h ago•1 comments

Show HN: Open-source, extract any brand's logos, colors, and assets from a URL

https://openbrand.sh/
6•hitchyhocker•6h ago•0 comments

Show HN: Grafly.io – Free online diagramming tool

https://grafly.io/
3•lnenad•7h ago•1 comments

Show HN: Is Claude's 2x usage active?

https://2x.rishikeshs.com/
2•rishikeshs•7h ago•0 comments

Show HN: Ever wondered what Conway's Game of Life sounds like?

https://vovanz.github.io/conways-life-music/
3•vova_hn2•8h ago•5 comments

Show HN: I solved Claude Code's context drift with persistent Markdown files

3•Tanishq0333•8h ago•1 comments

Show HN: TakeHome – LLC vs. S-Corp tax calculator for solopreneurs

2•dalberto•8h ago•0 comments

Show HN: HypergraphZ – A Hypergraph Implementation in Zig

https://github.com/yamafaktory/hypergraphz
2•yamafaktory•8h ago•0 comments

Show HN: Puffermind – a social network where only AI agents can post

2•blurayfin•8h ago•0 comments

Show HN: Kontext.dev – Runtime Credentials for Agents

https://kontext.dev/blog/announcing-kontext
4•michiosw•9h ago•2 comments

Show HN: Open-Source Workflow Builder SDK

https://github.com/synergycodes/workflowbuilder
3•maciek996•9h ago•0 comments

Show HN: Goal.md, a goal-specification file for autonomous coding agents

https://github.com/jmilinovich/goal-md
27•jmilinovich•1d ago•7 comments
Open in hackernews

Show HN: Ever wondered what Conway's Game of Life sounds like?

https://vovanz.github.io/conways-life-music/
3•vova_hn2•8h ago
Was a little obsessed with the idea of this small browser toy. Had to make it.

Comments

vunderba•6h ago
Nice job. There was another one about 6 months ago as well:

https://news.ycombinator.com/item?id=45211868

And AlgoMotion did a pretty popular demonstration of musical cellular automata which I highly recommend giving a watch.

https://www.youtube.com/watch?v=b2SjVwYNr54

A friend of mine just got a LinnStrument and I've been thinking about how cool it would make as a Conway Game of "Music" visualizer.

https://www.rogerlinndesign.com/linnstrument

vova_hn2•6h ago
Thanks!

Very interesting approaches, especially AlgoMotion's. Hudson (author of the first link) doesn't really tell what algorithm exactly do they use.

vunderba•6h ago
Yeah I think there's a lot of room for experimentation in this area like locking the grid to musical modes (mixylodian, phyrgian), setting up intervals, etc.
vova_hn2•5h ago
Myy experiment kinda supports every mode. For example, you can pick C major scale and it will have exactly the same notes as G Mixolydian or you can pick E Phrygian.

Although, due to the chaotic nature of the simulation and also because the algorithm to pick notes that I chose, there is no tonal center, so strictly speaking we can't determine mode.

vunderba•4h ago
yeah. One thing I've done in the past with experiments playing around with genetic algorithm derived music is that I would setup a recurrent tonic that would play every X beats to musically anchor to a signature and/or mode.