Viewing profile — cr212
cr212
HN member- Joined
- Sun, Mar 07, 2021, 6:32 PM UTC
- HN karma
- 9
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About cr212
No profile information was provided.
Recent public activity
-
comment
Comment #28318419
It's important to distinguish: asset1 = await httpGET(...) asset2 = await httpGET(...) from: assets = await Promise.join(httpGET(...), httpGET(...)) asset1 = assets[0] asset2 = ass…
-
comment
Comment #28318298
some disadvantages: i) There's RuntimeException which is an unchecked exception which could happen anywhere, so even the absence of a throws is not a guarantee of not throwing. ii)…
-
comment
Comment #26378345
I think it was the ZX81 (and later the Spectrum) where my brother and I had it hooked up to the mains on my parent's boat. The problem was there was only one 12V battery (via a vol…