• 4 Posts
  • 183 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle

  • It doesn’t though? There many games for which I use ModDB and many games have modding communities on dedicated websites.

    Some of the biggest modding communities (GTA, Minecraft) don’t really use it at all. It’s very popular with TES and Fallout (not surprising considering the original name was TESNexus), but as someone who has spent a very large amount of time modding Bethesda RPGs, many good mods aren’t found on Nexus, even for those games.

    I love Nexus. I uploaded 3 mods over the years, and with their donation point system (you get points each month based on unique downloads), I got like 15 free games from their store by this point.







  • I used an LG G3 for around 5 years, and I was in a similar situation to yours when it started dying (but with a slightly different set of features I wanted).

    I ended up buying a Xiaomi phone (Mi 9T Pro), but the community support for it wasn’t even close to the LG and I constantly tinkered with the system to keep some stuff working on custom ROMs (mostly MicroG issues, might be fine with Google Play Services).

    Now I use a Pixel 7a. It fit all my requirements except for having a headphone jack, but after getting some AirPods Pro for free, which were much more convenient than using my IEMs (I fairly quickly stopped using them with my phone), I dropped that requirement. I’m assuming the community will support this phone for a while, but since you said you don’t mind spending more the Pixel 8 series has more than six years of official support left.


  • dsemy@lemm.eetoPrivacy@lemmy.ml[YT] How Mozilla Ruined Firefox
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    7 months ago

    They’re building their own memory safe language, Jakt, but it’s not mature enough to be used by Ladybird yet. Dismissing it at such an early point for this reason is pretty dumb IMO, especially considering this is by far the most complete alternative browser engine, and it’s getting better at a very rapid pace.

    You’re right about Discord though…

    edit: BTW, I’d wager the complexity of Chrome’s code base is still largely responsiblefor the introduction of bugs, even if most are of a certain type. Ladybird is extremely simple in comparison.






  • However, delegating quantum computations to a server carries the same privacy and security concerns that bedevil classical cloud computing. Users are currently unable to hide their work from the server or to independently verify their results in the regime where classical simulations become intractable. Remarkably, the same phenomena that enable quantum computing can leave the server “blind” in a way that conceals the client’s input, output, and algorithm [6–8]; because quantum information cannot be copied and measurements irreversibly change the quantum state, information stored in these systems can be protected with information-theoretic security, and incorrect operation of the server or attempted attacks can be detected—a surprising possibility which has no equivalent in classical computing.

    From the paper the article talks about




  • I agree in the sense that Wayland adoption would have definitely gone quicker if that was the case, however in the long run this approach does make sense (otherwise you will eventually just run into the same sorts of issues X11 had).

    Btw what you’re describing is not that far off from the normal way of using Wayland protocols in development - you use wayland-scanner to generate C source files from the protocols, and you include those to actually “use” the protocols in your programs. Admittedly all my Wayland development experience has been “client-side”, so I really don’t know how complex it is to build a compositor, but dwl (minimalist Wayland compositor) is only around 3k lines of code (only slightly more than dwm (minimalist X wm)).