Skip to content

Instantly share code, notes, and snippets.

View ModProg's full-sized avatar
⌨️
Coding

Roland Fredenhagen ModProg

⌨️
Coding
  • Hamburg, Germany
  • 12:02 (UTC +02:00)
View GitHub Profile
@framp
framp / lenovo-yoga-slim-7-14akp10-guide.md
Last active March 28, 2026 14:43
Installing Arch Linux on Lenovo Yoga Slim 7 14AKP10

Installing Arch Linux on Lenovo Yoga Slim 7 14AKP10

After spending 24 hours across planes and airports I got back home and spent the rest of my weekend trying to get this beautiful laptop to work.

Here are the fixes so you don't have to suffer.

General

Install Arch Linux as usual.

@comp500
comp500 / fabricserversidemods.md
Last active February 8, 2026 11:27
Useful Fabric server side mods
@endolith
endolith / WAV interpretation.md
Last active September 13, 2025 16:20
Interpretation of WAV file sample data and asymmetry

How to handle asymmetry of WAV data?

WAV files can store PCM audio (WAVE_FORMAT_PCM). The WAV file format specification says:

The data format and maximum and minimums values for PCM waveform samples of various sizes are as follows:

Sample Size Data Format Maximum Value Minimum Value
One to eight bits Unsigned integer 255 (0xFF) 0
Nine or more bits Signed integer i Largest positive value of i Most negative value of i