Nice. Software developer, gamer, occasionally 3d printing, coffee lover.

  • 0 Posts
  • 72 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle
  • So far I’ve helped my team of 5 get on them. Some other teams are starting as well. We’ve got Windows, Linux, and Mac OSX that developers are running on their work machine (for now), and the only container specific issue we ever encounter is port conflicts, which are well documented with easy to change environment variables to control.

    The only real caveat right now is we have a bunch of micro services, and so their supporting services (redis, mariadb, etc.) end up running multiple times, so their is some performance loss from that. But they’re all designed to be independent, only talking to each other via their API, so the approach works.


  • Zikeji@programming.devtoProgrammer Humor@programming.devWorks on my machine
    link
    fedilink
    English
    arrow-up
    51
    arrow-down
    4
    ·
    6 days ago

    If this is your take your exposure has been pretty limited. While I agree some devs take it to the extreme, Docker is not a cop out. It (and similar containerization platforms) are invaluable tools.

    Using devcontainers (Docker containers in the IDE, basically) I’m able to get my team developing in a consistent environment in mere minutes, without needing to bother IT.

    Using Docker orchestration I’m able to do a lot in prod, such as automatic scaling, continuous deployment with automated testing, and in worst case near instantaneous reverts to a previously good state.

    And that’s just how I use it as a dev.

    As self hosting enthusiast I can deploy new OSS projects without stepping through a lengthy install guide listing various obscure requirements, and if I did want to skip the container (which I’ve only done a few things) I can simply read the Dockerfile to figure out what I need to do instead of hoping the install guide covers all the bases.

    And if I need to migrate to a new host? A few DNS updates and SCP/rsync later and I’m done.



  • Cruel? Of the places to be stabbed, the belly is probably one of the least severe ones, especially on males, so long as you get medical attention. Stabbing in a limb could result in long term damage much more easily.

    You were in the process of being strangled, even if in hindsight you think you did, you weren’t making a choice with any thought of it being cruel or not. There was likely adrenaline at that point, and panic. No one could successfully argue you had the presence of mind to make a conscious decision to be cruel.

    I’m sure you’ll have lifelong trauma, and might need to seek therapy if you aren’t already receiving it. It sounds like a part of what you’re experiencing is a form of survivor’s guilt. But no, how you got yourself out of that situation wasn’t cruel.




  • This consternation is definitely common. It’s hard to apply skills to something with no long term impact of benefit. I’ve improved my skills by finding stuff I can help on in the communities I participate in.

    It’s natural to be overwhelmed, so deciding on a project does scope what you can learn, but a hard part is architecting the foundation of that project.

    Introducing new features to an existing project is a great way to get your feet wet - it has multiple benefits, for one of you do take a position as a developer in the future, you likely won’t be architecting anything initially, primarily improving on existing projects. So participating in OSS projects is a similar mechanism to that - you have to learn their codebase to a degree, you have to learn their style and requirements, etc.

    Even if you don’t ultimately contribute, it’s still a learning experience.







  • I really like the way my current company handles things. Aside from annual raises that take effect July 1st (currently waiting for approval, but if that happens after July 1st the raises are retroactive to the first), we have open bars (free drinks) every other month, company wide lunch events a few times a month, other general events (had a Juneteenth and Pride event this month). Oh, and all these events are paid time (you still have to hit your KPIs though).

    A fairly well stocked kitchen (you could make your own lunch if you wanted to), coffee and espresso machines, sparkling water / flavored water one as well, snacks, the whole deal. Yes it’s not perfect but I’ve been happy so far.


  • For me personally I don’t have much control over my empathy. Sure I can look at someone and glean their emotional state based on conscious guessing, but my “affective empathy” as you put it, is more my brain subconsciously picking up on their emotional state and then sharing it.

    For most emotions, including anger, it’s not targeted. Not until I actively participate in the emotion. It’s also not something that applies to everyone and every situation, with my own personal emotions easily overriding the empathetic emotions.

    Of course, everyone experiences empathy their own way.