Live data from Hacker News

Viewing profile — happyweasel

happyweasel

HN member
Joined
Wed, Apr 05, 2017, 5:03 PM UTC
HN karma
149
Public activity
114 items

About happyweasel

No profile information was provided.

Recent public activity

  1. comment
    Comment #49195191

    100% of the user space programs were from gnu. Compiler was from gnu The initial filesystem was minix The kernel was Linux. So I would say Linus had 100s of man years of ecosystem …

  2. comment
    Comment #49179660

    "AI is a jet engine " and rust just wants to ensure you are a capable pilot that can actually steer a plane before stealing everyone else's attention

  3. comment
    Comment #48856628

    Porting perfectly working C code that has been in production for decades (and has a great track record wrt to security fixes) to rust is more or less an obfuscation challenge.

  4. comment
    Comment #48758465

    Same ,I switched to cursor. I told it how to invoke msbuild and it can edit away without needing a native Visual studio plugin.. no problems at all. Target language c++

  5. comment
    Comment #48602547

    wow, basic stuff c++ had since the 80s. congrats. clap, clap, clap. now can someone please make this app that is running with -Xmx360m not use 700mb of resident memory ? asking for…

  6. comment
    Comment #48009621

    You go to the gym to lift. Not to talk. You may talk shortly if it is related to something you need to continue your workout. Apart from that you do not talk. End of story.

  7. comment
    Comment #47873564

    Used this kind of font for output on the 320x200 screen all of the time in the late 80s while coding 68k asm on the Atari St

  8. comment
    Comment #47572745

    In the early 1990s, C++ had not yet been standardized by ISO, so your argument doesn’t apply to that period.

  9. comment
    Comment #46796171

    Let's see how this unwrap()s in production scnr

  10. comment
    Comment #46120481

    hmm how can I reuse this useful Go library in python... Oh I can't.. hmm and how can I reuse this useful java library in php ? Oh I can't. Oh and which of the programming languages…

  11. comment
    Comment #46098273

    does your gtx 1060 help in any way for the NAS use case?

  12. comment
    Comment #45702160

    >BUT there's another piece that makes or breaks these tools... whether they can >build a community around them and stick around for years... Why ? who cares? if the tool solves the…

  13. comment
    Comment #45167802

    Oh, let me guess... The protests were organized by groups that get their funding from the NED or other Western sponsored NGOs ? (Asking for a friend)

  14. comment
    Comment #44633627

    I always wanted to check out https://qskinny.github.io/ it looks compelling and sticks to c++

  15. comment
  16. comment
    Comment #44276570

    I share the same perspective .. I was also wondering how UDA handles the problem of evolving schemas, "old clients" communicating with newer server or vice versa.

  17. comment
    Comment #43481012

    [flagged]

  18. comment
    Comment #43329703

    >The truth is that although the AWS Load Balancer Controller is a fantastic piece >of software, it is surprisingly tricky to roll out releases without downtime. 20 years ago we use…

  19. comment
    Comment #43283475

    Absolutely. Information can no longer be retrieved via internet search. Discord and Slack are effectively silos.

  20. comment
    Comment #43048877

    IMHO, Deutsche Linux-Distribution (DLD) was the first german linux distribution (first release in 1992).

  21. comment
    Comment #42802795

    Buggy/incomplete Openapi codegen for rust was a huge disappointment for me. At least with grpc some languages are first class citizens. Of course generated code has some uglyness. …

  22. comment
    Comment #42144263

    mfc has resizable ui layouts called Dynamic layouts (since the 2015 update?), and for wxwidgets there is wxformbuilder. Most stuff for mfc can be set in the dialog builder wrt to r…

  23. comment
    Comment #41998191

    The only real comparison would be a rewrite in modern c++ and then compare that to the rewrite in rust. Also the author mentioned that the original code had no tests at all. Well, …

  24. comment
    Comment #41638912

    > Back in the summer of 1999 [..] > We went all digital. We were ahead of our time. Well I had a DAT recorder in 1993. Even a DAT walkman.

  25. comment
    Comment #41502106

    Mybatis Generator worked nice for java and MySQL 15 years ago..