Below you will find pages that utilize the taxonomy term “Computing”
How to use x86_64 packages in Conda on M1 Mac
If you work on an M1 Mac computer (that is, on an Apple computer with
an ARM processor)
and use Conda
to manage Python environments and packages,
sometimes you need to work with packages that are available
only for x86_64
architecture, that is, for Macs with Intel processors
(x86_64
is a common name for 64-bit Intel processors).
For example, I ran into this problem when I wanted to go through
SnakeMake tutorial,
and it turned out that many bioinformatics tools (needed for the tutorial)
are not available for the M1 architecture.
How to reencode H.264 videos to H.265
I had videos in H.264 codec that I wanted to reencode to H.265. The reason is that H.265 (a.k.a. High Efficiency Video Codec, HEVC) is a more modern and efficient format than H.264 (a.k.a. Advanced Video Codec, AVC), which allows to keep the same quality with about twice less storage.
As I make from time to time YouTube, Instagram, and TikTok videos, which I need to backup, it is always good to store your data in the most storage-efficient format.