Viewing profile — silluk
silluk
HN member- Joined
- Sun, Dec 07, 2014, 11:38 PM UTC
- HN karma
- 93
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About silluk
Recent public activity
-
comment
Comment #25731130
To me it's not the trivial cases like this that make type inference useful. It's when you get longer types like `Arc >>`. Granted, that could be solved with a `type` declaration (o…
-
comment
Comment #19862169
I wouldn't be too concerned about that in a container since you're probably not running systemd in that context.
-
comment
Comment #16390713
A sum type is the more general name for a Swift/Rust enum.
-
comment
Comment #13257049
I've been coming back to Haskell sporadically over the past couple of months. Every time I do I find the documentation for things like Prelude to be excellent since that's stuff th…
-
comment
Comment #13251411
I've been following futures since the announcement blog post came out (and had been using rust for several months before that) and I've never found a group of crates that intermix …
-
comment
Comment #12793182
It's a far cry from Haskell but I've found Rust's type system to be a breath of fresh air coming from C++. Stuff like destructuring assignment and matching on enums (or anything re…
- story
-
comment
Comment #12715555
There's nothing preventing Whatsapp from releasing an update that has a flag on your phone number/id that turns off e2e for messages that you send. If their software was open sourc…
-
comment
Comment #11972220
Similarly, the word "loanword" (used to describe words borrowed from other languages) is gairaigo 外来語 which is literally 外来 (gairai) "foreign" + 語 (go) "word/language". Japanese is…
-
comment
Comment #8714598
I think that one of the other reasons that people are discouraged from continuing their programming is the information overload that you go through when learning something new (Esp…