Viewing profile — marcprux
marcprux
HN member- Joined
- Fri, Apr 30, 2021, 5:18 PM UTC
- HN karma
- 970
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About marcprux
Recent public activity
-
comment
Comment #49261607
That sounds a lot like my Day ( https://daybrite.dev ) project! We should compare notes… Are you confident that forking Leptos for this is the right choice? Do you like their HTML-…
-
comment
Comment #49201024
I see two nines in there…
- story
-
comment
Comment #48155556
> I have very mixed feelings about Standard Ebooks[…] Why?
-
comment
Comment #47581855
Perhaps. And yet … 98% opposition from 4K respondents? I'd be very surprised to see any other poll that tilts the other way, regardless of sampling bias.
-
comment
Comment #47581707
I am part of the team running keepandroidopen.org and corralling the signatures for the open letter opposing this program. We've been trying to get Google to reverse course on this…
-
comment
Comment #47581420
> What % of Android users actually want this? Do they know or care? 2%, according to the keepandroidopen.org poll[^1] [^1] https://techhub.social/@keepandroidopen/11625189229627283…
-
comment
Comment #47533085
And also Android[1]! [1] https://swiftpackageindex.com/search?query=platform%3Aandroi...
-
comment
Comment #47533072
> There are still challenges with basics like compression FWIW, there is an active discussion on this very topic: https://forums.swift.org/t/proposal-compression-library/8541...
-
comment
Comment #47141217
I am the author of the letter and the coordinator of the signatories. We aren't saying "nuh uh, everything's fine as it is." Rather, we are pointing out that Android has progressiv…
-
story
Ask HN: How to combat Android malware without mandatory developer verification?
In August 2025, Google announced that starting in late 2026, they are going to lock down Android to require that all app developers register centrally with Google or else their app…
- story
-
comment
Comment #46723203
It really isn't. Did you see their latest time estimate ( https://youtu.be/W4olXg91iX8?t=538 )? Late 2026 just to get the widget sets broken out into separate packages? And only th…
-
comment
Comment #46710870
See my response below on the KMP question: the comparison with CMP mostly applies to Flutter as well. > near-native mobile apps (the difference is almost negligible) Not as of the …
-
comment
Comment #46710715
No, you can configure it to just build and launch for iOS or Android separately. But we do recommend iterating on both in parallel for most of the UI work, just to make sure that e…
-
comment
Comment #46710651
This is indeed a dilemma, but note that copyleft licenses like GPL or MPL do give you considerably more protection than a pushover license like MIT/BSD. I wrote about this last yea…
- comment
-
comment
Comment #46710519
Good question. I'll try to answer as objectively as possible, despite my bias towards Skip's approach. Kotlin Multiplatform (KMP) enables you to target different platforms with you…
-
comment
Comment #46709993
Yes, as I just responded there, Skip uses the native toolkits and conventions on both platforms: SwiftUI on iOS and Jetpack Compose on Android. So you automatically get the platfor…
-
comment
Comment #46709954
Yes, the unique benefit of Skip is that you are using the real native toolkits on both platforms. So you get both SwiftUI's accessibility support via VoiceOver, as well as Jetpack …
-
comment
Comment #46709321
Thanks! It has been a long time coming. As we mentioned in the post, developer tools really need to be freely obtainable in order to gain mass adoption. In that sense, it was an ea…
-
comment
Comment #46709262
Well, you're running both the iOS development tools (Xcode, iOS Simulator), plus the Android development tools (Gradle, Android emulator, and maybe Android Studio too). These add u…
-
comment
Comment #46708302
The Xcode build plugin in the /skip repo uses the binary created by /skipstone (which is the repository that was just opened). Thanks for pointing out that the /skip repo itself do…
-
comment
Comment #45922494
You can make your own tap (which is just a GitHub repo) and manually clear the quarantine flag in a postflight step. E.g., see https://github.com/alacritty/alacritty/issues/8749 Us…
-
comment
Comment #45791926
This is a neat hack, and I don't want to diminish the effort. But I fear that any such loader apk would be marked as malware by Google and nuked by Play Protect Services. And as ot…