Some dude that enjoys working on open source projects, reverse engineering, 3d printing, experimenting with 3d graphics and lots of other tech hobbies.

Currently working on the kbin API: https://codeberg.org/Kbin/kbin-core/pulls/357

Games I play:

  • Planetside 2
  • DnD 5e

Shows I like:

  • Star Trek
  • The Expanse
  • Wheel of Time
  • House of the Dragon

Book series I enjoy:

  • Game of Thrones
  • Wheel of Time
  • Mistborn
  • The Stormlight Archive
  • Pathfinder
  • 0 Posts
  • 4 Comments
Joined 2Y ago
cake
Cake day: Jun 12, 2023

help-circle
rss

A single health check call a minute by a single app is nothing compared to real world usage


Lemmy stores who upvoted what but does not make it easily available to everyone like kbin does - you can set up a Lemmy instance to grab upvoted and read them from the DB if you are so inclined, or you could just look at kbin to see the same info



Looking in ImageRepository.php it doesn’t appear that images have their extra data stripped. Also testing it on my dev instance showed that GPS data remained in the image. Should be an easy fix since all image uploads are processed through that repository.

Edit: In fact there’s already an issue open for it - https://codeberg.org/Kbin/kbin-core/issues/374