Earlier quoted context omitted.
And there's no proprietary IP in your company's app that you don't mind being sucked up into the training data?
> there's no proprietary IP in your company's app For most app that concept is "gone". People routinely decompile and recompose existing binaries, and if you use "obfuscation" in your app it's still a small bump. In today's age, IP is no longer a tangible concept that gives any advantages in software. What differentiates two businesses isn't their IP, it's their relationships and their moat. Most vendors that had pro…
Shopify is moving from React Native back to Swift and Kotlin
971–980 of 1001 posts
Re: Shopify is moving from React Native back to Swift and Kotlin
#972Earlier quoted context omitted.
There is an implication here that the back button is a microcosm that represents the differences holistically but it's not. It's a small one-off exception that doesn't even affect the design choices made for the various apps. As I open up app over app on my Android (Audible, Spotify, ChatGPT, etc.), they all have clear in-app "back" functionality where needed. No apps I have installed rely on the Android back button…
Also, the back 'button' is mostly a thing of the past in Android and it's more similar to iOS now with the predictive back gesture. The Android back button is legacy.
Re: Shopify is moving from React Native back to Swift and Kotlin
#973Earlier quoted context omitted.
Another scary thing is with AI it's easy to let complexity get out of hand to the point where a human manually writing code is basically impossible. Even though AI might seem capable of handling the complexity, you'll start noticing all these weird bugs pop up all over your codebase.
I'd say that was even a goal of the AI companies. It's not in their interest to generate human-maintainable code
Re: Shopify is moving from React Native back to Swift and Kotlin
#974Yesterday, just before bedtime, I pointed Astra at our Electron Desktop app, and asked it to write me a native Swift app for iOS. The electron app has 750 unit tests and 50 something integration tests. It also had access to the electron app via mcp and could click around and inspect it. I also gave Astra read only access to the backend code. It worked for 3 hours and delivered a nearly feature complete port. Today, I…
Re: Shopify is moving from React Native back to Swift and Kotlin
#975Hmmm, the article doesn't really say what is better about the Swift/Kotlin apps, compared to React Native. All we get is: "Native keeps us closer to platform capabilities and first-party tooling, with fewer framework and dependency layers between our code and the platform" What's the user benefit of that? It's not speed, they say "React Native apps can be fast. Ours are." I'd expect it to be considerably easier for a…
I'd imagine the user benefit is they can tap new operating system APIs and features almost immediately versus having to wait for a React Native package or having to build a React Native bridge. I think everyone would agree that native apps are better in every way, but the thing is, as a small company, you can't justify hiring two different developers - hence why RN is usually a good choice to get off the ground with.
Re: Shopify is moving from React Native back to Swift and Kotlin
#976Re: Shopify is moving from React Native back to Swift and Kotlin
#977Earlier quoted context omitted.
https://drewdevault.com/weird-guys/#lutke Literally a Nazi. His best friend and the COO is the founder of the Canadian equivalent of Breitbart, and also, they hosted the store for Breitbart...
So literally not Nazis… but you have been programmed to go to extremes in any political disagreement. I suspect they are both better informed and likely better members of society than you giving evidence of.
Re: Shopify is moving from React Native back to Swift and Kotlin
#978Earlier quoted context omitted.
What, exactly, is a "literal Nazi" -- I think Tobi is German, but he seems more like a capitalist than a national socialist. /shrug
https://drewdevault.com/weird-guys/#lutke Literally a Nazi. His best friend and the COO is the founder of the Canadian equivalent of Breitbart, and also, they hosted the store for Breitbart...
(Sure. “Nazi” is frequently used figuratively to mean “fascist”, but that's not “literally”. Except, perhaps, in the sense where literally is itself used figuratively as a intensifier for a figurative description, but at least not literally “literally”.)
Re: Shopify is moving from React Native back to Swift and Kotlin
#979Numbers from GPT Astra - Shopify has 3000 engineers as of 2026 - Google Chrome when released in 2008 conservatively had ~ 60 engineers. - GTA 5 in its credits had 150 software engineers. Surprising even to me who has had many an experience of being in a bloated FAANG team, this 150 includes GTA Online! In a sane society, Shopify’s opinion on anything engineering related would be thrown into rubbish because they seem…
Re: Shopify is moving from React Native back to Swift and Kotlin
#980Earlier quoted context omitted.
Taxes, compliance, regulatory bodies, logistics multiplied by X countries X products has an amazing way to bog you down. If you have money and problems money solves (eg you could hire more people to do something) you do not have a problem (except for people on the internet making arguments from personal inexperience)
I think there is something like Parkinson's Law: "Work expands so as to fill the time available for its completion." This is more like the engineering team scales to match your budget. It is why successful companies, when starting out and getting to their defining project completion state have significantly less engineers then 10 years later when they are massively more successful. The cost of having the engineers is…