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/)SA
Posts
2
Comments
400
Joined
2 yr. ago

  • Current neural networks are basically a set of highly sophisticated statistical rules. So unless the Facebook engineers have come up with some new breakthrough, they probably won't be able to build something much better than what's already around, as statistics can only take you so far.

  • The meaning of my statement is basically that the online leftists talk about the "revolution" like Christians talk about the rapture. An apocalyptic event that will fix everything that's wrong with the world and create utopia. In consequence, both groups talk about their chosen apocalyptic event without actually doing anything to improve the world. Of course its not all Christians and leftists, just the bottom of the barrel of the respective groups.

  • In addition to what you said, laying off the bottom 10% performers gives your employees a conflict of interest. Now it's better for them if their coworkers perform worse, and worse performing coworkers hurts the company. This may crop up in workers not helping each other out, or deliberately writing bad documentation.

  • I can make solid arguments for working in person. Seriously! But I won’t bother with this crowd. (I can probably argue better for remote work, but it’s complicated.)

    If you're not going to make an argument, then why do you even bother saying that you could? All you told me is that you're not confident enough to make unpopular statements.

  • The problem with that argument is that prices can't be raised indefinitively without negatively impacting revenue. If prices go up, demand goes down. So, yeah, basically all arguments that increased costs get handed off to consumers are flawed, if a business can increase its profit by raising prices, they are going to do so sooner or later, anyway. They might wait for an excuse to do so, but even then they won't wait forever.

  • Well, maybe they just picked a community more or less at random. I, for example, don't have a particular reason to have picked sh.itjust.works. It was simply the first community I came across. Do you have a reason why you picked this community specifically instead of any of the others?

  • I don't think you need AI for that.

    • First, anticipating what groceries are low: Simplest implementation would be a list where the user manually enters additions and removals.
    • Secondly searching every flier and website in the city. Okay that one will be a bit trickier. First you'd need to gather a list of all stores in the city, and then look for any deal. The big challenge here is that they don't just have a common API where you check. You either need to program a bot to scrape all their web presences, or convince them to provide the information in a common format.
    • The last step seems like it could be related to the traveling salesman problem.