Mastodon: @canpolat@hachyderm.io

  • 16 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle





  • canpolat@programming.devtoSelfhosted@lemmy.worldPlex for books?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    8
    ·
    5 months ago

    I know you said “self hosted”, but if you are interested in an Android app, Google Play Books does most of what you want, I think. You can upload your books, and read them on any device (with offline capabilities). But this is the Self Hosted community, so I will show myself out.





  • I think single account ActivityPub implementations are addressing a weakness of the Fediverse: one’s identity (handle, username) is tied to an instance they have no control over. If that instance shuts down users lose everything. With a single account instance, you take that control back. And since it doesn’t need to scale the architecture can be much simpler and can be deployed to much cheaper infrastructure.

    The demo was not straightforward, though. And I didn’t quite get how a user can follow Mastodon users, for example.










  • I think you have a better chance if your instance focuses on a topic instead of being general purpose. That’s the reason I chose programming.dev. All communities there are related to programming so when I sort by “local” I see something interesting even though I haven’t subscribed to that community. And that increases my interaction with those communities.








  • canpolat@programming.devtoLinux@lemmy.mlDocumenting commands # or $ before sudo?
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I don’t work much with Linux systems these days, but I would vote for $ sudo over #. Two reasons:

    1. It’s easy to overlook the prompt. That part is basically “some characters before the actual command”, so I don’t normally pay attention to it.
    2. # is also used for comments. I think it would be confusing to use the same character for two wildly different things.