[–] 3 points 2 years ago* (1 child)

The links to the other posts show up below in a cross-posted to section so you can still access it if you want. The limitation on it needing to be the same page comes from this handling happening on the frontend instead of the backend. Ideally imo backend should handle it like how it handles the cross-posts displayed when looking at the post itself

  • source
  • parent
  • context
  • [–] 4 points 2 years ago (3 children)

    On lemmy-ui if both posts are both "visible" in the feed they will be compacted into one post if they share the same link meaning there wont be a duplicate post (unless you paginate and theyre on different pages)

    Some other frontends such as sync dont do this though but they really should

  • source
  • parent
  • context
  • [–] 2 points 2 years ago* (1 child)

    If a community is shown with proper data its working and probably hidden (the one thats broken, nytimes, doesnt have correct data since its missing the stats and mod list)

    But yeah lemmy has terrible UX for hidden communities atm

  • source
  • parent
  • context
  • [–] 1 point 2 years ago* (last edited 2 years ago) (3 children)

    Yeah, I go through and hide things every once in awhile by looking though communities in the database with some queries

    BBC is hidden since i just went though and hid them. Sub and youll see all the posts. Hackaday isnt fetching posts looks like (did anyone sub previously?)

    The last one should be scientificamerican instead of scientificamerica and seems to be functioning but hidden so sub and youll see the posts

  • source
  • parent
  • context
  • [–] 1 point 2 years ago* (5 children)

    Federation seems to be working, just that one specific community broke for some reason

    All these communities fall under the realm of things I hide from the main feeds though since its majority bot content so at some point youll have to subscribe to see the posts

  • source
  •  

    Finished up a recap site for lemmy similar to the recaps other sites like spotify, etc. have been doing!

    Shows things like how many posts youve made, how many comments, your top posts of the year, the top communities you participate in, etc.

    Theres a little role it assigns you and an image at the bottom that can be easily shared into the thread

     

    Currently supports any instance running a lemmy compatible api (lemmy, pangora, etc.)

    Lets you generate and then copy shields.io style badges to show different stats exposed by the api

    For example for this community I can generate badges such as

    Subscribers

    Subscribers

    Monthly Active User Count

    Monthly Active Users

    etc.

    Theres a system built in that lets you customize how they look and then generate them again with those looks. Supports badges for instances, communities, or users

    Link again just in case your software doesnt handle the first one

     

    Hey everyone! Thanks for being part of p.d in 2023

    Ive been working on some things so figured I would give a little sneak peek into some new things that will be arriving in the next couple months

    Lemmy Recap

    Originally wanted to get this out before the new year but ended up getting sick so itll likely drop sometime this week. Youll be able to see stats like how many posts you made, how many comments you made, your top post, etc.

    Icon & Banner Poll

    Once im done with the recap ill be running some polls for what people like more between a new logo I designed and the old one and It would possibly have the icon for the instance switch depending on how the vote goes

    Pangora shields.io badges & bot list

    Adding some new supporting sites for pangora. There will be custom shields.io badges that can be used to display instance, community, or user stats and a bot list to list the bots that currently exist

    Supporting sites

    New supporting sites for programming.dev such as an improved status page, a donation page, a team page, etc.

    Programming challenges

    Im bringing back programming challenges but they'll be mostly ran using a supporting site and will be much less frequent (probably 1 challenge a week)

    Lemmy Event: Safe Crackers

    Should hopefully be running a new event in february called safe crackers that people in any lemmy instance can participate in

    Hope you enjoy the instance in the coming year!

    If youre interested in chatting we have both a discord and a matrix community at https://discord.com/invite/kwyxvYEYt4 and https://matrix.to/#/#p.d:matrix.org

    If youre interested in helping out with coding various things for the instance such as the supporting sites or a new backend + frontend thats been getting built feel free to let me know and I can add you to the areas for that. Languages used are mostly Javascript, Typescript and Java

     

    Back with another community health check-in to see how communities in the instance are doing

    • Lively- 5k users/month or above
    • Active - 201-4999 users/month
    • Moderate - 51-200 users/month
    • Quiet - 11-50 users/month
    • Dead - 0-10

    Communities

    • Lively communities: 1 (1%) (~)
    • Active communities: 14 (7%) (+1% from last month)
    • Moderate communities: 19 (10%) (-5% from last month)
    • Quiet communities: 64 (34%) (+9% from last month)
    • Dead communities: 90 (48%) (-4% from last month)
    • Total communities: 188 (+11 from last month)

    • Active communities increased a bit
    • Moderate and dead communities decreased
    • The amount of quiet communities increased a bunch

    Advent of code

    Advent of code was at 136 active users/month before this month started and now its at 839 (as this month was when advent of code occured)


    Least active communities

    (These are ones that will be prioritized for making active) (theres a lot in the dead category so these are random ones from that, not all of them)


    In the future im going to try to automate these stats so I dont have to do this manually

     

    The instance has now been upgraded up to 0.19.1 from 0.18.5

    Due to some authentication changes you will need to log in again and set up 2fa again if you had it previously enabled (since the 2fa process changed to prevent people locking themselves out)

    Code Highlighting

    If you make code blocks using the three backticks method the code in it will automatically be highlighted based on the detected language (in lemmy-ui aka the site)

    Surrounding in 1 backtick lets you do it inline

    E.g.

    `console.log("hello world")` becomes console.log("hello world")

    ```
    console.log("hello world")
    ```

    Becomes

    console.log("hello world")
    

    The blocks will be light if youre on the light theme and dark if youre on the dark theme

    Instance Blocking

    This is for lemmy-ui, alt frontends may not have support yet or may be done a different way

    Go to your profile settings by hitting your name, then settings in the top right

    There should be a blocks section you can switch to. Go to the instances part of that and search for the instance you want to block

    Blocking an instance will prevent you from seeing posts from that instance

    Scaled sort

    When you go to choose a sort while browsing posts you should see an option called scaled. This is hot but takes into account the active users to boost communities that need it. (E.g. a community with 20 active users will be shown more than a community with 10000)

    Remote following

    You can follow a community while browsing it from the site of another instance. To do this just hit subscribe for the community while not logged in on that other instance and it'll bring up a pop-up where you can enter your instance you want to subscribe from

    Https://github.com/LemmyNet/lemmy-ui/pull/1875#issuecomment-1727790414

    submitted 2 years ago* (last edited 2 years ago) by [M] to c/meta@programming.dev
     

    Hey everyone! Were pushing through the update to 0.19 now that 0.19.1 is out that fixes the issues with it (outbound federation breaking + show read posts not working)

    Said in the previous meta post it would be after christmas but due to something that got noticed about 0.18 (not going to specify what since we and a bunch of other instances are still on it) were pushing it through now

    Major Changes in 0.19

    • Code block support in lemmy-ui (the website) (contributed by programming.dev)
    • Activity metrics now includes voters (contributed by programming.dev) (this is how our instance was doing it but now all instances do)
    • Reports are now resolved automatically when a post is marked as deleted
    • 2FA has been reworked to prevent people getting locked out
    • Users can now block instances
    • Theres a new scaled sort that can be used (hot sort but takes into account community active users so it boosts low activity communities)
    • You can now remote follow instances by browsing on another site and hitting subscribe when not logged in (https://github.com/LemmyNet/lemmy-ui/pull/1875#issuecomment-1727790414)

    Theres a bunch of other changes but not relevant to end users or are more minor

    NOTE

    • If you enabled 2fa you will need to enable it again due to the 2fa changes
    • You will need to log in again due to authentication changes
     

    Day 16: The Floor Will Be Lava

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • You can send code in code blocks by using three backticks, the code, and then three backticks or use something such as https://topaz.github.io/paste/ if you prefer sending it through a URL

    FAQ

    submitted 2 years ago* (last edited 2 years ago) by [M] to c/advent_of_code@programming.dev
     

    Day 15: Lens Library

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

    FAQ


    πŸ”’ Thread is locked until there's at least 100 2 star entries on the global leaderboard

    Edit: πŸ”“ Unlocked

    submitted 2 years ago* (last edited 2 years ago) by [M] to c/advent_of_code@programming.dev
     

    Day 14: Parabolic Reflector Dish

    Megathread guidelines

    • Keep top level comments as only solutions, if you want to say something other than a solution put it in a new post. (replies to comments can be whatever)
    • Code block support is not fully rolled out yet but likely will be in the middle of the event. Try to share solutions as both code blocks and using something such as https://topaz.github.io/paste/ , pastebin, or github (code blocks to future proof it for when 0.19 comes out and since code blocks currently function in some apps and some instances as well if they are running a 0.19 beta)

    FAQ


    πŸ”’ Thread is locked until there's at least 100 2 star entries on the global leaderboard

    Edit: πŸ”“ Unlocked

    view more: β€Ή prev next β€Ί