HackerTrans
TopNewTrendsCommentsPastAskShowJobs

agsnu

no profile record

comments

agsnu
·13일 전·discuss
The study is about 70 year olds. I’m not sure it’s a good idea for the average 70 year old to be engaging in contact sports…
agsnu
·6개월 전·discuss
Huh? Cashback cards on VISA/Mastercard have all but disappeared, I think Lloyds still do one but it has a promo of 1% for the first year then drops to 0.25% after. American Express will give you 0.75% on first 10k spend then 1.25%. 2% is unheard of (unless it's promo or heavily capped).
agsnu
·6개월 전·discuss
It's not just the WebKit bit, basically the entire app implementation is actually shipped as a "Private Framework" which lives outside the .app bundle. e.g. on macOS % otool -L /Applications/Safari.app/Contents/MacOS/Safari /Applications/Safari.app/Contents/MacOS/Safari: /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari (compatibility version 528.0.0, current version 623.1.14) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1356.0.0)

There's a bunch of other private frameworks (SafariCore.framework, SafariFoundation.framework, SafariPlatformSupport.framework, SafariShared.framework, SafariSharedUI.framework, SafariSwift.framework) as well. I haven't checked but I assume it's similar on iOS.
agsnu
·8개월 전·discuss
Barely supported by Apple these days - in addition to needing to disable SIP which is a pain, it was broken causing system freezes for several major macOS releases.
agsnu
·8개월 전·discuss
QuickTime for Windows existed long before then, and Apple ported a bunch of the old Classic Mac Toolbox to Windows as part of that.

IIRC it was actually this Windows port of Toolbox that in some ways laid the foundation for Carbon - i.e. a port of the Toolbox API to what became Mac OS X.
agsnu
·9개월 전·discuss
I wouldn’t hold not being on the Mac App Store against it. The MAS is sort of a failed ecosystem with very low usage/engagement, and all the downsides of the iOS store like potentially lengthy review times (can be a lot longer than the iOS store since it seems to play second fiddle) and arbitrary capricious rejections when you’re just trying to ship innocuous bug fixes to users.
agsnu
·11개월 전·discuss
Huawei seem pretty committed to building their own OS and uncoupling from the Western technology stack in total

https://en.wikipedia.org/wiki/HarmonyOS_NEXT https://www.usenix.org/conference/osdi24/presentation/chen-h...
agsnu
·4년 전·discuss
Apple breaks too much stuff in software updates. I want to control what versions of key libraries I'm integrated with and rev them on my own schedule.
agsnu
·4년 전·discuss
I'm just holding out for a Jetpack Compose for iOS :)