she/they

Bit of a mess, kinda depressed, and going through a gender identity crisis :3

(Ongoing issues, brain pls fix)

  • 25 Posts
  • 64 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle


  • I did not use Photoshop particularly long, but I have been using the Affinity Suite both on a pc and a tablet for over a year now and can say it’s definitely quite good. Everything is where you think it should be, the workflow feels very usable with no major learning curve (looking at you, GIMP), and overall the only thing I don’t like about it is its lack of Linux support. I would assume that absolute professionals won’t be able to find everything they like/want, but if you’re reading this, chances are you’re gonna be more than satisfied, if FOSS options don’t quite work for you.



  • I know you meant this sarcastically, but yes, flex is a good option for centering something. Either that or setting the left and right margins of the element to auto, which is generally even easier.

    Basically, if you’re in a flex container use flex, if you’re in a grid use grid, and if neither of those apply set the left and right margins to auto.



  • Since I primarily use English despite being a native German speaker I always get those jumbled up and it bugs me so much. People dictate long numbers in sets of two or three digits, but instead of saying the digits, they say them as numbers. Then it’s like “3 & 40” and I write 34 because my brain goes “first number, first digit” until I notice that I made this error again and have to correct it. It takes way more mental effort than it should and it annoys me that so many people say these as numbers instead of as actual sets of digits, which wouldn’t be a problem in most other languages, but nooooo of course we need to add a good ol’ switcheroo right at the end there





  • As I mentioned in the post, my money budget is around 1000€ as a target, but it extends both up and down. I can stretch if needed, but if that’s comically overkill then I’d be happy to go lower. Time budget… not too high, but also not super low. I can certainly spend a day or two setting everything up. Electricity costs are certainly a factor, power prices here were some of the highest globally, even before the extreme increases lately.

    Also thanks for the tip of the S3 backup, it’s probably a good idea to have an extra copy of important data off-site, yeah.






  • I’m quite excited but also mildly worried about Arch. I am currently on EndeavourOS, so I’m used to day-to-day usage of an Arch-based system, but I do worry about not following some best practices that screw me over in the long run during the install or forgetting some crucial security things. I do believe 95% of what I could mess up is going to be covered in the install guide, but who knows what I’ll overlook. And I know Archinstall exists, but I might as well stay on EOS if I was gonna use that, as I primarily intend this to be a learning opportunity. We’ll see how things go!






  • If you’re an expert tightrope walker, you’re likely not gonna fall off. You can just do it without too much issue. When you’re doing it over a chasm, and you don’t plan on dying, you’d still probably prefer a harness though, wouldn’t you?

    Edit: I’m not saying C is a bad language or anything, but for important applications the safety of actually memory safe languages is vital for lower-skilled programmers and still a good assistance for higher-skilled programmers, as we’re all humans and it doesn’t hurt to try and avoid the mistakes we will eventually make.