First sentence of the article:
Reddit is bringing back r/Place — a collaborative project where individual users can edit pixels on a giant canvas
More details here: https://en.wikipedia.org/wiki/R/place
First sentence of the article:
Reddit is bringing back r/Place — a collaborative project where individual users can edit pixels on a giant canvas
More details here: https://en.wikipedia.org/wiki/R/place
TIL! Thanks for the clarification.
I think that might be the codecs’ fault. At least for me, my headphones sound terrible in headset mode on all the devices I’ve tried, regardless of whether they’re running Linux, MacOS, iOS, or Android.
Statcounter bases their data on web traffic. If you’re browsing the web on your Steam Deck, I think that should count.
Programming. I honestly love writing code. I’ve built quite a few useful tools for myself, I’ve toyed around with making games, I regularly play around with new languages and libraries to see how they work, and I’ve also written a bunch of pointless code that has no practical purpose but was fun or enjoyable to create. All of which cost me no money and required very little interaction with other people.
Careful, you have to also add
--no-preserve-root
to make sure you get all of it out. If you leave the roots, it’ll just grow back later!(But seriously, don’t actually do this unless you’re prepared to lose data and potentially even brick your computer. Don’t even try it on a VM or a computer you’re planning to wipe anyway, because if something is mounted that you don’t expect, you’ll wipe that too. On older Linux kernels, EFI variables were mounted as writable, so running
rm -rf /
could actually brick your computer. This shouldn’t still be the case, but I wouldn’t test it, myself.)