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/)GE
Posts
0
Comments
158
Joined
1 yr. ago

  • Yeah, except that ai is almost 40% wrong, yet it pretends to know everything and sounds very convincing. It will never tell you "i don't know" or "that's a bad idea, don't do that" like a real person or friend would do but instead encourages your with everything. Still, app developers sell ai chat bots as "virtual friends" to insecure people.

  • Permanently Deleted

    Jump
  • Booking is also pretty scummy. There was a blog post a few years ago from a hotel that always showed up as sold out, even it had plenty empty rooms. In the end it was a "feature" where other hotels could "promote" their business in a city so it would show up first, but the competition would also be listed as unavailable to force visitors into the promoted business. The other thing is that booking will show "only one room left" to pressure you into booking right now, but what ot actually means is that a hotel might only allocate 20 of 100 rooms to booking, and still has 81 free rooms if you call them directly.

  • Unlike china, Germany has a lot of environmental and safety standards it has to meet before it can operate any large plant, and it cannot just give the contract to the lowest bidder who mixes rubbish and toxic waste into the cement als filler material...

  • I use AI for programming questions, because it's easier than digging 1h through official docs (if they exists) and frustrating trial and error.

    However quite often the ai answers are wrong by inserting nonsense code, using for instead of foreach or trying to access variables that are not always set.

    Yes it helps, but it's usually only 60% right.