Ranter
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
Comments
-
Asbetha6725yI've been once asked if I can repair a dishwasher ... like what the actual fuck?
"Yea it has a computer in it ... right?" -
I'm pretty sure this is a recycled Facebook starbucks CS student meme.
I've read this before, almost word for word, did you type an image out and pretend it was yours?.. -
Or in rust
@highlight
impl Programmer for Human {
fn name_fcn(&self) {
sample(ALPHA)
}
fn request_appliance_fix(&self) {
"no".to_string()
}
fn do_work(&mut self) {
loop {
if ( rand() < rand() ) { break }
}
if ( rand() < 0.5 ) {
self.do_real_work()
} else {
self.do_work()
}
}
fn consume_food(&mut self, food: Caffeine) {
self.energy += food.points*0.001f
}
} -
The traits that compile to form a programmer
-Not good at naming things
-People started asking for you to fix electronics regardless of what you tell them You’re actually studying/good at
-Procrastination through the roof
-Lives off of Coffee, POP, Energy drinks, or what ever source of caffeine.
random