• 1 Post
  • 30 Comments
Joined 9 months ago
cake
Cake day: February 19th, 2024

help-circle

  • 80 steps too far down the capitalism ladder

    This is the result of capitalism - corporations (aka the rich selfish assholes running them) will always attempt to do horrible things to earn more money, so long as they can get away with it, and only perhaps pay relatively small fines. The people who did this face no jailtime, face no real consequences - this is what unregulated capitalism brings. Corporations should not have rights or protect the people who run them - the people who run them need to face prison and personal consequences. (edited for spelling and missing word)


  • That leads us to John Gabrield’s Greater Internet Fuckwad Theory

    I don’t have comments on the rest of your post, but I absolutely hate how that cartoon has been used by people to justify that they are otherwise “good” people who are simply assholes on the internet.

    The rebuttal is this: This person, in real life, chose to go on the internet and be a “total fuckwad”. It’s not that adding anonymity changed something about them, they were the fuckwads to begin with, but with a much lower chance of having to be held accountable, they are free to express it.













  • You don’t do what Google seems to have done - inject diversity artificially into prompts.

    You solve this by training the AI on actual, accurate, diverse data for the given prompt. For example, for “american woman” you definitely could find plenty of pictures of American women from all sorts of racial backgrounds, and use that to train the AI. For “german 1943 soldier” the accurate historical images are obviously far less likely to contain racially diverse people in them.

    If Google has indeed already done that, and then still had to artificially force racial diversity, then their AI training model is bad and unable to handle that a single input can match to different images, instead of the most prominent or average of its training set.


  • random9@lemmy.worldto196@lemmy.blahaj.zoneboomers
    link
    fedilink
    arrow-up
    29
    ·
    edit-2
    9 months ago

    Nah, I bought a house 3 years ago. I still hate how inaccessible the housing market is, how shitty conservatives are towards other people and how much they deny science. Owning property doesn’t magically make one conservative. Fuck conservatives, fuck the rich.


  • random9@lemmy.worldto196@lemmy.blahaj.zoneboomers
    link
    fedilink
    arrow-up
    37
    ·
    9 months ago

    As I have gotten older I have become more angry and cynical. But I’m very much more anti-conservative now than I was before, which in the US would be more left leaning, but honestly I never thought of myself as that, I just thought that I was being rational.

    But being rational these days is literally being anti-conservative, because of how conservatives are banning books, attacking LGBTQ+ people for just wanting to be themselves, denying global warming even exists, and yes, letting the rich get richer by being corrupt and cutting taxes for them.

    Though I also have some views that might make someone very left leaning think I’m against them (for example I do believe that some words shouldn’t be viewed as bad when not meant as personal attack against disabled people, like retard or fat or obese; and I also think people are allowed to choose their pronouns and in most cases I will respect it, but some people are just doing it for shits and giggles, not seriously actually considering themselves as what they choose). It’s easy to think someone who disagrees with those views as I do that they might be conservative, but I am far, far from it.


  • random9@lemmy.worldtoMicroblog Memes@lemmy.worldScript kiddies
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    3
    ·
    edit-2
    9 months ago

    I mean, you’re partially right yeah - for bigger projects with more devs, they often DO provide windows/linux/etc executables, and that does save a ton of hours.

    But for smaller projects with one main dev, it’s a lot to expect one person to make releases for all platforms. Maybe for the platform they develop for at best - though if that’s not your (not you personally, just general) favorite platform, you’d still be out of luck.

    Again to repeat: it’s a moot point in the case of this context since there was NO EXECUTABLE to provide - it was a python script. So arguing this is completely unapplicable in this case! The original poster was just being an entitled jerk who didn’t bother reading anything and resorted to name-calling.


  • random9@lemmy.worldtoMicroblog Memes@lemmy.worldScript kiddies
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    2
    ·
    edit-2
    9 months ago

    For what architecture? You use windows, what about Linux? What about MacOS? Should the author spend their time making an executable for each platform? Or only the platforms that are most popular? (Edit: also, I’m not going to touch the fact that for complex programs there are third party dependencies which have license restrictions to be bundled together into an exe or provided into a zip as a dll, which is extra work for the dev to do just to make an exe)

    Secondly, as I pointed out in my above comment which you seemed to have missed:

    Some code, as is literally the case for the original source does NOT run via a standalone executable, so there is NO exe to upload. It is run via third party interpreters, in this case the Python interpreter.

    There’s a section about how to run the code in the original post for example here https://github.com/sherlock-project/sherlock?tab=readme-ov-file#usage - it requires the source code (because its not compiled, it’s interpreted) and installing python - which then is used via python3 sherlock to run the tool. Again, in cases like this there is literally no executable to upload. There may be some roundabout ways to upload an executable that packages, but that’s way beyond just providing the source to be run via python.

    Also to edit to say this: Regardless of how “easy” you may think uploading an exe for something might be, calling the people developing that code “stupid smelly nerds” as the original poster did (not you) is completely disrespectful, arrogant and entitled, and if someone demanded that I upload an exe to one of my repos like that, I would completely ignore their request.


  • random9@lemmy.worldtoMicroblog Memes@lemmy.worldScript kiddies
    link
    fedilink
    English
    arrow-up
    20
    arrow-down
    2
    ·
    9 months ago

    I would suggest that github is the wrong place to go look for that. Github is for developers, primarily a place to share source code, for people who DO care about build files, deprecated classes, contributors, and git history - so they can make the software that runs large parts of the modern world more efficient and flexible.

    Whether there’s an executable provided is completely optional and up to each author. Further, considering in this specific example it was python code, it’s far more flexible for the author to provide python run instructions (which the author HAD provided by the way) than it is to give you a .exe which would take extra, unnecessary effort, and overlooks that the tool he was writing could also be used on linux and macos based machines (because python command exist on those)


  • random9@lemmy.worldtoMicroblog Memes@lemmy.worldScript kiddies
    link
    fedilink
    English
    arrow-up
    116
    arrow-down
    7
    ·
    9 months ago

    I agree that github is for developers or people who at the very least don’t mind learning a bit of development and getting their hands dirty. The poster demanding an exe is quite entitled - and also from what I understand the repo he is referring to is a python repo, so there normally wouldn’t be an exe, it’d just be run via a python command.

    There’s a bigger problem here, which is that technical skill in newer generations is also decreasing - as someone on reddit had once said “I’m a millennial and I’m doing tech support for my parents as well as my children”. A generation raised on tablets and phones have gotten the false impression of being tech savy, when their actual technical skill is using end products.

    Expecting every github repo to provide you with something you just click-and-run is overlooking the complexities and reality of how code is. By it self that isn’t a problem, but the entitlement it takes to publicly and arrogantly post that on a public forum is astounding and counter-productive to people who work on those small repos.