Skip to content

Instantly share code, notes, and snippets.

@astiob
astiob / netflix_d75.py
Last active February 6, 2026 00:31
Netflix D75 white-point compensation: https://slow.pics/c/lfLyOmwZ (original screenshots from https://slow.pics/c/ldXHFLQu)
# white point estimated from the screenshots
netflix
.fmtc.transfer(transs='1886', transd='linear', cont=1.13309)
.fmtc.primaries(prims='709', primd='709', wd=(0.29831, 0.312059), wconv=True)
.fmtc.transfer(gcor=1/2.2)
.std.RemoveFrameProps('_Transfer')
# white point taken to be exactly D75 (no official spec, so the exact coordinates may vary depending on intermediate rounding)
netflix
.fmtc.transfer(transs='1886', transd='linear', cont=1.1239)
@astiob
astiob / crossfades.py
Last active February 5, 2026 22:47
VapourSynth script for converting interlaced fades over telecined content to pure-progressive fades
import vapoursynth as vs
from vsdeinterlace import vinverse
__all__ = (
'smooth_stable_fade',
'unfade_unique_into_repeating',
'unfade_repeating_into_unique',
'fade_unique_into_repeating',
'fade_repeating_into_unique',
@JerryLokjianming
JerryLokjianming / Crack Sublime Text Windows and Linux.md
Last active February 26, 2026 02:30
Crack Sublime Text 3.2.2 Build 3211 and Sublime Text 4 Alpha 4098 with Hex

How to Crack Sublime Text 3.2.2 Build 3211 with Hex Editor (Windows | Without License) ↓

  1. Download & Install Sublime Text 3.2.2 Build 3211
  2. Visit https://hexed.it/
  3. Open file select sublime_text.exe
  4. Offset 0x8545: Original 84 -> 85
  5. Offset 0x08FF19: Original 75 -> EB
  6. Offset 0x1932C7: Original 75 -> 74 (remove UNREGISTERED in title bar, so no need to use a license)