• 0 Posts
  • 80 Comments
Joined 2 years ago
cake
Cake day: June 26th, 2023

help-circle




  • Jesus_666@feddit.detoTechnology@lemmy.worldPrivacy tool
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    All other things aside, which Logitech mouse are you talking about? Both my G Pro and my G 305 work out of the box. Logitech also advertises them as ChromeOS compatible and AFAIK the Logitech wireless dongles are USB HID compliant so seeing a Linux straight up refuse to interact with them sounds very weird.




  • I’d love to but on my gaming rig Wine/Proton will absolutely refuse to install the Visual C++ runtime, making me unable to play most games. On another, virtually identical, Linux installation it works without issue; in fact, I have fewer weird issues like a game randomly not connecting to EOS.

    I consider it karmic justice for buying Nvidia; that’s the major difference between the two systems.

    (Update: The latest Wine version seems to have fixed this. I’m certainly not complaining.)


  • When AMD introduced the first Epyc, they marketed it with the slogan: “Nobody ever got fired for buying Intel. Until now.”

    And they lived up to the boast. The Zen architecture was just that good and they’ve been improving on it ever since. Meanwhile the technology everyone assumed Intel had stored up their sleeve turned out to be underwhelming. It’s almost as bad as IA-64 vs. AMD64 and at least Intel managed to recover from that one fairly quickly.

    They really need to come to with another Core if they want to stay relevant.


  • I use interactive rebases to clean up the history of messy branches so they can be reviewed commit by commit, with each commit representing one logical unit or type of change.

    Mind you, getting those wrong is a quick way to making commits disappear into nothingness. Still useful if you’re careful. (Or you can just create a second temporary branch you can fall back onto of you need up your first once.)






  • On the one hand I like the basic idea, on the other hand I think that some fundamental problems aren’t fully solved yet. There big use case are passkeys and direct password manager integration – neither mesh well with the idea of software that isn’t allowed to talk to most of the system.

    I’m certain that this will be resolved at some point but for now I don’t think Flatpak and its brethren are quite there yet.



  • CUDA was there first and has established itself as the standard for GPGPU (“general purpose GPU” aka calculating non-graphics stuff on a graphics card). There are many software packages out there that only support CUDA, especially in the lucrative high-performance computing market.

    Most software vendors have no intention of supporting more than one API since CUDA works and the market isn’t competitive enough for someone to need to distinguish themselves though better API support.

    Thus Nvidia have a lock on a market that regularly needs to buy expensive high-margin hardware and they don’t want to share. So they made up a rule that nobody else is allowed to write out use something that makes CUDA software work with non-Nvidia GPUs.

    That’s anticompetitive but it remains to be seen if it’s anticompetitive enough for the EU to step in.


  • They could’ve sold Windows 2000 as Windows NT 5 and Windows Me as Windows 2000; that would’ve kept the “NT X” versioning scheme for the professional line and the year-based scheme for the consumer line.

    But the versioning scheme for the NT line is all kinds of weird in general. Windows 7 is NT 6.1. Windows 8 is NT 6.2. So we’ve established that the product name is independent of the version now. That means that Windows 10 is NT… 10.0. Windows 11 is also NT 10.0.

    Okay.