▲ 23 r/AV1

AV1 svt with preset 10 is super FAST!

I thought my mid tier laptop CPU could not handle AV1 SVT SW encoding. I tried both preset 0 and 10 which are the extremes of the spectrum. And both work!

0 is basically impractical though. And 10 is FAST. The size difference is around 9%. Is it worth it to waste 9% space for extremely fast encoding? I say yes.

Vmaf is higher with 10 bit. 8 bit is good too. The source I tested with is 8-bit hevc.

I used the Nmkoder app on Windows to compare different presets. Vmaf is above 96 even with RF 30. It is crazy!!! 50% file size reduction with vmaf and psnr and ssim scores being so high.

reddit.com
u/better_life_please — 2 days ago

How can I have homebrew for standard user?

I want to have my separate standard user for work stuff. Aurora linux has this command ujust that cannot write to the linuxbrew directory because it is not in sudoers. Only the admin account can.

What is the workaround here? Some of these ujust commands have sudo in them. That will prevent me from having a non-sudo work account, I guess?

reddit.com
u/better_life_please — 8 days ago

I cannot create a home volume!!!

I previously did this easily on Kinoite 42. What is wrong with the installer?!

I chose manual mount point selection. 4 points. 1 `efi`, 1 `boot`, 1 `/`, 1 extra for `/home`. That is it. Home on a physically separate partition. Simple.

I would like an `office` partition if it was possible for a "work" user account. But can't even create the simple /home lol.

u/better_life_please — 8 days ago

Which image to download?

I am confused a bit. Do I get it from the website? Is there a way to download the DX release? Or do I have to get the base release and after installation convert to DX mode?

reddit.com
u/better_life_please — 9 days ago

7z single vs multi thread tests!

I made a fairly good comparison of single-threaded vs multi-threaded compression/decompression.

The goal: Single-threaded compression generates slightly smaller files due to lesser amount of management metadata overhead. But I Wanted to know whether or not that is worth it considering how slow it is.

1st set of tests: 2 tests, 1 comp + 1 decomp

2nd set of tests: 2 tests, 1 comp + 1 decomp

- 1st set: LZMA -> inherently single-thread

- 2nd set: LZMA2 -> 8 threads (system crash beyond 8!)

The file to be compressed is a game ISO file at 7.9 GiB (8.5 GB).

System info (below average in 2026):

- Power level: Performance

- CPU: Intel i7 10 core / 12 threads, max 4.7 GHz (doesn't go above 3.7 though!)

- Memory: 16 GB of DDR4

- SSD's sequential bandwidth: 2.1 GB/s read, 1.1 GB/s write

- OS: Fedora Kinoite 42

- App: Peazip latest version (flatpak)

7z settings (very aggressive/overkill):

- Algorithm: LZMA (1st set), LZMA2 (2nd test)

- Level: 9 (max)

- Dictionary size: 256 MiB

- Fast byte size: 256 bytes

- Solid block size: 16 GiB

- Sort by file type for solid compression: Enabled

Results:

ISO file size: 7.9 GiB (8,533,671,936 bytes)

- LZMA:28 single-thread

Compression (1 7z thread) = 59 minutes 16 seconds

Decompression (1 7z thread) = 4 minutes 10 seconds

Archive size = 5.5 GiB (5,953,055,480 bytes)

- LZMA2:28 8-thread

Compression (13 7z threads) = 9 minutes 50 seconds

Decompression (12 7z threads) = 0 minutes 54 seconds

Archive size = 5.8 GiB (6,269,035,881 bytes)

- Verdict:

The good:

. Single-threaded compression generated ~5.03% smaller archives.

The bad:

. Single-threaded compression was ~6.03X slower.

. Single-threaded decompression was ~4.63X slower.

So PLEASE, use multi-threaded algorithms (e.g. LZMA2) in most cases!!!

u/better_life_please — 10 days ago
▲ 2 r/ps2

Number of PS2 north america games?

I was wondering about the actual number of official full game releases in the north america region. Does anyone know the exact count?

The Wikipedia page shows ~2340 NA titles. I have seen other numbers like 1831 too.

Note: I'm not counting prototypes and demos.

en.wikipedia.org
u/better_life_please — 11 days ago

7z multi-threading is a MUST?

I experimented with 7z quite a bit. I compressed an iso file aggressively using single thread compression and also 8-thread compression.

Of course, the compression time using a single thread took way too long. But I care mostly about decompression characteristics of these two approaches.

Result: ~15 seconds for 8 thread archive, ~44 seconds for 1 thread archive.

Basically, the structure of the archives changes based on the number of compression worker threads used.

7z spawned 12 threads when decompressing the 8-thread archive. However it only spawned 1 thread when decompressing 1-thread archive. I guess that is by design.

Does someone approve this based on their experience of using 7z?

Edit: Based on my tests, the difference is huge. More than 50% time saving when decompressing a 8-thread archive compared to a single thread one on my machine. It is totally worth it.

reddit.com
u/better_life_please — 11 days ago

How many PS2 titles are missing?

I was looking for .hack games and they are apparently gone. So how many titles were removed? Does someone have a correct answer?

reddit.com
u/better_life_please — 12 days ago