Just another Lemmy user, and also an idiot who accidentally wiped his Lemmy instance not once but twice. Oh well, third time’s the charm.

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

help-circle




  • How is this different to ActivityPub protocol that the fediverse uses? Seems like its trying to accomplish very similar things? Like how KBin and Lemmy can interact with the same content and have different layouts, apps, etc.

    I suppose it’s good to have alternative protocols for decentralized communication, but wouldn’t it be better to focus on one and put more effort into improving it?


  • As far as I’m aware, the only way to get a private streaming box would be to use a RaspberryPi. You could use Google Chromecast but then you get Google, Nvidia have Nvidia Shield but that costs a lot and I’m not familiar enough with it to know if it has spyware.

    With RaspberryPi, all you really need is to just install the Raspbian OS (they have detailed instructions on their website) and you basically have a mini PC with an Internet browser and all that. So you could just do that?

    There is also this Chromium DRM compliant browser which supports Hulu, Amazon Prime, Netflix, etc. Which you can install on the Pi for streaming support. Here’s the link





  • They are very similar. The main differences are:

    • LogSeq uses bullet points. Obsidian is just pure markdown
    • LogSeq is open source. Obsidian is closed source
    • LogSeq has a predefined structure to it (folders). Obsidian allows you to have whatever folders you want

    Personally, I use LogSeq for my day to day work. Primarily because I prefer the bullet point approach when taking notes. But some people would prefer writing long continuous text with Obsidian.

    So to each their own. If you’re interested, try both (they’re both using markdown, so you can transfer between the two). I went back and forth a few times before settling with LogSeq






  • By having more instances and better user distribution. Running a small-ish instance isn’t very expensive, around 5-10 euro a month (some VPS providers are cheaper, etc). As Lemmy development continues, and more optimizations come in, these smaller lemmy instances will be able to support more users.

    There is also a discussion on GitHub to introduce user and community migrations between instances. So once that feature is implemented, it will be easier to redistribute everything across all Lemmy instances.


  • The limit can be changed, but it’s up to the admins of the instance.

    It also might be nice to change the error so that users know to shrink their images.

    Its not strictly a Lemmy error, but in Nginx (or at least for me it was there), which is a service that sits between you and Lemmy and redirects traffic. But yeah, the frontend could still handle it better and at least give a better error message



  • You don’t need any special hardware. I have my instance running on 1 CPU and 2GB of RAM just fine (granted, its just me there so there isn’t really any massive load).

    So yes, you can use your PC if you want. The only thing I’d say is that if you plan to have your instance federated (i.e. make posts from it, message people etc), you’d want to have it running all the time. Otherwise, if your PC is down and Lemmy isn’t running, your images and posts might not show up properly for people on other instances.

    Which is why most people prefer to rent a server or VPS (virtual private server, which is usually cheaper). Since you can have the server running 24/7.

    Other than that, you need a domain name. Again there are websites that can give you free domain names. But in my case I prefer to just buy a domain.

    If you check out https://join-lemmy.org/, there’s “Run a Server” option which goes over the steps.


  • This probably won’t work for everyone, but whenever I’m learning or trying out something new and unfamiliar, I always tend to follow the philosophy of “Just jump straight into the deep end and you have no choice but to swim”.

    So for those thinking of trying out Lemmy/Fediverse. I suggest trying to get your own instance running. It’ll get you more familiar with what Lemmy is and how it works (at least on a high level). Its also really rewarding when you get it all up and running, it becomes something more personal to you since you took the time and effort (instead of just clicking sign up on some instance).

    But again, that just how I prefer doing things. To each their own.