Hey, my setup works for me! Just add an option to enable CPU overheating in the next update!
Hey, my setup works for me! Just add an option to enable CPU overheating in the next update!
Fusion is effectively renewable. Use a small portion of energy to do electrolysis and you got your fuel. We won’t be running out of water any time soon.
I like Ardour. Unfa on YouTube made a great tutorial on how to use it.
single master text file
Sounds like something you are using to manage your packages to me…
Stop giving them ideas!
IANAL but it looks like they are violating Apache 2, as they are supposed to retain the license and mark any changes.
You missed a factor of ten from the gravitational field strength, but still not great. Their heat batteries work better when it comes to heating, but that is mostly limited to just that.
Sure. If you are using an nvidia optimus laptop, you should also add __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia at the start of the last line when running in hybrid mode to run mpv on the dgpu. You should have a file at ~/.wallpaperrc that contains wallpaper_playlist: /path/to/mpv/playlist
. You may want to add this script to your startup sequence via your wm/de.
#!/bin/sh
WALLPAPER_PLAYLIST=$(cat ~/.wallpaperrc | grep -v '^\w*#' | grep 'wallpaper_playlist' | sed "s/wallpaper_playlist: //")
xwinwrap -g 1920x1080 -ov -- mpv -wid WID --no-osc --no-audio --loop-playlist --shuffle --playlist=$WALLPAPER_PLAYLIST
Hope this helps!
I set mpv as the root window which worked well. I stopped using it a while back, but if you are interested, I could dig up the simple script for you (literally one or two lines iirc).
Wow, CUPS is way better than I previously thought and I thought it was amazing!
It is just how I prefer to do my computing. I tend to live on the command line and pipe programs together to get complex behavior. If you don’t like that, then my approach is not for you and that’s fine. As for your analogy, I see it more as “instead of driving down the road in a car, I like to put my own car together using prefabs”.
Option 4: levy existing tools such as gpg and git using something like pass. That way, you are keeping things simple but it requires more technical knowledge. Depending on your threat model, you may want to invest in a hardware security key such as a yubikey which works well with both gpg and ssh.
But it did save a nice percentage though!
It was pretty accurate though.
Here are my two cents as an outsider looking in. I spend ~15-30 mins a day on Lemmy (usually while doing other things), so I see a decent amount of content but I am not at the leading edge of posts. When I look at posts, I rarely, if ever see spam. For the most part there is civil conversations and those that attempt to derail them are downvoted and, in some cases, banned.
Does this mean that moderation isn’t a problem? No, I am but one user. However, it does indicate it is not a chronic issue. Personally I would like to see you guys refederate, as that could only increase the quality of discussions throughout the fediverse.
Here are my two cents as an outsider looking in. I spend ~15-30 mins a day on Lemmy (usually while doing other things), so I see a decent amount of content but I am not at the leading edge of posts. When I look at posts, I rarely, if ever see spam. For the most part there is civil conversations and those that attempt to derail them are downvoted and, in some cases, banned.
Does this mean that moderation isn’t a problem? No, I am but one user. However, it does indicate it is not a chronic issue. Personally I would like to see you guys refederate, as that could only increase the quality of discussions throughout the fediverse.
I would have taken a deep dive into docker and containerised pretty much everything.
Same, although I use git for syncing. Works so well and stays out of the way.
It really depends on the role you are looking for. If working with data and doing analysis, you need some knowledge in stats and probability. If you are working on simulations, you will need basic calculus and algebra. If you are looking at game development, you will need basic trigonometry and vector arithmetic. The one thing you don’t need is mental arithmetic because you have a computer.
That being said, you can get by without these skills, it just becomes harder to see what you need to do, even if you would know how to implement it. This is alleviated if you are working in a team however.