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/)AN
Posts
0
Comments
394
Joined
2 yr. ago

  • They could learn a bit from the Austrian far-right. They simply weren’t investigated due to a technicality, and then successfully sued a bunch of people who claimed that they had received money from Russia, because those people couldn’t prove anything without the investigation.

  • I don’t want to know what it does to a society when casually sniping 4 year olds is completely ok and accepted. After Gaza is razed, all of these soldiers will return as heroes, but will they be able to stop their habits?

  • It's pretty amazing how this works in the US. As long as it's labeled as a supplement, companies can put literal rat poison into their products and it's legal.

    Additionally, it appears that many people aren't even aware of that.

  • Hey since you’re here, there’s something I was wondering about that these articles don’t go over: what happens now while the bridge is rebuilt? Is there another one nearby that traffic is redirected to, or is there a ferry service now?

  • Sometimes those things are way more complex, for example when it's about matching over a string rather than an enum to convert it into an enum. Typing out a regex would take me maybe 10mins or more, and with the LLM I can just describe roughly what I want (since it knows the language, I don't have to explain it in detail, just something like "make this into a switch statement" is sufficient usually).

    10mins at a time really adds up over a full work day.

  • In my experience with Codeium, it sometimes works ok for three or four lines of code at once. I've actually had a few surprises where it nailed what I was going for where I didn't expect it. But most of the time, it's just duplicating code from elsewhere in the same file, which usually doesn't make sense.

    It's also pretty good for stuff where I'd usually build some exotic regex to search/replace (or do it manually, because it'd take longer to come up with the expression), like transforming an enum into a switch construct for its members, or mapping said enum to a string of the member's name.

    This is very far from taking over my job, though. I'd love to be more of a conductor than the guy playing all instruments in the orchestra at once.