• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
rss
  • I’ve always wanted a battlefield like 40k experience. To be a little guardsman who gets krumped by the greener faction, or eaten by nids or spikies.

    I’ve also been really enjoying games that are controlled with programming (the farmer was replaced has been a fixation recently). So I’d really like to make something like that. Like old school RuneScape, but the only way to play is to program a bot.






  • “chown” is a command for changing the users and groups who own a file. But the options “775 xyz” are used with chmod, a command for changing what permissions the owners and groups have over a file. I’m not sure what you’re trying to do so I can’t tell what part of the command is wrong.

    Either way you can run a command with elevated permissions by putting “sudo” in front of the command. Or by switching to the root user by using the command “su” or “sudo -i” (if you have sudo access, but don’t know the root password)





  • I mean, the war in heaven was the most cataclysmic event. It’s sort of the first galactic scale apocalyptic event in the lore. Gods were fighting gods, some races rose in power, while others ceiced to exist. It’s speculated that at some point the nature of the warp changed, and was later distanced from baseline reality.

    But this is all background to the lore, and none of it ever happens in the books, so I’m not sure it really counts. I think the same could be said for the fall of the eldar.

    So probably the horus heresy or the 13th black crusade. My money’s on the latter as it caused the great rift.



  • Lots of physical activity, like lots. First I got into back country snowboarding. Then the snow at the resort was also really good, so I would skip lunch to ski more. Picked up running in the off season, did some pretty long trail runs. Back in snowboard season, lots of uphill in the mornings when I can. Running when it’s warm. Cross country skiing when there’s snow.

    I also try to stay away from refined carbs, since they make me sleepy, and then hungry in a couple hours. Also eat lots of protein. Also quit drinking booze mostly.


  • Bloat is just a meme, it comes from a time when sysadmins would need to optimize every aspect of a system to get the most out of it (like not using vi, because it took up too much space/memory). You will never need to get that much performance out of your machine.

    I try not to install programs all willy nilly. If I want to try something new, I’ll fire it up in a vm. I mean this about programs from 3rd party sources, and compiling from source. Anything in the repos is good and will uninstall cleanly too.

    On fedora you get more programs through RPMfusion. It’s sort of official, but also not. And you can also check out the copr repository, this is more like fedora’s aur. Opensuse’s open build service also sometimes has packages that work for red hat systems.

    When I first started I wanted Linux to work just like Windows. It took me a while to shift my perspective to the way Linux people do things. I don’t know how to speed up that process though.