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 - "whyyyyyyy"
-
"To use the clock you need Adobe Flash"
Really 1&1? You really need flash to show a fucking clock? Its not that hard to do this in javascript, or? Even if it is an analog clock :D There is even a tutorial of the "quality content page" w3schools about implementing this in javascript ... just whyyyyyyy? it 2018, not 2004.
(1&1 is an german ISP. This message occured in their webmailer using it without flash.)6 -
Last night by accident I put my phone on coconut paste. (don't ask.)
Although it doesn't show signs of damage, and hopefully it hasn't been damaged, my heart is still not at rest. I had enough panic for one year.
But why does this keep happening to me with tech stuff accidents? Whyyyyyyy?20 -
I am become gradle
destroyer of builds
look upon my works, ye mighty, and despair
Why can't zip/tar tasks work like copy tasks? Whyyyyyyy?
I got it working--abusing tasks.create--but hot damn this should be easier. -
Whyyyyyyy do people go back on their word and stab you in the back just to make themselves look better?
Mate, I’ve got a paper trail of your request, detailing EXACTLY what you asked for. Don’t make me use it against you to prove you’re wrong and I’m right... guess I better start collecting emails to use as self defence 😩😔3 -
A few years ago, i had a task to implement a webservice of an insurance-company into our .NET Development.
The security requirements of this insurance-company webservice were top notch.
As a client you had to build a request that used a negotiated certificate, canonical header structures, security timestamp, a secret token in header, ...
To configure all this stuff via web.config WCF was pure pain in the ass.
After many phonecalls and emails, i finally managed to meet all security requirements to send a valid request.
First, i didn't recognized my breakthrough, because my client still had thrown exceptions while calling the insurance-webservice.
Why was that?
The exception told me on the most possible gentle way, that .Net isn't able to process an unsecured response, when there was a secured request before.
So there was top notch security for requesting, but dumbass unsecured responding with all the precious customer information.
*epicfacepalmnuclearexplosionfollowing*
I even had to raise the. Net Version of our. Net client, because i wasn't able to configure that it is allowed to process an unsecured response after using a secured request.
Whyyyyyyy?!!?!!1el even!?! -
I'm a Linux guy, but for some goddamn reason I work in sound. Which means I need vst plugins and windows. EVERY FUCKING TIME WINDOWS OVERWRITES MY DARN LINUX PARTITION just enough that I can't recover it AND THEN FUCKS UP THE BOOTLOADER THAT I CAN'T EVEN BOOT Windows. Whyyyyyyy? I just want to work or play a game but now I'm stuck fixing bootloaders and corrupt partitions...... Fml8
-
I hate free cloud services needing a login. Just let me fucking access the damn app. What difference does it make, it's literally free anyways?? I just want to make a god damn spreadsheet and now I need to login to like 3 different microsoft accounts
WHYYYYYYY7 -
Programming just makes me want to eat tasty food. You taste so good but make me look more like Jabba than Han. Fucking love/hate food.
-
Goddamnit Linux Whyyyyyyyy? Whyyyyyyy? How many gods do I have to pray to, to make you work on my machine.14
-
Not sure if other programming languages class a Boolean as an integer value buuuuuuut...
The amount of times I've seen people do code such as...
if(value == true) {
variable = "blah blah";
} else if(value == false) {
variable = "blah";
}
Instead of doing a simple 1D array and going...
variable = strings[value];
It drives me crazy, such a small thing that has no real benefit but... Ugh... Whyyyyyyy3