• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle






  • This may be illegal in EU if they don’t use opt in. Even then it may be illegal for under 18 year olds to collect MAC addresses and disk serial numbers, as those can potentially be used for identification.

    The data is anonymized, and the IP is NOT stored. So I’m not sure this violates GDPR?

    From the code we can see the machine ID is anonymized, sending only a SHA256 checksum.

    def get_hashed_device_id():
        # Read the machine ID
        with open("/etc/machine-id", "r") as f:
            machine_id = f.read().strip()
    
        # Hash the machine ID using SHA-256 to anonymize it
        hashed_id = hashlib.sha256(machine_id.encode()).digest()
    
        # Convert the first 16 bytes of the hash to a UUID (version 5 UUID format)
        return str(uuid.UUID(bytes=hashed_id[:16], version=5))
    
    

    This makes it somewhat a nothingburger IMO.





  • Hate is a strong word, indifferent is more the word I’d use.
    And I’m indeifferent because I have used (GNU)Linux as my main desktop OS since 2005, and (GNU)Linux exclusively for the past 15 years. And now even games run fine on Linux, so to me it’s all benefits now.
    So it’s just that Windows and everything Microsoft is irrelevant now, except for a classic game I still play occasionally with my wife.

    Obviously the proprietary nature with all the problems that includes, was what motivated me to shift originally, and it is also the reason I don’t even want to dual boot Windows, not if it was free as in beer either.

    1. The joy of “figuring it out”

    No absolutely not, I used to be an IT consultant, but like most people I like things to just work, and Linux has done that for many years now.
    I do however like the freedom, and that I am not prevented from configuring my system like I want to. I remember Windows having the most ridiculous mechanisms to prevent me from for instance replacing something as banal as notepad as default/system text editor. Absolutely bullocks behavior by Microsoft IMO. I am very happy to have a system where I decide, and not some company that wants to lock me into their ecosystem.

    PS: I have never tried anything Windows beyond Windows XP. But boy did Vista and Windows 8 convince me that I did the right thing switching to (GNU)Linux. Almost everybody I knew were absolutely pissed about both.

    Windows Vista was the most golden opportunity to buy expensive hardware for cheap, because it didn’t have drivers for Vista. Laughing my ass off about people who claim hardware lacks drivers for Linux, when it’s actually worse on Windows with every new release.


  • “There is little evidence to justify the widespread assumption that willing participation in pedophilia hurts children.”

    But per the quote above, you can’t have willing participation, it is always coerced.

    IDK, you don’t provide sources, I hope your examples are misunderstood or out of context. Even if there isn’t evidence to show harm, it is still possible to err on the side of caution. It doesn’t mean he supports it.




  • IDK if federations doesn’t work, I already wrote to another response that I use Bash.
    Since the Amiga in the 80’s I considered CLI windows and Shell as the same thing,because they kind of were on the Amiga, as there was only 1 shell, and a CLI window was also called Shell. But that was obviously a misunderstanding I just never got quite rid of.



  • It’s not like anything he says is a secret:
    https://www.linuxfoundation.org/ 900 open source projects 3M+ developers trained
    It’s right there on the front page.

    Linux foundation never supported desktop development, and I suspect they have their reasons. Maybe that a GUI is a very subjective thing, there are dozens of desktops, supporting one would probably cause major wrath from everybody else, so if Linux Foundation were to support the desktop, they’d have to support all. But Gnome has often shown to be hostile to outside influence, so maybe they don’t really care to mess with that. KDE is based on QT, and maybe the QT dual license isn’t within the scope of Linux Foundation to support? So with the biggest desktops being somewhat problematic, maybe it’s better to just leave it alone.

    The real question IMO is why Linux desktop doesn’t have better support from other foundations? Why aren’t any of them able to attract more financial support?

    Personally I liked Gnome 2, and I think Gnome did a lot of harm to Linux when they deprecated it before Gnome Shell was ready, and I think Gnome alienated many users with the design decisions of Gnome shell.

    Then the problem is that almost every GUI Desktop on Linux is based on some flavor of GTK which is under Gnome, or based on QT with the dual license.

    Personally I don’t mind the dual license of QT, but many Linux developers are very idealistic, and don’t like it.