• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • I have hosted a wordpress site on my unraid box before, but ended up moving it to a VPS instead. I ended up moving it primarily because a VPS is just going to have more uptime since I end up tinkering around with my homelab too often. So, any service that I expect other people to use, I often end up moving it to a VPS (mostly wikis for different things). The one exception to that is anything related to media delivery (plex, jellyfin, *arr stack), because I don’t want to make that as publicly accessible and it needs close integration with the storage array in unraid.


  • The fraud surrounding Alzheimer’s research continues… Not too long ago the fraud was related to amyloid (archive version). That article was even written by the same author and features many of the same investigators.

    I work in Pharma R&D (on the manufacturing side) and the company I work for has run trials for Alzheimer’s products based on research that has since been found to be fraudulent. As a published scientist myself, I would like to think that this level of manipulation and fabrication is the exception rather than the rule. However, I do think it is worth asking at this point what it is about Alzheimer’s research in particular that has led to this being so prevalent and, more importantly, so impactful. Basically, how did it go so far before anything was caught?

    I suspect at least part of the answer is due to the large influx of money into the field. Researchers were tripping over themselves to earn those grants and then, once they had them, produce results to keep them. I am not in academia, so I don’t have great insight into the NIH, NIA or their processes, but this should be a wake up call to put up a certain amount of guard rails.



  • Some good answers in here already. It boils down to a couple points for me:

    • Back when I started selfhosting, it was either nginx or apache, and I found nginx better and easier to set up
    • All the nginx knowledge I learned years ago still works just the same as it did back then, so why potentially mess things up by switching if it all still works
    • Basically every project has an example nginx config for reference, that can’t be said about other proxies
    • It is easier to find support online for edge cases that might pop up with nginx due to the ubiquity of its use and years of history

  • I use Sonarr, but it does mess up sometimes for shows even when you mark it as an anime to use absolute numbering. It most often happens with older shows that have lots of OVAs that are sometimes listed as episodes and sometimes listed as specials, depending on the database. So, if you are having Sonarr manage your downloads, then it can grab the wrong episode if its database (I think TVDB) and the release (usually using MAL numbering) disagree.





  • This lines up with my experience. I have nextcloud and wordpress on two different vps's and just checked their ram usage.

    • nextcloud: 468 MB
    • wordpress: 120 MB

    Caveat to the above is that nextcloud is installed bare metal rather than docker and I have both nextcloud and wordpress set up to use object storage as the media back end.

    edit: To add to this OP, the reason we are only talking about ram numbers is that the cpu usage for these applications (with primarily only a single user) is pretty much zero most of the time, so you aren't going to be limited by the single core machine.

    Also, depending on your use case (large amount of data on nextcloud or large media files in wordpress), you might run out of disk space pretty quickly. In those cases, you should consider using object storage as your nextcloud or wordpress media backends as it is cheaper than block storage (there are plugins/tutorials to configure object storage and Linode offers it).