AstroLightz @ AstroLightz @lemmy.world Posts 18Comments 58Joined 2 yr. ago
What shenanigans? What have they been doing?
Damn, I remember watching Markiplier play this game years ago. Totally forgot about it.
Ensure you present your arguments in a way that doesnt make your recipient seem like a bad person because of their belief.
Louis Rossmann made a good video on activism and how to get someone to care about something.
Inviduous link: https://yewtu.be/watch?v=cir-gJDcC1o
YouTube link: https://www.youtube.com/watch?v=cir-gJDcC1o
For my classes, certain ones required Visual Studios, but for the most part, you can just run that in a VM (or use JetBrains substitutes if you can). However, if you're doing game design or development, a VM might not preform well unless you have a GPU passthrough setup.
Both depending on what I feel like saying.
Rocket, space, light
Not exactly sure this is the "right way" to use them, but I use one as an autocomplete helper in my IDE. I don't ask it to code anything, just use it as autocomplete.
Majority of the time, it works well, especially in common languages like Python.
For anyone wondering what distro that is:
It's Nyarch Linux https://nyarchlinux.moe/
ArcoLinux ArchLinux (BTW) because I love tinkering with computers.
Finding ways to automate tedious tasks is the fun part of the challenge. Scripts, systemd services, bash aliases are a great skill to learn. (Especially bash)
Also I'm too used to pacman and AUR to go back to APT.
wu7 u m34n, m8? 4lw4y5 b33n l1k3 d15. /s
Pacman /w chaotic-aur, otherwise AUR with yay
Linux
Anything that cannot be run natively on Linux I do not trust.
Getting close to python π releasing. Looking forward to it!
I always browse subscribed. Problem is a lot of posts in technology and similar unrelated boards have political keywords in their titles.
Permanently Deleted
Getting closer to PSYCHO-PASS
You got the French language initials backwards, OP.
It should be rm -fr /*
Dont have an account on reddit, so not banned. I do lurk from time to time though.
Typo in the first sentence.
Should say "Qt nice is here!"
Permanently Deleted
Is it truly random though? If in a specific point in time, the number generated is always the same, then that's not truly random.
Absolute true randomness would be a different result every time it is generated in that specific point in time.
A bit Sci-Fi and probably unrealistic opinion, but it does make me curious about how this kind of randomness could be implemented.
I'm testing different Python versions to see what the minimum is for yt-dlp-adv is. I know 3.10 is when they added match-case, so 3.9 isn't supported. Will update README with minimum working version after I'm done testing.