• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle

  • Yep, if you are on either, you are fighting the good fight, so keep it up :)

    I will! It is a really nice setup for me.

    And if you self-host, you’ll find it dramatically easier to do on XMPP (that’s how I ended-up here, after giving up on Matrix’s shenanigans).

    Interesting, but I got past that hurdle… and I made it extra hard for myself as I didn’t use the ansible playbook but instead created my own docker setup (own as in writing a docker-compose.yml myself, not as in creating the containers from scratch). But this way I understand the system and could fix problems that I had myself rather nicely.


  • To add insult to injury, most modern protocols also forbid, by their ToS, the use of alternative clients (which very much includes bridges), and to the best of my knowledge WhatsApp, Signal and Discord will eventually suspend your account on this basis.

    Good thing that I’m in the EU and the big chat platforms will be forced to open up their API to third-party clients soon with the DMA.

    But from my point of view bridging with matrix works well and I have all my chats in one place. And for me that is the only reason I’m sticking with matrix as only one other person I know is using matrix directly. While it would be ideal to get everyone on one decentralized chat platform that is also rather unrealistic… so I’m doing my part using Matrix and getting friends on it when it makes sense but not actively trying to get people on there that don’t have a good reason to use it. And using XMPP mostly sounds like it is just around longer but not that much better, so switching now dosen’t seem to make sense.


  • I’m selfhosting a Matrix server and have all my Chats from other apps also bridged to there. For just text chat I don’t feel like Matrix is missing anything, the thing preventing me from getting my not so technically minded friends on it is the missing support for good group voice chat.

    It XMPP better for group VC? Is the option available to bridge Messenger like Signal, Telegram, WhatsApp, Discord, iMessage to XMPP?


  • usbpc@programming.dev
    cake
    toMildly Infuriating@lemmy.worldThanks Spez!
    link
    fedilink
    English
    arrow-up
    9
    ·
    11 months ago

    As I posted in response to another comment along these lines:

    While as a user it sucks that is exactly the reasons people do it. It takes the value away from reddit, if the content that users want to see it not there people will not go there.

    What I find the best compromise is users that take their comments they had on reddit and post them again as it’s own post to lemmy with the context needed. While not perfect the information is at least not lost completely and a google search in the future might actually bring someone to a lemmy instance instead of to a corporation like reddit. But that is obviously a lot of work to do, especially if you have lot of helpful comments on reddit.


  • usbpc@programming.dev
    cake
    toMildly Infuriating@lemmy.worldThanks Spez!
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    2
    ·
    11 months ago

    While as a user it sucks that is exactly the reasons people do it. It takes the value away from reddit, if the content that users want to see it not there people will not go there.

    What I find the best compromise is users that take their comments they had on reddit and post them again as it’s own post to lemmy with the context needed. While not perfect the information is at least not lost completely and a google search in the future might actually bring someone to a lemmy instance instead of to a corporation like reddit. But that is obviously a lot of work to do, especially if you have lot of helpful comments on reddit.


  • usbpc@programming.dev
    cake
    tolinuxmemes@lemmy.worldGood deal
    link
    fedilink
    arrow-up
    21
    ·
    edit-2
    1 year ago

    When you tinker and debug something on windows, you usually have little idea of what went wrong and can derive very little from the experience. At least that was the case back when I still used windows, in the XP and vista days.

    I don’t think that is completely fair, I feel like the reason is more that on Linux no easy to follow “solutions” to as many problems as on Windows exist. When you have a problem on Linux you most of the time have to dive deeply into the technical details. On windows it’s often enough to search for a solution on the internet and follow the first tutorial (not the stupid SEO garbage sites). And once whatever problem you had is gone you don’t go and try to understand why the solution worked.

    That also really annoyed me a lot when I had to fix Windows problems for work, because I really like to understand why something is working or not. And after some research I actually found Sysinternals which are tools that help you dig deeper into Windows inner workings. There are also some wonderful videos on how to use those tools available by the author of those tools. And there are also books available both on how to troubleshoot with the tools and on how Windows internally works.

    Edit: fiexd tyops ;)











  • usbpc@programming.dev
    cake
    toFirefox@lemmy.mlBest Firefox Extensions?
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    Interesting. I’ve in the past specifically encoded images for a webpage I created to .webp using https://squoosh.app as I determined it visually looked best for the file size while also being supported by pretty much all modern browsers.

    And since none of the other modern image formats you’ve listed are widely supported by many modern browsers I will probably do the same again when I have to create another website with some images. But I would hope that other formats gain more traction in browsers so that I can use them in the future.