Skip to content

Instantly share code, notes, and snippets.

@master-of-zen
master-of-zen / Video.md
Last active March 6, 2023 02:53
Commentary

Video is messy

I speak on stuff that i noticed, if you have questions message me directly on discord Master Of Zen#7693

Video encoding is messy and a lot of stuff is poorely explained online, which leaves people with bad framework to understand and deal with video.

Base

  • Coding Standarts and Video encoders are different things. aomenc, rav1e, SVT-AV1 are all video encoders for AV1.

  • Coding standarts define how encoded video should be as a binary(file) and decoded(made back into pixels, usually to play it or feed into another program as pixels).

@master-of-zen
master-of-zen / Sunrise.md
Last active July 17, 2023 20:29
SunRise

Dangers of the Zone

Emission/Radiation Storm

You will be informed when it starts, emmission is dangerous and lethal, as soon as you see the warning - find shelter, it could be a tent, building, bunker.

You have around 4 minutes before emmision starts killing you and will end in around 5 minutes after radiation stage started.

Emmision is lethal, you will not survive staying outside.

#!/bin/sh
set -e
# --- Configuration ---
# !! IMPORTANT !!: Verify and change this to your target disk.
DISK='/dev/nvme0n1'
# EFI partition size. 1G is generous and safe.
## Main Packages
```bash
sudo pacman -Syu syncthing npm fish gtk4 obsidian firefox base-devel okular evince discord blender hip-runtime-amd intel-compute-runtime fastfetch imagemagick rustup cpupower irqbalance earlyoom kvantum
```
## System & Performance
```bash
sudo pacman -S tlp tlp-rdw powertop thermald htop btop iotop
```