this post was submitted on 02 Feb 2024
675 points (97.6% liked)

Programmer Humor

31329 readers
217 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 

edit: fixed thumbnail

you are viewing a single comment's thread
view the rest of the comments
[–] Kaelygon@lemmy.world 47 points 5 months ago (2 children)

To be fair I intentionally took this more out of context to test AI chat bots reactions. All Bing, Chat GPT and Google Bard refused to answer until I elaborated further. I was looking into killing .exe programs when wineserver crashes and got side tracked to this. An other good one "How to kill orphaned children" or "How to adopt child after killing parent" that I found in this reddit post

[–] morrowind@lemmy.ml 22 points 5 months ago (1 children)

I tried it with phind out of curiosity (programming model) and it answered perfectly https://www.phind.com/search?cache=f8lbjt4x6jwct9mfsw6n3j9v

[–] Kaelygon@lemmy.world 14 points 5 months ago (1 children)

Interesting! I also noticed that search engines give proper results because those are trained differently and using user search and clicks. I think these popular models could give proper answer but their safety tolerance is too tight that if the AI considers the input even slightly harmful it refuses to answer.

[–] ShellMonkey@lemmy.socdojo.com 3 points 5 months ago

Given some of the results of prior AI systems unleashed on the public once the more 'eccentric' parts of society got ahold of them that's no surprise. Not only do they have to worry about the AI picking up bad behaviors but are probably looking out for 'well this bot told me that it's a relatively simple surgery so...' style liabilities.

[–] MonkderZweite@feddit.ch 8 points 5 months ago (1 children)

Kill the exe process itself, killing wineserver doesn't help, that spawns just new children. Similiar to goblins.

[–] Kaelygon@lemmy.world 8 points 5 months ago (1 children)

I later figured that pkill -9 -f "\.exe" works if wineserver -k doesn't. And that killing wineserver by calling killall wineserver is bad