Details
Joined devRant on 8/5/2016
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Try C, then Rust
-
No
-
That's why I always prefer a compiled language.
-
I wrote a tutorial about MIPS and it's the most viewed post of my blog ever since.
-
Who just leave it to clang-format here?
-
You should adjust your alarm, it might be earlier than needed. Find out at which time you really wake up, then set the alarm just a little earlier than that. Don't go too hard on yourself.
Try to stop watching porn too, as others has pointed out, but it might be hard to do. So I'd say try to develope a positive habit, like reading or drawing or whatever that you might enjoy. -
This post is a rant, right? Fuck.
-
Google Chrome is not compatible, please use Google Chrome instead.
-
Ok this is depressing
-
Wholesome
-
You will quickly lose this attitude when you are tired of manually managing memory and fixing all kinds of memory bugs and undefinded behaviours.
After all, those "mordern" languages are designed so that developers do not need to care about low-level details, and so they can invest their efforts in other things. -
@NotFound not very costly if they run it on the cloud with babel and webpack and 1000 node modules
-
So... I don't really get this, can someone explain please?
-
You are the import of my code!
-
Meanwhile in Vietnam people are excited to test the virus on their machine.
-
@linuxxx yes I mean that. Or maybe a way to achive the same effect ?
-
@3141
This evil is common in my class:
If (condition) return true;
Else return false; -
@eeeddr
Then I don't know what wrong with those lines. But it's a problem with compiler behaviors then :> -
Sometimes u will know how to make the code work but don't ever know what causes the bug :/
-
switch (Case) {
case fire: Break(glass);
}
:/