• 0 Posts
  • 25 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle













  • I have one of these mini PCs arriving soon. A little more money than I wanted to spend and no idea if this brand is any good. But it checks a lot of boxes for a backup server project I’m working on - eMMC for boot, microsd slot, M.2 2280 NVME socket, and a 2.5" SATA connection. They have some other variants as well that don’t cost as much.

    https://www.amazon.com/dp/B0B6P4MDWN

    I originally got a used Dell Optiplex Micro from eBay for this. They come with a 2.5" SATA connection. But I learned the hard way that not all models come with M.2.






  • The home instance selector works as expected if you use the autocomplete, but it gets weird if you manually type the instance address and don’t include the https://, and the / at the end.

    It looks like the code is expecting those pieces to be there and truncating the first 8 and last 1 characters. So, if I only type “lemmy.world”, the home_instance URL parameter gets set to just “rl”, and no results are returned. I’m sure there are some premade functions out there that can extract the hostname from a URL to better handle this.