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

help-circle


  • So lemmy/kbin doesn’t feel the same yet. A lot of the content I viewed on reddit, just isn’t here in the same way. I think when the api changes take affect, we will see many more people making the switch as in a lot of subs, the content is posted via api when scrapeing other sources. That mixed with changes in moderation will be catalysts to people moving here full time. I also think there still needs to be some work on the interface. Even the best run instances don’t have the same look and feel of reddit. If something feels different, people will resist it no matter how much they want to like it. As much as some people may have thought it would be, this is not an overnight migration.



  • This is the same sort of thing they use for the scanpyramids project right? They detected a large void in The great Pyramid but have not yet confirmed it is there. They are fairly sure the scan is accurate as they also detected another void that has since been confirmed. It is kinda cool.

    Edit:

    "By comparison, muons have been making headlines in recent years for their ability to help us look deep inside volcanoes, peek through pyramids and see inside cyclones. Muons fall constantly and frequently around the world (about 10,000 per square meter per minute) and can’t be tampered with. "

    Spose If I had jut read this bit, I would have my answer. Cool stuff :)







  • Of course, the real test will be when it comes time to update to the next Lemmy version…

    it is easy enough. Simply run the playbook again. well, git pull the ansible playbook again and then run it. alternatively you can just use docker compose now on your lemmy server. I made some aliases on my lemmy instance based on what i use elsewhere. I think I got them from a linuxserver.io tutorial ages ago. you will need to adjust the container versions for this to be viable as the version is hardcoded and they only have a “latest” tag for arm.

    alias dckill=‘docker kill $(docker ps -q)’

    alias dclogs='docker-compose -f /srv/lemmy/lemmy.domain/docker-compose.yml logs -tf --tail=“50” ’

    alias dcpull=‘docker-compose -f /srv/lemmy/lemmy.domain/docker-compose.yml pull’


  • Another distro doesn’t magically fix difficulty for a custom setup. You can checkout other distros and see if maybe you like how they are laid out and how their package managers work, but the general config portion of deploying your apps is going to be the same regardless. Something to consider is how are you getting help for your setup? Is it some content creator you follow who generally does their videos/guides on ubuntu so that is how you figured everything out? Do you have friends or family who use it? If your source of knowledge and help is familiar with ubuntu, it is best to stick with it so you continue to have that resource. I can fumble around most distros, but if you want specific help, you are much better off asking me about specific issues inside an RPM based distro. I imagine others are similar in that they have generally applicable knowledge and a huge amount of specific distro knowledge since that is generally what they use.