Sleepkever
@Sleepkever@lemmy.zip
- Comment on As Microsoft Forces Users to Ditch Windows 10, It Announces That It’s Also Turning Windows 11 into an AI-Controlled Monstrosity 2 weeks ago:
No need to be so hostile.
Installing docker desktop is fine but if you are on Linux and in any way comfortable using the command line I’d definitely run without the desktop part. Just docker and the composer addon is enough.
That nginx proxy manager recommends desktop for Linux environments which most of the time don’t even have a GUI is a bit bizar tbh.
- Comment on Putting HDDs to sleep 2 months ago:
The usual trick is hdparm I guess? For me with a 8 disk raidz2 pool I found that playing a movie from that might put it to sleep between reads, because the longest timeout is a bit short. I’ve been using hd-idle with a 30 minuten timeout because of that for quite a few years already which has worked quite nice for me.
The only issue I’ve run into is that smart data reads count as activity, so make sure that any smart data software has a long timeout between reads and is configured to not wake disks.
- Comment on How did websites like TinEye recognize cropped photos of the same image (and other likened pictures), without the low-entry easyness of LLM/AI Models these days? 3 months ago:
Looking up similar images and searching for crops are computer vision topics, not large language model (basically text predictor) or image generation ai topics.
Image hashing has been around for quite a while now and there is crop resistant image hashing libraries readily available like this one: pypi.org/project/ImageHash/
It’s basically looking for defining features in images and storing those in an efficient searchable way probably in a traditional database. As long as they are close enough or in the case of a crop, a partial match, it’s a similar image.