Skip Navigation

User banner
Posts
127
Comments
598
Joined
2 yr. ago

  • The "Hot" sort topic:

  • It was cleaned up on the home page, but now back to being defaced as of this comment time.

    Another user on the site confirmed this:

  • The JWT are likely a hot issue, already some Issues on GitHub about them not being revoked properly.

  • Lemmy permission system is very limited, it's a boolean for admin

  • I can't get it to work on an image. Is it 4 underscores?

  • I don't think it works on an image?!

  • How do you spoiler an image in Lemmy markdown?

  • let object = match self.clone().try_into::

    <AnnouncableActivities>

    () { Ok(object) => object, Err(e) => { warn!("zebratrace receive {:?}", self); return Err(e); } }

    Compiler didn't like your code:

     
        
    let object = match self.clone().try_into::<AnnouncableActivities>() {
       |                                     ^^^^^^^^ expected 0 generic arguments
       |
    help: consider moving this generic argument to the `TryInto` trait, which takes up to 1 argument
       |
    52 |     let object = match TryInto::<AnnouncableActivities>::try_into(self.clone()) {
       |                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    help: remove these generics
       |
    52 -     let object = match self.clone().try_into::<AnnouncableActivities>() {
    52 +     let object = match self.clone().try_into() {
    
    
    
      
  • There isn't a lot of documentation, I've learned what I can by running an instance for 30 days. I suggest study of a medium-size instance that started a month ago as reference: https://lemm.ee/u/sunaurus admin account is 1 month old, and it should give you an idea of what 1 month of data looks like vs. the more established servers like lemmy.ml that have been online for over 4 years.

  • so does anybody have a good idea of how much disk space an instance for say ~10 users would require?

    It's entirely based on what your server creates and subscribes to. Out of the box, Lemmy has zero messages and does not subscribe to any remote communities. The storage will grow if you start adding messages, be it local or remote.

  • with posts and comments made before the instance was created.

    Lemmy only syncs content forward in time, there is no backfill.

    don’t have the correct number of upvotes/comments. Also, when I search for communities, next to the community name is only the number of users from my instance subscribed

    These are all normal behaviors of Lemmy.

  • On lemmy.ml webapp, when I see both of your comments, you have the language set to "Japanese" 日本語 on the comments, yet they are clearly in English. This may be related to why you aren't seeing anything.