I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 102 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle














  • But it’s definitely not perfect and tends to add unnecessary changes, I constantly have to review and add new rules.

    This is the bit that bugs me. I spend a bit of time to create a relatively simple application in C# with it, and it’s constantly tacking on new features and four extra command line arguments and it’s frothing at the mouth to add Cool Feature X, “just say the word and I’ll do it”.

    Just do what I asked. No more. That’s enough. There’s enough mangled code and logic errors lurking in there already, I don’t need any more “features” clouding the water.




  • There is a FreeRTOS option for Arduino which is pretty much the next step when you want to do multitasking.

    Basically, you create tasks in your setup routine by pointing to various self contained functions - each function becomes a task - and your “loop” becomes the task that runs when everything else is idle.

    Your functions have their own loops so they never exit, and then when you kick-start the tasks the task scheduler in FreeRTOS does all the heavy lifting of timeslicing the various functions so that they all appear to be running at once.

    If you share resources, like an I2C bus, you can add locking around it so that tasks that need the resource wait until other tasks are finished with it so you don’t get tasks treading on each other’s toes.

    FreeRTOS is in the Arduino libraries so you can just add it to a blank project and then have a play running two tasks at once.



  • There was a point, about 10-12 years ago now, where The Algorithm™ took over social media entirely.

    If you were around before that, you would have noticed the shift. Your friend’s comments and posts started to get intermixed with “other stuff” , and eventually you could scroll endlessly and not see anything from your direct friends, or friends of friends. Forever.

    What decided what you could see? Why, The Algorithm™ , of course. So, at that point right there, that’s when a direct and consistently biased feed of someone else’s opinion about what you wanted to see got pumped into people’s brains. And you can bet it’s going to be designed to be handing out the most engaging things that it can find for you, to keep you scrolling away on their platform. But it doesn’t matter a fuck if what its handing out i’s mentally harmful to you personally, as long as you’re engaged.

    And just like schoolkids in the USA reciting the Pledge of Allegiance every morning, reinforcement of whatever The Algorithm™ wants (simply: more engagement) becomes pretty trivial when it’s crammed into your head consistently from a young age. Lacking any other reference points, children are the ones with the least amount of defenses against all of that shite.

    These kinds of laws worldwide are trying to stop that kind of thing from happening, because they can’t stop the source directly. Social media companies hold too much sway over the population and the economy now, it would be political suicide to try and go toe to toe with them.

    In my opinion, The Algorithm™ as it stands now is a cancer that needs to be cut out of social media by any means possible. Whether there’s anything left remaining after that is debatable.