• 0 Posts
  • 70 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle
  • 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.




















  • 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.