There are so many Java libraries that I would probably set on fire if they were physically tangible in any way.
There are so many Java libraries that I would probably set on fire if they were physically tangible in any way.
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 ::
it was the style of the time
They’re probably all too busy working on Half Life 3
I know, I know, it’s pronounced “Nyïmp”
Full name is GNUIMP anyway
Texas has elected judges, and we’ll, I’ll let you decide how that’s gone.
Having played the absolute shit out of all of them at launch, including the non canon ones, Fallout 2 is my favorite, followed by New Vegas and 76. 4 was fun, but I spent more time building bases in 4 than I did in the story.
I’ve probably put more hours in 76 (since beta) than 4 at this point, specifically because it’s multiplayer, and Im pretty sure I had at least 400 hours in four.
I’d preorder it, no regrets.
Insurance, apparently. The parents are also suing each cop individually, and the school district.
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!
Half Life: Blue Shift was, IIMHO, the first Second Person game. You play as Barney and in several places get to see Gordon Freeman doing Half Life 1 things.
The “Brick through a widow” bug has been an active exploit since the Model T.
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.