Details
Joined devRant on 4/28/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
-
so i decided to do some benchmarks for chrome and firefox hypetum ...
TLDR : chromes kicks ass sometimes half the time it takes ff to run some benchmarks.
HTML5/CSS3 support is also better in chrome. overall chrome looks to be the best.
if you're a privacy nut i suppose you won't give a shit but yeah overhyped.8 -
can you put this on the right side when someone scrolls?
*sends a gif of a caterpillar running at 3 fps with sparkles everywhere*5 -
One of my favorite quotes:
"A lack of planning on your part does not constitute an emergency on mine"
Had to apply this liberally at my last job. Even had it posted at my desk for a time.1 -
Wife asked if she could see my Python so I pulled it right out.
She yells, "That's not what I meant and you know it! Show me your code!"
Now apparently I'm in trouble 😂7 -
Funny SO easter egg for those who haven't already seen it...
If you navigate to http://stackoverflow.com/admin.php/ you're redirected to a random 10 hour YouTube video.
Source: /r/ProgrammerHumor/7 -
🎶 He's making a list
He's testing it twice
SELECT * FROM users WHERE behavior="nice"
SQL-clause is coming
To town. 🎶16 -
I hate when people look at me weird when I talk sexy to my code. It's like how do you not find this sexy. Lol I'm in class like awww yeah pull that input and increment it you dirty software.9
-
How my C programs may as well be written:
#include<stdio.h>
int main() {
printf("Segmentation fault\n");
return 0;
}6 -
The best parts of being a developer:
1. Full Internet access and admin rights.
2. It's nearly impossible for someone to tell if you are working or just zoning out.
3. We have the best online communities... because we make all of them.7 -
A new way of making bad commits:
alias fuckit='git commit -m "$(curl -s whatthecommit.com/index.txt)"'
Its like Russian roulette with commit messages!24