• 2 Posts
  • 40 Comments
Joined 4 years ago
cake
Cake day: May 31st, 2020

help-circle


  • Ah, yeah, I don’t think there was anything in the app. I guess, they could’ve mentioned it in the changelog, which gets shown in the app by default after an update.

    But yeah, I think we’ll have to excuse a bit of a bumpy ride here. I know, it says “Mozilla” on there now, but to my knowledge, it’s still just the one core dev…








  • Hmm, it’s been a few years since I’ve run Fedora, but that’s an experience also still stuck in my head from that time.

    I always figured, Linux had just gotten better at that, because I switched to a more up-to-date distro afterwards, but in retrospect, it’s not like Fedora is terribly out of date, so maybe that is just a weird configuration on Fedora…






  • I guess, it becomes more unusual when you’re old enough to buy your own candy. At that point, if you don’t put effort in, it might come off to some neighbors like you’re freeloading.

    But as others said, if you put on a costume and you’re clearly enjoying the process, maybe you even make it a friend group activity, then it’s easy to believe that you’re doing it for fun. It’s not like you’d get rich off of freeloading candy in any scenario anyways.





  • For a project called “Potato Peeler”, I’ll put it into a structure like this:

    ~/Projects/Tools/Potato-Peeler/potato-peeler/
    

    Tools/ is just a rough category. Other categories are, for example, Games/ and Music/, because I also do gamedev and composing occasionally.

    Then the capitalized Potato-Peeler/ folder, that’s for me to drop in all kinds of project-related files, which I don’t want to check into the repo.

    And the lower-case potato-peeler/ folder is the repo then. Seeing other people’s structures, maybe I’ll rename that folder to repo/, and if I have multiple relevant repos for the Project, then make it repo-something.

    I also have a folder like ~/Projects/Tools/zzz/ where I’ll move dormant projects. The “zzz” sorts nicely to the bottom of the list.