Readit News logoReadit News
jacobp100 commented on Simulator of the life of a 30-year-old in the UK   nicksimulator.com/... · Posted by u/kostyal
jacobp100 · 17 days ago
The festival part is wrong - you can earn £1,000 from self employment without paying tax on it
jacobp100 commented on My first attempt at iOS app development   mgx.me/my-first-attempt-a... · Posted by u/surprisetalk
jacobp100 · 3 months ago
I do iOS dev as a side-hobby too (https://jacobdoescode.com/)

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!

jacobp100 commented on Reverse engineering the obfuscated TikTok VM   github.com/LukasOgunfeiti... · Posted by u/xfeeefeee
xmodem · 4 months ago
Apple's policies prevent using JIT compilation, they don't ban VM's outright.
jacobp100 · 4 months ago
This is the correct answer. They even expose JavaScript Core to apps
jacobp100 commented on Reverse engineering the obfuscated TikTok VM   github.com/LukasOgunfeiti... · Posted by u/xfeeefeee
Wowfunhappy · 4 months ago
...can I ask a really stupid question? What is a VM in this context?

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.

jacobp100 · 4 months ago
Yes the VM discussed is similar to JVM
jacobp100 commented on Italy moves to reverse anti-nuclear stance   world-nuclear-news.org/ar... · Posted by u/geox
datadeft · 6 months ago
Again, comparing apples to oranges.

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.

jacobp100 · 6 months ago
It literally does come out cheaper. It’s referred to as the LCOE - you can look at the data yourself
jacobp100 commented on Italy moves to reverse anti-nuclear stance   world-nuclear-news.org/ar... · Posted by u/geox
datadeft · 6 months ago
In what timeframe?

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.

https://energyeducation.ca/encyclopedia/Energy_density

jacobp100 · 6 months ago
In the timeframe of the duration of the installation. (Total cost for the whole project + total costs for fuels & maintainance) / (kW generated * lifetime of the project)
jacobp100 commented on Italy moves to reverse anti-nuclear stance   world-nuclear-news.org/ar... · Posted by u/geox
datadeft · 6 months ago
The major point here is that nuclear is controllable energy type while solar is not. So comparing only the price is apples to oranges comparison. Most human energy consumers need energy with a fixed rate and all physical metrics withing a tight margin. To prouduce that with only solar energy is impossible.

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

jacobp100 · 6 months ago
Solar + batteries is still cheaper than nuclear
jacobp100 commented on Italy moves to reverse anti-nuclear stance   world-nuclear-news.org/ar... · Posted by u/geox
mg · 6 months ago
Isn't the price of a KW of solar panels similar to the price of a KW of nuclear power these days?

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?

jacobp100 · 6 months ago
Solar is much cheaper than nuclear. Italian new builds need to add solar panels.

Nuclear isn’t a bad option too. Don’t put all your eggs in one basket

jacobp100 commented on SwiftUI Defaults Considered Harmful   tonsky.me/blog/swiftui/... · Posted by u/SoKamil
jacobp100 · 6 months ago
The article is definitely wrong on the DSL being able to be replaced by some function call. You need to be able to do conditional rendering in a convenient way. The way SwiftUI’s DSL works means a lot of dynamic equality checks for updates can be statically resolved.

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.

u/jacobp100

KarmaCake day347November 25, 2016View Original