Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
5
Comments
60
Joined
9 mo. ago

  • I automatically assume Redditors are bots from some state actor. I've seen enough obvious campaigns that it's impossible for me to trust anymore

  • How does this work in practice? Someone would have to prove that it's AI generated, which isn't straight forward.

    Also, I'm not clear this protects the release of code centered a trade secret or under NDA.

    So while the court ruled it's public domain. Could it still be prevented from release? Like a Microsoft employee couldn't just dump sections of the AI code to the internet I imagine.

    https://www.upcounsel.com/patents-trademarks-copyrights-and-trade-secrets

    Competitive advantage: Trade secrets can cover information that would not qualify for patents or copyright but still has economic value.

    I would imagine dumping Microsoft code to the internet would be sued under NDA

  • DIY

    Jump
  • I asked chatgpt to put my CPU into heat consuming mode and it then suggested I mine BTC to equal out the thermodynamics. I'm still trying to figure out where the BTC is, but it's nice to go green

  • I had a co-worker who wrapped every function generated by AI with try/except (discarding the error).

    The unit tests passed flawlessly!!!! They also didn't test anything at all

    I was livid. My boss was an idiot and I tried to explain the issue, but I got in trouble because I took too long to fix it. 1000 of lines of mangled shit.

    I just found a new job (got more pay too)

  • I knew most of it was spam. I just figured it was propaganda from various governments

  • Wtf it literally never crossed my might to use a forum like this. So fucking dumb. It's like everyone is scrambling for a couple percent points over the next

  • Do you know of any reports that AI companies did this intentionally? It would make business sense for them to make them addicting

  • "Why does everyone hate AI?!?!"

  • https://www.streetepistemology.com/

    Check this out. I used to do things like this with hard core right wing (trump flags, cleaning their guns everyday).

    My goal wasn't to convince them, but get them to think critically and feel safe around liberals. The ones I talked to were usually convinced leftists were out to get them. I was a leftist who would literally just listen to them, watch Fox news with them and then we'd get burritos and hang out.

    I want them to think of me and other friends, when they see videos of ICE beating up people. I'll never convince them to vote blue, but maybe I can convince them that we can disagree about politics, but still be friends

  • It would be cool if this was ActivityPub compatible so we could follow Instagram from Mastodon. As much as I hate meta, there are some artists I would like to follow still

  • Echo chamber in different words. I grew up with a lot of conservatives. Hard second amendment people. They listen if you listen

  • We also want to ensure that conservatives are repeatedly alienated so they build their own networks and never see other points of view! /s

  • I loved python when I was a junior dev. Now I hate it (except for things like computational math). I have to add debug statements to figure out that someone snuck in the wrong type into the code.

  • They should honestly just wrapper the majority of the code base in rust unsafes and then slowly very slowly migrate sections of the code to rust. This is the right way to do it imo

    Will they do that? Nope.

  • Nobody is truly reviewing that stuff. Would you if you were in that job? Just blame mistakes on AI

  • Are there any instances of this? It looks promising

  • Is there an alternative way to contribute to them? I would happily send money directly to the artists, but I don't know how

  • I find that it basically can't do decent architecture. My last attempt to use it ended with it using casbin, but then rewriting it's own authorization framework and trying to use both at the same time 😶.

    I think there is a lot of power here, but it needs very heavy guidance and handholding to do it well. Otherwise it makes very stupid intern level decisions