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

help-circle
  • 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.






  • I don’t agree with this law, but having an age verification API as an open-source modular component is the best way to do it. Build in privacy controls and permissions so you know what’s being sent, where, and when. Make sure we know to edit $HOME/.config/systemd/ageverificationd/birthday.conf whenever we want (yeah, I wouldn’t be surprised if systemd handled this, too).

    Don’t forget the off switch and don’t give it unnecessary dependencies. Let me be able to install it if I need it (spoilers: I won’t) and if you include it by default, let me be able to remove it without removing the whole GUI.


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

    I wound up switching to Debian. It’s stable. It works. It lets me tinker and upgrade some packages without compromising the whole system.

    My only gripe is that OS upgrades are a manual process. I miss Ubuntu’s do-release-upgrade command, though following a process isn’t hard.