• 0 Posts
  • 100 Comments
Joined 3 years ago
cake
Cake day: June 21st, 2023

help-circle
  • https://cherryxtrfy.com/mice/mz1-wireless/

    This mouse is designed to be extremely light weight. So the battery is small (500 mAh is less than half a AAA battery).

    And it’s designed to handle up to 50g of acceleration (ie, fast FPS twitch movements), so it has to be doing a lot of tracking.

    So between higher power consumption than normal mice and a smaller battery than normal mice, it only advertises 75* hours of use (* Depending on Hz, lighting on/off and playstyle).

    I could absolutely get a mouse that lasts much longer. But not one that meets all the other criteria I have for a performance gaming mouse. I wasn’t attempting to come in hot about “wireless bad” or anything, just sharing my experience.


  • bisby@lemmy.worldtoProgrammer Humor@programming.devHamster IT
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    19 days ago

    The batteries are my main issue.

    12 hour battery? I charge every night.

    4 day battery life? I forget to charge until it dies, and then it dies in the middle of using it.

    The mouse I have is only wireless for the “less drag while gaming” aspect but the cable is actually super nice, so I dont even mind the cable… I just leave it plugged in now.







  • I also have a preview edition.

    I moved HA from my server to a HA green to separate reliability (my server is a test bed and uptime isnt great, and home automation warrants better uptime than I was giving it).

    The voice services don’t work as well on the green directly, but I view it as part of the HA ecosystem and I want it running on the same hardware, but it seems very much like not a great option for that. And even on my own hardware, it still seems like it was a bit slower than I’d want and not always accurate. I definitely need a lot of tweaking (just like OP) to make it worth while.


  • And from what I can tell based on the callout at the end… This is a line from connector which is a compatibility layer that allows running Fabric mods on Neoforge.

    Which means connector is going to be included in every stack trace, regardless of how related it is to the problem. It will be the one to raise the errors that couldn’t be caught and managed… But AI will see connector being the one probably flagging the errors and be more likely to tag it as a “suspected” mod. I wouldn’t be shocked to find out that AI has a tendency to shoot the messenger.



  • Desktops can be installed on any ubuntu release. you could install xfce on kubuntu, or kde on base ubuntu. And what DE/WM you are using doesn’t matter in a quite a few scenarios, so it’s not worth bringing up in the same way that I don’t mention “Im using cachyOS niri wm”

    I personally preferred xubuntu over kubuntu back in my *ubuntu days. etc etc. there are a lot of spins of ubuntu and when the only differentiator is DE (which you can also just install on base ubuntu), it’s easier to just talk about them all as a single overaching entity/family … ubuntu.

    Talking about kubuntu inherently requires talking about KDE and ubuntu both, so people just skip the KDE discussion.

    “Too many distro options” is already a complaint of a lot of non-linux users, so specifying every last spin can just drive people away.




  • As someone else has mentioned, proton or wine or games should not be able to cause “OS crashes”. If they do, its either an error happening somewhere else in the stack (a driver perhaps?) being triggered by the game, or you’re dealing with out of memory issues, and its struggling to clean itself up. I would suspect drivers (ie, make sure the system is updated) or memory, because those are the 2 aspects of a system that games tend to push the most.

    But to your actual question: It’s a few things. The main thing that differentiates proton from wine, is that wine aims for maximizing global compatibility. Proton is focused on games, and is therefore able to make tradeoffs.

    What if a new feature breaks MS Office because it changes how a function works, but doesn’t impact any games, and in fact, makes games fun 2-3x faster on average. Wine would not include this new feature. Proton would. They would put this into proton experimental.

    But now they find out that while it makes MOST games faster, some games it causes to crash. Some games might use that same function MS Office does. so they don’t run properly. That might warrant a hotfix release. The point of numbered releases is to have points in time where most things are known working. If this feature had shipped into Proton 123, valve could pin the broken game to Proton 122, so now having different number versions makes sense to keep each individual game working optimally, while experimental and hotfix can be used for testing out new code (literally experimentally).

    A great example of this was fsync. TBH, I have no idea what fsync is, but generally speaking, the games make a Windows function call that didn’t have a direct equivalent Linux function. Wine made a workaround to make sure this windows function did what it was expected to do, and there were several versions of the workaround. Some faster, some more reliable. And then eventually the function was actually added to the Linux kernel, so no work around was needed. For a while there, fsync vs esync was a big performance and compatibility concern. And now ntsync tends to cover this. Some games worked better with fsync and some with esync, and some with it all just turned off. But we need experimental proton versions to validate all of this.


  • QR codes on the net make no sense.

    If I’m on the net… I’m already on the device that I want to visit a webpage from, just link to the webpage.

    QR codes are for sharing something from one thing to another where there is no common interface other than a camera. The internet is already a common interface for sending me a URL, you don’t need a QR code.

    For example:

    If I were browsing on my phone, the only QR reader I have uses the camera. I can’t take a picture of my phone using my phone. I can’t use the QR code.

    If I were on my PC, I dont have a QR reader at all except on my phone, and I’m on my PC, why would I want to switch to my phone.

    Sharing a QR code on lemmy/piefed never makes any sense.