I waddled onto the beach and stole found a computer to use.

🍁⚕️ 💽

Note: I’m moderating a handful of communities in more of a caretaker role. If you want to take one on, send me a message and I’ll share more info :)

  • 134 Posts
  • 691 Comments
Joined 2 years ago
cake
Cake day: June 5th, 2023

help-circle








  • Some perspective from the mod side

    The ‘Removed by Anti-Evil’ isn’t a new thing. It used to be the admin side spam/site wide rule breaking content remover.

    • It acted like Lemmy’s purge function. When something is removed on Reddit, it’s still visible to mods. Sometimes after something extra awful had been removed, anti-evil would come along and clean it up.

    • It would be an indication that something is against site wide rules. If the mods don’t take care of reported content that’s clearly against sitewide rules, and anti-evil has to step in, then it’s a sign that the subreddit might need to be doing more

    Recently though it’s been coming along and removing comments before any of the mods can see what the comment was. That makes it hard to take any further action since the mods can’t know what the problem was. So far when that’s happened, the thread had nothing controversial and the user’s history was normal and tame, so I have to assume that the new version of anti-evil has a few screws loose. It’s not even that they’ve raised the threshold for what’s appropriate, since awful content still gets through about equally as often.

    The only reason why Reddit’s moderation tooling is considered better than the threadiverse is the standard regex based automod rules. The other reddit tools continue to be hot garbage


  • It’s a project that’s compiling a map of wifi/cell tower/bluetooth locations for location services. GPS doesn’t work well in some cases (indoors, remote locations, areas with tall buildings) and so big companies have built similar databases to get accurate location information. For the most part, those ones are proprietary / private. This project is intended to be a public / openly licensed version of that, while also processing the data to strip out potentially private information







  • Pretty much this :)

    A while back I switched to using RSS feeds for news, and there are so many free and low cost events out there in my city. Free shows, food festivals, cultural days, free admission days at attractions, music in the park, etc

    I’ve been posting some of them to [email protected], but that’s only the events that I was interested enough to click on + think that people here would be interested in as well

    For example:

    [Science World will have free admission on Friday, Sept. 19, as a part of their ‘Tech-Up’ initiative]

    https://lemmy.ca/post/51805885

    There are also free activities you can do anywhere, with lots of good ideas in this thread. Some extras that I haven’t seen mentioned yet:

    Sometimes cities also have scavenger hunt type guides where you can explore an area


  • Otter@lemmy.catoSelfhosted@lemmy.worldSelf Hosting Guide
    link
    fedilink
    English
    arrow-up
    7
    ·
    27 days ago

    I’m not sure which guides to recommend, but in case it helps narrow down your search, you could share more about your situation:

    • Do you have any existing hardware or are you planning to buy? If so, what is the budget for the equipment and where in the world are you approximately?

    • What did you want to self host? Some services would benefit from a certain type of setup. For example, if you’re serving lots of media, if you need redundancy and uptime, if you’re running AI models or something that needs a GPU

    General tips:

    • take lots of notes on your process. This will help you iteratively improve your setup. If it all falls apart, it will be easier to quickly get going again since you know what options you picked at each step.
    • Make more posts here when you get stuck on something :)

    For Linux, a lot of people go with Ubuntu server because there are a lot of existing guides for it. You don’t need much Linux knowledge to start self hosting since you can learn by doing over time. Some concepts to explore before getting started might be cron, the Linux file system, and user permissions.

    For Docker, you should be fine if you know the basics. I’d recommend using Docker Compose since it’s easier to understand what’s happening when its written out in a nice yaml file. Install Docker and Docker Compose on the server, and then install something like DockGE to manage the compose files. When you want to run a service, copy the Docker compose file and then swap the port to what port you want to use, and the volume to the location you tend to use.

    For a very basic setup, I’d find a video guide for

    • installing Ubuntu server on the machine
    • basic setup of the Ubuntu server (file permissions, docker, docker compose)