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

help-circle
  • Sure you can build an engine if you want- the reason so much stuff is unity is because it handles the cross platform build/deploy for you and is already a well established engine/platform.

    If you’re trying to make a game- use an engine. If you’re trying to make an engine, don’t get distracted with making a game. They’re very different things these days.

    If you’re just doing this to learn and want to make a game from scratch, then do that- but the cross platform is a pain.




  • carl_dungeon@lemmy.worldtoScience Memes@mander.xyz*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    3
    ·
    1 year ago

    Why can’t we just have fewer people too? Instead of finding ways to support 50 billion people, how about we have good birth control facilities, education, and economies not based on constant never ending growth? The reality is unending growth WILL end whether people like it or not- wouldn’t it be better to do it on our own terms rather than in a global catastrophe?









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