I think there's several reasons for that, not the least of which is that you can't distribute python bytecode.
With java, I run through an intentional compilation step and then ship the jar file to my consumers. I'd never ship a .pyc to the field.
In python (specifically cpython), that step is just an implementation detail of the interpreter/runtime.
If you ever used something other than the default python interpreter, it probably wouldn't implement the same bytecode subsystem under the hood. Python bytecode isn't part of the spec.
My phone (Samsung Galaxy Note 20 Ultra) will only partially pair with my car's (2018 Camery) Bluetooth.
It pairs for media just fine, so I can listen to music and podcasts no problem, but it refuses to sync phone calls and texts. It just goes into a loop of pairing/connected/disconnected/pairing.
I've reset the phone and cleared the cache on both ends.
It's something I've been meaning to do a deeper dive into for literal years at this point and just haven't. Need to check other devices to see if it's specific to my phone, and I should see if I can't do some monitoring on the Bluetooth comms directly. It's just low enough priority that I haven't gotten around to it.
I just looked it up, and Linnell also did "Let's Get This Over With," which is by far my favorite of their more recent stuff...
Yeah, I think I've just gotta disagree with you as well. "Dr Worm" is such a banger too...
Yeah, it's tough, cause I love pretty much all the Flansburgh you listed, but I think Linnell probably edges it out for me...
Yeah, I keep looking up other songs to try and make the case for Flansburgh, and they keep being Linnell. He also did "Contrecoup." And it looks like he's primary on "Older." I think all the songs that are immediately popping to mind are Linnell, so I guess that says something...
But she didn't hire him on her own dime. She used her position as DA to have the DA's office hire him to try the case.
You are absolutely not allowed to hire from a pool of people you know on the government's dime. If the Department of Energy puts out a contract to build a power plant, the guy in charge of who gets hired has to disclose any conflict of interest, and is 1000% not allowed to award that work to a friend without oversight.
And if they did, and that friend then started giving them expensive gifts, that's a huge huge no no.
And while you're right that she does claim that they split the cost of the vacations, she claims that she reimbursed him for her half in cash, and has no receipts to that affect. Which could very well be true, but you must admit looks terrible.
It isn't that it affects the trial per se, but it looks like corruption, right?
I use my government position to hire my private practice lover for a high profile case, and then they treat me to several expensive vacations?
It's not that it points to something fishy with the case directly, but when the DA is involved in obvious corruption, I can see bringing it up if your only defense is "this trial is part of a corrupt bid to keep me off the ballot."
It's not, but holy cow does it add fuel to that fire if you are in fact engaged in obvious corruption elsewhere.
11 In the six hundredth year of Noah’s life, in the second month, on the seventeenth day of the month, on that day all the fountains of the great deep burst open, and the floodgates of the sky were opened.
Genesis 7:11
So, like, most of the water probably came from underground, not from the rain. Though I'd imagine both were pretty bad.
Not saying the story is true or anything. Just pointing out the straw man, since the Bible doesn't claim all the water was from rain.
I was just about to say, isn't this just OpenStack?
I don't even think OpenStack is needlessly complicated.
Yes, it is complicated, but who thinks operating a cloud environment the equivalent of AWS is trivial?
I think there's several reasons for that, not the least of which is that you can't distribute python bytecode.
With java, I run through an intentional compilation step and then ship the jar file to my consumers. I'd never ship a .pyc to the field.
In python (specifically cpython), that step is just an implementation detail of the interpreter/runtime.
If you ever used something other than the default python interpreter, it probably wouldn't implement the same bytecode subsystem under the hood. Python bytecode isn't part of the spec.