Details
-
Skillsxcode , js, java, algorithms, math, c/++/#, server-side, mobile,
Joined devRant on 2/24/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
-
Do we really hate management this much?
(I'm controlling myself... just caught up with a month of Dilbert.... wish I could post more but that would be spammy...)1 -
Maybe not a new rant but: When someone asks you for a feature and always says "its easy and simple" ... Yeah right... 😡2
-
FUCK CSS!
I spend more time positioning a single button than learning a frickin framework!
I gave up trying to make a div the same height as its parent. No clue why height:100%; doesn't work!20 -
How come the cat pet is on the floor?
From my experience they should be sleeping on the keyboard or sitting on top of the mouse.
@dfox, @trogus: I would suggest swapping this around. The cat should be on the desk all other items should be on the floor. I feel this would more accurately depict typical cat ownership.5 -
My first name has 2 letters. For Some web applications, I have to use fake name..... because my name failed in string.length check.11
-
Will be working on a video/animation about programmer jokes. If you any suggestions, please comment.
This is the first one we did,
https://youtube.com/watch/...5 -
Received "emergency update" code from internal enterprise security team. Wasn't given time to do code review; was assured code was reviewed and solid.
Pushed code to over 6k lower-level servers before finding this gem buried deep within:
...
cd /foo; rm -rf *; cd /
...
(This ran as root, and yes, the cwd was / from earlier in the code).
/foo, of course, did not exist on some servers.
Now, it is those servers which do not exist.
FMLundefined security root linux file not found directory structure rm -rf / directory not found fml rm15