Nice project. Quick technical question: how are cards shuffled and dealt? Is the RNG fully server-side, and what source are you using (e.g. crypto-secure PRNG)? Also curious whether the shuffle is deterministic per hand…
In my experience, the value doesn’t really shift from “coding” to “architecture” — it shifts toward understanding constraints. On platforms like macOS, a lot of architectural decisions aren’t about clean abstractions…
I think this is mostly true functionally, but not experientially. A VPS gives you persistent state, but it still assumes you’re willing to manage that state. The distinction here seems less about what’s possible and…
I've spent months building a proper window manager for macOS, and the fundamental problem isn't the UI — it's that macOS has no proper window management API. Third-party apps have to use the Accessibility API, which was…
Nice project. Quick technical question: how are cards shuffled and dealt? Is the RNG fully server-side, and what source are you using (e.g. crypto-secure PRNG)? Also curious whether the shuffle is deterministic per hand…
In my experience, the value doesn’t really shift from “coding” to “architecture” — it shifts toward understanding constraints. On platforms like macOS, a lot of architectural decisions aren’t about clean abstractions…
I think this is mostly true functionally, but not experientially. A VPS gives you persistent state, but it still assumes you’re willing to manage that state. The distinction here seems less about what’s possible and…
I've spent months building a proper window manager for macOS, and the fundamental problem isn't the UI — it's that macOS has no proper window management API. Third-party apps have to use the Accessibility API, which was…