• 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle


  • My gut says this is an effort to make employees feel good after layoffs and protests, but also this looks to be someone to juice the monthly active users metric before an IPO roadshow or fundraising or something.

    Ironically /r/place would be a good opportunity to win users to the official app, they probably should have done that before the API price changes to shake the tree of third party apps, so to speak.

    Anyways, this is going to be 80% “fuck /u/spez” memes, a German flag, the Apollo logo, and a perfect OSU game logo.

    I almost decided to make an account just to participate in the new /r/place, but then I would be supporting Reddit.




  • Docker is basically a virtual machine image you write your software in. Then when you run the software you don’t need to worry about compatibility or having the right dependencies installed, it’s all included in the docker image.

    Think of Docker as being Nintendo cartridges that you can take to any friends house, plug them in, and play. Servers can run more than one Docker container.

    The approach greatly simplifies writing code and having it work on your server, reduces errors, and adds a layer of security.