HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prime17569

no profile record

Submissions

ST-NICCC demo for the TI-84 Plus CE graphing calculator

cemetech.net
1 points·by prime17569·2 lata temu·1 comments

comments

prime17569
·24 dni temu·discuss
This exists already! You can see it by going to Settings > Privacy & Security and turning on the App Privacy Report at the bottom.
prime17569
·2 lata temu·discuss
This is my port of the Oxygene ST-NICCC demo to the TI-84 Plus CE graphing calculator.

You can see an updated video at https://www.youtube.com/watch?v=TS20MHHLv8A
prime17569
·2 lata temu·discuss
FYI Safari has been doing this (also enabled by default) for years on all Apple platforms.

To disable it on macOS: Safari > Preferences/Settings > Advanced > Uncheck "Allow privacy-preserving measurement of ad effectiveness"

To disable it on iOS: Settings > Safari > Advanced (scroll all the way down) > Turn off "Privacy Preserving Ad Measurement"
prime17569
·2 lata temu·discuss
FYI Safari has been doing this (also enabled by default) for years on all Apple platforms.

To disable it on macOS: Safari > Preferences/Settings > Advanced > Uncheck "Allow privacy-preserving measurement of ad effectiveness"

To disable it on iOS: Settings > Safari > Advanced (scroll all the way down) > Turn off "Privacy Preserving Ad Measurement"
prime17569
·2 lata temu·discuss
Check out the LG 24UD58-B!
prime17569
·3 lata temu·discuss
Have you tried updating UTM to the latest version? Many of these bugs have been fixed in newer versions. UTM doesn't auto update, so you have to check for updates yourself on their GitHub releases page: https://github.com/utmapp/UTM/releases
prime17569
·3 lata temu·discuss
This reminds me of this video by engineerguy that discusses the use of heuristics in engineering: https://www.youtube.com/watch?v=_ivqWN4L3zU
prime17569
·3 lata temu·discuss
This is almost like U.S. high schools, which almost exclusively require students to have Texas Instruments TI-84 series calculators in math class.
prime17569
·3 lata temu·discuss
IMO it's not about running macOS on it but rather that there is a need for desktop-class features on iPad. Apple doesn't need to run macOS on iPad to add desktop-class features. I'd rather see those features added to iPadOS (as well as visionOS, which is clearly a derivative of iPadOS).
prime17569
·3 lata temu·discuss
This is probably because those developers haven't added support for opening files in place, which has been available since iOS 9. There are a few other things (e.g. the way you call open/save dialogs) that need to be changed if you want to add support as well.
prime17569
·3 lata temu·discuss
That's the fault of the developer, not Apple. For example, Instagram hasn't ticked the box in Xcode to support the iPad screen sizes.
prime17569
·3 lata temu·discuss
This. Apps can declare support for Assistive Access by adding UISupportsFullScreenInAssistiveAccess = YES to their Info.plist:

https://developer.apple.com/documentation/bundleresources/in...

There isn't any other way to further integrate into the feature though.