jaaamesey

↗ HN profile [ 50.6 ms ] full profile
Karma
0
Created
()
Submissions
16,667,638
  1. Over the past few weeks, I've been working on a casual multiplayer game called "PictoRally". It's like Pictionary, but limited to 16x16 pixels, and 8 colors of your own choosing. The core game mode works by passing URLs…

  2. This is a wrapper around my existing run-with-worker library that allows for parallel computations to run in plain, type-safe (if you're using TS) JavaScript functions. Similar to run-with-worker, the niche here is for…

  3. This is the first public library I've written - let me know if I've inevitably messed something up here. In short, this JS library allows you to quickly compute functions in a separate thread like so: ``` const result =…

  4. Hey HN, My partner and I made a daily puzzle game called "bridj.link" (the dot is not silent). Thought I'd give Hello World in SolidJS a shot but ended up taking things a bit too far (to the point where we're now on our…