Details
Joined devRant on 3/13/2017
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
-
Perfect....
I am working on my laptop, listening to some music and then... Suddenly the system gets stuck... Forced shutdown the system...
And voila!!!!!
BOOT_VOLUME_UNMOUNTABLE
Fuck you windows 10!!!!!!!! Goddamn it!!!
Really hope I dont have to reinstall everything from ground 😣😣😡😡😡9 -
If I could represent my life using 32-bit signed integers, you would be -2,147,483,648 because you are the Most Significant Bit of my life ❤9
-
It finally happened. I hit an issue and googled it. No related stack overflow articles. Even on page two. I must be doing something right in life1
-
Every developer thrives to be the best. But, it's not only the skills, hard work or knowing infinite languages makes you the best. It only makes you the good.
Along with skills, hard work & the languages, the best one needs to have those instincts about the possible solutions to a problem and ability to decide and implement the most efficient solution cleanly in least amount of time.
I'm thriving to be the best. Are you?3 -
I wanna learn something new but everytime I take one course I stop at the first video u.u
It's like I can't keep on the learning curve of anything unless I have the real need to do it :/
In addition, everytime I want to retake the course, a new/unknown technology is in front of me and well... everything starts again2 -
There are two kinds of people:
those who write
if foo.isBar() {
foo.setBar(false)
}
else {
foo.setBar(true)
}
Vs
those who write
foo.setBar(!foo.isBar())
Only good programmers will understand😢😊31