• 5 Posts
  • 487 Comments
Joined 3 years ago
cake
Cake day: June 3rd, 2023

help-circle
  • You think artificial neurons stay “alive” for free?

    Edit: but besides being cynical, I actually also don’t know how those biological processor can survive transport or just being a backup in a shelf

    Not sure though, if I understand really what they are doing/have created.

    Edit 2: pretty much everything is answered in the article. Seems they really need some “food” and there is also the problem, that they will need to be retrained periodically (until a solution is found) l, because the culture dies (and builds new)
    So, thinking about shelf life and transport was a bit far out the way













  • About… Fuck… Over a decade ago, I was working on a Windows CE handheld and as we were coming all from Linux, we decided for the newly released QML Qt port

    It was an absolute nightmare…

    I found 3-4 people worldwide having the same problem with the port.

    2 russian, 1 Chinese and I sadly don’t remember the last one

    We were all in the same forum trying to exchange with translations tools available.
    Until we found out, that the original contributor made its folder structure part of the Qt build system and you needed to build a path of nearly 20 fucking folders to cross compile this shit

    I’m still emotionally connected to my fellow coders, who were just as confused as I was, and I never found this situation again

    But it brought me back to the early days of the internet and I really enjoyed it

    Edit: as I’m getting old, it could have been more than a decade…




  • Can someone enlighten me, how to debounce without causing latency?

    In the article, he only says “Now, how to debounce without adding latency has become common knowledge”, and I have absolutely no clue how that should work

    Edit: seems they just wait for the signal edge and ignore any signal “jumping” for some time afterwards
    Probably works ok/good with keyboards, but not with every application of debouncing