Using VSCode Flatpak to launch DevContainers Using Podman with Support for Nvidia CUDA and VSCode's "Container Features" In SilverBlue.
Note: This Setup Works for Machine Learning and GPU Acceleration in Containers
#!/usr/bin/env bash | |
#Short script that creates a streaming setup in pulseaudio. It does the following: | |
#1. Create a null-sink as ApplicationSink to separate a single applications audio from the rest | |
#2. Create remap-source as Virtual Microphone; AppSource | |
#3. Loopback the the ApplicationSink's audio back to the systems default audio output | |
#4. Loopback AppSink into virtual microphone AppSource | |
# ┌────────────┐ |
""" | |
This python script will find flatpak deduplication size stats. | |
Made with :heart: by powpingdone#3611, or just powpingdone on github. | |
Explaination for output: | |
'no dedupe': The size that the ostree repository would take up if files were not deduplicated. | |
'dedupe': The actual size of the ostree repository. | |
'singlet': The size of all files that are referenced once. | |
'orphan': The size of all files not referenced (ie, only one hard link). |
Original Author: Rui Ueyama (creator of the mold linker)
Translated by @windowsboy111
Minimally edited by @lleyton