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

help-circle


  • It sounds like people in your workspace haven’t discovered opening multiple windows side by side.

    I’ve found people in the windows world often make everything full screen all the time- such a waste. You have a 40” 6k display and you open a single giant word doc.

    You could have 3 or more documents open side by side- or a webpage for reference, a notepad, and your work or 1000 other combinations.

    I do development work so my workflow is extremely text heavy, but it’s rare that I don’t have 4+ windows open simultaneously per display. I also use an old dell monitor I had laying around rotated 90 degrees as others mentioned for log monitoring or chat threads.

    I think people just need to get more creative using their space- it’s not the monitor’s fault if you don’t fill it with stuff.








  • It’s bitrate and computation based. Playing back a waveform through speakers takes very little computation and doesn’t really have all that much data.

    Computing billion of pixels per second by doing exotic math between thousands of entities with millions of individual physics calculations and then ray tracing all that and doing it 100 times per second… dude, that’s many many many orders of magnitude more complicated.

    To put it in perspective- a heavily compressed song almost fits on a floppy disc. A heavily compressed movie almost fits on 600 floppy disks. A decent quality movie takes 4000 floppies. An hd movie- 10,0000. A 4K UHD etc etc film? Close to 50,000 floppy disks. That’s just video, there’s no physics, no ray tracing, no rendering, no bump mapping, no animation, no anything, just displaying data. Now imaging doing all that, but 5x more per second and add all the things I said.

    Graphics cards of today are more powerful than an Empire State Building sized computer of the 90s, probably more powerful that most of the computers on earth put together in the early 90s.

    Why did games look basic? Because we had basic level computational power. But why was sound so good? Because sound is like stacking wooden blocks when modern games are like colonizing mars. Different orders of magnitude in complexity and scale.

    A single smartphone image is easily 3x bigger than a high quality song- and that image needs to be rendered hundreds of times a second for a modern game. It’s not even the same sport.










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