School shootings? :shrug: Statues depicting the nude human form? "We must protect the children!" 🙄
mashbooq
Are you able to share what kinds of applications and what languages you write in? I'm still trying to grasp why LLM programming assistants seem popular despite the flaws I see in them, so I'm trying to understand the cases where they do work.
For example, my colleague was writing CUDA code to simulate optical physics, so it's possible that the LLM's failure was due in part to the niche application and a language that is unforgiving of deviations from the one correct way of writing things.
The only person in my company using AI to code writes stuff with tons of memory leaks that require two experienced programmers to fix. (To be fair, I don't think he included "don't have memory leaks" in the prompt.)
Sigh, another major thinker who totally misunderstands LLMs and their capabilities. The fact that he cites Musk as a credible source on "AI" says it all.
The 1950s called, they want their cultural milieu back
The wealthy passengers shouldn't have depended on the crew to rescue them; that's socialism. They should just pull themselves out of the water by their bootstraps.
/s
Who's said bye to DVDs?
Sorry, I don't know much more about it. I think it might get disabled if your card doesn't use it or if your distro knows it causes problems, but I'm not sure. It doesn't seem like that's the problem in your case, anyway.
The nvidia driver package can install some systemd services; for example, my computer has a 'nvidia-persistenced' service running. In the past I've had trouble with them preventing suspend. You can list all running services with
systemctl list-units --type=service --state=active
If you do have some nvidia-* services running, you can check for weird behavior with
journalctl -u nvidia-persistenced
or by looking through the general journalctl logs to see if the service is doing anything when you try to suspend.
You can also search to see if your nvidia driver version is causing problems for anyone else with suspending.
Which nvidia services are running? I've had trouble with some of them keeping my computer from suspending before
That's some fine pandemic special, just fine
The one colleague using AI at my company produced (CUDA) code with lots of memory leaks that required two expert developers to fix. LLMs produce code based on vibes instead of following language syntax and proper coding practices. Maybe that would be ok in a more forgiving high level language, but I don't trust them at all for low level languages.