• 3 Posts
  • 106 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • Yeah but that time is long gone. Finance is throwing number in air of growth and profitability that must be met no matter what, and IT have to battle between what is effective, what the company tell them to do and what the users want, and in many case, the IT has a misplaced elitist attitude, like every user should know the infrastructure by heart and fix their problem themselves.





  • Croquette@sh.itjust.workstoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    27 days ago

    The issue isn’t you doing your hobby projects however you want, it’s people being paid and produce LLM generated code.

    And the biggest issue is managers/c-suites thinking that LLMs can replace senior devs.

    And the biggest biggest issue is that the LLMs in their current mainstream form are terribly bad for the environment.


  • Croquette@sh.itjust.workstoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    27 days ago

    It’s rarely the case. You rarely work in vacuum where your work only affects what you do at the moment. There is always a downstream or upstream dependency/requirement that needs to be met that you have to take into account in your development.

    You have to avoid the problem that might come later that you are aware of. If it’s not possible, you have to mitigate the impact of the future problems.

    It’s not possible to know of all the problems that might/will happen, but with a little work before a project, a lot of issues can be avoided/mitigated.

    I wouldn’t want civil engineers thinking like that, because our infrastructure would be a lot worse than it is today.



  • The direction that the company is taking. Clearly that Bitwarden feels like other open source projects are diverting revenue from them.

    That’s a small step towards enshittification. They close this part of the software, then another part until slowly it is closed source.

    We’ve seen this move over and over.

    Stopping your business with Bitwarden over that issue sends a message that many customers don’t find this acceptable. If enough people stop using their service, they have a chance to backtrack. But even then, if they’ve done it once, they’ll try it again.

    Your current price is 10$/year now. But the moment a company tries to cull any open source of their project is the moment they try to cash it in.




  • At least, we know emotionally that it will get better with the second one haha, even if the day to day is rought.

    With the first one, it felt like we would never get to the other side of it. But we did and we will for the second one.

    I am eager to learn new things, so having so little free time is definitely tough. And the lack of sleep/energy makes it even harder.

    Thanks for the encouragement, it’s nice to be acknowledged by someone else that went through the same thing. We often forget that we are not alone and a lot of people got through it before us.



  • I work in a small start-up where I am the only one doing what I do, so my epiphanies come from the struggles I have.

    Other people I work with often have a blank look in their eyes when I try to explain some issues or what the code does because they don’t have the skillset to comprehend what I am doing. So this isn’t a path for me (yet, hopefully we can grow enough where we need more people in my field).

    But I appreciate your experience. I will certainly think about a way to play in the innards of my language so that I can understand it better.







  • My issue is with the imposter syndrome i’d say.

    I don’t know asm on the tip of the fingers because today’s mcu are pretty full of features that makes it not useful most of the time, but if I need to whip up something in asm for whatever reason, I know the basics and how to search for documentation to help me.

    I try to follow MISRA C guidelines because it’s pretty easy to follow and it gives tool to reduce mistakes.

    I have enough experience to avoid many common pitfalls such as overflows, but for whatever reason, it always feel like I don’t know enough when I come across a tutorial or a post with a deep dive in a specific part of an embedded project or on the C language.

    When I read these tutorials/posts, I understand what is being done, but I could not come to these conclusions myself, if that makes sense.