• 0 posts
  • 8 comments
Joined 3 years ago
Cake day: June 11th, 2023
  • I’m not sure that this is a “game” idea so much, but I’ve had this idea I haven’t been able to wrap my head around the implementation of.

    Think a digital audio workstation such as Ableton Live or Logic, but gamified. Complete various musical objectives to pass levels, have a creative mode for just making music and maybe even a multiplayer mode for collaborative or competitive music making.

  • Hmm…this should work but I do have a concern on it based on my experience with AWS. Maybe this is different with minio though.

    In AWS, S3 bucket names are globally unique. Not just to your AWS account, but across ALL S3 buckets period. So let’s say you have a username of “test” and use that policy. If that user attempts to create a bucket and that bucket name is taken, well that user is out of luck.

    Obviously if minio doesn’t require globally unique bucket names you’re probably fine, but otherwise this could realistically become a problem.