

I was so confused by the image initially as I hadn’t seen a window well that deep before. This follow-up picture made it all click, thanks for sharing.
I was so confused by the image initially as I hadn’t seen a window well that deep before. This follow-up picture made it all click, thanks for sharing.
I feel like it goes beyond politics at this point. There are moral and ethical issues with what this administration is doing. Not to mention the self-serving goal of keeping our country functional.
Yeah probably while making a tool/smashing something. Knocking two rocks together, create a spark on accident, boom fire.
You’d probably be better served by a retro handheld. A lot of them run android so you can play android games, but the built in controllers make emulating actually enjoyable.
Major issue is that the ones cheaper than a switch struggle with 3D games.
If you have the money, steamdeck is definitely one of the best bang for buck, but it’ll probably be more expensive than a switch (unless you can find a deal on a used/refurbished one).
There is also dead cells, slay the spire, monster train, disable immortal, etc.
However, those are also all playable on switch too. Technically you can emulate the switch on android, but I think this brings up the biggest flaw in gaming on android; you’re either emulating or streaming for most good games.
I just struggle with how you can vote down things like Medicare/Medicare (or free meals for kids, etc) and think you’re a good person. Especially because they cut all of that for tax breaks and higher government spending, so it’s not even a deficit issue.
I mean, there is literally only Mario Kart World right now. Donkey Kong is coming soon, and then Metroid Prime 4. But that’s not a lot to be missing out on for the time being.
Sounds about right. Still waiting for Stanger Things season 4, part 3, subsection 8: the final final chapter.
I didn’t even realize they had already made a third season. It was three years between S1 and S2, but six months between S2 & S3? That’s really odd.
Yeah, general rule would be not to go drinking in public unless it’s explicitly allowed. Even if it isn’t illegal, I suspect you could still have people or the police bother you.
I think it also comes down to the fact most people aren’t going to label the transaction “illegal drugs”. But it does make it easier to track payments and build cases against people (or oppress people depending on the government/police).
But that’s kinda the flaw in all of it. If I live with other people, any one of them can let the vampire in, but he never got permission from me then it’s not about individual permission.
If we say anyone with authority over the space can let someone in, then that would probably extend to the law or property owners.
Not to mention a bunch of it is false/misleading.
Yep, bind mount the data and config directories and back those up. You can test a backup by spinning up a new container with the data/config directories.
This is both easy and generally the recommended thing I’ve seen for many services.
The only thing that could cause issues is breaking changes caused by the docker images themselves, but that’s an issue regardless of backup strategy.
Not sure how much I trust Trump, but yeah Mike Lee (who introduced the bill) is someone who just likes introducing bills. The fact no one else joined him means this article and conversation is about all he could expect to actually happen.
Nice to see ranked choice voting working.
Not that it doesn’t work, but just nice New York can actually fight over more valid candidates without spoiling the election (not that I care for Adam’s or Coumo either).
The Supreme Court onky stated the injunctions must be “narrower”, but didn’t provide specifications as to what that means (to my understanding/recollection). They could still say a statewide injunction is too broad.
But yeah, I agree, I don’t know how you have a patchwork of injunctions on birthright citizenship. It just sounds do stupid. Either it is or isn’t legal, and you probably should figure it out before allowing it to affect anyone.
But the Republicans on the Supreme Court clearly don’t care about the law anymore.
The Supreme Court hasn’t actually decided if it’s illegal or not. This is just about injunctions to stop Trumps EO.
That being said, it’s also a federal issue so you couldn’t get a patchwork like abortion.
Unless I’m missing something?
When talking about birthright citizenship, how do you get narrower than nationwide injunctions?
What the Republicans in the Supreme Court seem to be arguing is that the president can ignore the law as long as the people affected can’t afford a lawsuit.
Looks like there is a config and cache location in their docker scripts. The easiest way to make a docker application portable is to bind mount the config and cache. That way you have access to the actual files and could copy them to your windows partition.
If you’re already using a volume for that data, I think it becomes a bit trickier. I know technically you can move or copy volumes, but I’ve never tried. Although you could still bind mount a random directory and still copy the files out.