Hi, I’m Shauna! I’m a 37 year old transgender woman from Ontario, Canada. I’m also a Linux enthusiast, and a Web Developer by trade. Huge Star Trek fan, huge Soulsborne fan, and all-around huge nerd.

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

help-circle
  • I haven’t seen anyone mention it yet, but a reason might be that providing an API is cheaper than web scraping.

    If people really want access to your data, they can just scrape your website, but that requires loading all the data through the website itself which requires loading millions or billions of video thumbnails, comments, descriptions, recommendations, etc. It’s much cheaper for them to send a JSON through an API, even though they might know that some people are trying to undermine them by using that data to circumvent their advertising.


  • Just for some pretext here: I’m not trying to defend this woman because I know nothing about her.

    That being said and just for everyone’s information, there is a scenario in which what she said is logical and fair.

    It used to be that women were not allowed to have careers and some people still choose to practice that. So the women agree when entering into the marriage that they’ll be homemakers and the husband will earn money and take care of her. If the husband doesn’t keep up his end of the duties in that arrangement and they wind up being divorced then she now has no means to provide for herself. This is why alimony was initially created, so that women who were forced (or in the modern day chose) to be homemakers weren’t absolutely fucked in the case of divorce.

    Again, I’m not saying that’s what’s happening here, I have no idea, but I just wanted to provide some potential context because I find a lot of talk about alimony and divorce online often just dumps on women as being greedy and that’s just not fair in every situation.

    I gotta say though, it sure looks that way in this situation, especially with her talking about cheating on her husband, but again, who knows, maybe he’s not holding up his end, maybe he’s physically or emotionally abusive, we just don’t know.


  • I love Eric Barone! He sticks to his convictions in the way I wish more video game developers would. He’s made so much money from Stardew Valley that he never needs to work a day for the rest of his life, but he chooses to put in the time to continue releasing free content and working on new passion projects and giving back to the community. He could have monetized the hell out of Stardew, releasing DLCs and hired a huge development team to crank out new content to make him richer until the original game became unrecognizable.

    So many game developers have gone down that route, or simply sold off their creation to a company that they know full well plans to do just that.

    Also, I just love his mentality about things. He knows that nobody really asked for Haunted Chocolatier, and he doesn’t really care if it’s successful, he just wants to make something new for himself. I hope it is successful, but I’m glad to see that he’s not hinging his hopes on it’s success but instead just enjoying the process of making something, which is really beautiful and I think more people should focus their energies on those kinds of exploits and outcomes.




  • It’s not exactly a misconception that I’ve ever really held, but I absolutely hate the lazy writing trope in TV/film where hitting someone over the head and knocking them out is used so commonly and casually and there are never any repercussions.

    In reality, if you get hit on the head hard enough that you lose consciousness for any length of time, you’re almost certainly going to suffer very serious brain damage. If you wake up at all - yes, it’s quite possible you’d die from this - then you’re going to have a major concussion, a huge headache, and probably a fracture in your skull and your brain will be swelling up inside your skull. It’s a VERY serious injury, and yet it’s just played off as this casual thing on TV and I think it’s incredibly dangerous how casually it’s depicted.


  • You need to learn bash scripting. Also, there are a few default files that the .bashrc uses which can be helpful to compartmentalize the custom things you do to it so that it’s easier to undo if you screw something up. To do that, just add this to the bottom of your .bashrc

    if [ -f ~/.bash_custom ]; then
        . ~/.bash_custom
    fi
    
    

    What that will do is check if the .bash_custom file exists and then run the .bash_custom file in your home directory and apply anything in there. Also, you can call the file whatever you like, but bash does have some defaults that it will check for and run them without editing the .bashrc at all. It’s kind of hard to find a list of the the files that it automatically checks for, but I know that .bash_aliases is one of them, and I think it checks .bash_commands as well, but I’m not entirely sure. Either way, you can force it to check your custom one by using the code above.

    Then you can create the file and add any custom things in there that you like. For example, I like to frequently update through the terminal but running sudo apt update && sudo apt upgrade && sudo apt autoremove && flatpak upgrade was a bit tedious and I wanted a bit less feedback so I made a custom alias for my personal use.

    alias update='echo "Updating packages..."; sudo apt update -y &> /dev/null; echo "Packages updated."; echo "Upgrading packages..."; sudo apt upgrade -y &> /dev/null; echo "Packages upgraded."; echo "Cleaning up packges..."; sudo apt autoremove -y &> /dev/null; echo "Packages cleaned up."; echo "Updating flatpaks..."; flatpak update -y &> /dev/null; echo "Flatpaks updated."'

    Which hides most of the text from updating and just gives me feedback on what it’s currently doing if I don’t really care to know all of the details. So now I just run update in the terminal and plug in my password and it updates and upgrades everything in a human readable way.

    There’s a lot that can be done with bash scripting, like editing files, iterating over files and directories, setting environment variables. It’s basically a full programming language so the limits are mostly your imagination.



  • My biggest concern with Epic is their insistence on kernel level anti-cheat which is just ridiculous overkill and probably being used as spyware let’s be honest. They have many ties to China’s Tencent which has a 40% stake in the company and is known to basically just be an extension of the Chinese government.

    There’s also the very odd fact that just having the Epic Games Store open in the background will deplete your laptops battery life by up to 20%. Is it just horribly optimized and uses all that battery even when idling, or is it doing something nefarious in the background? We don’t know.

    As for exclusives, they have bought exclusives that were mostly crowd funded from the start which is quite the kick in the teeth to the early investors that helped get the project off the ground. And there were even some exclusives that were already listed for pre-order through Steam, forcing everyone to need to get a refund.

    Plus, any good will that they’ve purchased so far is just in service of making a good name for themselves. They’ve been losing around $400 million per year since 2019 just to bring in new users. They’re going to suddenly turn around and start being cut-throat as soon as they think they can.

    They are not consumer friendly, they want to dictate trends in gaming. Valve is already the king of that throne and they’re fairly benevolent and have pushed trends that are good for gaming and consumers overall. I have serious doubt that Epic would be anywhere near as good for gaming as Valve has been if they should actually become profitable, and an industry leader. Especially when it’s projected that they won’t be profitable until 2027, which means they’ll need to recoup their investment of nearly $3.2 billion since 2019.



  • I wonder what the same people criticizing trans health care as “mutilation of children” think of intersex babies having genital surgery forced upon them to align their genitals with gender binary ideals.

    And just before anyone has a chance to say it, trans healthcare for teens is okay despite them not being able to consent because if they don’t choose quickly then one of the options is going to be forced upon them.

    It’s like a child standing on train tracks with a train speeding toward them and the child expressing that they’d like to get out of the way while people telling them “No! You’re not old enough to make that decision!”


  • ShaunaTheDead@kbin.socialtoMemes@lemmy.mlalternative to trees
    link
    fedilink
    arrow-up
    27
    arrow-down
    1
    ·
    7 months ago

    Guys, it’s not one or the other. We can have trees and algae tanks. Trees can still offer all of the benefits they do like shade and beauty while algae tanks can be used to increase fresh oxygen. Algae is much better at absorbing CO2 than trees and providing clean air which is a big problem in a busy city.


  • ShaunaTheDead@kbin.socialtoMemes@lemmy.mlanother video essay
    link
    fedilink
    arrow-up
    21
    ·
    edit-2
    7 months ago

    TLDW: James Somerton is a gay man and a YouTube content “creator” who has recently been outed as a plagiarist by Hbomberguy and Todd In The Shadows. He primarily steals content from other lesser known queer content creators which just makes his plagiarism all the more insidious.

    He has also strangely been proven to be guilty of spreading pseudohistory in which he changes details of historic events.

    He has also been accused of a Patreon scam by making a (now deleted) video pleading with his subscribers on YouTube that he can’t make ends meet and he’ll have to stop making videos if he doesn’t get more Patreon subscribers. He got 1200 new patrons from that video. He apparently immediately purchased an $8000 camera afterwards which people describe as a “bizarre purchase” for someone who was just in financial dire straits. Also, there was no evidence of him having suffered a drop in subscribers that he claimed was the reason for his financial situation.

    He has also been accused by YouTuber and Nebula creator Jessie Gender of transphobia. She says that James Somerton has gone out of his way to erase any queer content creators who were not cisgender gay men, and that he intentionally misgenders other transgender content creators constantly.

    It seems like the inciting incident for all of these YouTube and Nebula content creators to go after him was James’ application to become a Nebula content creator. I suppose they started gathering evidence to provide against his membership and they ended up finding so much that they created these videos and levied formal accusations.

    Here’s a slightly more in-depth read from Wikitubia for anyone interested in reading further: https://youtube.fandom.com/wiki/James_Somerton#Controversies


  • Yeah it’s a fact that women are severely under diagnosed. If they’re hyperactive, like you said, they get written off as flighty and impulsive, and if they aren’t the hyperactive type they get written off at spacey and ditsy. My partner works for a company whose stated goal is to bring medical care to underserved or ignored communities and one of the 3 services they offer is “ADHD management for adult women” because its so pervasive that they go undiagnosed.


  • It’s very annoying that ADHD is badly portrayed in media constantly. So unless you’re the hyperactive type, then people won’t believe you. Try to explain to them that hyperactivity is just one symptom of ADHD and not everyone has that symptom. The main symptom is a disorder of the executive functions of the brain. I heard an ADHD researcher once say that ADHD is misnamed, it’s not a lack of “attention” it’s a lack of “intention”. We “intend” to do things, but we can’t correctly follow throw with the executive decisions necessary to make it happen, or make it happen on time.