
Cube of styrofoam
761 posts











Tired of noobs complaining the WINAPI for malware development is weird. It's not. How do you create a file? The CreateFile function. How do you open a file for reading? The CreateFile function. How do you open a file for writing? The CreateFile function. How do you get a handle to a directory? The CreateFile function. How do delete a file? The CreateFile function. How do you get access to a physical disk? The CreateFile function. How do you get access to a file stream? The CreateFile function. How do you get access to the console buffer? The CreateFile function. How do you get access to pipes? The CreateFile function. How do you perform interprocess communication? The CreateFile function. Just make sure you use the appropriate version of CreateFile (CreateFileA for ANSI, or CreateFileW for wide characters). Alternatively, you can use CreateFile2 which is the same as CreateFile except the parameters are passed as a data structure named CREATEFILE2_EXTENDED_PARAMETERS. However, be aware CreateFile2 only works on Windows 8 and above and designed more or less for programs running from the Windows app store. Alternatively, alternatively, you could use CreateFile3 which is nearly identical to CreateFile2 except it uses the CREATEFILE3_EXTENDED_PARAMETERS structure and is more or less designed for sandboxed packaged applications. However, be aware CreateFile3 only works on Windows11 24H2 and above. It's shrimple, honestly.







Okay this is genuinely insane. SpaceX just unveiled a satellite whose only job is to run AI. Not internet. Not GPS. Just compute, floating in orbit. It's called AI1, and the reason behind it breaks your brain. AI data centers on Earth are hitting a wall, not a chip wall, a physics wall. They need staggering amounts of power and water just to stay cool, and we're running out of grid and land to build them. So Musk's answer is: stop building them on Earth. In orbit, the sun never sets. Free power, 24/7. No water for cooling, you just radiate heat into the vacuum of space. The two things choking AI on the ground barely exist up there. And here's the wild part: Musk says it's easier to build than a Starlink satellite. Strip out the complex antennas and it's "a lot of solar cells, a radiator, and some laser links." One AI1 carries the compute of an Nvidia GB300 rack, the same hardware data centers fight over down here. AI1 is just the first one. The plan is a constellation of up to a million of them. And the timing isn't an accident, SpaceX goes public this week at a ~$1.75 trillion target. This isn't a rocket company anymore. It's positioning itself as the power grid for AI, in space. The race for AI compute just left the planet. Literally. @SpaceX
































