Live data from Hacker News

Viewing profile — cultyyy123

cultyyy123

HN member
Joined
Wed, Mar 31, 2021, 5:08 PM UTC
HN karma
-14
Public activity
17 items

About cultyyy123

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #26686592

    Wow. He used Windows machine at Apple ;)

  3. comment
    Comment #26673160

    I am not good at arithmetic, but I have a doctorate. For arithmetic, there is calculator or your smartphone. Arithmetic does not equals to reading. There is an alternative to arith…

  4. comment
    Comment #26670650

    So is Rust. Does Rust has an enforcement flag for RAII-only? Rust has manual memory management too. If someone uses Modern C++, he must learn to use RAII. > “Nuh uh, you can defini…

  5. story
  6. comment
    Comment #26669789

    In reality most people are bad/afraid at Numbers not at Maths. The book Maths without numbers highlight what needs to be done to Education system.

  7. comment
    Comment #26669567

    This is a very, very convoluted way of gate keeping. > Try to focus on the maths and avoid looking at code examples. Straight out dictatorship. > If you want to understand it I hig…

  8. comment
    Comment #26660313

    Outsystems

  9. story
    Why do I get down voted when replying for criticism against C++?

    My profile has -8 downvotes. Most of them were probably made by the Rust people. I explained to the person that C ++ has RAII when he said that you need to manually manage memory i…

  10. comment
    Comment #26653928

    I've done plenty contractual work on larger code bases that has C++98 to some extent. I will tell you what you will never truly understand the whole code base. Sourcetrail does ama…

  11. comment
    Comment #26653904

    No. A lot of job posts out there that highlights the language version. For example, I saw a lot of job posts for C++11, C++17 so on. Heck even, some jobs directly mentions Modern C…

  12. comment
    Comment #26653859

    Unfortunately, the C ++ Committee knows that universities do a terrible job teaching C ++, except the one Bjarne teaches. If you ask Bjarne, he will tell you the same things I said…

  13. comment
    Comment #26651267

    I have worked with decades old codebases. I use up-to-date compiler where you get to use smart pointers and all the Modern C++ features. It's your fault if you not teach them how t…

  14. comment
    Comment #26650733

    "new" and "delete" considered as bad practices. You claimed that you don't have to teach Manual Memory management in Rust so why not do the same for C++? "Rust makes all of this go…

  15. comment
    Comment #26650234

    No. See what he said, "C++ is a little better because they have experience with Java, but they are frequently mystified by constructors/destructors and how to manage memory manuall…

  16. comment
    Comment #26650028

    It's wise to use Rust in Security Critical Projects. Please see Google Fuchsia, they follow hybrid approach where critical stuff written in Rust and rest in C++

  17. comment
    Comment #26649985

    NOT TRUE! You are doing it wrong If you are manually managing memory on Modern C++. C++ has RAII built in even before Rust came to the scene. I've never had a situation where I had…