Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SK
Posts
0
Comments
337
Joined
2 yr. ago

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

  • Think there's any way to get Russia to attack Israel instead of Ukraine? We could allow either country to keep any land they earn from the conflict, no questions asked. Only stipulation being, only one country can remain.

    And then the victorious party can eat the rest of the world's nukes.

  • There is no harm in it being there, after all.

    See, that's where having the data would be great Because while this is intuitive, it's not confirmed. I think most shows showing suicide also paint the event in a pretty bad light. What if having the disclaimer there makes someone not want to watch the show, and they continue to glorify suicide, whereas maybe if they watched the show and saw someone in pain after their loved one committed suicide, maybe it'd trigger something in them, to know how much this act would hurt others.

    I'm not saying this is the case. I would just like to know the numbers, because unless they show a decrease in suicide attempts since the warning/phone number was introduced, then we're really just speculating if it's helping, hurting, or just neutral.

  • Permanently Deleted

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

  • You (or the committee of doctors) don't decide who is a better recipient for my goddamn organs. You can make whatever the fuck ethical decision you want when I'm dead, but not until then. And I've gotta say, it's shit like this - treating patients & donors like you know better - that make me not want to be a donor anymore. If I wanna donate my lungs to Hitler because he's my grandpa and I love him, that's not something you get to have a decision on.

  • IT does? Damn, didn't know - my bad. Where I'm from IT doesn't have the keys, and the people that do have the keys know better than to try entering people's dorms, unless it's really something critical. Wifi doesn't qualify.

  • Some WiFi routers can be configured to not advertise their network; annoying because you'll have to manually enter the network information on every device, but it might keep you from getting caught.

    Just name the network something like Samsung S20 Personal Hotspot. They're not gonna look into why a student created a Hotspot with their phone.

    Or, shit - lock the fucking door.