Look Ma, No CDN!
  • JadedBlueEyes JadedBlueEyes Now 100%

    You should! You don't have to be qualified to have something interesting to say - and you're doing it, so you know more than most people!

    1
  • Look Ma, No CDN!
  • JadedBlueEyes JadedBlueEyes Now 100%

    That sounds fun! Have you written about it?

    1
  • Look Ma, No CDN!
  • JadedBlueEyes JadedBlueEyes Now 100%

    It matters a little bit - Google measures performance on real devices through CrUX, and that feeds into their rankings - but not much. There's no real incentive to go for a Lighthouse performance score above 80 or so.

    4
  • Silverblue or other immutable on remote VPS?
  • JadedBlueEyes JadedBlueEyes Now 100%

    I use https://fedoraproject.org/coreos/ for my server/website. My host doesn't offer it as an image so I have to upload it myself, but I use an ISO I made with the CLI to automatically set up everything anyway. It works pretty well, I configured auto updates and I can just forget about it.

    4
  • Forgejo is now copyleft, just like Git
  • JadedBlueEyes JadedBlueEyes Now 100%

    You missed out this fairly important bit re go-git:

    it is not supported or packaged because it is not fully compatible and could corrupt Git repositories.

    As far as being tied to git proper, that's because there is no drop-in alternative implementation that implements all the functionality that you need to run a Git server. Right now, Git proper is your only option. That might change as gitoxide matures, but that could take years.

    6
  • The Potential Pitfalls of Pagination
  • JadedBlueEyes JadedBlueEyes Now 100%

    Yeah, or even the inbox in lemmy. It's a surprisingly common thing.

    2
  • The Potential Pitfalls of Pagination
  • JadedBlueEyes JadedBlueEyes Now 100%

    Regarding your first paragraph, this results limit is per page. To get the next page, you take your timestamp of the last item and use it in from_time, or whatever you've called it. It's still a pagination technique.

    Regarding custom sorting, some of the techniques in the article can do this, some of them can't. Obviously timestamp based pagination can't, however the ID-based pagination that I mentioned can.

    1
  • The Potential Pitfalls of Pagination
  • JadedBlueEyes JadedBlueEyes Now 100%

    This whole article was sprung from a discussion of exactly that case, because users often simply don't delete notifications. It's very common for users to have years of undismissed notifications stacked up under the notification bell, and it's not a good experience to load them all at once.

    4
  • The Potential Pitfalls of Pagination
  • JadedBlueEyes JadedBlueEyes Now 100%

    Thank you! It's lovely to hear it was helpful to someone 😊

    6
  • The Potential Pitfalls of Pagination
  • JadedBlueEyes JadedBlueEyes Now 92%

    They fixed this in version 0.19 pr #3872 (note that the cursor here is a way of hiding a post ID to continue from, as far as I can see).

    Also, lame article? 😖

    12
  • Password length requirement
  • JadedBlueEyes JadedBlueEyes Now 95%

    Not a problem because passwords are hashed, which means they take up a fixed size, and you should have form upload size limits anyway.

    22
  • JadedBlueEyes Now
    3 11

    Jade

    JadedBlueEyes@ programming.dev