• 0 Posts
  • 11 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle

  • I can’t speak for Android Auto, but it sounds very similar to its sibling, Apple CarPlay. The latter requires a car’s (or boat’s) infotainment system to present little more than a touchscreen, sound card, and perhaps the charge or fuel level sensors to a connected device over either USB (as Type-C or Lightning) or both Bluetooth and Wi-Fi Direct. It’s perfectly fine for privacy as it’s nothing more than an extension of the phone. I don’t think it can even access the car’s own GPS. (I don’t know enough about CarPlay Ultra to advise you, so I won’t.)

    You might be thinking of Android Automotive. That’s unrelated to Android Auto. Automotive is a full operating system that uses the car’s modems and GPS and you don’t get a say in the matter.


  • signofzeta@lemmygrad.mltoLinux@lemmy.mlWhy Gentoo?
    link
    fedilink
    English
    arrow-up
    4
    ·
    13 days ago

    Same here. It was my first Linux. The Gentoo Handbook circa 2005 did not even attempt to hold your hand. But when I got through, it worked well! I got into dependency hell and bricked my system trying to upgrade Firefox. I like how Debian is stable, but I still do wonder about Gentoo.



  • signofzeta@lemmygrad.mltoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    It’ll probably happen in the next few years. Compiling for PowerPC went away after macOS dropped it, and it was the same story for i386. Running and targeting x86_64 will soon be a distant memory.

    That being said, if you have a Mac/Hackintosh/VM with an older Xcode, keep it! You can still compile with the old version, compile with the new version, and stick the results together with the lipo command. I wrote a simple C CLI app and I can put five architectures in one binary if I want (ppc, ppc64, i386, x86_64, arm64) and it’ll run on any macOS/Mac OS X version ever made.