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/)ZA
Zany Hog @lemmy.jcaks.net
Posts 2
Comments 14
How does having multiple lemmy servers spread the load?
  • It works a little differently to that. When someone posts on server B, that post and it's comments get blasted out to all subscribed servers. So server A will already have the post cached if someone is subscribed to that community. The cache in server A will update any time activity happens on server B.

  • Vanilla Components - Came across this lib, anyone used it?

    vanilla-components.com Vanilla Components

    A lightweight, flexible & customizable UI library for Vue 3, styled with Tailwind CSS

    Vanilla Components
    7
    github.com GitHub - pxp-lang/pxp: A superset of PHP with extended syntax and runtime capabilities.

    A superset of PHP with extended syntax and runtime capabilities. - GitHub - pxp-lang/pxp: A superset of PHP with extended syntax and runtime capabilities.

    GitHub - pxp-lang/pxp: A superset of PHP with extended syntax and runtime capabilities.

    I'm wondering what people's thoughts on this project are?

    I've had my eye on it for a while and it seems like it'll be to PHP what Typescript is to JS. Which is exiting if we can't get native support for some of these features.

    3
    Changes you would love to see in PHP?
  • I'm keen for this community to gain some traction, hopefully it's a bit less toxic than our reddit counterpart.

    I would love to see Generics and custom Types in PHP. Generics for obvious reasons. And Types so we don't need to create a DTO just for type-hinting of objects. Combined with Generics, so we can have typed Arrays!