- Joined
- Nov 4, 2024
For me the biggest giveaway I cannot help but notice is that they put the adverb at the end of the sentence for some reason.That's probably just one of the phrases taught by their English teacher that they have memorised
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For me the biggest giveaway I cannot help but notice is that they put the adverb at the end of the sentence for some reason.That's probably just one of the phrases taught by their English teacher that they have memorised
Fetish is one way to put it. If I've learned anything about helping with computers it's people are incredibly averse to knowing how it works or how it gets fixed.Is it just me, or do people have a fetish for putting as little detail in their help desk tickets as possible?
One of my biggest problems was one of the Food and Beverage Managers wouldn't give specifics, and I would get told I was being malicious and costing the company money by saying "I did what you told me you needed." Working at the casino, I'm the weekend coverage, which means I'm the main guy who does setup for special events and such. Been trying to work with this short, fat, goblina with alcoholic's nose on helping me help her. My week starts on Thursday, and as long as the rooms aren't being used for anything, I setup the registers and shit in the ballrooms, configure everything, and tape any loose cables down so there's no trip hazards, register is communicating with the pour devices, etc. I get everything ready before I go home Thursday night around midnight. It never fucking fails, almost every fucking Friday/Saturday, about 10 minutes till showtime, I get a call, "Please come to Event Room ###."Is it just me, or do people have a fetish for putting as little detail in their help desk tickets as possible?
Ticket: "I'm having issues with my Teams."
.....what types of issues? Is it not opening, is your audio not working on there?
Here's another example:
Ticket: "Can you please give access to this inbox to these two other email addresses?"
.....do you want me to add them to that mailbox, do you want forwarding applied to them?
Teams message: "No, I just want to them be able to send to that inbox. We tried it yesterday and it got bounced back because it said it was restricted."
That info sure would've been nice to have in the ticket itself, you dumb bitch.
I used to give lots of detail up front, but after it getting ignored and being asked for them again anyway so many times, I don't waste my time anymore.it just me, or do people have a fetish for putting as little detail in their help desk tickets as possible?
You can use that to your advantage. Give people some technobabble and suddenly they know enough to understand that they're not interested in the details but they will feel secure in their belief that problem/disruption is being worked on. It satiates their curiosity and alleviates their anxiety....then it's 100% ignored. People just don't want to know.
Name:Is it just me, or do people have a fetish for putting as little detail in their help desk tickets as possible?
Ticket: "I'm having issues with my Teams."
.....what types of issues? Is it not opening, is your audio not working on there?
Here's another example:
Ticket: "Can you please give access to this inbox to these two other email addresses?"
.....do you want me to add them to that mailbox, do you want forwarding applied to them?
Teams message: "No, I just want to them be able to send to that inbox. We tried it yesterday and it got bounced back because it said it was restricted."
That info sure would've been nice to have in the ticket itself, you dumb bitch.
unfortunately unlike null i can't call them a niggerfaggot and ignore them. i can only just ignore them.You can see the exact same thing on this very site in the "Technical Grievances" thread. "Please Null attachment not work."
You gotta be careful when clients start to think they're savvy. Give a client useful-sounding info and he'll climb Mount Incompetence and use it to throw rocks down at you. It always spirals into explaining why every problem can't be fixed with some garbage ripped off the Internet.You can use that to your advantage. Give people some technobabble and suddenly they know enough to understand that they're not interested in the details but they will feel secure in their belief that problem/disruption is being worked on. It satiates their curiosity and alleviates their anxiety.
The Indian Menace and voice calls sounds like they just don't want to type in english because they find it hard.
I believe there should be a rule where IT has the full authority to walk up to anyone that uses this line and punch them in the face."I asked ChatGPT why you're wrong and it says that you're wrong!"
I wish I could get a data entry job. I bet that would be chill.People hired for data entry not knowing keyboard shortcuts for copy, cut and paste, come on.
Yes, sales people are stupid as fuck. They also come standard with lacking a moral compass.Is it just me, or are sales people for tech companies just, in general, stupid as fuck?
Good Luck. I've done Data Entry for most of my 20's before switching to IT and it's not as chill as one might think.I wish I could get a data entry job. I bet that would be chill.
I'm sorry, it still sounds like a really cushy job. So, I never have to do a CLE or update my A++ certification or go to a conference because I need the hours for my licence or read a new computer programming book full on nonsense. I'm currently learning about OpenCL and had to find a book on it because I didn't find any example online. Do you know what this paragraph means?Good Luck. I've done Data Entry for most of my 20's before switching to IT and it's not as chill as one might think.
For starters, getting a PURE Data Entry job (i.e. paper pusher only and nothing else) is kinda difficult because a lot of companies like to combine that shit with other stuff (such as being a 2nd receptionist answering phone calls and transferring them to the right department) because either the company is too small/frugal to hire anyone else to do that job specifically or they believe they don't have that much work to give out so they have multiple people doing multiple other things for the same pay.
If you do get lucky though and find a PURE Data Entry job, keep in mind that your work relies on how and what other people in the office are doing, meaning you are at the literal "tail end" of the conga line. So if one department is "clogged" (i.e. backed up or not doing what they are supposed to be doing), you're fucked and have to stay overtime more than you have/want to in order to get the stuff out. Doesn't matter what it is... sending letters to get mailed out, scanning documents into the system... all documents have a set date on when they need to be completed and its almost always the same day when you get them.
Even if you can get past that, there's no room for growth or improvement. Your reward for doing a good job is just more paperwork, or they might have you do custodial shit like re-organize the supply closet or storage room that has a bajillion files in boxes that need to be shredded because the time-limit to store them has passed and for whatever reason they didn't think to electronically archive them.
It means nothing. OpenCL is a domain specific language for doing Matrix and Vector math taking advantage for multiple CPU or GPU cores. It's supposed to be cross platform, meaning you can run it on AMD Radeon or Nvidia Tesla or even your CPU without changing the OpenCL code. The OpenCL Platform is actually the ICD file that you install either with the AMD or Nvidia SDK which lets the OpenCL host libraries for C or C++ know that there is hardware available to be used. It's like firmware or middle wear that lets the OpenCL host library know what processors are available on the computer. The book I found does not say this. I had to figure this out from reading different forums to try to piece together what driver I needed to install to make it work. I should also say that if you have to know what driver is installed on the computer ahead of time and install only the SDK for that driver and platform, then it sort-of defeats the point of a cross platform domain specific language because it's not actually cross platform if you need to know what hardware and drivers you're using before you can get the think to work. None of this is covered in the book. The book doesn't even point you to the websites to download the SDK and IDC file you need for your hardware. There are open source drivers which let you not know what hardware you have, so that's what I ended up going with. This was not covered in the book.Platform API
The term platform has a very specific meaning in OpenCL. It refers to a particular combination of the host, the OpenCL devices, and the OpenCL framework. Multiple OpenCL platforms can exist on a single heterogeneous computer at one time. For example, the CPU vendor and the GPU vendor may define their own OpenCL frameworks on a single system. Programmers need a way to query the system about the available OpenCL frameworks. They need to find out which OpenCL devices are available and what their characteristics are. And they need to control which subset of these frameworks and devices will constitute the platform used in any given OpenCL application.
IT should have authority to walk up to anyone and punch them in the faceI believe there should be a rule where IT has the full authority to walk up to anyone that uses this line and punch them in the face.
If there's one good argument for why AI bad, this is it.
Especially if they claimed to be Jennifer Aniston or George Clooney.Wouldn't it be suspicious for somebody to call you, asking for gift cards and you going to a store to buy hundreds of dollars of digital cards?
They don't even have to do THAT. Just say they're a bank or a charity or a cop. One time I had a scammer call me about invalid gift cards. How I knew it was a scammer besides the obvious accent? You start asking them basic questions about the cards or their name, then they'll hang up.Especially if they claimed to be Jennifer Aniston or George Clooney.
No shit lol. I just think it’s hilarious (yet sad) when people genuinely believe a famous multimillionaire needs money from them.They don't even have to do THAT