Viewing profile — cultyyy123
cultyyy123
HN member- Joined
- Wed, Mar 31, 2021, 5:08 PM UTC
- HN karma
- -14
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About cultyyy123
No profile information was provided.
Recent public activity
-
comment
Comment #26697937
Cult!
-
comment
Comment #26686592
Wow. He used Windows machine at Apple ;)
-
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…
-
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…
- story
-
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.
-
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…
-
comment
Comment #26660313
Outsystems
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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++
-
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…