50 Matching Annotations
  1. Dec 2024
    1. Even the current desktop version of iTunes maintains support for streaming “audio files over the internet,” though a glance at Apple’s dated support page for the process suggests it hasn’t crossed anybody’s mind for at least half of that history.

      Considering that Apple is now the most valuable company in the history of the world, the current state of the desktop iTunes client is absolutely unacceptable.

  2. Oct 2024
  3. Apr 2024
  4. Dec 2023
    1. “MLX” is more than just a technical solution; it is an innovative and user-friendly framework inspired by popular frameworks like PyTorch, Jax, and ArrayFire. It facilitates the training and deployment of AI models on Apple devices without sacrificing performance or compatibility.

      MLX (high overview)

  5. Jul 2023
  6. Mar 2023
  7. Feb 2023
  8. Jan 2023
    1. In general, the environment variable is too heavy-handed and should be avoided, since it will impact all images you build or run. Given the speed impact, you don’t for example want to run your postgres image with emulation, to no benefit.

      Which options to avoid

    2. The other option is to run x86_64 Docker images on your ARM64 Mac machine, using emulation. Docker is packaged with software that will translate or emulate x86_64 machine code into ARM64 machine code on the fly; it’s slow, but the code will run.

      Another possible solution for M1 users (see snippets below)

    3. If you have a compiler installed in your Docker image and any required native libraries and development headers, you can compile a native package from the source code. Basically, you add a RUN apt-get upgrade && apt-get install -y gcc and iterate until the package compiles successfully.

      Second possible solution for M1 users

    4. In either case, pure Python will Just Work, because it’s interpreted at runtime: there’s no CPU-specific machine code, it’s just text that the Python interpreter knows how to run. The problems start when we start using compiled Python extensions. These are machine code, and therefore you need a version that is specific to your particular CPU instruction set.

      M1 Python issues

    5. In order to meet its build-once-run-everywhere promise, Docker typically runs on Linux. Since macOS is not Linux, on macOS this is done by running a virtual machine in the background, and then the Docker images run inside the virtual machine. So whether you’re on a Mac, Linux, or Windows, typically you’ll be running linux Docker images.
  9. Dec 2022
  10. Nov 2022
  11. Jul 2022
  12. Apr 2022
    1. defaults write NSGlobalDomain WebKitDeveloperExtras -bool true defaults write -g WebKitDeveloperExtras -bool YES

      Type these 2 commands to macOS terminal to be able to "Inspect Elements" in a Safari Web Inspector

  13. Mar 2022
  14. Jul 2021
    1. sudo codesign --remove-signature "/Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app"

      Run xcode-select --install first. This will fix permissions to create the virtual camera.

  15. Apr 2021
    1. Is there an OS agnostic way of doing this? I like the script command on macOS because you don't have to wrap the command in quotes. The script runs and sends output to the tty which is duplicated in the supplied file, but I can't seem to get the linux version to behave the same way... I'm probably doing something wrong. So what's the equivalent linux script command for this on macOS: script -q -t 0 tmp.out perl -e 'print "Test\n"' Test cat tmp.out Test
  16. Dec 2020
  17. May 2020
  18. Apr 2020
  19. Feb 2020
    1. Update 10/14/19: Proceed at your own risk. The upgrade works, but my iMac runs on high cpu on various services. I arleady disabled photoanalysisd, but now vtencoderxpcservice takes up a lot of CPU. If anywone found a solution, please post it in the comments below.

      I have this same issue. It arises when attempting to do a screen recording...

  20. Nov 2019
    1. We've updated most current apps to 64-bit architecture. The following versions work in Catalina, but have these known issues. 

      My Adobe suites are version 2017, non-subscription, early versions lower than below will have issues, including: acrobat 2017, Premiere 2020, Photoshop CC 2019.. Final Cut Pro X 10.3.4

      Also check below: https://www.macworld.co.uk/feature/mac-software/apps-wont-work-catalina-3698142/

      So the choices in account of whether update to Catalina are:

      1. Keep running an older version of MacOS alongside the new version so that you can switch operating systems when necessary.
      2. Consider transitioning to a different app, or upgrading to a newer version.
  21. Oct 2019
  22. Apr 2018
  23. Jan 2017
    1. 注意,经过上面的设置,无法调节系统的声音大小了。等用完了录屏的需求,可以按下面的操作恢复系统音量调节的功能。

      Mac 录屏,收录系统音的解决方案

  24. Nov 2016