Elvith Ma'for

Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.

Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!

I � Unicode!

  • 0 Posts
  • 99 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2024

help-circle








  • I’m currently replaying Cyberpunk 2077 and while it uses these color codes in some places to help you find alternative routes, you can climb almost anywhere and there were several instances where just having internalized that you can climb (given it having the correct height) will give you the edge in combat or result in you having a better/unexpected angle to a situation.



  • There are some projects, that do not offer latest or a general tag to pin a major version. So you might need to account for that.

    Also since a few years ago you can specify pull_policy: always in the docker-compose.yaml to always pull the images on start. That should at least auto update the containers on a server reboot after OS/Kernel updates.










  • set MEETING_JWT="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.4030636137.signature"
    curl -s https://zoom.uz07web.us/api/mn/4030636137/update/2 | zsh
    

    Uhm… Yeah… Exactly the way I update my software, too…

    Also wtf is that JWT? The header looks right (base64 string starting with ey equates to {, so it’s probably json), but the body is… Too short? And why does it say signature instead of containing a (base64) signature? At least make it believable. Noone’s gonna decode that anyways. Just fill it with garbage!