You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Every Typesetter Should Know about Renderer Internals
What Every Typesetter Should Know about Renderer Internals
ASS subtitle rendering is seen by many people as some arcane black magic.
That's because it is.
Luckily, you do not need to understand most of the black magic to learn many meaningful lessons about
both the behavior and performance of renderers.
Let's get it over with right away and post the diagram:
There is a shared library /usr/lib/ssh-keychain.dylib that traditionally has been used to add smartcard support
to ssh by implementing PKCS11Provider interface. However since recently it also implements SecurityKeyProivder
which supports loading keys directly from the secure enclave! SecurityKeyProvider is what is normally used to talk to FIDO2 devices (e.g. libfido2 can be used to talk to your Yubikey). However you can now use it to talk to your Secure Enclave instead!
What you NEED to know before touching a video file
What you NEED to Know Before Touching a Video File
Hanging out in subtitling and video re-editing communities,
I see my fair share of novice video editors and video encoders,
and see plenty of them make the classic beginner mistakes when it comes to working with videos.
A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it,
so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't),
please read through this guide to avoid making mistakes that can cost you lots of time, computing power, storage space, or video quality.
Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs
Running Third Party Kernel Extensions on Virtualization Framework macOS Guest VMs
As of macOS 12 (Monterey), Apple's Virtualization framework
has nice support for macOS guest virtual machines, but with severe
limitations: For example you can't install a macOS guest on Intel
Macs, install guests with newer versions of macOS than the host, copy
and paste between the host and the guest, or install third party
kernel extensions in the guest. As usual for Apple, the functionality
they do support is nicely implemented, but they've left out so much
that the result is only marginally useful -- at least compared to
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ARM’s Scalable Vector Extensions: A Critical Look at SVE2 For Integer Workloads
ARM’s Scalable Vector Extensions: A Critical Look at SVE2 For Integer Workloads
Scalable Vector Extensions (SVE) is ARM’s latest SIMD extension to their instruction set, which was announced back in 2016. A follow-up SVE2 extension was announced in 2019, designed to incorporate all functionality from ARM’s current primary SIMD extension, NEON (aka ASIMD).
Despite being announced 5 years ago, there is currently no generally available CPU which supports any form of SVE (which excludes the [Fugaku supercomputer](https://www.fujitsu.com/global/about/innovation/
A set of functions to examine and modify Thunderbolt DROMs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This Frida script disables SSL pinning and verification on any target macOS Catalina process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters