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/)DA
DarkAngelofMusic @lemmy.world
Posts 0
Comments 6
AI-powered companion robots could end loneliness in older adults
  • I think it depends on the humans. Personally, I find online interactions more comfortable than in-person ones, most of the time. In-person interactions exhaust me, if they aren't with the small handful of people with whom I'm most comfortable, so I can really only take them in short doses. I can chat online without any such issues, so if I were lonely, a companion A.I. that could carry on actual conversations might really help, even if it isn't a 1:1 replacement for human interaction.

    I'm aware that I am probably not representative of the majority of people, but I doubt I'm the only one who feels the way I do, so there could be a place for this sort of thing, where it could do some actual good.

  • Do you also sometimes just know how things could be improved, but others whose approval it would take, just don't get it? How do you cope with the frustration?
  • This is a rough situation, one I've personally dealt with more than once as well. Personally, the best way I've found to deal with it is to be a little less direct than my natural tendency would dictate. I proposed a section of our wiki dedicated to proposed improvements to our systems. Everyone was okay with this idea, so I then took the time to put a detailed description of my solution there. Eventually, it did get picked up and implemented.

  • Weaknesses of agile and Scrum
  • I think it might be a little myopic to say that Jira and Confluence are agile. They are tools, nothing more. Using them as an integral part of agile development may indeed be part of the problem, but that isn't the only way to use them. I personally use Jira as a task list with configuration options, and Confluence as an internal wiki. Neither of those require an agile development style.

  • How do you find and add OEM repositories?
  • Personally, I tend to focus more on what software I want to install, and what version of that software would work best for me. Only after that do I consider from where to get it. As an example, when I wanted to install a PostgreSQL server instance, I considered the version I wanted, checked my distro's main repository, and ultimately decided to install the official PostgreSQL repository.

    Short answer, I choose the repos that offer the software I want.

  • What's your favorite construct in SQL?
  • CTEs can be useful, particularly in PostgreSQL, where there are writable CTEs, but a lot of the time, I prefer using temp tables over CTEs, as they often perform better for larger datasets. I think one of my favorite constructs is window functions. I've found many uses for them, over the years.