

Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
Serious question- what do you use instead? Memcached is rock solid but has only like 5% of Redis’ feature set.
this headline is disingenuous. There are so many other things going on here:
But nah, it was just a chat bot that made a totally normal kid with no other risk factors off himself. They’re probably dying by the thousand right now right?
He should know, he fucking killed it
I really doubt switch 2 games will emulate at all or well for quite some time.
I get the money argument. In that case, get the one that does more for you now now, and save up for the other one later. You don’t need them all at once.
I waited a year before getting the first switch, and almost 2 years for a ps4. I think I waited at least a year for all the other PlayStations too save the 5.
Getting something at launch isn’t all that great- bugs, limited games, max prices, etc… a year or so later and you get bundles and deals and lots of game choices.
I don’t have a deck- but a few of my friends do and I’ve played with it a bit- it’s great and I want one at some point, but I can wait for #2 to come out and then go on sale before I dive in.
It’s great!
He’d cut his own dick off if it owned some libs.
Oooh! Two “disruptive”’s and a “game changer”!
I really truly don’t think so. While there is some overlap, I would never give my 5 yo a steam deck and tell them to just figure it out. And on a steam deck, I’d be really sad to not have any Mario kart, Zelda, etc…
I don’t see the problem with having both- they fill different niches.
He sounds like a real asshole
You can’t get faster than instant- so if something is already instant, it wont improve. Also, 16GB ram isn’t exactly rocking the boat, workstations have 64-1024GB of ram these days.
I feel like all this visual upgrading kinda missed the point of Minecraft. It’s like colorizing black and white movies.
Oh no anyway…
And trump won the dick sucking contest!
The forums company will be where all the money is at, think of the profit!
Is this a fucking joke
DJT is the ultimate cuck- he gets off watching his country get fucked.
If they require you to use the bastion, then trying to avoid it is probably a bad idea.
If the bastion is running an ssh server, you can jump through it with ssh pass through (using -J).
SSM provides session manager which allows you to skip having a bastion altogether- it basically lets you start an “ssh” session to a private instance without opening ports or networking using aws creds. This requires that you have access permissions to do this and that ssm is enabled.
But… if the reason you are using the bastion is so that they can inspect the traffic, then they’re not gonna let you bypass it via ssm because that also bypasses the managed networking.
I use the cloudflare dns, but there are all kinds of adguard ones too. The Adguard app itself has a big list of options for the fallback.
If you’ve never used adguard, check it out, it can run as a container or on a pi, you just point your router dns at it
It’s a cache cluster. If you have an expensive query on your database or an api response that’s expensive to generate, you cache it in memory and then for some period of time whenever someone needs it, you return the cached version instead of doing the expensive work. Redis can do a whole lot more than that- data types, documents, etc etc but it’s a web scale caching layer.
Thanks for the info!!