qemu-img create -f qcow2 alpine.qcow2 16G
| # Requires the GitHub Copilot CLI from GitHub Next | |
| # https://www.npmjs.com/package/@githubnext/github-copilot-cli#installation-and-setup | |
| # This needs to be set up as a function in your fish config. You can use `funced -s q` to do this. | |
| # Options: | |
| # q -g --git: Use github-copilot-cli git-assist | |
| # q -h --gh: Use github-copilot-cli gh-assist | |
| # Defaults to using what-the-shell (general command assist) if neither option is provided | |
| # Completions for your Fish config: |
Important
I have "moved" this post to my website: https://slugcat.systems/brain_dump/linux-desktop-issues/. Any new updates will be made there.
This is basically my manifesto of why Linux sucks and I keep using Windows as a desktop OS. This is both as a developer platform and end-user targeting.
Look: I would love to be able to use Linux as a daily driver. KDE is amazing and they clearly put far more effort into the desktop experience/UI than Windows (just the volume mixer alone). There are simply far too many underlying and infrastructural problems to the Linux desktop that none of KDE's great UI changes can make up for. I want Linux fanboys, developers, etc... to stop sticking their damn head in the sand about these issues and admit that Linux is still decades behind in some basic infrastructure. This shit can't get fixed if people refuse to admit it's broken in the first place, which some people are far too happy to do.
| ################################################################################ | |
| # sox cheat sheet | |
| ################################################################################ | |
| # Example commands for the sox command-line audio processing tool, | |
| # for manipulating or batch processing audio files. | |
| ################################################################################ | |
| # Daniel Jones <[email protected]> | |
| ################################################################################ | |
| ################################################################################ |
| You can extract .ico icons from an exe with 7-zip! |