People are right it isn’t anywhere near a salary, but I have fun and it has opened job opportunities too
For marketing, I found /r/Apple very receptive to self promotion posts - just make sure you meet the criteria. You can also do a discount period and advertise on /r/AppHookup. Last Black Friday I reduced a $2 to 29c (lowest allowed price) and made just shy of $500, and it boosted my place in the store search
Best of luck!
I've used VM's for years to run Windows on top of macOS or Linux on top of Windows or macOS on top of macOS when I need an isolated testing environment. I also know that Java works via the "Javascript Virtual Machine" which I've always thought of as "Java code actually runs in its own lightweight operating system on top of the host OS, which makes it OS-agnostic". The JVM can't run on bare metal because it doesn't have hardware drivers, but presumably it could if you wrote those drivers.
But presumably the VM being discussed in TFA isn't that kind of VM, right? Bytedance didn't write an operating system in Javascript?
I've been seeing "VM" used in lots of contexts like this recently and it makes me think I must be missing something, but it's the sort of question I don't know how to Google. AIs have not been helpful either, plus I don't trust them.
If 50 years we need to build a single nuclear plant while you have to build twice the solar capacity I doubt that solar come out cheaper.
Solar panels last 20-25 years. Nuclear power plants last for 50+ years and use fraction of the space that solar. It is hard to believe that the TCO is lower. Usually people just looking at the price in the short term and comparing that. Batteries are a whole different can of worms. Super toxic and you need a high volume of those because the energy density is much lower.
This means you have to build other energy sources into the grid like gas turbines to be able to control the grid. So if you really want to compare energy prices than you have to look into the TCO.
https://www.reddit.com/r/energy/comments/11q58pe/price_trend...
I wonder what hinders us to replace the roofs of all houses with solar panels and put batteries in all cellars?
It might still be useful to build out nuclear power plants. But the solar+battery approach seems like an easier first step to increase the available power, doesn't it?
Nuclear isn’t a bad option too. Don’t put all your eggs in one basket
Also in terms of magic values, Apple’s UI doesn’t have a fixed set of spacing values they choose from. They’ll have padding of 14px and 15px all over the place. It’s not practical to expect a developer to get them all right. And of course, this behaviour is easily disabled just by providing explicit values.