Lemmy Lead Developer and father of two children.

I also develop Ibis, a federated wiki.

  • 159 Posts
  • 1.14K Comments
Joined 5 years ago
cake
Cake day: January 17th, 2020

help-circle

  • Thanks this is very useful feedback. Especially the search box in community sidebar would be very useful and easy to add. Formatting for community ids should also be easy to improve. A bit later when I have time I will implement these things, and then make a post in the Help Design Lemmy Series regarding search.

    By the way basic reading is working for me in Tor browser with JS disabled. Though buttons like switching Local/All, sorting and of course forms like register, login and search are not supported. We could use contributors to help fix these things.







  • You can write a script for this:

    # loop through all post
    GET https://lemm.ee/api/v3/post/list?limit=50&sort=New&community_name=fedigrow&page=*page*
    # take `post.ap_id` for each item
    # then fetch it over activitypub on the other instance
    GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode post.ap_id*
    # same thing for comments
    GET https://lemm.ee/api/v3/comment/list?limit=50&sort=New&community_name=fedigrow&page=*page*
    # again fetch
    GET https://lemmy.ml/api/v3/resolve_object?q=*urlencode comment.ap_id*
    







  • Fully agree that theres too much politics. Like you say too often about attacking some kind of enemy rather trying to understand other perspectives. For better or for worse, those seem to be the types of people more likely to use a new platform like Lemmy. Hopefully in the future they will also get tired of this stuff.