Skip Navigation

User banner
Posts
12
Comments
553
Joined
2 yr. ago

  • If you stored them in the cloud in sync for reddit you should actually be able to retrieve them

  • Congratulations on the beta release! <3

  • So I'm the power admin and XiaoHei is my alt? What the hell are you people on. Just check the modlog, it's all public.

    It's not because you post a wall of text that you are right. Lenins2ndcat asked me to hand over a community to her that was registered by someone else. And you guys back her up on this? That it would be fine to just take it from someone else and give it to her? neat.

    Oh and Yobuckstopshere and I talked that one out straight away. That's a post from a month ago. It wasn't even that he disagreed with that user being banned. But we've since set up a channel to better coordinate with the communities.

  • It's just docker compose and crontab..

  • I told you I would contact the moderator of the community if you let me know what you would be willing to give. I asked you if you were willing to work with the current team and you said "that depends on the vibe". So you were asking the community to be forcibly handed over to you while giving me NOTHING to work with. And instead of having a discussion with "the team" to find out what their position was you relied on me to do your bidding.

    The moderators of !gamingcirclejerk@lemmy.world weren't even using any of the artwork or branding you were talking about. I went over to the subreddit and both the banner and icon were completely different.

    The amount of reddit mods that contact us and asking for some kind of special treatment is insane. This is not reddit 2.0, but good news: LW is not the whole fediverse. Why not make your gamingcirclejerk community on lemmygrad or hexbear?

  • You seem to be leaving out the parts where you asked me to remove the current mods from the community. And where you said that the GCJ community "might not understand my actions" and become hostile basically.

    So honestly I already stopped caring about whatever you had to say afterwards.

  • Oh you mean that time where you asked me to remove the current mod from !gamingcirclejerk@lemmy.world? Where you asked me to either add you as a topmod or rename the existing one because you were the moderators of that community on Reddit?

    I told you to pick it up with the current one or to create it on another instance. I said that with your entire reddit community behind you you would quickly become to bigger "gamingcirclejerk" without me having to intervene. It was in that context that I called it "survival of the fittest" of communities on instances. Nothing too philosophical about that.

    Feel free to post our entire conversation here.

  • Every European country has social security

  • We have the devs of all but one of the alternative UI's on our discord server. We try to provide options for our users as well as give some extra exposure to the Lemmy developers community by hosting these on LW. It's actually pretty cool to see that devs from different apps are going through each other's code and are being helpful. And other community members are actively helping the developers test (and request) new features.

    So that is one of the things that we did to "play safe". But I understand your concern and I'll have a talk with the team how we can organise something like a code review of the UI's we host.

    We have one more UI to be announced soon. And that will most likely be the last one we will add.

  • We should probably have released a statement before going over into action and blocking them. But an official statement on this is coming asap.

  • In Europe teenagers can work from a certain age during holidays. It's very restricted and it should be. At that age they should be focusing on school. If you let those pushing these changes in the USA have it their way you'll have 10 year olds mining coal again pretty damn soon.

  • Meant for the desktop means it's not meant for anything else. It's mentioned twice and if you read this thread you see that both myself and the developer made some comments about it already.

    If you want to have something that works well on mobile either stick with the default UI, check out Voyager at https://m.lemmy.world or try Photon at https://photon.xylight.dev. We provide options and you make the choice if that works for you or not.

  • What's wrong with you thinking 14 year olds should be working

  • Yes, that's mentioned twice in the announcement. Bit of an oversight that you missed that 😁

  • Welcome, comrade

  • They are listed in the sidebar

  • No, this is only for lemmy.world accounts but you can go to alexandrite.app and login there with any instance account.

  • Should be better now!

  • We use docker compose in scripts and crontabs

    /scripts/update-alexandrite.sh:

     
        
    cd /opt/alexandrite
    docker-compose pull
    docker-compose down
    docker-compose up -d
    
      

    Then use crontab -e and add this line:

    00 05,00 * * * bash /scripts/update-alexandrite.sh