Ah, well in any case, get those proprietary drivers installed, don’t wait for your package maintainer!
Ah, well in any case, get those proprietary drivers installed, don’t wait for your package maintainer!
You can use Linux without Wayland, which is probably the root of your problem (I’m guessing).
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 are so many Java libraries that I would probably set on fire if they were physically tangible in any way.
haha no source, just a dumb joke.
Japan: Checkmate
:: Reveals 10X more laws regulating game consoles ::
Removed by mod
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
In the U.S., you can build rockets all day long, they cannot be guided.
https://www.law.cornell.edu/uscode/text/18/2332g
You’d have to convince the feds it was never designed to be a weapon. Good luck with that.
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.
Yeah, never said it was, just that if you really want to emulate that style you mostly can.
It’ll probably happen when GabeN dies or retires.
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.
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.