Live data from Hacker News

Viewing profile — skjfdoslifjeifj

skjfdoslifjeifj

HN member
Joined
Sun, Jan 17, 2021, 12:56 AM UTC
HN karma
117
Public activity
20 items

About skjfdoslifjeifj

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #27599789

    > which is why many male only sports have started their own female only sides Most of the popular sport leagues don't have any rules disallowing female competitors. I'm sure the NH…

  3. comment
    Comment #27305173

    The standard Ocaml compiler doesn't elide it and as far as I'm aware neither do any of the publicly available libraries. All of the lazy stream implementations in Ocaml have a perf…

  4. comment
    Comment #26784442

    I see people quoting him occasionally. They're always mocking him and this site though.

  5. comment
    Comment #26783435

    It's not clear that the first two even had direct contact with RMS and they don't even make any serious allegations. Barely anyone cares that RMS had a mattress in his office, lots…

  6. comment
    Comment #26782758

    RMS isn't even the only person that has had a mattress by the door in their office at MIT. It used to be common enough, among both males and females, that nobody thought anything o…

  7. comment
    Comment #26781077

    I'm not seeing much from women that actually went to MIT and interacted with him there. A lot of the accusations I've seen are second hand stories/rumours from third parties that n…

  8. comment
    Comment #26618763

    > I don't think they fear the mob. I vehemently disagree. In my experience, a very substantial number of them fear the mob because there's so much at stake and nobody is interested…

  9. comment
    Comment #26615716

    I can't link either of the two I use here for obvious reasons, but the primary one I frequent is just a private website made by a bunch of Googlers. It's basically just an invite o…

  10. comment
    Comment #26615418

    You are correct. I should have limited my statement to discussions between people using their real identities. I also think this is subjective depending on how much value you place…

  11. comment
    Comment #26615175

    > There is a great moderation tool for such a discussion: not to have it Do you honestly think the situation improves if the discussion is censored here? Whether you like it or not…

  12. comment
    Comment #26614986

    My apologies, I should have made clear that my post wasn't directed at the article. > Wasn't most "legitimate discussion" already happening in private already? Probably, but I thin…

  13. comment
    Comment #26614525

    One of my main concerns is that almost all legitimate discussion is now happening in private invite only communities because people are too risk averse to continue to chat on publi…

  14. comment
    Comment #26194938

    I believe you can get a better normalized form of SubsetFoo by instead doing: type SubsetFoo = Extract ;

  15. comment
    Comment #25980189

    I agree. My main issue is with the Java zealots that come into the discussion and make it seem like anyone can just take their existing Java application and use it with an AOT comp…

  16. comment
    Comment #25979520

    The free AOT compilers have atrocious compile times (far, far worse than even Rust or Scala) and don't support all of the features so library support is extremely fragile. A lot of…

  17. comment
    Comment #25979297

    > Most of the slowness I encounter though is with specific frameworks, not the language/jvm Part of the problem is that those also happen to be the frameworks that the vast majorit…

  18. comment
    Comment #25813481

    I still use IDEA Ultimate for Java but over the last few years I've fallen back to vim or vscode for basically everything else since the language servers for Python, Typescript, Go…

  19. comment
    Comment #25807639

    > The benefit is that I don't have to write these boring, but necessary pieces. The "boring, but necessary pieces" are usually just a call to a constructor. In my opinion it's almo…

  20. comment
    Comment #25807097

    He could build it in Go much faster just by using a couple of additional libraries but he's purposely limiting himself to just the standard library for the purpose of these article…