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
Feed
All
Post Types
- Rants
- Jokes/Memes
- Questions
- Collabs
- devRant
- Random
- Undefined
Cancel
All
-
A day in my life. This morning Dell was doing it's update on my laptop before I left for work, so later when I knew my wife was up I asked her via text to shut my laptop off.
W: "You left your laptop on this morning."
Me: "I know, it was still doing an update this morning. I sent you a text."
W: "Leaving your computer on all day is going to burn it up."
Me: "Its 8:30, been maybe a half hour isn't a day."
W: "Still wasting electricity. How do I turn this thing off?"
Me: "It's just like yours."
W: "No, your computer is way different than mine. Just tell me how to turn it off"
Me: "My computer is running Windows 11, yours is Windows 10, shutting down is exactly the same"
W: "I don't understand, yours looks completely different. Stop being an ass and just tell me"
Me: "Select Start, then shut down"
W: "Select what? There isn't anything that says Start"
Me: "Sorry, click the little icon in the bottom left. Looks like four little blue squares. That's the Windows Start menu button, just like yours."
W: "OK, now what?"
Me: "Shut down"
W: "Shut down what? I don't see anything"
Me: "The icon that looks like power button next to my name"
W: "There is nothing next to your name except your picture"
Me: "It'll be on the right hand side"
W: "Where the clock is?"
Me: "No, on the Start menu, where you see my picture, there should be a button to turn it off."
W: "No, it went away"
Me: "What do you mean went away?"
W: "All that disappeared when you told me to click over by the clock."
Me: "I didn't say to click on the clock, anyway, doesn't matter. Start over, select the icon in the bottom left"
W: "You're not listening. There is nothing there when I click that. You're such as ass. You cannot even tell me how to turn off this stupid computer. I'm busy, you can turn this thing off when you get home."
<a few minutes later I text my daughter>
Me: "Baby girl, can you turn off my computer?"
<10 seconds later>
H: "Done. Anything else?"
Me: "Nope. Thank you."7 -
We have a bug.
I fixed it, then I said it was a super tricky bug, a race condition in the library code, and that I had to put on an issue and wait for their answer.
Boom, day off.
God I'm a genius.6 -
How is MSSQL so popular? "Oh yeah, sometimes you have to use dynamic SQL because the compiler doesn't correctly detect the impact of DDL commands and rejects working code" god fucking what? Why does the compiler infer the future structure of tables after a DDL command if it can't do so reliably? In my world, if it becomes public knowledge that a compiler incorrectly infers something, the maintainer scrambles to remove the inference instead.
I also find it surreal that I have to disengage versioning on a table in order to be able to modify the version history. Like surely, there should be a mechanism to temporarily skip the hooks other than ALTERing the table into a regular unversioned database table and then ALTERing it back, rebuilding the versioning infrastructure from scratch. SQL is awful and MSSQL is doubly awful.4 -