shrugs
- 0 Posts
- 284 Comments
shrugsto
Fuck AI•Saber CEO scorns writer who says she was fired in favor of AI with confusing, combative statement
2·25 days agoAt least we would be dealing with someone programmed…
nobody noticed the “someone”?! how delusional can someone be…
Same for the second problem.
pretty sneaky way to mask your mistake. if your explanation is correct, then the second problem has 450 solutions (450,0|449,1|448,2…), which obviously is a stupid question then…
it’s been said that reverse-engineering takes three times as long as writing it on your own. Yet everyone prefers reverse-engineering stupid ai answers instead of thinking for themselves. Make it make sense
shrugsto
Ask Lemmy•Found in HomeGoods. Are these photos AI? It looks normal for the most part, but the two pictures where the flower pattern dress that is not quite matching is tripping me up.
2·1 month agoThat said, that seems to be a weird extra strip of clothing on the hand behind the flower
This is the white head(?) of one of the flowers she is holding not a strip of clothing
shrugsto
Ask Lemmy•Found in HomeGoods. Are these photos AI? It looks normal for the most part, but the two pictures where the flower pattern dress that is not quite matching is tripping me up.
2·1 month agothe lifted one is not a finger but part of her upper arm. I don’t think this is AI.
These are the kinds of problems I like the most: I once squirted some ketchup on my new shoes while we were out drinking. Ignored it, the next day when it was dry I could pull it off without even a discoloration. If I had used a towel to wipe it off, the shoes would have been ruined.
Less work, more results, that’s what I like
Wichtig sind die Lieblingsrauschmittel, der Rest ist eigentlich egal ;)
shrugsto
Linux Questions@lemmy.zip•To people who are using a non-systemd distro with Nvidia proprietary driversEnglish
8·2 months agoThe script gets called as either
nvidia-sleep.sh suspend
On suspend and resume as
nvidia-sleep.sh resume
The important part is this:
echo “$1” > /proc/driver/nvidia/suspend
where $1 is either suspend or resume. /proc is a kernel interface that, I guess in this case, tells the kernel to suspend or resume the GPU. It just puts the corresponding string into /proc/driver/nvidia/suspend which causes the kernel to act accordingly.
chvt and fgconsole are commands you should look into, as they are called after the echo to proc and might be important.
In your case, since the driver doesn’t come back but the system is usable, ssh into the system from another one and you can check with “sudo journalctl -f” and “sudo dmesg -w” what’s happening.
Tbh, I don’t see anything systemd-specific.
Hope that helps. Ask away if it doesn’t.
shrugsto
Linux Questions@lemmy.zip•Which package controls my computer's USB connection to my phone?English
1·2 months agoRolling back isn’t supported most of the time. Would help to know which distribution you are using. Id suggest to pick one with fixed releases instead of a rolling release one.
This can also be happening because of a kernel bug or a faulty cable. Why are you sure an updated broke it?
shrugsto
Linux Questions@lemmy.zip•Can I install the Linux system from my live USB stick into the hardware of the target device, and yet the system inside my USB stick shall remain intact after doing the download ??English
12·2 months agoI’m not really sure what you mean. If you have a live usb stick and boot a system of it, like fedora or mint, there is usally an installer to install the system onto the pc. this does not alter your usb stick though. you can install as often as you like.
I don’t get the download part either. the live usb stick is the installer. no need to download additional files.
Remember the live usb environment is not persistant. after every boot from it, all files you have created inside the live environment will be gone.
shrugsto
Technology•Nvidia’s CEO Jensen Huang says electricians and plumbers will be needed by the hundreds of thousands in the new working worldEnglish
5·3 months agoDon’t antropomorphize AI!
An AI doesn’t evaluate anything, an AI doesn’t check for consequences. All AI does is predicting the next word.
Do I take the car to the carwash or do i walk?
If it’s only 300m away, you should walk
Sure, now predict the future please *facepalm*
Connections Puzzle #1101 🟩🟩🟩🟩 🟦🟦🟦🟦 🟨🟨🟨🟨 🟪🟪🟪🟪
you sound like a beginner. trust me, don’t take nix. Nix is great but nix has a learning curve you cant climb as a beginner.
linux is great as in, you can just copy a hard drive to another disk and boot it, after fixing fstab…
If you are using docker to run your services you can copy your docker compose directories and the volumes to a new host and start them, So all in all, install the services on you laptop or inside a vm / as docker container and when you get dedicated hardware you can just migrate the services.
And guys really, recommending nix to someone that doesn’t know how to migrate a service and asks about it. that’s a load of bullocks!
shrugsto
Dull Men's Club•This website will tell you which type of glue or adhesive to use to bond two different materials together: thistothat.com
1·3 months agoId like to reattach a motorcycle tank protector. what do i choose? rubber to metal cant be right, since the tank is coated / painted. Sorry, english is not my first language
shrugsto
Technology•Discomfort with modern technology shapes Gen Z's desire to live in the pastEnglish
383·5 months agoOh boy. If people would just start seeing that open source still gives you exactly this, but you know, Linux is for incels and shit, I much more prefer being spied on by big corp.
shrugsto
Today I Learned•Rubber duck debugging - Programmers often discover solutions while explaining a problem to someone else, even to people with no programming knowledge.English
151·5 months agoYeah, but it always tells me my ideas are good and he is wrong. So there is that
Im the same. I hate cooking, I feel it’s way too time intensive. Most of the time I’ll order something or eat on the go.
I almost never think about food, aside of actually being hungry and thinking about how to change that with the least work.





Not self hosted but at work: after an update to both our firewall cluster nodes they both acted wonky, restarted 5 min after booting, ssh connection wasn’t working half the time, dropped packages… the problem persisted through multiple reboots, support had no idea.
the fix was to pull the plug entirely, wait 10 seconds then power them on again. on both nodes we had this behavior and both worked again after losing power for a few seconds.
seems that even for business appliances “have you tried to turn it off and on again” is a viable solution.