512
submitted 1 month ago by [email protected] to c/[email protected]
all 44 comments
sorted by: hot top controversial new old
[-] [email protected] 143 points 1 month ago

Holy fuck whoever was in charge of setting up that disaster recovery needs a million dollar bonus. I get that they're managing $80B and this should all be standard but people usually don't listen to IT and take DR seriously. And even if you do set it up, are you going back to check that your backups are functioning properly and have alarms for when it messes up

[-] [email protected] 73 points 1 month ago

Absolutely.

But something tells me they will at most get a recognition award printed from MSWord and a pizza party day at their local office.

[-] [email protected] 24 points 1 month ago

Friendly reminder to every CEO that this could have been a situation where a disgruntled employee accidentally fucks up the off site backup too.

[-] [email protected] 19 points 1 month ago

Time to update my off site cold backup(private)

[-] [email protected] 7 points 1 month ago

can I get a copy if I ask very nicely?

[-] [email protected] 105 points 1 month ago

That wasn't luck - it was best practice backup strategy.

[-] [email protected] 77 points 1 month ago

Meme is funny, but that exception used as flow control hurts.

[-] [email protected] 38 points 1 month ago

Tbf python guidelines encourage it over if/else in cases like this. "Easier to ask for forgiveness than for permission" or something along the lines

[-] [email protected] 32 points 1 month ago
[-] [email protected] 6 points 1 month ago

Truers, just mentioning it

[-] [email protected] 20 points 1 month ago

Day 598 of asking for a way to tell which functions throw exceptions in Python so I can know when to wrap in try catch. Seems to me that every other language has this, but when I've asked for at least a linter that can tell me I'm calling a function that throws, the general answer has been "why would you want that?"

How am I supposed to ask for forgiveness if it's impossible to know that I'm doing something risky in the first place?

[-] [email protected] 7 points 1 month ago

Yeah, for this reason I would pretty much never encourage exceptions in Python over some other form of error handling. It's so frustrating when called code throws some random exceptions that are completely undocumented. This is one of the few things Java got (sort of) right

[-] [email protected] 1 points 1 month ago

cant practically anything throw an exception given the right (sometimes extremely remotely possible) circumstances?

[-] [email protected] 5 points 1 month ago

Not really. Exceptions are a controlled way of indicating something went wrong in an application.

The only point where you wouldn't know about the possibility of one is when you don't know enough about the language features you're using or when you use a badly documented library or framework.

[-] [email protected] 2 points 1 month ago

dont many of the language primitives confer the possibility of thrown exceptions?

[-] [email protected] 1 points 1 month ago

Is this feature common in scripting/interpreted languages? Feels like those two things don't work together.

[-] [email protected] 2 points 1 month ago

Well at least php has it, which is a JITed scripting language just like Python. Although saying php has it is wrong, it's just a special doc tag that the linters pick up. Which is exactly what I want for Python. The only other scripting language I'm very comfortable with is typescript, which can also support @throws via jsdoc and eslint.

So to answer your question, I don't know if it's common, but from my minimal sample pool it's at least not unheard of.

You may not know this (just guessing because you commented on the nature of scripting/interpreted languages) but static analysis of dynamic languages has come really far and is an indispensable part of any reasonably sized project written in them these days. That's another reason why I'm so surprised and frustrated by the lack of this in Python.

[-] [email protected] 0 points 1 month ago
[-] [email protected] 3 points 1 month ago

Respectfully, no. Rust is great for some things and Python is great for other things. Switching to rust is not a solution to missing exception linting in another language.

[-] [email protected] 2 points 1 month ago

Check it out anyways

[-] [email protected] 10 points 1 month ago

python guidelines

Do you have a specific PEP you're referencing or is this one of those "I assume this must be the case because of how common using try/except statements for flow control are" kind of things?

[-] [email protected] 4 points 1 month ago

Pretty sure its not a PEP, but the python glossary mentions it. Searching 'python EAFP' brings up a lot of discussion on the topic too, so if nothing else its definitely a widespread phenomenon

[-] [email protected] 1 points 1 month ago

I think there's a difference between "python guidelines encourage" something and "this is a common coding pattern." Yes, you can use try/except for flow control, but there's a lot of people, myself included, who try to use that style sparingly.

[-] [email protected] 3 points 1 month ago

Like most things in life, context matters. In the OP it seems like the check function is used specifically so it could raise a PaymentException if the payment hasn't been received... That's not a "forgiveness/permission" context, this is a yes or no question, hence should have been an if.

[-] [email protected] 11 points 1 month ago

Still hurts, but sometimes it's the only option.

If you're trying to confirm things like account existence/deletion, there's often no "account exists" function to return true or false. You just have to figure out the specific exception thrown and catch that specific one.

The worst are libraries that don't give specific exceptions, so you have to catch all exceptions then do extra work to tell what the specific situation is. Does the account not exist, or is the system unreachable?

[-] [email protected] 3 points 1 month ago

so you have to catch all exceptions then do extra work to tell what the specific situation is

That’s horrifying. That’s a solid reason to avoid Python like the plague.

[-] [email protected] 4 points 1 month ago

While i also disagree with python's tendency to use exceptions as control flow

Python is a pretty stellar scripting language. I wouldn't use it for app dev, but it's quite handy for the odd automation or CLI task

[-] [email protected] 2 points 1 month ago

I've done a little bit of Python in the past, the biggest thing being an automation task that borderline became an app. I certainly can imagine using it for scripts, though I default to bash because that's almost always available but TBH mostly because inertia. Beyond that my default is Go because inertia (and I love Go). I watched a video by the Primeagen (on YT) - in his view, Rust is better for text/data pipelines and CLI tools. Being very familiar with Go and not at all familiar with Rust, that's an interesting take because honestly writing a CLI in Go is kind of meh.

[-] [email protected] 3 points 1 month ago

Yeah, I had a similar case with some authentication middleware I used that was part of a library.

It would always throw an exception when a user wasn't authenticated instead of just giving me some flag I could check.

Wouldn't have done it that way, but it was okay for an API controller.

[-] [email protected] 2 points 1 month ago

nothing wrong with that - it is an exception, as in, the customer is likely lost after that anyway.

[-] [email protected] 57 points 1 month ago

IMO backups on the same provider aren't really backups. Good that they had some at a different one.

[-] [email protected] 30 points 1 month ago

I mean I was originally angry about this toss-up, but since it hit an investment company... good guy Google?

I'm confused now.

[-] [email protected] 92 points 1 month ago

UniSuper is a superannuation fund (think 401k), it’s one of the good ones in that it doesn’t take commissions and profits go to members

Stay confounded at Google’s incompetence.

[-] [email protected] 14 points 1 month ago

This company wasn't exactly targeted. It could have happened to literally anyone.

[-] [email protected] 12 points 1 month ago
[-] [email protected] 8 points 1 month ago

Where is paid_not_payed bot when we need them?

[-] [email protected] 8 points 1 month ago

some heroes don't wear caypes

[-] [email protected] 0 points 1 month ago

Some heroes don't wear capex

[-] [email protected] 3 points 1 month ago

Deleted by GCP.

this post was submitted on 12 May 2024
512 points (97.2% liked)

Programmer Humor

31214 readers
269 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS