Details
Joined devRant on 8/11/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
-
When you go to paste a piece of code with CTRL+V and accidentally press CTRL+C instead so you have to go back and re-copy it.26
-
Walking past a user's office and she's pounding on a single key on her keyboard...
Me: Can I help you with something?
Her: Well it's about time! I've been pressing the F1 key for about an hour!4 -
Why did I invest in a home automation system? Cable Internet, that's why:
if (! public_internet_available) {
cableModem.turn_off();
cableModem.turn_on();
}1