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

help-circle
  • Let’s face reality. The first time that Trump was elected, everyone was surprised, sure.

    Now that he will be elected again, there is no more surprise. A lot of Americans still chose Trump after everything he’s said and done and he’s won the popular vote.

    The US have been toeing the line of fascism for a while now and a good proportion of their citizens just told us they embraced it, regardless of if they know what that entails or not.

    Donald Trump is just a symptom, not the cause. If there wasn’t any fascists, he wouldn’t even be in the race yet here we are.

    With that said, if the polls are really close between the Libs and Cons for a majority government, I for sure will vote for the Libs. The Cons are the worst possible majority government we can have.

    Otherwise, I am free to choose NPD, as I did in every elections before.




  • I mean, even as a sexual person, when you stop and think about it, it is indeed gross.

    But my reptilian brain craves it. And my logical brain just doesn’t give a fuck anymore about how it looks like. I mean, I change diapers full of shit and piss every day and I’ve seen my two children be born in an ungodly amount of juices. My threshold for being grossed out has become a lot higher.


  • 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.


  • What I like about embedded is that it’s between software and hardware, where you have to know both to a certain extent. It kinda feels like being a mad scientist bringing a monster to life. Seeing that my code makes physical actions (lighting a LED or controlling a motor) never seems to get old, even when trivial.

    I am confronted everyday about the things I don’t know because I work in a startup and I am the only one that does what I do. Any issue that I have tells me what I need to learn to fix the issue.

    You are right that for a lot of people, what I do seems like magic and we often forget the extent of our knowledge because it has become innate.

    Thanks for the insight, I appreciate it.




  • 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.


  • Thanks for the input, it will make me think about how to approach how to get the skills I need.

    I’d say I am decent with FreeRTOS which is pretty much just a scheduler with a few bells and whistles.

    I haven’t used assembly in a long while, so I know where to look to understand all the instructions, but I can’t tell right off the bat what a chunk of assembly code does.

    Algorithms, I am terrible at these because I rarely use them. I haven’t worked in a big enough project where an algorithm is needed. I tend to work in finite state machine which is close to algorithms, but it’s not quite it. And a big part of my job is interfacing peripheral chips for other to use.