• 20 Posts
  • 143 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle





  • Us don’t have manufacturing. But yeah you’re right that this is not officially licensed and stuff. The real blame is on the parents letting their children watch and then wear things like this.

    The US for sure have a sexualization of little girls issue. It reminds me a lot of the cuties controversy that happened a bit ago with the little girl beauty pagents.

    I still think they should have tried to get a pg-13 rating and just leaned into it more. I mean, maybe their writing would have been considered lacking if they went for an older demographic but that’s a different thing.



  • Yeah I think short skirts and outfits that show midriff are slutty outfits. I’m not saying that children are, but when that much skin on a child is showing its an issue because there are people that do want to see that. I get that K-pop stars often dress slutty, but there was no need for that in a pg rated film.

    Honestly parents need to do a better job at screening what their children watch and not just sit them infront of a full length movie because it’s a new PG rated film on netflix. Parents are to blame for how their 7 year old dresses ultimately. But I think it would have been nice it the outfits used in the film were picked with the idea that young children would be emulating it.












  • Google is a company I try to avoid at all costs, for many reasons which we can get into later if you want. Google drive can be used to share a file but it’s not meant for development work. That’s where git comes in.

    Git is super helpful for development work, hosting documentation, sharing releases, and collecting issues and feature requests from the community that uses your code.

    Git is not github. GitHub is just a Microsoft owned host and client for git. Git can be used in the command line or using a web gui, and there are a lot of tutorials and documentation for how to use it. I found gitlab’s documentation to be really helpful when I first started using git.

    Here is a nice writeup on git

    And you might want to look into foss alternatives to github (Microsoft) like Codeberg which I believe is using forgeo which you could self host if desired.

    You should give it a shot, and set up a repository for this project.