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

help-circle








  • I did have to compile Wifi dongle driver, since I moved and didn’t have cable in my work room. That was annoying as hell.

    At first I thought I missed a driver in kernel compilation, but then my SO had the same issue in Mint. Luckily I was prepared.

    But yeah, I have more sanity with Gentoo than I ever did with Windows. The other commenter probably hasn’t used Linux or something.









  • msage@programming.devtoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    6
    ·
    3 months ago

    I don’t think that is necessary, as some companies do actually help, either with money or even dedicated staff, which can be as good or better.

    We should push for developers to promote the idea of more help towards FOSS projects, maybe find some hours a month, or send any money saved from not paying for licenses.


  • msage@programming.devtoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    17
    ·
    3 months ago

    But I also harp a lot to my superiors about donating to open-source projects we utilize, make loads of money thanks to them, yet never give anything back.

    I kinda get that some projects with limited backing can’t “get their shit together”, when successful users don’t give them anything. It’s a stupid pattern, and I hope we can break it.


  • msage@programming.devtoMemes@lemmy.mlMe irl
    link
    fedilink
    arrow-up
    37
    ·
    3 months ago

    I tried to get our team to move to Matrix when COVID hit and there was no infrastructure for remote work.

    It was such a shame that it was that exact time Jitsi had issues with Firefox (which most of us use), so we couldn’t videochat.

    If Jitsi had that resolved immediately, we perhaps could have used something open for at least couple of years. Maybe others would follow suit.

    Oh well. Teams it is.


  • Which is something I always try to explain to juniors: writing code is cool, but for your sake learn how to READ code.

    Not just understanding what it does, but what was it all meant to do. Even reading your own code is a skill that needs some focus.

    Side note: I hate it to my core when people copy code mindlessly. Sometimes it’s not even a bug, or a performance issue, but something utterly stupid and much harder to read. But because they didn’t understand it, and didn’t even try, they just copy-pasted it and went on. Ugh.