• 46 Posts
  • 170 Comments
Joined 10 months ago
cake
Cake day: November 28th, 2023

help-circle
  • Yeah, I mean Google caring about Linux isn’t exactly breaking news. We knew that already. Android and ChromeOS both exist and as web company they kinda have to care about the OS that by and large runs the web. But this is Phoronix and they’ll make articles about anything as long as they think as it’ll get engagement. “Chromium” and “Wayland” are pretty good buzzwords as far as that goes, thus this article. My point is more so that maybe it isn’t productive to have every acknowledgment of Chromium’s continued existence be overwhelmingly negative regardless of context.




  • I see. Will avoid, then. I don’t like lucid dreaming, always wake up right away. Whenever I notice I’m dreaming it becomes hard not to notice that I’m in my bed and that I can feel my covers and by that point it’s all over, so whenever I notice I’m dreaming I just cut the crap and open my eyes for a couple of seconds to wake myself up and then close them again so I can get back to proper sleep.


  • leopold@lemmy.kde.socialtoScience Memes@mander.xyzAI Artefacting
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    11 days ago

    Is this really useful? Like, is this something people ever need to do? I don’t do lucid dreams very often, but the rare times a dream has lead me to the thought of “hold on, am I dreaming?” were basically immediately answered by just, uh, vibes, I guess? Like, it’s always just been instantly obvious that I’m dreaming the moment I’d start questioning it, no tests necessary. At worst I might have to try to remember what I did the day before and what I was supposed to be doing that day and see if that is at all compatible with the scenario I’m dreaming about, which it usually isn’t.







  • MV3 doesn’t make adblockers impossible, only less effective. It’s important to note that MV3 has changed a fair bit since the initial controversy and isn’t quite as limiting as it used to be. The fact that adblockers will lose some functionality at all is still a dealbreaker for me and many others which I thankfully won’t have to deal with as a Firefox user, but it isn’t going to kill adblockers on Chrome and most users will probably just install an MV3-compatible adblocker and move on with their day.

    uBlock Origin’s developers don’t seem to want to make a proper MV3 port, which is fair because they’d probably have to rewrite most of the extension, but they did create the far more minimal uBlock Orgin Lite, which a lot of people have taken to be an attempt at porting uBlock Origin to MV3. It isn’t that. On top of MV3’s limitations, it also makes the decision to work within these self-imposed restrictions:

    • No broad host permissions at install time – extended permissions are granted explicitly by the user on a per-site basis.

    • Entirely declarative for reliability and CPU/memory efficiency.

    These aren’t MV3 limitations, just a thing Gorhill decided to do. See the FAQ. You can get much closer to uBlock Origin within MV3’s constraints than uBlock Origin Lite does. Right now, the best option appears to be AdGuard, which has been making a true best-effort attempt at porting their adblocker to MV3 pretty much since the announcement.







  • So… why are people upset about this? I’d say it’s about damn time. Having two settings apps is pretty ridiculous and it’s honestly crazy it’s taken them this long to ditch the control panel. I still remember people making fun of Microsoft’s inability to drop control panel in the Windows 10 era. Is there anything special about the control panel or uniquely terrible about the settings app that would warrant this kind of negative reaction? Is it because of the settings that aren’t available in settings? If they’re preparing to drop control panel that probably means they’re going to add whatever settings are still stranded on it to the new settings app, unless there’s evidence that they won’t do that.


  • Dunno. Regardless of the method used by the extension, I think any extension called “Bypass Paywalls” that does what it says on the tin can pretty unambiguously be said to be designed to circumvent “technological protection measures”. In this case, it circumvents the need to login entirely and obviously it circumvents the paywall.

    Though as you said, these guys should probably be sending DMCAs to the Internet Archive if they actually want to stop their paywalls from being bypassed. I know they do honor takedown requests. Maybe archive.today is the problem? Maybe they don’t honor DMCA requests. I very often see them used on Hacker News whenever someone wants share a paywall-free link to an article.


  • You can do that with permissively licensed software too. Except with those, the party distributing their repackaged version doesn’t have to distribute source code alongside it. A lot of companies avoid copyleft software because they don’t want to or cannot deal with stricter licensing terms. If you’re a company creating commercial software which you intend to sell, you don’t want to use any GPL code, because you want to keep your software closed source to avoid exactly what you described from happening.

    This can be exploited by primarily licensing your open source code using strong copyleft (like the AGPLv3) while selling commercial licenses to businesses that don’t want to comply with the AGPL and are willing to pay up. Qt is able to successfully use this even with weaker copyleft (LGPLv3) because it’s used a lot in embedded systems (like smart cars) which cannot comply with the LGPLv3’s anti-tivoization clause.

    This means copyleft licenses can make it easier to profit if you’re the author of the code, but of course third parties can more easily profit from permissive licenses.