• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: September 11th, 2023

help-circle

  • It’s definitely possible to store the stories in columns, but there’s also very little reason to do it. I think filepath in SQL and the stories in separate files in whatever format makes the most sense (html, txt, epub). If you ever want to search the stories for keywords, write a python script to build indexes in SQL, performs much better than doing LIKE on a maxed out varchar column.

    I was thinking maybe Elastisearch, but I don’t know how much work that is to set up. For a hobby project, writing your own indexer isn’t too hard and might be more fun and easier to maintain than an industry-grade solution.



  • There’s one valid use-case for LLMs: when you have writer’s block, it can help to have something resembling an end product instead of a blank page. Sadly, this doesn’t really work for programming, because incorrect code is simply worse than no code at all. Every line of code is a potential bug and every line of incorrect code is a guaranteed bug.

    I use an LLM with great success to write bad fanfiction though.











  • Reading the other comments, it seems OP selected the wrong source and got ads that way. I tried to reproduce the situation by selecting a movie that was only available from Plex’s streaming service and it said “The Films & TV source is currently disabled and will be re-enabled if you decide to continue.” In my Plex account settings, under Online Media Sources, I disabled those sources.

    https://support.plex.tv/articles/discover/

    I’m trying to figure out how I disabled “More Ways to Watch” on my account or server, I actually kinda liked the ability to find stuff even if it isn’t on my server yet.

    Edit: Didn’t disable it, just needed to update my server. Now I think I should disable it anyway, because it’s gumming up my search results honestly.


  • Wait, in what situations does Plex show ads? I thought Pass only unlocked some features like watching in the Plex app on your phone (which I never use). I have Plex running on a NAS on my local network and only access it from that same network (Chromecast, the web interface on that same NAS, DLNA) and I’ve never seen any advertising.

    When I give my sister external access through Plex Web, is it possible for her to get advertising even with Plex Pass? Should I help her set up a VPN into my network? I think I’d feel safer if we had the exact same experience, so hers won’t deteriorate without me noticing.



  • This is probably because of a lack of training data, where it is referencing only one example and that example just had a mistake in it.

    The one example could be flawless, but the output of an LLM is influenced by all of its input. 99.999% of that input is irrelevant to your situation, so of course it’s going to degenerate the output.

    What you (and everyone else) needs is a good search engine to find the needle in the haystack of human knowledge, you don’t need that haystack ground down to dust to give you a needle-shaped piece of crap with slightly more iron than average.