Live data from Hacker News

Viewing profile — silluk

silluk

HN member
Joined
Sun, Dec 07, 2014, 11:38 PM UTC
HN karma
93
Public activity
10 items

About silluk

I love Rust, C and C++.

Recent public activity

  1. 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…

  2. comment
    Comment #19862169

    I wouldn't be too concerned about that in a container since you're probably not running systemd in that context.

  3. comment
    Comment #16390713

    A sum type is the more general name for a Swift/Rust enum.

  4. 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…

  5. 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 …

  6. 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…

  7. story
  8. 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…

  9. 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…

  10. 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…