Skip to content

Instantly share code, notes, and snippets.

@rdebeasi
rdebeasi / zettlr-custom.css
Last active January 8, 2025 19:38
Custom styles for Zettlr
/*
* Overrides to make Zettlr's Berlin theme look a bit like GitHub's light default theme
* See https://github.com/Zettlr/Zettlr/tree/develop/source/common/modules/markdown-editor/theme
*/
.cm-editor .cm-link {
/* Underlines for better accessibility */
text-decoration: underline;
}
@rdebeasi
rdebeasi / music-setup.md
Last active November 12, 2023 16:18
Setup for music production

OS

As of this writing, I'm running Fedora Linux 38 on a 2015 Dell XPS.

Configuration

Renoise

  • Audio --> Device type --> Jack (ALSA caused distortion)
  • GUI --> User interface scaling --> 150% (I'm so happy they finally added this feature!)

OS

@rdebeasi
rdebeasi / check-battery.sh
Created November 11, 2023 17:37
Battery health command
#!/bin/bash
# https://www.makeuseof.com/how-to-check-your-laptops-battery-health-in-linux/
upower -i /org/freedesktop/UPower/devices/battery_BAT0
@rdebeasi
rdebeasi / polarium-levels.md
Last active January 16, 2022 20:30
Polarium Advance Levels

Easy

1

NYV+W C-Y2! F82TH C-3

2

19J0! 98F96 TY$19 +W6
@rdebeasi
rdebeasi / polarium.md
Created January 16, 2022 20:22
Polarium Advance Bonus Levels
@rdebeasi
rdebeasi / release-cadences.md
Last active April 22, 2021 20:19
Comparision of release cadences in the open source community
@rdebeasi
rdebeasi / grpc-client-server.md
Last active January 10, 2019 19:07
Research on client-server communication with gRPC