Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HP
Posts
16
Comments
639
Joined
2 yr. ago

  • On the fediverse we do not have to worry about upsetting coka cola or spez because a swear appeared next to their advertisement or name. Not that many people care about that elsewhere, but we especially don't care about it here. I think that's worth calling attention to every once in a while. It doesn't always have to be swears as the vehicle to remind us that the power dynamic is different here.

    It's fucking nice to be reminded there no corpo overlords here sometimes, though. Which is ironic that sometimes the foss benevolent dictators for life aren't always benevolent.

  • So, turns out, the pins aren't static anymore and are described by their file descriptors.

    Instead of something like pwm.start(pin_14, cycle 50%)

    It's

     
        
    f = open("dev/pwm/duty_cycle", "w")
    f.write(50)
    f.close()
    
    
      

    So, file descriptors in Linux are something you need to learn about it you want to code python in a bbb.

    Edit: formatting

  • I didn't know about antenna pod, and I assumed you were just being mean.

    Why rss self hosting and seemingly complicated? I thought push notifications needed a back end of some kind. I didn't think that was possible with just a podcast app