houseinthewoods
- Karma
- 29
- Created
- January 17, 2017 (9y ago)
- Submissions
- 0
-
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…
-
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…
-
Is is safe to say that 99+% of program bugs are software-related rather than hardware-related bugs?
-
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…