I’m just a nerd girl.

  • 14 Posts
  • 153 Comments
Joined 1 year ago
cake
Cake day: March 4th, 2024

help-circle
  • Rose@lemmy.worldtoProgrammer Humor@programming.devchoas
    link
    fedilink
    English
    arrow-up
    29
    ·
    1 month ago

    Well, sure, with an image classifier, the bird identification is doable. I’m sure I could implement that if I went looking for some open source thingamabob that does that. But it’s still not something I could actually understand. That part definitely hasn’t changed over the years.



  • Rose@lemmy.worldtoGames@lemmy.worldSkill issue
    link
    fedilink
    English
    arrow-up
    28
    ·
    3 months ago

    I remember the last time I got messaged by some misogynist dipshit, way back in Halo 5, blaming me for losing the game. …When he was the worst performing player in the team. I just stared at the post game report and wondered how the heck the dude even managed to get a ranking as low as he did.













  • I’ve often been like “I don’t know why people complain about Fandom, this is fine”. And then I saw what the site looks like without uBlock. Sweet merciful heavens. Hey, there’s some ads. Let’s cram some ads in the ads. Some prime blank space? Shove some annoying video things in there. Autoplaying. See that navigation bar over there? Let’s make it pointless. (If you come to the article via web search, surely you want to read about some completely random stuff in another game!)

    Fandom is garbage, Fextralife is garbage (and at this rate will probably be bought by Fandom one day). Indie wikis rule.



  • I run ad blockers. As a security measure. Ad companies collect insane amount of data and do a bunch of shady stuff whenever they can get away with it.

    I want to support websites whenever I’m able, but the way ad companies operate just ain’t it.

    If they clean up their act, maybe then I could stop using ad blockers, but it’s been decades and I don’t have high hopes.

    Also using ad blockers for performance and usability reasons. For example, I used to use a bunch of Fandom wikis and couldn’t understand why people hated the UI. Then I saw how Fandom looks like without ad blockers and holy shit how can humans live like this




  • There’s always the old piece of wisdom from the Unix jungle: “If you write a complex shellscript, sooner or later you’ll wish you wrote it in a real programming language.”

    I wrote a huge PowerShell script over the past few years. I was like “Ooh, guess this is a resume item if anyone asks me if I know PowerShell.” …around the beginning of the year I rewrote the bloody thing in Python and I have zero regrets. It’s no longer a Big Mush of Stuff That Does a Thing. It’s got object orientation now. Design patterns. Things in independent units. Shit like that.