• 0 Posts
  • 109 Comments
Joined 10 months ago
cake
Cake day: August 25th, 2023

help-circle
  • bjorney@lemmy.catoAI@lemmy.mlFlying cars they said
    link
    fedilink
    arrow-up
    1
    ·
    16 hours ago

    My company has two full time staff members running point on customer service. Directing people to the 5 bullet point FAQ page is about 85% of their job.

    I dabbled with setting up an AI classifier to do this for them, and while it would remove 99% of those FAQ emails, the remaining 1% of the time it was so catastrophically wrong it made us press pause on the whole thing.











  • There are like 10,000 different solutions, but I would just recommend using what’s built in to python

    If you have multiple versions installed you should be able to call python3.12 to use 3.12, etc

    Best practice is to use a different virtual environment for every project, which is basically a copy of an existing installed python version with its own packages folder. Calling pip with the system python installs it for the entire OS. Calling it with sudo puts the packages in a separate package directory reserved for the operating system and can create conflicts and break stuff (as far as I remember, this could have changed in recent versions)

    Make a virtual environment with python3.13 -m venv venv the 2nd one is the directory name. Instead of calling the system python, call the executable at venv/bin/python3

    If you do source venv/bin/activate it will temporarily replace all your bash commands to point to the executables in your venv instead of the system python install (for pip, etc). deactivate to revert. IDEs should detect the virtual environment in your project folder and automatically activate it



  • The feature is explicit sync, which is a brand new graphics stack API that would fix some issues with nvidia rendering under Wayland.

    It’s not a big deal, canonical basically said ‘this isn’t a bug fix or security patch, it’s not getting backported into our LTS release’ - so if you want it you have to install GNOME/mutter from source, switch operating systems, or just wait a few months for the next Ubuntu release







  • The plaintiff(s) in a class action usually gets a pretty decent chunk - substantially more than the class members because they are the one’s doing all the work on the class’s behalf

    The payout for class members depends on the number of people who sign up, which generally depends on the burden of proof. If you need to provide a receipt the payout is generally much higher because it gets split up fewer ways. I’ve gotten class action payouts as high as $300 when all I had to do was dig up through my bank records to find out the date of a transaction, and as low as $2, when all I had to do was click a link and enter my email address