houseinthewoods

↗ HN profile [ 31.5 ms ] full profile
Karma
29
Created
January 17, 2017 (9y ago)
Submissions
0
  1. TLDR if you don't want to stick around for my ramble: if you have experience inspecting JSON logs, what's your workflow? I'm working on a project of a very small scale where monitoring is important. I'm biased to just…

  2. Lately I've been yearning to make simple multiplayer Javascript games with as much ease as simple single player games, for the sake of prototyping with friends. I have a sneaking suspicion that for discrete (turns or…

  3. Is is safe to say that 99+% of program bugs are software-related rather than hardware-related bugs?

  4. I should note that I don't have actual experience from Erlang, just docs/talks/etc. From what I can tell, Erlang treats asynchronous messaging as a language primitive, and to do a synchronous request/response, you send…