Skip Navigation

Posts
33
Comments
474
Joined
1 yr. ago

  • Typically, for any game that has a campaign, I would consider completing that completing the game.

    That doesn't mean you can't continue to have fun in endless modes or multiplayer. That's a different orientation.

    For multiplayer games, there's no completion really. Play the tutorial? All maps once? Win once? Ranks? Endless leveling progress? All achievements? None of those really fit. There is no completion to a game without designed, completable progress. If there's a max level, one could consider that a kind of completion. All achievements may subjectively fit too.

  • Microsoft maintains a modern fork of Mono runtime in the dotnet/runtime repo and has been progressively moving workloads to that fork. That work is now complete, and we recommend that active Mono users and maintainers of Mono-based app frameworks migrate to .NET which includes work from this fork.

    What's left for the mono project then? What's Wine's interest in it?

  • How many years' worth of national budget is that?

  • I don't see how alternatives to choose from solve your issue though. I'd rather have one or few trustworthy ones.

    There are/were alternatives. I looked at two others.

    Results are transparent.

  • it's not hard to find them when they're selling fake reviews as a service

    The article teaser beginning should make that clear as well

    Amazon sued more than 10,000 Facebook group administrators in July 2022

  • I played Alba last saturday. Very good! Very cute and charming.

  • labeled “BREAKING,” that was posted in late January, three weeks after an earthquake had struck.

    Labeled broken because it's a broken notification [system] /s

  • we could see other PSU makers follow suit in switching to Cybenetics

    It would certainly be great if all did. But I doubt that will be the case.

    Only the best have an interest in switching.

    But maybe that's good enough for now. The PSU market has a good number of alternative manufacturers, and those that care will drive demand for this information. Maybe those targeting the enthusiast market won't be able to get around providing it.

  • Its still the same extension, same source code, same logic, just less capable

    the same… but not the same… ??

    I think the technologies are quite different.

    uBOL is entirely declarative, meaning there is no need for a permanent uBOL process for the filtering to occur, and CSS/JS injection-based content filtering is performed reliably by the browser itself rather than by the extension. This means that uBOL itself does not consume CPU/memory resources while content blocking is ongoing -- uBOL's service worker process is required only when you interact with the popup panel or the option pages.

    Are you claiming non-lite does the same, plus more?

    You say it's the same source code, but it's a different source code repository. non-lite, lite.

  • It also comes first in the alphabet.

  • They wrote in the article that it rose. That was part of what they wrote about.

    I don't see your point.

  • Ascendence of a Bookworm is a very good anime and is sourced from a manga. The main theme is not magic, but it's an underlying and secondary theme.

  • Magical girls as in the transformation superhero kind? Or just girls using magic?

  • Doesn't help me on Lemmy/Beehaw

    It's not very readable

    If I were looking at a mastodon instance I may expect and accept. But here on Beehaw it's pure noise. Not a good interfacing like this.

  • the most relevant:

    To take advantage of the vulnerability, a hacker has to already possess access to a computer's kernel, the core of its operating system.

    For systems with certain faulty configurations in how a computer maker implemented AMD's security feature known as Platform Secure Boot—which the researchers warn encompasses the large majority of the systems they tested—a malware infection installed via Sinkclose could be harder yet to detect or remediate, they say, surviving even a reinstallation of the operating system.

    For users seeking to protect themselves, Nissim and Okupski say that for Windows machines—likely the vast majority of affected systems—they expect patches for Sinkclose to be integrated into updates shared by computer makers with Microsoft, who will roll them into future operating system updates.

  • wtf is that title

    Title doesn't parse markdown links. Maybe drop them?

  • notably

    Windows is not impacted by this issue.

    quoting the main, critical part:

    1. Under public domain (.com), the browser sent the request to 0.0.0.0.
    2. The dummy server is listening on 127.0.0.1 (only on the loopback interface, not on all network interfaces).
    3. The server on localhost receives the request, processes it, and sends the response.
    4. The browser blocks the response content from propagating to Javascript due to CORS.

    This means public websites can access any open port on your host, without the ability to see the response.