Viewing profile — iroq
iroq
HN member- Joined
- Thu, Mar 24, 2016, 3:07 AM UTC
- HN karma
- 36
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About iroq
No profile information was provided.
Recent public activity
-
comment
Comment #27194928
If you're aching for typespecs in Elixir being useful, but are dissapointed with Dialyzer, I recommend checking out my library Hammox: https://github.com/msz/hammox . It's an impro…
-
comment
Comment #22717560
China and India have an extremely small infection percentage - all the areas below 0.001% are filtered out. You're right, that's likely very misleading - I'll leave them in for com…
-
comment
Comment #22715100
All the informational dashboards I've seen so far have two main problems for me: 1) they show total cases including recoveries and deaths by default, bumping up countries like Chin…
- story
- story
-
comment
Comment #15587768
Nitpick: Bitcoin, being a system where the history of all transactions is publicly available, is hardly an "anonymous" system. It is an additional level of separation from other fo…
-
comment
Comment #15159018
Correct, as far as I know. Breaking the cryptography with quantum computers is often raised as well, but Bitcoin can transition to a quantum-resistant algorithm if that proves to b…
-
comment
Comment #15158987
I describe this in the "Security in numbers" paragraph in the last part (Part Three): "As pointed out before, giving rewards for creating blocks creates an arms race in computing p…
-
comment
Comment #15158728
Hi! Author here. Thanks for the appreciation! You're right, I didn't describe the details of networking. My main goal was to keep it as short as possible while still explaining the…
- story
-
comment
Comment #15056649
>There is a const operator, which helps ensure primitives don’t get mutated. But anything that’s not a primitive is as malleable as jell-o Making so many errors in a sentence about…