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 - "wtf wtf"
-
Yesterday, in a meeting with project stakeholders and a dev was demoing his software when an un-handled exception occurred, causing the app to crash.
Dev: “Oh..that’s weird. Doesn’t do that on my machine. Better look at the log”
- Dev looks at the log and sees the exception was a divide by zero error.
Dev: “Ohhh…yea…the average price calculation, it’s a bug in the database.”
<I burst out laughing>
Me: “That’s funny.”
<Dev manager was not laughing>
DevMgr: “What’s funny about bugs in the database?”
Me: “Divide by zero exceptions are not an indication of a data error, it’s a bug in the code.”
Dev: “Uhh…how so? The price factor is zero, which comes from a table, so that’s a bug in the database”
Me: “Jim, will you have sales with a price factor of zero?”
StakeholderJim: “Yea, for add-on items that we’re not putting on sale. Hats, gloves, things like that.”
Dev: “Steve, did anyone tell you the factor could be zero?”
DBA-Steve: “Uh...no…just that the value couldn’t be null. You guys can put whatever you want.”
DevMgr: “So, how will you fix this bug?”
DBA-Steve: “Bug? …oh…um…I guess I could default the value to 1.”
Dev: “What if the user types in a zero? Can you switch it to a 1?”
Me: “Or you check the factor value before you try to divide. That will fix the exception and Steve won’t have to do anything.”
<awkward couple of seconds of silence>
DevMgr: “Lets wrap this up. Steve, go ahead and make the necessary database changes to make sure the factor is never zero.”
StakeholderJim: “That doesn’t sound right. Add-on items should never have a factor. A value of 1 could screw up the average.”
Dev: “Don’t worry, we’ll know the difference.”
<everyone seems happy and leaves the meeting>
I completely lost any sort of brain power to say anything after Dev said that. All the little voices kept saying were ‘WTF? WTF just happened? No really…W T F just happened!?’ over and over. I still have no idea on how to articulate to anyone with any sort of sense about what happened. Thanks DevRant for letting me rant.15 -
I had to go help marketing with a website UI issue today:
Me: What version of IE are you using?
Her: Oh my god! Did you say virgin?
Me: No, "Version".
Her: Hahaha you guys I thought he asked what virgin am I using!
*room erupts into laughter*
WTF is this high school?12 -
*On a programming support forum*
Guy: My compiler keeps throwing null pointer exception at line 128.
Me: Ok. Can you post your code real quick so I could figure out what is null at line 128?
Guy: No I'm not going to show my code to someone on the internet. What if you want to steal my code?
My mind: "Dude wtf why would I steal someone's code on a support forum?"
Me: *Use the next 15 minutes explaining that showing the code is necessary so that others can actually help him, and that no one on a support forum is going to steal his code.*
Guy: "You know what I'm more convinced that you want to copy my code. I might as well just try to fix this on my own."
What?14 -
Job interview for junior dev position:
Recruiter: Implement stack
Me: Here you go *typical C++ stack implementation, struct node, push, pop*
Recruiter: This is classical over engineering, you should just inherit from std::stack
Me: wtf?14 -
Trying to login...
"Sorry your password is expired. You have to change the password every 60 days".
«Oooh, c'mon...» Inserting a new password...
"The password must contain at least 1 lowercase letter, 1 uppercase letter, 2 numbers and 1 non-alphanumeric character.
«Please, fuck off and die...» Typing again and eventually entering to private area...
My phone vibrate, there is a new SMS: "Your new password is H0lySh1t!"
WTF. Are you serious?10 -
Last year I got an Acer notebook from a guy that stated that "it isn't working". "Okay" I thought, let's boot it up.
> Screen turns on, no splash screen, no hard drive activity
> Well fuck
> Tries to enter BIOS, nothing
> Openes case to reset CMOS
> Nothing
> Okay I think I need to flash a new BIOS
> Acer support site
> "Download the exe to flash the BIOS"
> What
> Spend two hours researching
> Find out that you can flash via USB and by pressing a key combination
> Extract the BIOS binary from the exe file
> Flash it on the notebook
> Splash screen and working BIOS
> Yay!!!
> No bootable devices found
> Fuck
> Connects hdd with test bench
> Completely fucking dead
> WTF
> Order a new hard drive
> 3 days later
> Install hdd
> Install Windows
> Finally working
WTF did you do to this notebook to not only mechanically break your hdd but also fuck up the BIOS completely??!!13 -
Our parent company is pushing a new zero defect policy for code that gets shipped.
The next day they announced they are firing our QA team.
WTF?!14 -
"Cricket Exchange App"
1Million downloads - 4.9* Rating
Was quiet interested
Installed and opened
And wtf is this?17 -
User Ip Address is too long (maximum is 30 characters).
Okay, dear third-party API, I guess users with IPv6 don't deserve the service... And wtf is 30-char limit for an IP address, when IPv4 can be only 15 characters long, and IPv6 can be up to 39 characters? Did you calculate a weighted average of IP length to get that number?11 -
Had this with a relative. His laptop wasn't turning on, with or without charger so he brought it back to the store to fix it. It ran elementary os by the way (detail for later). Then he got it back after a week and we booted it and it had windows 8 installed (wtf indeed). So we called the service desk to ask about it since the issue was a broken charger (!!!). Their reply: oh yeah there was a weird system installed on it so we thought we'd reset it as well for you.
SERIOUSLY, THAT'S NOT YOUR FUCKING JOB!!
He is not tech savvy and he didn't know much about backups so that was literally about one year of work GONE. Yeah, I setup a cloud backup sync thingy for him right after that.7 -
Where dafuq is the tabs or spaces?!?!?
They are trying to teach people to code... But they don't use any tabs or spaces in their examples. Wtf. You are breeding shit coders.17 -
Me and co-worker troubleshooting why he can't run the docker container for database.
Me: Check if the port is busy.
Co-worker: To my knowledge, it isn't.
Me: Strange, it just works fine for me and everyone else.
Me: And you're sure you didn't already start it previously?
*We verify that it isn't running*
Me: I'm pretty sure the port is busy from that error message. Try another port.
Co-worker: Already did, it didn't work.
Me: And by any chance restarting your machine won't solve anything?
*It doesn't solve anything*
Me: Alright, I have some work to do, but I'll get back to this. Tell me if you find a solution.
Co-worker: Alright.
*** Time passes, when I get back he has switched to windows, dualboot, same machine ***
Me: I don't think you'll have a better time running the docker image on windows.
Co-worker: Oh, that's not what I'm looking for. You see, I had a database on my windows partition recently and I thought maybe thats why it won't start.
Me (screaming internally) : WTF ARE YOU STUPID, WINDOWS AND LINUX ISNT RUNNING AT THE SAME FUCKING TIME.
Me (actually saying): I don't think computers work like that.
Co-worker: My computer is magical. It does strange things.
Me: That's a logical conclusion.
*** More time passes ***
Co-worker solves the problem. The port was busy because Ubuntu was already running PostgreSQL on that port.
Third co-worker shimes in: Oh yeah, I had the exact same problem and it took me a long time to solve it.
Everyone is sitting in arms reach of each other.
So not only was I right from the start. Someone else heard this whole conversation and didn't chime in with his solution. And the troubleshooting step of booting into windows and looking if a database is running there ???? Wtf
Why was I put on this Earth?6 -
Me: I have been doing really similar tasks I'm going to spend some time making a template for it.
Supervisor: ok just don't spend to much time on it we have a lot to do.
Me: shouldn't take too long
1 hour later.
Supervisor : how's the work going.
Me: almost done with the template.
Supervisor: this is taking you way to long I need you to just get back to work.
Me: ok
He leaves and I continue work on the template.
30 mins later.
Show him the template.
Me: I cut my time on this specific task by 80%
Supervisor: good job glad I knew you should do it.
WTF YOU WERE TELLING ME NOT TO.5 -
Two thousand fucking eighteen people!!!!
Stop this non sense "get a plane" for a fucking meeting that could be a fucking video conference.
Wtf? Everyone here seems to be addicted to flying, specially upper management... And if we need a new switch to keep the network running? Oh, for that we have no money :)4 -
Me reviewing some high school level exams after an Excel course.
"hmmm the next question is 'what does the symbol $ mean when found inside a FORMULA in Excel' ... Let's see what they answered..."
* "it's the symbol for DOLLARS" <-- well, he tried
* "I don't know" <-- mmh ok, he doesn't know
* "it can be either a plus or a minus" <-- mmmh maybe the interpreter will just figure out the correct one
* "it's used to keep an index fixed when you copy/drag the formula" <-- nice, someone who actually followed the lesson or at least knows how to google things when the teacher doesn't see
* "it's the symbol for POUNDS" <-- WTF!! Wait a moment: POUNDS???? Have you ever lived a single moment in this world? -
WTF Apple! That new name is longer than Empire State building! on the right how it was, on the left how it will be if I migrate to Swift 4.2 ...9
-
This is one of the most unexpected, silly and ridiculous behaviors of MySQL: it doesn't support LIMIT in sub-queries, however it perfectly supports it in sub-sub-queries. WTF.10
-
Beginning of a Hackaton and the CTO calls everyone up and tries to instigate everyone with this gem:
"Challenge yourself and what we have. For example, instead of AWS use Swagger."
🤨
Nobody says anything but has the same WTF expression ... How do these person become tech lead?2 -
This fucking kid has the audacity to ask for me to decompile someone else's work and recompile it for a newer version. Wtf man4
-
Came back from vacation today to find out that some FUCKTURD PIECE OF SHIT deleted my virtual server!! Tried to find any traces on who that SHITFACED NUTSACK was without luck. This server is hosting several websites, some having files and data stretching over more than 10 years! Spent the day praying to GOD that my equally old backup scripts had run and where the FLYING FUCK those files were saved. Luckily the script had worked and I found a recent backup so now I can start the restore process on another machine. But still. WTF!!??6
-
Someone posted a picture of a porn actress(like a *new* actress) that looks exactly like my manager.....bruh this is killing me she looks exactly like my manager to the point that it is freaking me out thinking that she has a gig on the side or something
I can't get over this.
This is what happens when your manager is insanely attractive.
Internet wtf.
No i am not posting pictures.55 -
so, yesterday I configured a server for a production,
today I rushed into the room only to find a server with KDE plasma installed, Pycharm editor and a browser open.
WTF, how long until all developers realize that a terminal is a UI.1 -
Why can't I get my printer to accept stuff from my laptop but printing from my smartphone is easy as fuck?
Wtf is wrong with my laptop?
Wtf is wrong with my printer?
Wtf is wrong with me?7 -
Microsoft is bring Edge browser to Android and iOs.
Wtf?
"one of the most common requests we hear from people who use Microsoft Edge on Windows 10 pcs is we want our browser experience to move to our phones"
I think you'll also find another common request is for you to actually finish the damn thing and make it usable.14 -
After years or Windows, I bought a Mac.
It is a shitty OS.
Resizing windows? Nope
Uninstallign apps easy (some) ? Nope
Show/Hide files easy? Nope
Jump between chrome windows? Nope
Wtf is wrong with you Apple?34 -
Seriously?! What the actual fuck?! O.o Dafaq were they thinking?! In our building, we have a lift..two buttons..one up, one down.. duh! How hard it is to actually program them properly?! I wanna go down, I press down..then the lift takes the guy from 4th floor who wants to go up to 5th down to second and I enter..then we go up to 5th then down to zero.. WTF?!
Am I missing something?! Am I going crazy?! Or did someone fuckup the comands badly.. WTF!!!!6 -
Out of all the bugs, the most annoying are the ones that come out and make me say "WTF?!?!? WHY THE FUCK HAS IT BEEN WORKING FOR THE LAST 2 YEARS??!!?!!??? THERE"S NO WAY IT COULD HAVE!"
When the bug surfaces, you investigate and see that it indeed IS a bug and there's no way it would ever work w/o a fix. But then SOMEHOW it's been working just fine for years....
It's like server elves went on strike and said "no more, it's enough covering that bug - it's time you fix it, lazy-ass idiot!"11 -
Manager assigns a work to Back End developer.
"Build a webpage".
Manager assigns a work to Front End developer.
"Check the server code"
Backend Developer: WTF
Frontend Developer: @%%^#^&&5 -
YouTube: Wait 5 seconds to skip this ad.
Me: Ooo this ad looks interesting.
*Watches for 15 seconds*
Me: Nah I'll watch my video now.
*Presses "Skip Ad"*
YouTube: Oh you like ads? How bout I give you another one right away? And this time you can't skip it!
Me: WTF???
(For those wondering, I usually don't mind YouTube ads. I have Pi-hole running on my network to block other ads)6 -
Wtf!
0. My name is not Den
1. I never registered an account at Wallmart
2. I don't live in the USA
3. How the fuck did my e-mail end up in their DB18 -
var { name: x } = person
Day 1 : that's some good ES6 code man, I'm so 2017
Day 5 : Oh yeah I think it works, dont really remember
Day 17 : WTF is that ? Is that even Javascript ?10 -
I removed mic permission from Google and Google play Services, and now Everytime I make a call, I get this notification. wtf. Is Google listening to my calls or what.
Any devs here who know why tf does play services requires mic while I am making a call...?20 -
Just received this beauty by a customer. They "made some changes to the HTML". WTF?! Also, alongside was another docx called "printscreen.docx" with only a picture and nothing more in it. I would really like to laugh, but it would evolve into sad, depressing crying.
(Sorry for the "screenshot", but this is on a very restricted Winshit laptop we got from the company who buys our stuff.)4 -
It took 2 fucking days for the network team to assign permission to my username to access 2 x dedicated servers on the network.
Like dude WTF, it's a 5 (max) minute job. I'm not judging just saying.2 -
What the actual fuck?!!! ifconfig: command not found even after installing net-tools, just wtf
Who the fuck thought replacing nicely formated output of ifconfig with that garbage that "ip a" shits out was a good idea?!!
I will hate whoever did that until they burn in hell11 -
So I went with a friend to a printing company today and asked this gem: "so , will you print the white too?"
Before he answered I realized my momentary retardness and said: "wtf, what a stupid question."
I think I need some rest 😂😂2 -
Wtf? Who parties in the middle of the week?
My Alcoludo game has been installed on 96 devices yesterday, when normally average daily installations are between 1 to 10. Not that I'm complaining 😅7 -
That annoying co-worker that asks you each and everything about programming and when you tell them, they be like "Oh I already knew that"
WTF Bitch!3 -
javascript... the language where your code works even if you forget ';' and declaring your variables.
wtf7 -
Ok so I was talking to my computer science teacher earlier and he said that he would rather use vim over PHPStorm for creating a laravel project. WTF!
Normally I would be cool with it, but he has pushed faulty code to git over 8 times. I'm just done.8 -
Been programming Java for a few weeks now, and WTF is this, Java?!
"Example".equals("Example")
What is wrong with the form that a dozen of other languages use?
"Example" == "Example"
P. S. If you don't know Java, the latter one compares for the type of objects and always returns true in this case.15 -
So I finally graduated and got a job with a startup. I had to move to a different province to join it.
Hmm, ok sure. I spent a month planning and buying stuff, rented an apartment etc.
All set right? Plot twist.....
Just about 15 hours before moving there, I get a call that investors backed off from investment and my position was cancelled.
Wtf? Did it just happen? I even rejected a big company offer for this and I am unemployed still!!! Can't believe what can happen sometimes....7 -
So i just read an article by The Verge on some good and bad things about the pixel 2.
Listed as a con: "Pixel 2 and Pixel 2 XL... have the same camera"
HOW THE FUCK IS THAT A BAD THING!?
So it's bad that they don't cut down the camera on the cheaper phone to make the XL more appealing?
I really don't get wtf they're on about...20 -
Me: I deprecate a react component, because it's bloated and no longer makes sense, and I let everyone on the team know that we're working to get rid of that component
Other Dev: Hmm, if I copy this component for every time that it is used, rename all of my copy's and delete the original, I got rid of the deprecated component...
Me: After hearing that deprecated component was removed... "Good job other Dev"
Me: A couple of weeks later after dev leaves company and I start adding some new features to the app "WTF" -
WTF chrome/google?! Fuck you & your new designs & features!!
Anyone else got forced new grouping for tabs after the update?! Hey, you can group tabs in.. I know, I just don't want to!! It's fugly and annoying and counterproductive..
It used to work to change flags to not have that 'feature' but I can no longer force the old layout for tabs even with flags.. :/ It's driving me nuts..25 -
Wtf Microsoft ?!?
Clean install of windows 10 pro, got everything set up, now Microsoft Store does not work because I need an app to open ms-windows-store ?!?
Common answers found on Google does not solve the problem -_-6 -
QA: “not accepted since text differs from specs.”
Me: “but... the text comes from specs, I copy pasted it yesterday, wtf?”
*checking specs versioning*
Specs updated 1 hour ago
Having to input text from jira to the language strings cause design’s too lazy to do it themselves is stupid enough, but the good old “specs changed after the feature is done” gig is a must... to remember you why you hate working for someone.13 -
Seriously, wtf..
- Getting ready for the K.I.D.
- Will need a red LED light/lantern to see things around w/o waking the kiddo up
- Order a bunch of various models
- Receive some of them
- The another one arrives - it only has white and blueish-white modes
- Reach out to the seller, ask to send me what I've ordered
- Seller replies with:
> Hi, friend
> I am very sorry this light is out of stock now
WTF dude... I order a particular SKU of your products, I need it for its particular properties the other SKUs don't have and when you see you've got no more left you do what? Send me a random product? Seriously, WTF man?!? How about ping me with a message, explain that you've oversold the item and suggest a refund? naaah, too much work, right? Just grab whatever products you still have left on your shelf and send them to your customer instead. /s
WTF MAN?!?!2 -
ARGH. The moment you realise the previous developer centralised ALL of the current software around a M$ access dBase. WTF. Same dude also stores day of year, week of year, month number and year as seperate fields in a MySQL dBase. Alongside a datetime stamp. OMFG!!!!9
-
I'm literally the only one who locks the screen here at work.
Always makes me wanna do something to teach then.
My boss always leaves the screen unlocked with sublime opened and goes to lunch!
I think someday he was logged into production also...
And I'm like: seriously? wtf...
I lock my screen even when I'm home alone... yes I'm that paranoid...
No one is gonna "Greek question mark" me 😂18 -
I was trying to understand the source code of aircrack-ng which is written in C today.
Suddenly I saw sth strange !
WTF !! what is #ifdef ??? I've never seen that before !
So I told myself : hey ! You have to download a complete C programming course!
so I did , but when I skimmed through the titles , again:
WTF ! I know all of them! So why the fuck I could not fully understand the code ? Where can I find anything I missed ?
So... I'm asking U :)14 -
The game we have all been waiting for is here!!
http://store.steampowered.com/agech...
o wait....wtf -
Just found out that our front-end intern that has been here for more than 4 months don't know about "onchange" events!!!
wtf man? I'm back end and know this shit...2 -
Client doesn't have any idea what pages/links they want for their website. Same client told me to call the guy who recommended me to him for the project brief...wtf...I mean WTF!!!5
-
*Runs MySQL benchmark on a new server*
Result: 30 read queries a second.
*Hmm.... that can't be right...."
*Creates simple node benchmark script and runs it*
Result: 400-500 read queries a second.
Wtf mysql...8 -
Slack is cool and all... But do we really have to have an "account per team" ? Damn I cringed so hard when I was setting up two-factor authentication and realized it was this way... Wtf...6
-
Earth to Moon - 238,900 mi
Moon to Earth - 238,900 mi
New york to London - 3,459 mi
London to New york - 3,459 mi
Monday to Friday - 5
Friday to Monday - WTF!!!2 -
The WTF moment when I realized that the main production DB server was configured with **dynamic** private IP. After maintenance upgrade and reboot the rest of environment stopped. When I explained to sys admin what caused the production breakdown hi still did not get that :/3
-
You think jQuery would finally have died after the IE era? Or that it would only be used to still pander to IE users?
Well... nope: https://w3techs.com/technologies/... says jQuery 3 has overtaken jQuery 1, which was the only version to even polyfill IE.
WTF is wrong with web devs, just WHY?! jQuery's use cases are shit that would be simpler and with less code without jQuery, shit that should be done in CSS instead, or shit that doesn't belong on websites to begin with.42 -
First day in new job, decided to take the train because city is so overloaded with cars, it is end of april and snow outside wtf. Best weather for coding :D4
-
I already knew that Disney was scum, but trying to use an EULA to claim immunity in a wrongful death is off the charts.
Imagine, you used WIndows once and then switched to Linux. Then Bill Gates accidentally runs you over while executing his duties at Microsoft. Well sucks for you. You agreed to some absurd terms in the Windows EULA. You waived your right to sue Microsoft for any reason. Now lets be less ridiculous. You are at a hospital and the machine that helps the doctors determine drug dose has a software bug. This software is made by Microsoft. Nope buddy, you are fucked. You used Windows once.
I realize the logic even for a lawyer was flawed, but the fact that these POS companies try this shit is so wtf. I am not even sure what to think. They are definitely not interested in your well being.8 -
My manager tracks progress and issues using Excel.
Asks everyone in the team to put feedback on Trello.
I can't even..... WTF -
One employee explained something to another, while i was walking by.
He: "... now we have 800 instead of 4000 on this Page ..."
Me: "Miliseconds?"
He: "Executed sql querys"
WTF?!?5 -
Network manager: administration just canceled our domain registration 2 months before schedule.
Boss: uh.. OK... but can't we make a script to route traffic from www.canceled.com to our server?
Me: that's not how DNS works ( proceed to explain how DNS works )
PS: boss is lead developer... wtf?2 -
THOSE PEOPLE/TEACHERS WHO PUT TWO SPACES BETWEEN SENTENCES, WTF IS WRONG WITH YOU. ITS NOT THE FUCKING TYPEWRITER AGE, THE COMPUTER DOES SPACING FOR YOU. MIGHT AS WELL DRAW SERIFS ON WITH A PEN AFTER PRINTING BY THAT LOGIC.10
-
„Please do not ask any questions in the meeting next monday, I don’t want to be embarrassed!“
- The senior giving me and two colleagues an introduction into his field of work...
WTF1 -
tldr: maintainers can be assholes
So there's this python package+cli tool that I found interesting while browsing github and thought of contributing to it. Now this repo has around 2000 issues and multiple open PRs so seemed like a good start.
So i submit 2 PRs implementing similar features on different sites (it is a scraping repo). This douche of a maintainer marks comments various errors in the code convention not being followed without specifying what they actually were. Now I had specified that i was new to this repo so and would need his help (I guess this is one of the jobs of the reviewer). This piece of shit comments changes in the pr with one or two word sentences like "again", "wtf" and occasionally psycopathic replies. That son of a bitch can't tell what's wrong like wtf dude, instead of having a long discussion over the comments section of the fucking pr why can't you just point out what exactly is wrong and I'll happily fix that shit, but no, you have to be a douche about out it and employ sarcasm. Well FUCK YOU TOO.1 -
Didn't go to class on Friday cause some asshole broke into my car. Checked slack for my homework over the weekend before bed and...nothing.
Check slack 2 hours ago... huge project due in 7 hours... wtf slack thanks for no notification and updating my messages late as fuck...
Time to brew some coffee I guess.1 -
this fucking senior dev, just send the following messages:
pull development,
Did yarn install
now yarn dev does not work.....
BRO: READ THE FUCKING ERROR MESSAGE!
It's plain English!
Seriously wtf.2 -
So, I was rejected from a job cause I didn't answer one mail asking for a technical detail about my code... my bad for it.
Except I checked the mail every single day and it was neither in mails, nor in spam, nor in the other gmail smart labels, and it magically appeared October 30th, with the date 27th October. WAT?
I am not even angry (I am extremely sad because a remote job would have allowed me to finally move in with my sweet half, but that is another story) just... wtf? How...did it...? WAT?10 -
Learning Angular, starting with a hello world example:
$ ng new wtf
added 1180 packages from 1294 contributors and audited 21849 packages in 18.753s
found 13 vulnerabilities (9 low, 4 high)
Oh, great! Broken from the get-to! But wait, there's more joy!
$ vimdiff wtf/node_modules/is-odd/node_modules/is-number/index.js wtf/node_modules/is-number/index.js
Fresh project, is-odd requires is-number, the project itself requires is-number. And is-number is there twice in two different versions. The notion of a number must have changed drastically in the last couple of years!
Seriously? Angular doesn't even give me the chance to fuck up the dependencies on my own!7 -
Whaaaat theeeee actual fuuuuuuuuck. So basically I've got a server running and everything is fine. All services are working and I can access the webserver running on it over every browser. But randomly my ssh access stopped working (can connect but doesn't return shit after last login message) and when loading the web config thingie from my provider it gives me an empty response (all other pages from the provider are working). So basically I've got a working server I cannot access. But I'd like to access it and cannot even restart that shitty thing.
Anybody else had a problem like that or has any idea wtf is going on?5 -
WTF C++?! I liked you, I defended you, I told people about you. Then you go and do shit like this:
int main(int argc, char* argv[])
to
auto main(int argc, char* argv[])->int
Seriously C++ WTF?!15 -
I've found a job as a junior developer several months ago, but I really want to find another job...
I know, my knowledge and skills aren't superior yet, but I am tired of that feeling of being useless.. I constantly self-educate myself after work and university, but still, I often need to ask co-workers "where's this form?", "wtf is that", "how do I access this"... Plus, their projects are HUGE, but no matter how big the project is, there are 2 to 4 people working on each at a time. And 1 person may work on 2-3 projects. And we are usually late for deadlines :/
Also code quality is meh..
Me: Why do we implement it here?
Co-worker: oh, we don't actually use it, it's just to hide warnings and pass the test.
Holy shit, wtf, I've spent half day trying to figure out wtf is this and why is it not working :/2 -
A cousin: Hey, You're a programmer, right?
Me: Yeah, what do you need?
Him: My smart washing machine is not working, can you fix it for me?
Me: Well.. call the company.
Him: How can you call yourself a programmer? You didn't even know how to reconfigure my cable receiver yesterday!..
Me: .... (WTF internally).10 -
I help maintain software that services thousands of users across millions of dollars of infrastructure.
My resolve is stronger than steel during a production outage.
Plex goes down for 1 minute at home and my toddler loses it, and I'm a fucking wreck.
Wtf is wrong with me?!4 -
CS Teacher today:
"Transport Layer provides Security and Encryption to the communication" (TCP/IP stack)
me: WTF? Encryption is provided on the *top* of the transport layer (aka Application) ( and below [Network Layer] there is IPsec)
Teacher: no, it's wrong.
me: so Wikipedia it's wrong, RFC 5246 is wrong, and you have right?
Teacher: Yes.
me: Ok. (aka fuck you!)2 -
It's always fun to learn from your COLLEAGUES that you're about to leave the project and should hand off your responsibilities to them.
And when you ask your manager WTF?? you're replied with "calm down, nothing's decided yet, we're only talking at this point"2 -
My new colegue at work was tasked with getting familiar with some Java code that had security vulnerability. He complained about slow build time for the first hour and then I stopped paying attention. At the end of day I checked on him and was like wtf how are you still trying to build this.
Turns out he ran Gradle task bootRun and watched logs of working app for 8 hours because he thought that's build xD -
Don't you love it when you're in a full-on creative mood but the whole universe is somehow working against you doing anything productive?
Woke up in the morning with bright ideas for my app. But my PC restarted and my IDE crashed. After getting the IDE up, the project no longer builds. After spending hours to try and fix it, reinstall IDE and ............... voila............... everything works. I mean WTF?1 -
Hate these managers.
I started working on a company 6 months back. When i joined i was told such amazing things about this place. I was given a job to develop a tool for a client. I did that alone. Now that the final deployment is done i am not needed there any more. I can start looking for outside work. WTF why would you hire a guy if you want him to work for only 3-4 months when you can hire a consultant or someone on contract or mention that in beginning. Fuck you even i want to leave this place now as soon as possible but still have to see their stupid faces for next 2 weeks.2 -
I'm a tech lead for a new agile project for a manager who knows nothing about agile. Having to work on a chart that shows exactly how many sprints each milestone will be and when it will complete for like, 17 sprints from now when requirements aren't even set. Wtf?7
-
I am watching Amazon prime Mr. robot and WTF hacking is so easy you just need to be alone and yeah morphine :P9
-
Monday
pm: anon we need this by Friday I will get send you the requirements.
Tuesday
Pm no show.
Wednesday afternoon
Pm: here are the requirements anon(literally only one sentence) wtf
Thrusday
Pm: can I test it anon.1 -
was handed a new .NET project (im not a C# guy). i go to spin up a windows 10 machine, i have a 20 gig SSD thinking that would be enough - Windows 10 + Visual studio is 24 gigs???? WTF!!!!2
-
WHAT THE FUCKING SHIT DO YOU WANT FROM ME??! I LITERALLY GET SPAM MAILS EVERY 5 MINUTES (i know I know, some of you get more than that) ABOUT BITCOIN. I NEVER DID ANYTHING FUCKING RELATED TO CRYPTO CURRENCY! HOW DO YOU KNOW MY EMAIL?? LIKE WTF. I'm sitting here doing my stuff and every few minutes my phone starts ringing and I'm like "hey maybe person x answered or something else important happened" but when I actually look at it to see whats up it's just a fucking email about bitcoin being outdated and it tells me to maybe invest into other crypto currencies. After actually reading one of the spam mails because I was interested in what they actually want from me I had to find out that they do not even mention any other currency or website. WTF INTERNET?? WHAT DO YOU WANT?2
-
I was using Delphi 7 to develop a desktop application in Windows 2000. Every time my application opened the standard Windows open file dialog, I'd get a BSOD but only if I was running the application with debugger attached. Never found out WTF was wrong... Just changed my code not to show the open dialog if IsDebuggerPresent() was True.
-
> Be me
> Programming for an embedded system
> It's not interruptable
> Got ISR Fault (Interrupt Service Register)
> WTF
> Breakpoints are useless
> WTF
> Comment out some lines
> Turns out it goes ISRF Infinite Loop because of the multi dimensional array of strings
> WTF
> Use pointer intead of defining actual size
> Works
> WTF
WTF?1 -
Was there a recent CSS update or something? My website just broke all of a sudden. I haven't touched anything since last year WTF4
-
I am working in a speciffic engineering team. We are using tools the company has bought and has separate teams administrating them.
Tool X is malfunctioning, throwing server-side errors (some .dlls are mentioned in the err msg)
Me: XAdmin team, there are some suspicious errors and I cannot achieve desired results using tool X
XAdmin: Let me see
XAdmin: I have checked a few forums and could not find a solution. Please log a vendor case
Me: *wat........*
Me: Vendor will most likely require some techical info, some licencing info. How do I go about that?
XAdmin: reach out to the vendor, they will schedule a call. Forward that call to me
Me: *wat............*
Me: *for shits and giggles, register a bogus account at vendor site, try to log the SR*
Me: XAdmin, while logging a SR I am asked for licencing info. What is the aaa, bbb, ccc info of your licence?
XAdmin: *crickets mating*
wtf buddy... How can you call yourself Admin of tool X and ask your customers to log vendor cases for you.....? WTF are YOU there for then??
I'm still WTFed. Like wtf....
EDIT: the guy I was talking to is XAdmins' team lead1 -
So I've been maintaining our company's web products for a few years now with a great senior dev, but why would it ever make sense to have a
bool somebool = returnsBool();
if (somebool == true)
...
WTF?!?! I still fine them in the code to this day.6 -
wtf...
Ones of the best bugs I love the "most" are the ones where the fix is counter-intuitive, e.g. making smth seemingly incorrect to rectify the issue.
Like today, I crafter an SQL query to fetch some PG metrics. And postgres-exporter refused to accept it until I added an excessive comma [,] at the end of the SELECT block (right before FROM).
Like.. wtf...12 -
Had a coding challenge for an interview. 2 questions and I passed all the tests on both questions. But I got an email from the recruiter saying that one of my questions didn’t have a working solution??? Wtf it passed all the tests, am I retarded?3
-
Kafka lead after a perf test - we have amazing performance, processing 43 records a second😄
Me - WTF!!!! 🤬5 -
Daily wtf:
Got my new bt headphones. Went to work and plugged my bt stick in the PC. Paired them and double clicked on volume control. Each time i clicked ubuntu froze for 30 sec.4 -
I am not even at our office yet the PM already sent us multiple emails asking us to do trivial stuff like update excel sheets, file reports, etc... WTF!? Can't you fucking wait till I get to work!?1
-
I've refrained from commenting on which IDE is best and which isn't, what simply works for me is eclipse. So far it handles stuff for me pretty nicely... until today.
Look at this screenshot, can you spot the wtf? Like, SRSLY, WTF.... Might it really be just that DOT at the end or is it just the dot concatenated at the end of the error message?13 -
wtf boss!!!! Is it so hard to understand that having one column per year is a horrible bad practice?9
-
I never liked YAML. But lately, I'm starting to dislike it more and more.
I mean, wtf is that?
- digest YAML input -- a valid YAML
- digest JSON input -- a valid YAML
A language that embeds another language.
Can it be any more confusing..?
Sure it can. the
```
script:
- echo "John said: hello there"
```
will fail YAML linter, because, even though I used quotes, yaml sees `echo "John said` as an object key
I think I'm yet to find more nonsense with YAML. And eventually, I'll grow to hate it.8 -
So the company I work at is moving to a new location. We are a small company, so we were all talking about potential problems with the move - network, internet, firewalls, access to servers and so on. Us trying to cover all possible scenarios.
Our CTO looks up and says: “or we could just cross our fingers and hope for best”.
WTF🤯2 -
WTH. My TV, with a plugged in chromecast, just turned itself on and played music that definetely was not mine.
First thought was, that someone got into my network and was jerking around. A little later I figured out, that my mom started the playlist on her phone and somehow it triggered my cast und turned the TV on.
Seriously WTF4 -
Microsoft is fucking kidding me with the fall creators update, default onscreen keyboard is so tiny (that little black box below the login form) that the letters are rendered indistinguishable and you can hardly touch them with your finger. WTF?!?!4
-
This crap is cracking me up, WTF.
someone actually sent this to me, and i loosed my shit, screaming WTF, jeez.5 -
There was a big hairy ball of SW mud from another project that a poor coworker had to "reuse". Only that it was impossible because there was no documentation, shit was partly auto-generated with mysterious Excel tables, and the actual code was just as bad. No APIs and nothing, just hacking shit into globals, several nested state machines that were overriding each other's states, and with global side effects. WTF.
Two devs took a look at it - minimum 8 weeks. Schedule was some days, and PM insisted that it was "already working". But the worst thing was that the dev in charge had been looking for another job anyway and quit, so the whole clusterfuck suddenly was on my desk.
The code was so awful that I could only bear it with both eyes closed, so I instead read the spec of this project closely. Turned out that it didn't actually demand this feature, only a small subset of what the ball of mud was supposed to achieve - which I was able to implement from scratch within a day, plus another one for documentation. Phew. -
Today someone took a shit and didn't flush...
Normally you have your typical candidates, who are pissing standing in the stalls although there are free urinals, people who don't wash their hands after pissing or just splash like 3 fingers with water. Even not washing hands after taking a dump, which is pretty disgusting... But today? Some dude in the stall next to me took a shit, wiped his butt... and went away... No flushing no washing hands... Wtf is wrong with people?5 -
Wow WTF!
So for a new client, they have their domain on a registrar that has the most ugliest and confusing UI ever.
So I decided to transfer the domain to somewhere better.
Guess what, it takes 5 days for them to release the domain. The site would be down and I won't be able to proceed with my work until transfer is complete.
In hopes to speed up the process, I tried to create a ticket. There is no ticket system and their only available contact email listed is sales@shittiestdomainregistarever.com
I mailed them yesterday evening hoping for a reply.
Few hrs ago, I received a bunch of automated email on some ticket I never created.
The biggest WTF is that the To: on that email is some other customer's gmail address and I am CC'd along with a bunch of other customers gmail and hotmail addresses.
Seriously, WTF is this?! I'm glad I took the decision to move from them19 -
> Developer in a company that builds Enterprise Applications with web client and stuff.
> Had an really nice website a which colleague made with joomla as base.
> New CMO thinks it would be cool if he could change more details.
> Company now uses some cheap ugly website builder.
WTF is wrong with u O.o -
could'nt build my react app, didn't understand the error Module not found: Error: Can't resolve '.... app.css'
worked on my macbook, didn't on my ubuntu server, took me 3 days until I realised the css file is named App.css and not app.css
wtf apple, wtf me -
I`m new to coding. So i`m also new at ranting.
I know i have something to rant about. But my nerd culture is just not yet at the level.
I have been taught by a mate to used linux and started vanilla javascript. We use intellj as IDE.
So i have to speak to this client whose previous IT provider was gonna code his thing with ASP and visual studio!!!
Right?! WTF?!!! But that`s all i got!!!!
Im pretty sure its a wtf?! But i don`t have the rock solid reasons why.
Please ranters help me become better at rantong and tell me i`m not wrong and why ;)9 -
Today, IT director blocked off a part of Friday afternoon on everyone's calendar as "focus time." WTF.6
-
“This value must be shorter than 20 characters in length.” … password field, bank website, 2016, wtf ¯\_(ツ)_/¯2
-
What the fuck? Been trying to see rants all day long at work and at home and DevRant was super weird as if I wasnt connected, which I was...
Tested jsrant.com and the api was working...
Connected to a VPN on digital ocean and everything works flawlessly, dinconected from VPN and DevRant is off again...
Now on VPN... Wtf...5 -
Another unrelenting "Please remove me from this email thread" reply-all's trickling in every 5 mins today due to someone accidentally cc'ing to broad distribution group at company.
WTF is email functionality a lost art or people just trolling?2 -
Can anybody here tell wtf answer of this question is?
Most of the quizzes in this test are terrible. Answer to some options don't get displayed because it gets parsed by the browser. I think the person who developed this website and questions suck at this.5 -
IIS curse you and your nuances!
I launch my local web application (which was working fine) and now get CORS errors and 404 not found. Wtf. I clean the solution rebuild, same thing. Then I restart my PC and try again. Same thing.
Then I use Firefox instead if chrome and it magically works. Wtf!
It's hard to fix broken things when they fix themeselves afyer trial and error2 -
Installing COSU devices. Need to setup 200 Androids. I boot up number 43 and it's set to Chinese language. I switch to English. It registers with the network.. WTF there is a sim card inside. =D And it was in a sealed package.
Now I am a proud owner of some poor bastards China Unicom WO sim card. =D -
Hey, what do you think about WTF capes for duckies?
Oh I'd put like three of those on a duck and the proceed to throw it at the people that displease me. 😇😈
DevRant issue: https://github.com/devRant/devRant/...1 -
Why the fuck would you want to use a .tt on a web.config file?!
What about they keys you don't want to be mandatory? And you want to set some defaults for them if they're not present in the web.config file?!
I mean WTF?! Am I missing something here?!
Or is it really just that you wanted to be cool and have a file that writes some more code in another file in your project?!
Fuck!!1 -
So I was using Defraggler to defragment one of the partitions on my computer, and somehow ended up with more fragmentation than there were to start with. WTF?!12
-
Junior asks me to help him with his Microprocessors project. I was like cool mail it to me I'll check it out. He sends me a .s assembly file and tells me this is machine generated code, can you make it look like it's written by a human. I was like wtf dude -_-.
-
I just love it how team git & team TFS managed to migrate same fuckin project several times from one source control to the other and back.. and they all root for their source control as it's the bestest of them all.. yet when presented with specific conflict situation and asked how to most elegantly resolve it I get an 'ugh, I don't know, I've never worked with anyone else on a project let alone on intertwined parts so I never had to resolve conflicts.' -.- Dude, wtf?!2
-
Programming in Delphi without any concepz. Done in CS class in school. Like wtf did anyone see delphi even near production?! Teacher did not know any other programming language2
-
friend : can you help me modifying my client's website? It's a company profile website so no complicated stuff.
me : let me see...
*it's bulit on opencart*
me : wtf
friend : exactly 😂1 -
So, here we are using postgres in production with the fancy feature of UPSERT. We’ve got loads of request popping in, both new and updates - so the UPSERT getting triggered alot. Today we faced a problem with integer within our app stating that the number is too high. We were like «WTF? Already?!»! After looking in to the features of UPSERT, we came to realize that any sequence will be incremented regardless of an insert being handled. This results then in an ID field being defined with ids such as:
1
2
5
19
222
73377
282828282
Etc. You get the point..
This design is so WTF and I have absolutely no idea why anyone would like their IDs to be generated and incremended even though there is no insert. I hope it is due to my naivity that I cannot comprhend it. Oh well. UPSERT, you’re forever gone 👍🔥2 -
wtf devs, you working hard to make updates and then complaining other apps doing same thing: making themself better. wtf?1
-
Never underestimate the power of a misplaced static in your Java to totally fuck you over.
I was busy with my computer science project for the semester where we have to implement a Sudoku solver without backtracking by using graph theory.
So there I was writing my data structure for the grid when for some reason all the cells were initialized with the value 8.
After a whole night of debugging I was about to start over when I realized I had made my array static.
And boom, it works. WTF!!!!!!!3 -
I genuinely have respect for people and their professions.
But . . . why the fuck are IT Support generally hard to deal with.
I don't fucking have access to a Service and I damn need access. Support immediately without checking says: no you do have access go to xyz find the service click on it bla bla bla.
Bitch, you think I didn't try all that and just felt like having a conversation with you?
wtf5 -
In a startup WE: "I want to create airdrone who can detect agression and survey people by flying on the street. I'll call it Big Brother."
WTF dude ?!1 -
Samba 4.7.? What the hell?
Some update broke all my plugins and shares.
And now windows refuses to open the fricken shared folder.
"Missing permissions"
At least I can connect to the server again.
But still, wtf!
This thing is keeping me from enjoying my 40Gbit RDMA infiniband network, that little piece of fucken shit SAMBA.9 -
So why exactly did anyone ever use zoom? The first time I ever heard about zoom was when I read a very detailed code dissecting mini writeup of its obvious flaws by a sec. researcher. Why and when did zoom become a thing? Also wtf where the zoom devs smoking and where can I get sum? That shit must fuck up your brain beyond repair.....1
-
Wtf google is that so hard to make it easy to wget/curl some files/folders from google drive? Wtf...2
-
WTF?
Just found this code:
"It is assumed that all 'static final String'-Attributes of this class are a key in the property file (which is validated by reflection)."
SO REFACTORING YOUR FUCKING MAGIC NUMBERS WITH A MEANINGFUL CONSTANT MADE THE APP CRASH. ASSHOLE. -
Moved into management and now I miss the coding part of my job? Wtf is wrong with me, I used to dread coding.2
-
So I just heard that Bitcoins are illegal in my country. Like WTF? This is outrageous! Are you that much of a control freak that you couldn't allow a cryptocurrency to run, government? You and your taxes and shits!!! Ughhhh!
On another note, the cryptocurrency is indeed growing its boundaries. What are your opinions on it? Do you think maybe one day it will replace all conventional form of currency as we know it today? If yes, how long will it take?6 -
Src: RPi FAQ
me: *wtf!?!*
what is the sense of this?
my option:
option #1: stop production of pi2 and sell only pi3
option #2: sell pi2 fast as a pi3 but without WiFi/BLE etc... if there are tecnical reasons that makes this not possible see Option #11 -
That was weird...
Yesterday I took a LinuxFoundation exam in their proprietary PSI browser. I took it on a freshly installed latest LinuxMint.
Due to the obvious reasons, PSI asked me to shut down the following currently running applications:
- chrome
- dropbox
- shutter
- Mail.ru
wat da fak?
I closed the first 3. Mail.ru remained
wtf???5 -
So, I was using YT on my phone now since I'm at my family over the holidays. So far so good.
I just noticed, that google apparently cant even make apps good. FFS, I'm playing a YT vid (fullscreen, landscape) and then close fullscreen.
Guess how it looks now:
a) landscape mode
b) portrait mode
c) locked portrait mode until you go back to the fuckin homescreen where it rotates again
WTF YT5 -
Go to this place on maps https://goo.gl/maps/8HUBBxJuvaS2
There's a link to their webpage, click the link, download the file and open it with a text editor.
Wtf 😂🙄5 -
Long one
So our newest team-mate has made a channel dedicated to make fun of or scrum master, then I send him a pm saying to cut out the childs play, and we need to act professional.
Then he tells me that our scrum master is okay with it, and really looks like he is!
SM said this making jokes about him brings the whole team together and makes us a better team!!
WTF...
Really WTF ... am I the bad guy for caring about my team??3 -
I built an api to sync data between two systems. It is simple, if I have new data to send, I call their api with data. If success, get Json response back or error if not.
Today the guy from other side asked me for "acknowledgement" endpoint. I was literally WTF?
He explained me very clear, when I call their api, it can be either success or fail, so for those success or fail, he will send the response to my "ACKNOWLEDGEMENT ENDPOINT" to tell me if success or not.
*facepalm*8 -
Why is there no easier way to write an installer for windows app with WiX Toolset than writing everything myself in XML? Wtf!?2
-
You can't make this shit up. Google it. WTF.
-----
Question: Why are my <<Major Bank>> reports missing transactions, or why don't they reconcile?
Answer:
Issue
Data is missing from your <<Major Bank>> reports.
Cause
System issues at <<Major Bank>> can compromise the completeness of your report data.1 -
LinkedIn is a really nice tool and website... and then there are people who contact you to become the only developer in a new startup and work for free in exchange of company shares, that at this moment are worthless. Wtf5
-
Sorry I'm a bit late to the party, what's up with reddit right now?
People are mad because they want money if you use their platform? Like wtf? Of course they do so.
One comment I read had me screaming internally. "I'm deleting all my stuff, I don't want them to make money with my intellectual property!" Thefuck. They make money with the fact they give you a platform for your irrelevant opinion you asshat.
Tbh, I'm just afraid of all the porn I might be unable to access in the future. Does someone archive all and everything tagged with NSFW please?23 -
Oh china, you amuse me again...
This is from a live crane/claw game app. Who's got the most amusing and/or accurate definition of wtf this is and/or means?
I think it might look(possibly be) fucked up/suggestive... but I'm not even sure why.
Also, who wants to win an "Artistic Face Curtain"?26 -
MacOS be like: "Hmm... .pub... That's... Lets open it in... Libreoffice writer!"
>Nope.exe
>Tries changing the default app to open .pub from Libreoffice to Sublime
Now, MacOS is like: HALT! That app is from unknown publisher, your security setting does not permit opening apps from unknown developers!
>Sublime works fine, is used daily
>MacOS now tries to open... .pub files as if they were... Applications?
Wtf MacOS. Ur weird, go annoy the hipsters that use you to be cool pls. I need to actually work.5 -
Wtf
A website just prevented me from opening or closing tabs in Chrome by opening a message saying it was unable to connect to the server. I couldn't even see the message as it was displayed on the small screen I didn't look at.
It wouldn't even let me close Chrome!2 -
Right after entering the Office Depot:
Employee: Do you have a computer?
Me: (awkwardly) yes.
Employee: When was the last time you diagnosed your computer?
Me : (wtf) never
Employee: Bring your computer to us, we will do free diagnosis and help you fix issues and bla bla bla ....
I left.2 -
So this "senior" programmer tells me that redux should only connect to the upmost react component and then IT should pass props down..... Like why even use redux then? WTF1
-
Fuck this shit. Any socket connection on JIO's fucking network gets dropped after 5 seconds if no data is sent. It's working on any other network. Wtf is going on???
Does anyone have any idea on this?
If someone has jio network please go to https://www.websocket.org/echo.html
And connect and check how long until it gets disconnected. Would be greatful if someone can validate this.
The project I am working on uses websockets extensively and this thing is screwing it up. I have temporarily set websocket ping interval to 3 seconds but what if the f**ckers over at JIO decide to start dropping connections every 1 second?7 -
Just notice that google spreadshit can do query like actual sql query.
Wtf each cell is like data as in relational databse.
Wtf wtf wtf.... soooooo cooool
My next db spreadsheet.5 -
Start coding a project for version 7.x, everything works in tests. Deploy it on the server and it doesn't work. Checks version and turns out it is 6.x, ask my manager why didn't he tell me before, he goes like so what, do it for all versions.
I go wtf -
Wtf looking at a Pull Request today for styling 4 buttons...
750 lines of of CSS and not even able to style an anchor!!
How the hell is that even possible!!!1 -
In Sweden the word for computer is "dator" and the word for data is "data".
However "data" is commonly used as slang for computer by muggles. So when people tell me that they have problems with their "data" I always get the wtf face. -
so i'm about to deploy admin application which doesn't have admins passwords hashed
after asking him, wtf dude?
he replied, no worries mate
fml5 -
Just checked the uptime of my pc, thougt about 5-6 days of uptime... wtf happend to me the last 3 weeks?1
-
For my bachelor thesis I'm working with Snort (an Intrusion Detection System). Running it on some test pcaps I get X alerts. When I switch the alert output from stdout to a file I get a different number of alerts. When I re-run it, I get yet another number of alerts (on stdout the number is always X)
Wtf?!3 -
Me, enables SSL on one domain with cloudflare all went well, even added origin ssl all good.
Friends domain, set up the right and same way, but server says no i have no idea what www.examaple.com is, ... I never created a key for that wtf so right now website are dead .. thanks cf3 -
Getting feedback from a client like: "on mobile left is right and right is left"
Wtf am i supposed to make out of this1 -
Wtf?
Who the hell puts a recaptcha on a login page? Ecomdash, that's who.
https://dashboard.ecomdash.com
Any Ecomdash devs want to explain this?5 -
"Because the compiled terminfo entries do not contain metadata identifying the indices within the tables to which each capability is assigned, they are not necessarily compatible between implementations"
Come ooonnnnn wtf even is this -
Why does my Android camera app mirror my selfies, and why again, as I already turned this off some time ago. Only noticed when there was a sign in the background. Annoying misfeature, wtf (yes, please tell me why this is a great feature for you, this might actually make me happier)2
-
(Disclaimer: Normaly a Java guy)Dipping my toes into JavaScript Waters... Want to write an that generates shift plans. I'm working in the Domain Model and go wtf like every 5 minutes...
-
Setting up an expo react / react native is a far worse feeling than installing GPU drivers + cuda toolkit for pytorch.
I have no idea how react devs are dealing with this shit. This is so horrible. Wtf is babel ? wtf is expo ? Wtf is SDK ? Wtf is eas ????????????????????1 -
That moment when you get started as a junior frontend and end up having to design a couple databases. I dont know shit about that. 😱 also in between I happen to become sort of unofficial IT staff in this music school. I'm confused. Not a proper rant, but just wtf? At least I'm getting money... someday. Maybe. 😲
At least I'll have my voice and piano lessons covered. 🌟2 -
Gitlab as a product is awesome, the real wtf is the processes (manual, automated or otherwise) and people supporting their cloud offering.3
-
Oh china, you did it again.
Anyone know wtf this is supposed to be?
I looked at the several pictures in its description too... I'll add them after a little while, but I'm not sure they'd be anything but more questions.10 -
Today, I saw a car has NationalGeographic tag on it but drives just like Dakar Rally, wtf with this people :/
-
Yesterday when I came into the office my laptop (in a workstation) could not connect to the internet because of bad ip config. The auto configuration just didn't work...
Solved the problem by opening the laptop-lid for about a second, just wtf -
I have no clue how... but I just entered my office smiling and actually excited to do some work, like on my first days here and the place smells like coffee too. WTF1
-
I was today years old when I got to know that there is a way to auto detect OTP sent via SMS with SMS READ permission. WTF!!3
-
curse you Firefox!!
Strangle yourself and die in a corner...........
For the longest time, a div was not centered vertically in Firefox even though it worked perfectly fine in Chrome and Edge......
Set parent height (who is using flex) to 1% and boom, it works now as expected.....
WTF!1 -
Made an app for a client on both iOS and Android, published the the app on app store and google play at the same time week ago, google published the app within 2 hours, apple still though, WHY THE FUCK WE PAY THEM 99$ LER YEAR BRUH, THEY NEED A CERTIFICATE OF OWNER SHIP ON THE APP BRAND NAME SMH, CHANGE THIS AND THAT, FUCK THIS SHIT 2 WEEKS TO PUBLISH AN APP AND MY CLIENT IS YELLING WTF3
-
Ok. Kill me now. WTF! This thing gets to 100% and starts all over again? Probably going to mess up Grub. I hate these updates. Restarted twice now!4
-
goddamnshitmotherfuckingshit wtf brain? why do all the examples just work, but my code looking similar just doesn´t. why the fuck is this basic thumbsucking baby topic of a scrollable canvas screwing me over since this morning?2
-
Every couple of hours a certain request from our web app gets a CORS error from our server. Refresh the page and everything works perfectly. WTF...1
-
WTF?! One thing I could count on was the Sun not exploding this year. Then I see this shit!
https://dailymail.co.uk/sciencetech...
How does a piece just break off? I would be asking the same thing if I was in the doctors office and my dick just broke off.11 -
When you try and compile for iOS using TACO and you get an error message about an android icon file missing *wears the wtf hat*
-
Finally I got purchased Apple developer program, After fucking three months.
And it’s after I emailed them with full of shit message saying that i’m gonna to sell their uggly devices and will sell my soul to the anothe mothefuckers -google, wtf why they didnt do their fucking job 3 month ago? I wasted so much time to communicate with them so I’m fucking frustating -
!dev
The conversation with my friend.
friend: "So you are getting a new Job?"
me : "Yea, maybe I will start a business tho. btw , what you do for a living now?"
friend: "I fap for living."
me: "aacha? come on serious."
friend :"serious only I am telling. I donate my sperm for RM150 per sample."
me: "WTF"
friend: "yeap. and that's how I made more virgin marry with my donation."
me: "YUCKS, stop it." -
Python working non-deterministic on VSCode? That just happened ... somehow, wtf??
Getting a list from a method and comparing its last element with an int value. Always worked before like a charm, didn't change a thing. All of a sudden TypeError, cannot run anymore? Restart VSCode, run again, still not running ... ?? Retry and print the element, in case I've surprisingly actually been an idiot all along ... nope, value looks in print as expected. Continue execution, suddenly condition works again. WTF just happened??? Caching, python extension bug, anything like that to blame?1