aka freamon

Codeberg: https://codeberg.org/freamon?tab=activity

Anything from https://lemmon.website is me too.

  • 0 Posts
  • 38 Comments
Joined 6 months ago
cake
Cake day: March 27th, 2024

help-circle









  • Andrew@piefed.socialtoAsklemmy@lemmy.mlHow to use peertube
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    11 days ago

    Yeah (well, nerds anyway). With Lemmy, if you do curl --header 'accept: application/activity+json' --location https://lemmy.wtf/c/gametrailers/followers | jq . it tells you there’s 68 but not who they are. With PeerTube you can do curl --header 'accept: application/activity+json' --location https://peertube.wtf/video-channels/startgametrailers/followers?page=1 | jq . and it provides names (including me and you and a bot from leaf.dance)

    (edit to fix URLs)







  • I think it’s just a desire to indicate some uncertainty about something (like - I’m not an expert, my opinion on whatever could change with time or new information). A full stop seems arrogant somehow.

    I realise it’s not a good impulse and mostly resist. Mostly …

    (that last one’s nothing to do with the above reasoning, it’s just a line from Aliens that’s stuck in my head).


  • You can set a gif’s FPS yeah. There’s an app called gif.ski that lets you play around with this - add a folder full of PNGs to it and render a gif. The lowest the UI lets you select for FPS is 1 - I made one and stuck it here so you can see what that looks like.

    You can use the same tool on the command line if you want a half frame per second rate, e.g.:
    gifski --output interesting.gif --fps 0.5 --quality 70 *.png