Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PE
Posts
0
Comments
137
Joined
2 yr. ago

  • 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.

  • Duck duck go has kept getting better and google has kept getting worse.

    I find the results are pretty even now and often lean in DDG's favour (but not always, obviously).

    Because of this, I've set my default everywhere to DDG and give Google a whirl sometimes if that doesn't work out for a specific search.

  • Nah. The managers prefer in-office and companies are addicted to "corporate culture" which they can't control if you're working from home.

    It has nothing to do with firing people (unless you want the most competent people to quit) nor does it have anything to do with real estate (no company will try to help fix a collective action problem voluntarily unless the attempt gives good PR or profits)

  • I agree. I think people are just missing the point. It's really far from being able to replace a worker.

    It's current capabilities at best can help that worker be slightly faster at certain things. It's akin to a type of search engine.

  • 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.

  • I like it for certain techy things. I just used it to create a linux one-liner command for counting the unique occurances of a regex pattern. I often forget specific flags for Linux commands like how uniq can perform counting.

    And something like that is easy to test each piece of what it said and go from there.

    As long as you treat it like a peer who prefaced the statement with "I might be wrong / if I recall correctly" it ends up being a pretty good aid.

  • My favourite one I've done so far: I put a motion sensor near where my cat goes every morning when she wants to look outside. This then opens the blinds enough for her to see.

    This works better than a simple timer because the blinds are loud enough to wake us up sometimes and she doesn't want to necessarily look outside every day.