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.”
It’s one of those cruel ironic twists. Wages actually have increased, but inflation has far outpaced them.
It’s only barely begun to level back out. The real question is if the wages will stay high once inflation (and greedflation) calms the fuck down.
https://www.statista.com/statistics/1351276/wage-growth-vs-inflation-us/
haha no source, just a dumb joke.
Japan: Checkmate
:: Reveals 10X more laws regulating game consoles ::
I know, I know, it’s pronounced “Nyïmp”
Full name is GNUIMP anyway
depends on how cheap the farm was being when they bought insurance
Texas has elected judges, and we’ll, I’ll let you decide how that’s gone.
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.
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.
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?
Exactly! You actually CAN have 50 people finish something 50x faster, but it takes a shitload of planning, and that equals time and money no company I have ever worked for, or even known of, would allocate to something that isn’t generating immediate income.
Take the Hoover Dam for example: Dsigned over 3 ish years and built in 5, at a time when nothing that huge had ever been made before, at less than a billion in today money, and 2 years ahead of schedule. It’s 90 years old.
so far
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.