There’s an earlier bit that complements that nicely:
“it turns out that the core competency of smiling and promising people things that you can’t actually deliver is highly transferable.”
There’s an earlier bit that complements that nicely:
“it turns out that the core competency of smiling and promising people things that you can’t actually deliver is highly transferable.”
Yeah, never said it was, just that if you really want to emulate that style you mostly can.
x = foo(y:=bar(), baz(), y) or z
should work assuming foo bar and baz are functions being called?
if this is setting y to the effect of bar() + running baz after, then:
x = [bar(), baz()][0] or z
might work
and if you need y to be defined for later use:
x = [(y:=bar()), baz()][0] or z
but thats from memory, not sure if that will even run as written.
if I get to a real computer I'll try that with an actual if statement instead of a bastardized ternary.
“a = x if foo else y” is a perfectly cromulent statement!
Ok, well, if you ever come across a test framework named AuTest, you can blame me, because I’m stealing the shit out of that.
The “Brick through a widow” bug has been an active exploit since the Model T.
Enabling the PIN mitigates this issue entirely. Can’t drive it away if you don’t know the PIN, even if you have the physical key, fob, or phone.
iPython makes experimenting in an interactive manner so easy, I use it every day.
Up until now most people hated when shit randomly popped up while they were typing.
The Apple went and made the iPhone and now we have a whole generation that expects it.
This ad is literally the perfect opposite of their famous Think different ad:
We have an actual gigantic, unfeeling machine, literally crushing an effigy of the sum total of human creativity, only to proudly declare that everyone now needs to do all those things in the same, apple-approved way.
And the real irony is that’s the actual message they’re trying to get across.
Have you considered writing your own projects that you have to hide from your employers, and be careful with whom you discuss, so as to avoid the legal complications of the company owning your work?
Lemmy’s bigger than ever, and that’s a direct consequence of reddit’s enshittification, so there’s that at least.
It doesn’t pay well, but “park ranger” is exactly that.
Fuck. That’s exactly it.
so far
I’m gonna need a bell curve hooded figure meme template of this comment, this is comedy gold.
nothing, it’s an open standard now: SAE J3400
If you want to do web requests/ use API’s, use ‘requests’
graphs/reporting, I’ve used ‘bokeh’ before, it was nice.
I’ve never used PyDroid, so I’m not sure how you’d install things, but these are both available via pypi, python’s package repository.