Live data from Hacker News

Viewing profile — jfkebwjsbx

jfkebwjsbx

HN member
Joined
Wed, Feb 12, 2020, 2:01 AM UTC
HN karma
1,123
Public activity
875 items

About jfkebwjsbx

No profile information was provided.

Recent public activity

  1. comment
    Comment #24071731

    Yeah, although one can argue they are badly designed if they do so from the performance/energy perspective.

  2. comment
  3. comment
    Comment #24069932

    You can share a monitor between two computers. What do you on macOS that isn't available on Windows? Really curious.

  4. comment
    Comment #24069626

    The problem is not the "open" development. The actual issue is this new Microsoft full of half-done projects and trying to reduce engineering costs. They even try to make others wr…

  5. comment
    Comment #24069606

    Why would it be "sweet"? There is no gain for the user.

  6. comment
    Comment #24069598

    GP is not talking about an empty app project.

  7. comment
    Comment #24067156

    Also languages and bugs.

  8. comment
    Comment #24067151

    It is not named after him, at least now: the tool is called Compiler Explorer. The thing is that he originally served it from its domain so people use both interchangeably.

  9. comment
    Comment #24067133

    Agreed, it is lacking tooling support and many other things, but it is a cleaner C++. That plus the borrow checker are its two major features. Otherwise, nobody would use it and th…

  10. comment
    Comment #24067109

    You're welcome! It is still a ton of time, about an order of magnitude more than optimal if the real/sys time split is to be believed.

  11. comment
    Comment #24067046

    That applies to many conservative languages like the usual classic suspects such as C or Fortran. In fact, in comparison, Go is pretty unstable compared to those two once you take …

  12. comment
    Comment #24067016

    Those are great examples, thank you! I had no idea they offered most of those services.

  13. comment
    Comment #24066990

    A 1.5 years old phone is not "somewhat old"... if anything, it is pretty new. In many countries, it is not even out of warranty! Yes, some people change phones every year, but that…

  14. comment
    Comment #24066911

    2 ms per 10 files is a huge amount of time.

  15. comment
    Comment #24059362

    For someone with no clue about that world, may you give some examples?

  16. comment
    Comment #24059341

    But you were adding to the parent's list, which was giving reasons to move from C++ to Rust.

  17. comment
    Comment #24059264

    The downside is that it is a very common marketing trick. Promise something so that customers feel good about it. I know the Rust contributors are doing their best, and that this b…

  18. comment
    Comment #24055405

    Learning up to C++20 if you are an experienced C++ programmer is easy as long as you only use whatever features you learn or make sense for your project. Studying everything new is…

  19. comment
    Comment #24054978

    Go is not a replacement for C++ or Rust. It is not an actual systems programming language.

  20. comment
    Comment #24054952

    C++ and Go are different languages with different goals. Why would a C++ programmer learn Go? They should learn Rust since it is pretty much a cleaned up, modernized C++.

  21. comment
    Comment #24054908

    No need to spell each variable nor give a return type: auto f = [&](...) { ... }; That covers the majority of cases.

  22. comment
    Comment #24054724

    Advisors are also very much at fault, not just students. The last year of my PhD I ended up being pretty much alone because my advisor had changed research topics a year before and…

  23. comment
    Comment #24052184

    So you agree you are spreading FUD then. 1. There is no law on the horizon that will require any accessibility for general purpose commercial apps. 2. Further, one can add accessib…

  24. comment
    Comment #24051818

    > web sites We are talking about web apps, not web sites . > the screen reader output The screen reader is not supported or useless on most web apps. Again, we are talking apps and…

  25. comment
    Comment #24049340

    This is FUD unless you source your claims. - Almost no one does accessibility properly in web apps. Even native apps get it wrong more often than not. - Using Electron does not giv…