• 1 Post
  • 53 Comments
Joined 1 year ago
cake
Cake day: August 13th, 2023

help-circle
  • I think it’s a fun toy that is being misused and forced into a lot of things it isn’t ready for.

    I’m doing a lot with AI but it’s pretty much slop. I use self hosted stable diffusion, Ollama, and whisper for a discord bot, code help, writing assistance, and I pay elevenlabs for TTS so I can talk to it. It’s been pretty useful. It’s all running on an old computer with a 3060. Voice chat is a little slow and has its own problems but it’s all been fun to learn.











  • I watched a video on methods for detecting AI generation in images. One of the methods was comparing the noise on different color channels. Cameras have different noise in different channels while AI doesn’t. There is also stuff like JPG compression artifacts in other image formats.

    So there are technical solutions to it but I wouldn’t know how to automate them.










  • The Linux-libre Wikipedia entry sums it up pretty well:

    “According to the Free Software Foundation Latin America, Linux-libre is a modified version of the Linux kernel that contains no binary blobs, obfuscated code, or code released under proprietary licenses.[7] In the Linux kernel, they are mostly used for proprietary firmware images. While generally redistributable, binary blobs do not give the user the freedom to audit, modify, or, consequently, redistribute their modified versions. The GNU Project keeps Linux-libre in synchronization with the mainline Linux kernel.[8]”

    Basically; some stuff in the kernel is either not free or not open but is included for convenience.