• 0 Posts
  • 157 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle





  • I wouldn’t classify every monolingual person as trapped in an echo chamber

    Simply being something isn’t an echo chamber, you have to have a thought or opinion being shared by the group. If every person you interact with only speaks one language, and they all share that one language is the best method of communication, that’s an echo chamber.

    Use social media how you like

    I agree. Although it is useful to be aware of your own biases.

    the solution to echo chambers is going outside and touching grass not forcing yourself to interact with every community on the internet.

    Assuming you don’t mean literally “touch grass”, the solution is seeking out opinions/thoughts outside of your echo chamber. That doesn’t necessarily mean forcing yourself to interact with terrible communities, but being aware and understanding (but not agreeing with) them.

    Although I again refer to using social media how you like is fine. No one needs to be exposed to certain communities. It’s not wrong or lazy or bad to ignore certain communities or viewpoints, especially toxic ones. However you should be aware that they exist and it can be helpful, if you choose, to understand where they come from.

    As a harmless example, if you don’t like brussel sprouts and none of your friends like brussel sprouts, it may benefit you to try brussel sprouts or to seek out and talk to or read about people who like brussel sprouts. You can still at the end of the day dislike brussel sprouts. You don’t have to change your opinion. But now your opinion is more well rounded.


  • Sure, but my first month of Lemmy was via the web. I still use Mastodon on the web (no app). Whenever I find myself on Reddit (via search) it’s web only. If someone sends me a random YouTube link, I open it in the web. On the off chance someone sends me a random TikTok link, web only.

    Again I don’t use any of these apps, but if someone sends me a loops link and it says install the app, I’ll just ignore it.



  • So far, there is only some user settings accessible in the web interface. I don’t have an iPhone, hence I cannot say for their app. The android app will come later, apparently.

    I don’t give a shit about TikTok or short form video but legitimately how is this expected to succeed with these limitations? Clearly people like this stuff but can a fediverse service really afford to be iPhone only? This truly seems doomed to fail.






  • Comcast introduced the “Xfinity” branding in 2010. I still call refer to it as “Comcast”. Any conversation I have where an ISP comes up, the word “Comcast” is used. If someone says “Xfinity”, they often follow it up with “you know, Comcast”.

    Now that’s a VERY clear brand change.

    The name “X” is a VERY confusing brand change. It will likely be called Twitter forever. In fact at some point Musk will sell or give up on “X” and I guarantee within a year the new owner will change the name back to Twitter.






  • So first off I appreciate your “about:config” dump, that is helpful.

    However, having ONLY that dump makes it difficult to actually diagnose your issue. It would be helpful to have an idea of what fails.

    • Are you only unable to join meetings?
    • Can you create meetings?
    • Only audio?
    • Only video?
    • Are there any error messages?
    • Are there any messages at all on screen?
    • Are there errors in the JavaScript console?
    • If there are a lot, can you compare it against the working vanilla version and see where the errors are unique/start to differ?
    • When did this issue start to happen? (It worked a week ago, but not now?)
    • Is your config based off a guide online?

    Second, you have “media.peerconnection.enabled” set to “false”. That setting controls WebRTC. Google Meet uses WebRTC. If I set that value to false my Google Meet meetings fail to load, it just stays stuck at the joining meeting phase.

    So maybe that’s your culprit. Of course I would expect if you’ve had this set for a long time I would have expected it to fail for a long time. Also both alternatives you mentioned use WebRTC, so I would expect those to fail with that setting disabled.

    Of course if it used to work with that disabled then it’s possible Google Meet changed and had a fallback no longer in use or something else.

    As an aside, I understand that WebRTC has (had?) issues leaking local IP addresses while connected to a VPN. So I understand why you might have it disabled.


  • in my hardened config firefox browser

    The only conclusion I can draw is that google is so desperate for my data that they refuse to service me unless I give them this.

    What is your config? It’s possible you’ve got things configured in an unexpected, but valid, way that causes Google Meet to fail.

    How does it fail? Are there errors in the console?

    You’re immediately assuming malice, but it may simply be a mistake (Google’s or yours).