• 0 Posts
  • 90 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle



  • Um… No. If the company doesn’t value my time by posting a correct job listing, I don’t want to work for them. These are the same HR people posting the jobs who will then have trouble maintaining a good work environment, or making sure people aren’t abused/harassed in the workplace. These people will have access to your data and you’ll be trusting them to not make paper airplanes out of your SSN. And if it’s not HR creating the job postings, it’s some low/mid-level manager you might have to work for some day. Do you really want Mr “better make sure the new waiter knows how to install HVACs” handling your workload and giving you tasks?

    When a company tells you its HR department is full of idiots I think you wanna listen to them.





  • Oddly? This is not odd at all.

    It’s been a while sincce I wrote code, but I’ll try to remember. Basically disk size and ram size have no connection. Disk size is for already generated assets (maybe you need to remember how the planes look like, so you create assets for all the planes. Or you want to have textures for the scenery, or for the Lincoln monument, or whatever).

    But then you need to load those resources into RAM to access them faster, because if you try to load them directly from disk, it’s a lot slower. So some part of those 64GB of RAM is because you are loading some premade assets.

    But aside from this, there’s also dynamically generated data that you have no way of knowing about at the beginning of the program, so you can’t prepare in advance and generate assets for it. Like say for example the player wants to begin flying the plane - he’s gonna have some different inputs than any other player. Maybe he drives slower at the beginning, or goes a little to the right when he takes off. Or his destination will be completely different. You now need to remember his velocity, his position on the map, the direction of his flight, his altitude, his plane’s weight and who knows what else, I’m not a pilot. All of this, you allocate memory dynamically, based on user changes, and this uses the RAM as well.

    Not to mention - you can make a 1kb program that takes 64 GB of RAM. You just ask the operating system for that much memory. You don’t even need to fully use it. It’ll take you one line of code.

    All this to say - nothing odd about the program being smaller than the RAM requirements. It can mean it’s not optimized, but it can also mean it has a lot of dynamic calculations that it’s doing and a lot of stuff it needs to remember (and in the case of a flight Sim this wouldn’t surprise me).







  • Skates@feddit.nltoMicroblog Memes@lemmy.worldFacebook
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    A communication platform? Really? You’re gonna tell me you find it difficult to communicate if you uninstall Facebook from your fucking PHONE? You know, from the actual communication platform?

    Fuck outta here with these shitty door-to-door salesman tactics.







  • They’re* literally fucked.

    It’s a lot harder to pass laws that discriminate vs exactly one business, than it is to sanction one particular country. With shell corporations, hiding accounts etc, there’s no way you can make a law that says “apple has to do X”. But you can pass sanctions against, eg: Russia.

    First corpo to buy a country is gonna quickly find out politics is harder than business, and greasing politicians’ pockets is harder when you have literally hundreds of countries you’re negotiating with.

    Also, armies. Try getting on the wrong side of country x, might get yourself a nice invasion pretty soon.