Just a dorky trans woman on the internet.

My other presences on the fediverse:
@[email protected]
@[email protected]

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

help-circle
  • copygirl@lemmy.blahaj.zonetoComic Strips@lemmy.worldReplaced
    link
    fedilink
    English
    arrow-up
    73
    arrow-down
    12
    ·
    17 days ago

    Tangentially related: Oh boi I just love AI bros coming out of nowhere defending GenAI when nobody asked for their opinion. Wish more communities / instances would take a hard anti-AI stance and just get rid of them. It’s not like anyone will make them see where they’re wrong.


  • copygirl@lemmy.blahaj.zonetoComic Strips@lemmy.worldReplaced
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    17 days ago

    You see, it’s not the internet censorship tool that prevents you from speaking your mind, it’s the people that control it!

    You can dislike the tool.

    AI was built on stolen work, and will not create a generation of future artists that simply has a new tool available. It’ll create a generation of workers that create profit for the wealthy class by generating garbage until it’s somewhat presentable. Meanwhile, AI will starve out because it will run out of data to learn from.

    Generative AI is the current fad of the tech bro world and it’s what everyone clings onto because if everything goes well (for them), they can get future generations hooked and make stupid money. Meanwhile, media literacy will further decline, and with it the ability to look up anything on the internet, making it even more easy for the masses to be controlled.


  • copygirl@lemmy.blahaj.zonetoLinux@lemmy.ml[PSA] Malware distributed on the AUR
    link
    fedilink
    English
    arrow-up
    114
    arrow-down
    3
    ·
    edit-2
    28 days ago

    most of the the Arch cult forget to mention that

    The “Arch cult’s” holy book, the ArchWiki, states the following pretty clearly:

    Warning: AUR packages are user-produced content. These PKGBUILDs are completely unofficial and have not been thoroughly vetted. Any use of the provided files is at your own risk.

    Mention of one’s use of the AUR for their needs doesn’t need to come with a disclaimer.
    People who don’t read or don’t use their brain are going to keep not doing so, regardless.


  • Apologies, I don’t understand. Is any modern Linux distro lacking “general usability” or applications? Anyway, for Bazzite, there’s a bunch of ways to install software. (Though I haven’t used it myself.) I’m also not sure what you’re looking for when you’re saying “support”. Good documentation? A helpful community? Continued active development?

    Just because there’s a strong focus on gaming doesn’t mean the distro would suddenly do bad at everything else, especially… general home/office use. Linux is good with that across the board. I hope I didn’t misunderstand. Please explain.




  • What is meant by “sensitive information” here? Browsers can’t just willy-nilly access your local files or something like that. The one thing I can think of is using JavaScript to collect information that can be used to identify you. (Is that “sensitive”? I’d put that in “identifying information”.) My honest suggestion is to keep using NoScript and just allow as few domains as possible. The next best option is to stop using websites that break without JavaScript when there’s no reason why they’d need it.

    I can imagine there being a plugin that spoofs some common ways that allow sites to identify you cross-sessions / browser / websites without your consent, but blocking JavaScript (by default) is likely one of the best ways to reduce the amount of information collected about you. When you do find such a plugin, check out one of the “browser fingerprint” testing sites to see how unique your fingerprint is.

    (That is, if I even understood the request properly in regards to the “sensitive information” bit.)


  • There is something called “local storage” that allows applications to store more information than just a cookie. Cookies are sent to the server, while local storage, as the name implies, stays local. (That doesn’t mean that this data can’t be sent to the server via JavaScript.) But local storage makes it possible to make 100% offline applications if the whole webpage is cached / downloaded (assuming no online functionality is required).

    edit: As for deleting this, if I click on the lock icon in the address bar in Firefox, I have an option to clear cookies and site data for the current site. I assume the “site data” is the local storage I mentioned. If you’re using a Chrome based browser, you can probably google how to do the same thing.