bitman09

joined 1 year ago
[โ€“] bitman09@lemmy.ml 1 points 4 months ago

I agree with @trolololol@lemmy.world here. Could you describe what issues are people having? What is their user profile (programmers, writers, ...)?

 

In this new release the zip provided by Twitter can be used for post creation. No need to unzip it just feed OCOR with zip file

If you are wondering what OCOR is let me tell you that is a user tool to migrate your posts from different social networks to your own hosted site. Currently only supports Twitter (tweets from requested data, zip file) and converts them to Hugo posts

 

When posting from Lemmy in my profile I can look for all of my posts but when I reply to a comment from, let's say, a Mastodon account is not shown as my post because it was created from another account. Is there any way to link my accounts, at least in Lemmy, to show that all posts from a different account belong to the same person?

[โ€“] bitman09@lemmy.ml 2 points 7 months ago (1 children)

I'm using vertical tabs since 4 years ago and to do so installed Tree Style Tab (https://tinyurl.com/y5gr4dyn)

Also has to disable horizontal tabs create or update the file chrome/userChrome.css located at your profile with

#TabsToolbar {
  visibility: collapse;
}

and add the setting toolkit.legacyUserProfileCustomizations.stylesheets with value true (use about:config)

3
Hosting my own posts (techhub.social)
submitted 1 year ago* (last edited 1 year ago) by bitman09@lemmy.ml to c/selfhost@lemmy.ml
 

I'm reaching you all asking for advice. Given the recent news about some social networks attempting to rule my/our content I want all of it to be free forever. To avoid vendor lockout I've decided to host all my tweets and Reddit posts in my own site. Probably will delete original posts too, but not thought about it much yet

Do you think this is a good solution to achieve the goal? What issues are present in doing it this way? Should I do it in a different way? What about deleting the original posts after being published on my site?

All voices are welcome!