by xero updated 10.29.24
| deb https://deb.debian.org/debian/ trixie contrib main non-free non-free-firmware | |
| # deb-src https://deb.debian.org/debian/ trixie contrib main non-free non-free-firmware | |
| deb https://deb.debian.org/debian/ trixie-updates contrib main non-free non-free-firmware | |
| # deb-src https://deb.debian.org/debian/ trixie-updates contrib main non-free non-free-firmware | |
| deb https://deb.debian.org/debian/ trixie-proposed-updates contrib main non-free non-free-firmware | |
| # deb-src https://deb.debian.org/debian/ trixie-proposed-updates contrib main non-free non-free-firmware | |
| deb https://deb.debian.org/debian/ trixie-backports contrib main non-free non-free-firmware |
| extends CharacterBody3D | |
| const SPEED = 5.0 | |
| const JUMP_VELOCITY = 4.5 | |
| # Get the gravity from the project settings to be synced with RigidDynamicBody nodes. | |
| var gravity: float = ProjectSettings.get_setting("physics/3d/default_gravity") | |
| @onready var neck := $Neck | |
| @onready var camera := $Neck/Camera3d |
Rich Hickey • 3 years ago
Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following:
| // ==UserScript== | |
| // @name Steam Queue Auto Discoverer | |
| // @description Discover the Steam queue three times to get the sale cards | |
| // @version 2.3.0 | |
| // @namespace https://gist.github.com/xPaw/73f8ae2031b4e528abf7 | |
| // @icon https://store.steampowered.com/favicon.ico | |
| // @match https://store.steampowered.com/explore* | |
| // @grant none | |
| // ==/UserScript== |
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.