Pretty easy to tell if they use a selfie for their pfp though 🧠
queerlilhayseed
- 0 Posts
- 7 Comments
I’m with him. Sometimes I like to sit and watch the bubbles go
queerlilhayseed@piefed.blahaj.zoneto
Selfhosted@lemmy.world•AWS is having a bad dayEnglish
58·30 days agoIt’s an old joke from back when IBM was the dominant player in IT infrastructure. The idea was that IBM was such a known quantity that even non-technical executives knew what it was and knew that other companies also used IBM equipment. If you decide to buy from a lesser known vendor and something breaks, you might be blamed for going off the beaten track and fired (regardless of where the fault actually lay), whereas if you bought IBM gear and it broke, it was simply considered the cost of doing business, so buying IBM became a CYA tactic for sysadmins even if it went against their better technical judgement. AWS is the modern IBM.
queerlilhayseed@piefed.blahaj.zoneto
Technology@beehaw.org•Major AWS outage takes down Fortnite, Alexa, Snapchat, and moreEnglish
16·1 month agocross-region failovers are a thing, but they’re expensive to maintain so not everyone does it. I am kinda surprised one region failure had this much impact though
queerlilhayseed@piefed.blahaj.zoneto
Selfhosted@lemmy.world•AWS is having a bad dayEnglish
692·1 month agoNo one ever got fired for buying IBM.
queerlilhayseed@piefed.blahaj.zoneto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to remove 'anti-piracy' footers from complex PDFs?English
8·1 month agoYou might be able to do a find and replace with https://github.com/pymupdf/PyMuPDF . I’m not an expert on PDFs, so I’m not sure if it can be done in a way that preserves all the important formatting, but if you feel comfortable DMing me the PDF (or one of similar complexity) I could try to write a script that replaces all instances of the target text in a way that preserves the rest of the document.

A poor architect blames their tools. Serverless is an option among many, and it’s good for occasional atomic workloads. And, like many hot new things, it’s built with huge customers in mind and sold to everyone else who wants to be the next huge customer. It’s the architect’s job to determine whether functions are fit for their purposes. Also,
IDK what they consider a “real” application but plenty of software still operates this way and it works just fine. If you need a lot of background work, or low latency responses, or scheduled tasks or whatever then use something else that suits your needs, it doesn’t all have to be functions all the time.
And if you have a higher-up that got stars in their eyes and mandated a switch to serverless, you have my pity. But if you run a dairy and you switch from cows to horses, don’t blame the horses when you can’t get milk.