Details
-
SkillsPhp, real basic, python, R, Matlab
-
LocationBrisbane
Joined devRant on 4/3/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
-
"You're charging so much for a work you did so little time. "
"It took me years to learn how do that in so little time" -
devRant was featured in a really awesome article on TNW (The Next Web). Please check it out and share it around. Thanks! http://thenextweb.com/apps/2016/...6
-
Just got a message on Facebook from a friend, asking me about getting into coding. A few seconds later, I see his status:
"Where do I download Javascript?"
I'm going to help this man.5 -
When you rewrite some sloppy idiot's code to be way clearer and straightforward. Then you fix a bug you introduced... and another... until the code ends up looking more or less the same as when you started...2
-
"The role: You will be designing and building responsive emails on a daily basis using HTML5/ CSS3/JavaScript"
Errrrrrrmmmm...5 -
New devRant energy drinks we'll be handing out at our booth at Techcrunch Disrupt NYC next Tuesday. Swing by and meet Team devRant (me and @dfox)!10
-
My boss knows nothing about development. JUST buzzwords.
*in regards to a project* Boss: "just write it in PHP; it'll be easy!"
Me: "you know PHP?"
Boss (fully serious): "...enough to be dangerous."
He has never written a line of code in his life, let alone has any clue about what PHP does. Whenever I want to fuel my rage, I think about this moment.7 -
Been laying here reading devrant for 45 minutes. Doesn't look like I'm hitting the gym this morning.1
-
when you see this in the code of a senior programer
if(0){
all sort of things;
}
or just like
if($var == $tmp){
do nothing
}
if i would have done this in college i wouldnt be programming today...2 -
When you see
int i = 0;
while (int i == 0) {
//Code where nothing changes i
}
If you're going to create an infinite loop you could at least write it as
while (true) { }
and save me a little time wondering what the hell 'int i' is for!3 -
Laughing about avoiding Windows update and publishing a meme about it on slack
Devops guy runs a remote cmd to my computer to restart and update
Me waiting for 30 mins
Conclusions : " avoid it silently"2 -
Why programmers like UNIX:
unzip, strip, touch, finger, grep, mount, fsck, more, yes, fsck, fsck, fsck, umount, sleep5 -
Still waiting for someone to come and get me at the front desk. Been here for 15 minutes. Oh, this project will be fun!!!3
-
What is the point of a CMS if you are gonna do every page custom with no common functionality or styling? FML