Details
-
AboutTrapped inside the read eval print loop.
-
SkillsNaN
-
Locationvoid
Joined devRant on 9/23/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
-
Is anyone else noticing an increase in rants / stories that are clearly bullshit.
I think the community is garnering a lot of fantasists who are detailing scenarios they have imagined, in some bizarre attempt to impress people.16 -
Honestly if the StackOverflow community was set on fire and I had a huge tank of water
People in Africa wouldn't die from thrist anymore.14 -
Actual conversation:
- Vim has weird commands. For instance, you copy by typing "Y".
- Why?
- Correct.3 -
Cheese and crackers this is the worst code I’ve ever seen... i hated visual basic before but when it’s written by incompetent devs it’s 1000 times worse. Brb going to go tear my eyes out before trying to debug this shit code.3
-
It’s frustrating when an issue is so much bigger than you can control and people in IT that should understand don’t get it.
-
By looking at our source code, I see what makes a bad programmer. I see "invalid data" in error logs, guess which of the following 3 conditions caused this:
function somefunc() {
if(condition_1) {
throw "invalid data"
}
if(condition_2) {
throw "invalid data"
}
if(condition_3) {
throw "invalid data"
}
return some_response;
}3 -
Down with Helvetica code blocks in devRant!
When you write something inside `these quotes` in Telegram, it gets rendered in a monospace font.1 -
"Lenna" කෙල්ල නම් අහංකාරයි
Image processing නම් අලාංකාරයි
ඇස් දෙක නම් නිලාංකාරයි
Code කරන අපිට දෙයියන්ගේම පිහිටයි7 -
I've been in the programming world for like a year and a half. I've had relatively notable achievements - first place at hackathons, completed kinda remarkable projects, I even got to teach programming to interns at a leading communications company in my country. However, I still feel like a beginner. I'm not confident enough to contribute to projects. Maybe it's because I'm self taught, but is this common? When did you feel like you were ready to proceed to the next level?8
-
Whatever you do, NEVER EVER use lame commit messages like "updated". Your future self will thank you.11
-
My worst dev sin is not throwing people under the bus, even when they deserve it.
Literally or metaphorically? I'll leave that up to the imagination.
------
I believe my second-worst sin is my tendency towards perfectionism. It's hard to finish projects quickly if everything has to be nearly perfect. I still make deadlines, but this is due to overworking, thus leading to burnout.
I could relax more if only I sacrificed my principles...5 -
Why programmers like UNIX:
unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep3 -
alias gcc='echo "gcc: fatal error: Input file not found: "
Now have fun watching your victim struggle.7