• 4 Posts
  • 1.55K Comments
Joined 3 years ago
cake
Cake day: August 20th, 2023

help-circle






  • Where nuclear plants have been built to a safe standard, sweat them for their useful life. The costs are paid down, and the energy is cheap to produce, creating only a truckload or so of waste (which can be reprocessed into fuel) for a year’s power.

    Where there aren’t usable nuclear plants, you’re probably better off building renewables and/or energy storage. The upfront costs of nuclear are steep. (Also, some nuclear plants built when the climate was cooler are having to shut down on hot days due to the temperature of water used to cool them being too high.)

    In either case, I’d rather have modern nuclear power than coal.










  • If iOS and macOS 26 were about AI everywhere, making them the “fuck around” release, 27 can be the “find out” release. Freeze new features and focus all effort on making the system as RAM and space-efficient. Cut the fat, and replace the convenient, memory-heavy data structures we use today with old-school lightweight alternatives (i.e., never use a string when a word-sized numeric value will do — and on a 64-bit machine, it’ll do a lot of the time, coalesce multiple booleans/enums into bitfields, replace top-heavy formats like XML where there isn’t a good reason for them, and so on).