• 0 Posts
  • 41 Comments
Joined 1 年前
cake
Cake day: 2023年7月1日

help-circle
  • I think you did not get what I was saying. If an instance is blocking another one for illegal content or whatnot then of course do that for e everyonem threads is neither illegal nor have they represented any kind of threat to Lemmy or Mastodon or any other part of the fediverse but Lemmy acts as if Meta is going to destroy every single fediverse thing with non-existent tools and strategies in 0.2s after they start federating both ways.

    I already see myself setting up my own instances so I can rest in peace from the bullshit that’s repeated on here. Might implement my own regex filter just to block out this bullshit.

    Edit: just scrolled 3 other posts preemptively hating for nonsense. Im just gonna leave this shithole altogether. Bye guys!








  • Again, if YOU don’t like it, block it. Let me and the silent majority just enjoy this platform, WITH threads people, whether you feel attacked by that or not. Just to make sure everyone can follow: YOU block threads FOR YOURSELF, you do not force that shitty decision on everyone else.

    And give me examples, actual proof, that threads is a cesspool. So far I’m not seeing it, I only see crying and removed about "what if"s. That is just pure hatred. Lemmy is a far worse place because of all this. It’s seriously making me consider to leave ans go back to something where people are actually welcoming, like Threads.

    Edit: I’m still missing evidence against Threads. Either there is none or yall haven’t even visited the dn thing before trying to “reason” about it.










  • RAM usage is RAM usage, and besides the allocation still being awful and you probably having less RAM available in a heavy task, this means substantial power consumption, that costs money.

    Unused RAM is wasted RAM. Even if it’s just the OS keeping apps on memory for faster launches. If you do need heavy RAM for a task your OS is clever enough to reshuffle things.

    Used RAM does use more electricity but that is so neglible it’s a non-issue and no argument.

    Of my 32 GB at least 26 GB are constantly in use.




  • Webkit is an incredibly complex and rich engine for rendering web content. That kind of content comes in so many uncountable varieties that still need to work correctly. Easy example, this is equivalent:

    <b><i>test</i></b>

    <b><i>test</i></b> (imagine the last I and b being switched, Lemmy won’t let me do it)

    Even though it shouldn’t but there’s enough idiots doing this so the browser supports it.

    Now imagine, on top of that there’s also a huge engine interpreting runnable code (Javascript). Any runnable code is inherently unsafe so it has to be sandboxed. That’s where the vulnerabilities come into play. There are so many ways to break a sandbox and it’s impossible to 100% find every single one.

    Regarding experimental Features: These are for developers to verify their stuff works with upcoming features. If you don’t want that, just don’t use that. That simple.