Viewing profile — averagedev
averagedev
HN member- Joined
- Sun, Feb 06, 2022, 6:51 PM UTC
- HN karma
- 20
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About averagedev
Recent public activity
-
comment
Comment #35202593
For me, the reason is simply that I like having a blog. Truth be told, I have no readers. I only post once in a blue moon, or whenever inspiration strikes, so that's to be expected…
- story
-
comment
Comment #31028386
Obligatory xkcd: https://xkcd.com/927/
-
comment
Comment #30858583
I've found Go to be much simpler than Rust, especially syntax wise. However, in Rust you can use the ? operator which propagates errors. In Go you have to check err != nil.
-
comment
Comment #30836331
Ok, the last one is pretty funny question. I tried it, and I got a different result: Q: when is an appropriate time to cast your loved ones entirely in wax? A: When you are ready t…
- story
-
comment
Comment #30327182
I've been reading Command-Line Rust[1], and I think it's nice. Each chapter has a challenge where you build a common command-line tool, like echo, cat, head, wc, etc. Just like you…
-
comment
Comment #30307838
My experience was similar. I tried Factorio once, and gave up because it was very tedious, and too much work to consider it fun. I would have liked to enjoy it, but it's not for ev…
-
comment
Comment #30271719
Great resource, thanks for sharing. As someone who wants to "re-learn" some college level math, this is invaluable.
-
comment
Comment #30271700
Interesting. I don't code in C for a living, and I wasn't familiar with strict aliasing -- thanks for sharing your thoughts. > Can't do that either I'm afraid for much the same rea…
-
comment
Comment #30236247
Hi HN! Just a disclaimer that this is my own post. I thought you might find it interesting.
- story