- Joined
- Nov 29, 2020
+1 for the GTFO crowd.I'm pretty fucking sick of it at this point what would you guys do? Look for another job? Bear in mind I'm not at management level and for the work I'm doing the pays shite.
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.
+1 for the GTFO crowd.I'm pretty fucking sick of it at this point what would you guys do? Look for another job? Bear in mind I'm not at management level and for the work I'm doing the pays shite.
Last place I worked for would just use a generic driver for every printer. Only people in the office that had it different were those supervisors/team leaders that had their own special printers that could also print color while the rest of us plebs used black'n'white only.Was there any benefit for updating printer firmware? Unless it has network capabilities, what's the point. My HP laser printer has pending updates, and I bet that it will be fresh blacklist for "non-genuine" toner.
IPP has done so much good for printers. I have an old HP laser that would still be brilliant, if it weren't for the horrible, horrible driver. On Windows you have to install super old adware to get the driver (you can then uninstall the adware, but it's still awful practice), and on Linux you have to use weird utilities to extract the driver file from the adware installer. For a while I had it connected to a Raspberry Pi whose only purpose was to be a SAMBA print server just so this old printer would work without requiring this awful driver on every device. Apart from that, it was a brilliant printer. Never once broke down or jammed, and the toner lasts forever. But I replaced it anyway, with a Brother laser that supports IPP. I don't doubt the official drivers still come bundled with adware, but thanks to IPP I don't have to bother, it just works.Last place I worked for would just use a generic driver for every printer. Only people in the office that had it different were those supervisors/team leaders that had their own special printers that could also print color while the rest of us plebs used black'n'white only.
As long as the IP was online on the network and people could print to it, nobody cared... until they broke down, and then the chaos would ensue.
wait till you have to deal with scanners...Printers are by far the worst computer peripheral, which is frustrating since they're also literally the oldest computer peripheral, predating PCs by several decades.
Optional.ofNullable(someObject).isPresent()
someObject != null
Optional.ofNullable(someObject).isPresent() ? someObject.getSomeValue() : getSomeOtherValue()
Optional.ofNullable(something).isPresent() ? something : fallback
Optional.ofNullable(something).isPresent() ? something : null
I'm legit surprised you guys are actually banking on that instead of using any other corporate antivirus.Microsoft Defender
There are some that relies on Microsoft Azure's offering. There's others that relied on CrowdStrike. Guess who got RAPED?I'm legit surprised you guys are actually banking on that instead of using any other corporate antivirus.
But considering your boss sounds like a complete bint, it's no wonder.
Yeah that's a pretty run of the mill campaign structure tbh, you see it a lot these daysAs I was doing my IT stuff, I received a call from an user asking for help with opening a document. She received an email from a known client (she had a back and forth with him), and explained the following:
- The message contained a link pointing to a Sharepoint (first red flag);
- After clicking on the link, it showed a OneDrive folder containing one single PDF file;
- Opening the files, it displays a picture of a blurry document with an overlay saying “Please open the scanned attachment” (second red flag);
- When she inevitably clicked on the link, she was greeted with a red screen from Microsoft Defender SmartScreen stating "This site has been reported as a phishing threat".
Smartscreen isn't exactly defender 365 EDR. It's embedded in a large amount of 365 applications by default and gathers intel from various TI databases, then uses that information to dictate what to block or not (in this case a domain navigation initiated by the user), it's built to work alongside a TI/TH team and your other implemented tools to help secure the environment in a preventative manner. 365 suite as a corporate product isn't too shabby though, I've seen it pick up things even CS and SentinelOne have missed. As an aside, you can run 365 suite in tandem with another EDR on the same host as 365 is built to force itself into passive mode once it detects that another EDR is presentI'm legit surprised you guys are actually banking on that instead of using any other corporate antivirus.
Not only that, a data breach today is a good way to alienate one's customer base or end up out of business if you can't restore everything that needs to be.AFAIK the sender might’ve had a breach, and the pajeets are sending emails to anyone that could take the bait. If Microsoft Defender didn’t do its job, we might’ve been fucked for real. Either a cookie stealer, ransomware, or anything you could think of.
It reminds me of a case study in one of my CS textbooks where someone discovered that it took less processor time to do additions versus multiplication and redid the code to use looped addition for multiplication operations to save time. The time they saved during a typical data run was less than a handful of seconds for all the time and hassle they expended making the change.The codebase that my team currently works on has a disturbingly frequent usage of
Optional.ofNullable(someObject).isPresent()
to check if an object is non-null, instead of just
someObject != null
I find that anecdote dubious. Looping additions to get faster math over using multiplication has been a thing since the 70s, and it’s not some sort of obscure theory, it was very widespread practice in early microcomputer games, since it wasn’t until the i386 PC that the hardware actually became a little bit not garbage.It reminds me of a case study in one of my CS textbooks where someone discovered that it took less processor time to do additions versus multiplication and redid the code to use looped addition for multiplication operations to save time. The time they saved during a typical data run was less than a handful of seconds for all the time and hassle they expended making the change.
Sometimes they think they know better because they learned from some shitty wrong or outdated tutorial, and they will adamantly defend their knowledge and think you are wrong.Working with jeets and dealing with jeet customers. Working with jeets in IT in my experience is hell, they can hardly speak English and prefer using Hindi and know nothing about computers or software. Worse yet they need hand holding for everything, I was new on the job but because I wasn't a 45iq jeet I was placed to train them, instead of actually getting trained on their systems, I was telling jeets how to install a update or restart the computer. None of them seem to actually take the time to read the prompts and I can just read it back to them. I worked mostly in the back as I couldn't get trained on frontend stuff with the amount of jeet interference.
It sounds to me like the manager has had plenty of training, but doesn't actually understand any of it and only applies what she learned by rote. This is far more common than you'd want to believe.It clearly shows that there’s a lack of training for both the users and our IT team.
I hope yr place ain’t like mine because most jeets are placed on the front, and golly let me tell you.Working with jeets and dealing with jeet customers. Working with jeets in IT in my experience is hell, they can hardly speak English and prefer using Hindi and know nothing about computers or software. Worse yet they need hand holding for everything, I was new on the job but because I wasn't a 45iq jeet I was placed to train them, instead of actually getting trained on their systems, I was telling jeets how to install a update or restart the computer. None of them seem to actually take the time to read the prompts and I can just read it back to them. I worked mostly in the back as I couldn't get trained on frontend stuff with the amount of jeet interference.