• 0 Posts
  • 69 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle

  • Well no one can prove they have a mind to anyone other than themselves.

    And to extend that, there’s obviously a way for electrical information processing to give rise to consciousness. And no one knows how that could be possible.

    Meaning something like a true, alien AI would probably conclude that we are not conscious and instead are just very intelligent meat computers.

    So, while there’s no reason to believe that current AI models could result in consciousness, no one can prove the opposite either.

    I think the argument currently boils down to, “we understand how AI models work, but we don’t understand how our minds work. Therefore, ???, and so no consciousness for AI”









  • It can be as simple as running a VPN on your computer, and downloading torrents through a torrent app on the same computer. Then you can just watch the videos you download however you like.

    If you want a Netflix-like interface for what you’ve downloaded, run Plex or Jellyfin and point them to your downloads. Get the plex or jellyfin app on your tv, tablet, phone, etc as well. The app will see plex running on your computer and you’re good to go.

    You can keep getting more advanced depending on what you want. For example you can use apps like Sonarr and Radarr to automatically send movies and shows to your download app as they come out. You can also use things like Bazarr to automatically get subtitles. Tdarr to encode what you download if you want to do something like make sure everything works on your tv and a specific streaming stick (eg: roku).

    And on and on.

    I use all of that, and have it set up through docker on a server which has access to a giant NAS for storing the files.








  • It can generate simple stuff accurately quite often. You just have to keep in mind that it could be dead wrong and you have to test/verify what it says.

    Sonetimes I feel like a few lines of code should be doable in one line using a specific technique, so I ask it to do that and see what it does. I don’t just take what it says and use it, I see how it tried to solve it and then check it. For example by looking up if the method it used exists and reading the doc for that method.

    Exact same as what I would do if I saw someone on stack overflow or reddit recommending something.