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
Search - "oopsies"
-
Client: I love the site and will sign your contract today. I'll even give you a bonus since you got it done early. Can you put it up there this evening?
Me: I'm so glad that you liked it. I'll bring a condom with me all filled out and ready to go so we can push it up there.
Me: Contract. Damned phone
Client: please leave the condom at home
What's your worst autocorrect with a client?15 -
*talking to a customer on the phone*
*tries to switch to the next virtual desktop for a terminal*
*BAM BLACK SCREEN*
😶😐😓
*wild Linux mint logo appears*
*computer reboots*
*realize that I pressed ctrl+alt+delete*
😅🤣
*explains honestly to colleagues and client*
Both found it funny and laughed, luckily 😆9 -
"Aah, time to make a new Android app"
*starts Android Studio*
AS: "Yo yo yo, before you proceed, update all these 512 things in your SDK"
*creates a new Activity*
AS: "Nuh uh, this shit won't work without this, install it"
*runs app on emulator*
AS: "Hoooold your horses, you need to install this, and this, and update this and this.. oh and also that"
*emulator finally runs, app crashes*
AS: "Ohh, ha ha, oopsies, your Gradle config is also screwed up, change every dependency to the newest version and then update them all"
*config finally done, runs again*
AS: "Umm, I am too lazy to sync it myself, so you must press the nice big button on top to sync it"
"Fuck this"
*closes Android Studio*
AS: "WAAAIT WAIT, before you go, a new Android update just showed up, you must upd..."
*alt+f4*5 -
You know, the whole AWS outage being caused by a typo while debugging got me thinking... whoever did that is most probably a developer who had a REALLY bad day. Could that person be on DevRant? Because the story of what the rest of that day and week was like for him or her has the chance to be the most epic rant on here ever. Poor guy/gal.3
-
Updated windows 10, was a feature update or something
Reboot and can't boot into Debian, grub error
oopsies4 -
Why do companies feel its ok to put dumb crap like this when their services go down? Shit like "oopsies" or "Oh no" doesn't make your users feel better about your shitty service.
Btw this is from Mixpanel, who I wish we hadn't chosen as our analytics platform. -
I had an interesting mystery the other day. I work in the UK, but I'm working remotely from the US for a while. First day, I made some changes, ran the tests and they failed. Weird part was the failing test was for a component I hadn't touched. I took a closer look, and realized it was a date off by several hours. The test was checking that a passed in date appears in the output. But it was creating the date by parsing a string. The library I was using defaults to local time, but the component uses UTC. So, I had inadvertently created a unit test that only passes when run from UTC. But I had never noticed before because my work is in that timezone. Yikes!
-
I kind of don’t like OOP. There I said it.
Don’t get me wrong there are times I like using it. I don’t mind some of the features but I can rarely find times I want to use them.
It can be useful depending on the project but I mostly don’t use it and when I’m using Python I always feel like I have to? I know Python offers multiple types paradigms of programming to use but everyone’s making a big deal about OOP and I can rarely ever find uses for it. What I said for Python also goes for C++ I feel like I’m forced to do it. And I especially hate it in C++ fuck that.
I’d just like to use Python, and C++ without using it or if I do not have to use all the fancy features. And kinda wish Java and C# didn’t force OOP on you but I just don’t use all the fancy features in those languages (I don’t even use java but I’m mostly talking about C# for that one).
It’s not that I don’t know how to use it it’s that I can never find a use for any of the features or just don’t want to actually do it. Personally I only really see it shining in Game development, GUI development, and MAYBE network programming??
By all means I’m not trying to flame on OOP, I just wanted to throw my OOPinion (HA) on the matter. in fact you can tell me why you like it or dislike it. I’d like to discuss the topic with anyone.9 -
Went on Twitter to learn about the Facebook oopsies.
Found a mom who is non-stop on Twitter complaining about her sons (aged 16 and 20) being subject to Social Media™
Landed somehow on POTUS comparing total presidential spending. Of course you've spent less, your term is barely a quarter of the way through, you goon.
Closed internet.1 -
My school's web design Quizlet has declared that all blind people shall now only be called "Blind". Just Blind.
Side note.. since when is a class called "a css". It gives me the giggles for some reason.
😝
Edit: I forgot to attach the picture. Oopsies1 -
So i'm a laravel dev and i love it. However one thing that only seems to happen late at night is when working with Eloquent i always end up putting () when working with relationships.
Last night i spent about 2 hours messing with
public function members(){
return $this->hasManyThrough(
'App\Member', 'App\ConversationMember',
'conversation_id', 'id', 'id'
);
}
only to find out i was calling it via
$conversation->members() instead of $conversation->members
This morning when i opened up the IDE i immediately figured out what i was doing wrong.... sometimes burning the late night oil is counter productive i guess you could say -
Am I the only one who isn't really that bothered by Mozilla's mistake with Firefox and that Mr robot thing?
They made a big fuck-up, yes, but do you think they'll do it again? I don't.
They aren't a perfect company, but neither is anyone fucking else! They're still helping the web, giving grant money to open source, and have the best docs I've found, so I think this is just a misstep, not a red flag.2 -
Guess I shoulda paid attention to that hunch I had on Saturday that it was time to finally reinforce the center of this weak table. This is what I came home to after going out for exercise. Wife wasn't happy because it landed on her foot. :(