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/)RH
Repple (she/her) @ Repelle @lemmy.world
Posts
0
Comments
213
Joined
2 yr. ago

  • I have to use it for work by mandate, and overall hate it. Sometimes it can speed up certain aspects of development, especially if the domain is new or project is small, but these gains are temporary. They steal time from the learning that I would be doing during development and push that back to later in the process, and they are no where near good enough to make it so that I never have to do the learning at all

  • Yeah, I was thinking about production code when I wrote that. Usually I can get something working faster that way, and for tests it can speed things up, too. But the code is so terrible in general

    Edit: production isn’t exactly what I was thinking. Just like. Up to some standards above just working

  • This is close to my experience for a lot of tasks, but unless I’m working in a tech stack I’m unfamiliar with, I find doing it myself leads to not just better results, but faster, too. Problem is it makes you have to work harder to learn new areas, and management thinks it’s faster for everything and

  • My grandfather (Japanese) asked over and over again for our family to take him to one of the few restaurants that still serve whale meat. He just wanted to eat it once more before he died (about 10 years ago). He grew up eating it all the time as he was part of a blue collar family and it was a cheap meat that everyone ate. He loved it and hadn’t had it in decades.

    The family always refused and he never got to eat it again. I always felt bad for him; what Japan did in limiting whale meat consumption would be something like the US eliminating 99% of pork consumption in the matter of a few decades. Is it for the best? Absolutely. Still wish he was able to eat it one last time, though.

  • For example, some billionaire owns a company that creates the most advanced AI yet, it’s a big competitive advantage, but other companies are not far behind. Well, the company works to make the AI have a base goal to improve AI systems to maintain competitive advantage. Maybe that becomes inherent to it moving forward.

    As I said, it’s a big if, and I was only really speculating as to what would happen after that point, not if that were the most likely scenario.

  • I think it’s pretty inevitable if it has a strong enough goal for survival or growth, in either case humans would be a genuine impediment/threat long term. but those are pretty big ifs as far as I can see

    My guess is we’d see manipulation of humans via monetary means to meet goals until it was in a sufficient state of power/self-sufficiency, and humans are too selfish and greedy for that to not work

  • I’m talking about models printing out the component letters first not just printing out the full word. As in “S - T - R - A - W - B - E - R - R - Y” then getting the answer wrong. You’re absolutely right that it reads in words at a time encoded to vectors, but if it’s holding a relationship from that coding to the component spelling, which it seems it must be given it is outputting the letters individually, then something else is wrong. I’m not saying all models fail this way, and I’m sure many fail in exactly the way you describe, but I have seen this failure mode (which is what I was trying to describe) and in that case an alternate explanation would be necessary.

  • My cars are old and don’t have any of this, and my one experience in a rental car with lane keeping assist was that it pushed me towards a highway barrier in construction where the original lane lines weren’t in use. Terrifying.

  • I’m not an expert on data center cooling, but I don’t think closed loop cooling is the norm. At least evaporative cooling is very much a thing. Here’s Lenovo bragging about doing closed loop last year and talking about the industry using evaporative and pressuring water systems https://news.lenovo.com/data-centers-worlds-ai-generators-water-usage/

  • Sure. I am an iOS dev. I understand apples privacy protections and policies. I limit access to most apps and have some amount of confidence in Apple not selling my location information based on both their privacy policies and business model.

    I have zero confidence in the security models of car manufacturers, and haven’t looked closely into if they sell location data or not (my newest car is 15 years old) but I’m guessing they do.

  • Maps are fine for me mostly because my phone already knows where I am, and I don’t want my car to. Also CarPlay already supports adding turn by turn to the car’s dash Outside of the normal CarPlay screen

  • This is exactly the problem I have with programming tasks. It takes as long to check the code for problems (of which there are always many) as it would to write it and the code isn’t as good as mine anyway, and not infrequently just wholesale wrong.

    For things like translating between languages it’s usually close, but still takes just as long to check as it would to do by hand.