• 2 Posts
  • 62 Comments
Joined 11 months ago
cake
Cake day: August 2nd, 2023

help-circle
  • Double clicking works for 99% of file types

    You’re completely missing the point.

    Not sure what your point is here

    The point is that when the double click magic doesn’t work for one reason or another, for example because the administrator disabled this feature with a group policy or because the file associations got messed up, the tech illiterate person does not know what to do because they don’t grasp the underlying concept.


  • Administrators can disable this, so I think the larger point is: if a tech literate person receives a zip file, they understand that it is in fact a compressed archive that can contain one or more files and directories, and that you need an archive tool to extract the contents, whereas a tech illiterate person doesn’t understand this and expects it to just be handled magically when they double click on it and are stumped when that doesn’t work.



  • I’ve no problem with paying for good services

    Exactly. It used to be that netflix was all you needed to get most quality content, and it was a fair deal for customers: you pay a reasonable monthly amount, and you and your family gets convenient access to most streamable movies and TV series.

    Now that quality content is spread out and locked out over half a dozen other streaming services, and subscribing to them all is not just a hassle but also incredibly bad value compared to the original offer.

    In a healthy competitive environment, you would expect companies to counter reduced value by increasing customer value in other ways or by reducing prices, but instead we got price hikes, lots of low quality filler content, crack downs on password sharing, advertising, various unpopular UI changes and other service reductions decreasing value even further.

    To solve this, I think the content producers and streaming services should be split up, because right now they’re not really competitors in a true sence but small monopolies who each clutch the keys to their own little franchises. It should be noted for example that music streaming works a lot better: there are various competitors that each hold a viable content library on their own, so you don’t need more than one music streaming service. IMO that’s because Spotify, Tidal, YT Music, etc. are merely distributors and not the actual producers.




  • SpaceCadet@sopuli.xyztoMemes@lemmy.ml*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    34
    ·
    10 months ago

    Girl = neutral (das Mädchen)

    No idea why lol.

    Mädchen is a diminutive, and all diminutives are grammatically neutral.

    It’s the same in Dutch btw, and my girlfriend who is learning Dutch is frequently abusing this as a cheat code: whenever she doesn’t know the gender of a word, she’ll just use the diminutive and it will automatically be neutral.








  • SpaceCadet@sopuli.xyztoLinux@lemmy.mlWhat to know before Dual Booting Windows + Linux?
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    10 months ago

    I don’t think that’s the case anymore.

    I just checked, the time in the UEFI BIOS is in UTC, yet both Linux and Windows 10 display the local time correctly as an offset to UTC. I didn’t have to do anything special for that.

    Edit:

    So I looked a bit deeper into it, and this is apparently controlled by a registry key called RealTimeIsUniversal in [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]. You can paste the text below in a .reg file and then import it to set the parameter:

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation]
    "RealTimeIsUniversal"=dword:00000001
    

    I confirmed that this setting exists on my system, but I have no memory of ever manually setting this parameter. It’s documented in the Arch wiki though, so it’s possible that I did set it and forgot about it.

    In any case, if you do a fresh Windows install and your time differs between Linux and Windows , this is what you should check.