Live data from Hacker News

Viewing profile — LOLOLOLO1

LOLOLOLO1

HN member
Joined
Tue, Feb 21, 2017, 4:36 AM UTC
HN karma
7
Public activity
9 items

About LOLOLOLO1

No profile information was provided.

Recent public activity

  1. comment
    Comment #22726224

    I really doubt running ARM64 Linux in VM will be a problem. Most software from repositories should be OK as well.

  2. comment
    Comment #20353707

    No of course. It may loses at some benchmarks made by Java or Python/Ruby coders. Two areas where it is actually slower are 1) Memory allocation 2) Regular expression performance. …

  3. comment
    Comment #18949592

    "oneof" construction is here for two reasons: 1. It enhances readability 2. It would be a surprise to you: oneof actually enhances type safety. It is just lacking type system of Go…

  4. comment
    Comment #18937826

    Protobuf has first class enum support and also provides a thing called "oneof". Go doesn't have anything of this. So, it is clearly not the right tool for the job. Sorry guys, you …

  5. comment
  6. comment
    Comment #15904406

    Scala is a perfect example of how NOT to design languages.

  7. comment
    Comment #13770550

    Coding in scala is just like wearing this http://blogs.watoday.com.au/lifestyle/fearclothing/tacky2_co... Scala is really bad designed. Odersky is too stubborn and doesn't seem to …

  8. comment
    Comment #13702816

    Spark is a poor joke.

  9. comment
    Comment #13693359

    Spark is not just written in Scala, they shared the same philosophy of underthought design. Luckily, there's a little reason of using Spark after Yandex released their Clickhouse: …