Igor Bozin
02/06/2023, 5:33 PMCiaran Sloan
02/06/2023, 5:34 PMLandry Norris
02/06/2023, 5:34 PMstreetsofboston
02/06/2023, 5:37 PMLandry Norris
02/06/2023, 5:37 PMCasey Brooks
02/06/2023, 5:40 PMJosh Eldridge
02/06/2023, 5:40 PMIgor Bozin
02/06/2023, 5:41 PMLandry Norris
02/06/2023, 5:43 PMJosh Eldridge
02/06/2023, 5:46 PMWill Apple let KMM succeed?I'm curious on your thoughts of what Apple could do to stop it from succeeding/progressing?
Casey Brooks
02/06/2023, 5:46 PMLandry Norris
02/06/2023, 5:47 PMI’m curious on your thoughts of what Apple could do to stop it from succeeding/progressing?Their easiest course of action would be rejecting apps, but not sure if they will want to risk attention from the EU or drive away devs.
Igor Bozin
02/06/2023, 5:48 PMJosh Eldridge
02/06/2023, 5:51 PMImagine having a single iMac as your build server and writing everything else in KMM.I'm not sure I follow this, you still invested/bought into the iMac, just like you would've invested/bought into some kind of Macbook?
Casey Brooks
02/06/2023, 5:51 PMIgor Bozin
02/06/2023, 5:51 PMJosh Eldridge
02/06/2023, 5:52 PMLandry Norris
02/06/2023, 5:53 PMIgor Bozin
02/06/2023, 5:53 PMCasey Brooks
02/06/2023, 5:54 PMWhat about local developmentYou cannot test KMM apps n iOS except on a Mac simulator or physical iPhone. You can unit-test the common code without it, but it would be pretty bad practice to release an app where you only unit test the individual pieces without doing full integration tests on the physical hardware. This is true for both Android and iOS, BTW
Igor Bozin
02/06/2023, 5:54 PMLandry Norris
02/06/2023, 5:54 PMIf you can write a single codebase for two platforms and it works on Android, it will also work on iOSAs someone with Flutter experience, this rarely holds outside of the simplest possible apps. You have to have a lot of trust in the libraries and know every possible limitation.
Casey Brooks
02/06/2023, 5:55 PMIgor Bozin
02/06/2023, 5:56 PMJosh Eldridge
02/06/2023, 5:56 PMCasey Brooks
02/06/2023, 5:56 PMIgor Bozin
02/06/2023, 5:57 PMCasey Brooks
02/06/2023, 6:02 PMIgor Bozin
02/06/2023, 6:02 PMLandry Norris
02/06/2023, 6:05 PMRussell Stewart
02/06/2023, 6:07 PMLandry Norris
02/06/2023, 6:07 PMPablichjenkov
02/06/2023, 6:07 PMLandry Norris
02/06/2023, 6:08 PMRussell Stewart
02/06/2023, 6:08 PMJosh Eldridge
02/06/2023, 6:09 PMPablichjenkov
02/06/2023, 6:10 PMCasey Brooks
02/06/2023, 6:10 PMLandry Norris
02/06/2023, 6:11 PMAlso would you really rely on a full team of devs that have never once ran the app themselves?As someone currently sitting next to 2 macbooks and 3 iOS devices, I can confidently say I don’t trust code that works on my iPhone SE to work on an iPhone 12 or an iPad, much less code I’ve tested only on Android. I typically work on much lower-level code, so that has an effect.
Krisztian Balla
02/06/2023, 6:13 PMLandry Norris
02/06/2023, 6:14 PMKrisztian Balla
02/06/2023, 6:17 PMIgor Bozin
02/06/2023, 6:32 PMPablichjenkov
02/06/2023, 6:33 PMIgor Bozin
02/06/2023, 6:35 PMLandry Norris
02/06/2023, 6:38 PMPablichjenkov
02/06/2023, 7:14 PMursus
02/07/2023, 12:12 AMLandry Norris
02/07/2023, 12:18 AMJosh Eldridge
02/07/2023, 12:18 AMLandry Norris
02/07/2023, 12:20 AMursus
02/07/2023, 12:21 AMLandry Norris
02/07/2023, 12:22 AMursus
02/07/2023, 12:24 AMLandry Norris
02/07/2023, 12:25 AMJosh Eldridge
02/07/2023, 12:25 AMursus
02/07/2023, 12:26 AMPablichjenkov
02/07/2023, 12:38 AMursus
02/07/2023, 12:40 AMPablichjenkov
02/07/2023, 12:40 AMursus
02/07/2023, 12:40 AMPablichjenkov
02/07/2023, 12:42 AMursus
02/07/2023, 12:42 AMPablichjenkov
02/07/2023, 12:44 AMursus
02/07/2023, 12:45 AMPablichjenkov
02/07/2023, 12:47 AMursus
02/07/2023, 12:49 AMPablichjenkov
02/07/2023, 12:49 AMursus
02/07/2023, 12:50 AMPablichjenkov
02/07/2023, 12:50 AMursus
02/07/2023, 12:51 AMPablichjenkov
02/07/2023, 12:51 AMursus
02/07/2023, 12:51 AMPablichjenkov
02/07/2023, 12:54 AMursus
02/07/2023, 1:00 AMCasey Brooks
02/07/2023, 1:03 AMdoes it need a browser to execute [wasm]?Actually no, wasm is simply a binary format. There are wasm runtimes that can be embedded into other applications without needing a browser. It’s really not all that different from any other application binary format. The part of wasm that makes it so interesting (and potentially revolutionary) is just the fact that it is already included in browsers, which effectively makes the browser something more like an OS than just an HTML renderer. All the major browsers have agreed to support it, so it effectively gives you an “OS” that works independent of the physical hardware it’s running on, and works on all devices/host OSs
.class
files and the JVM runtime. It’s just a bit lower level, more optimized for security, and distributed automatically in your browser.
But I’m personally holding back my hype for now. Remember, browsers actually used to be able to run Java applets, too…ursus
02/07/2023, 1:22 AMLandry Norris
02/07/2023, 1:26 AMPablichjenkov
02/07/2023, 1:26 AMCasey Brooks
02/07/2023, 1:26 AMPablichjenkov
02/07/2023, 1:28 AMursus
02/07/2023, 1:33 AMPablichjenkov
02/07/2023, 2:33 AMJosh Eldridge
02/08/2023, 11:18 PMLandry Norris
02/08/2023, 11:20 PMPablichjenkov
02/08/2023, 11:23 PM