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

help-circle












  • Just to pose these in a similar thread, I have a few questions as a casual observer, some of which I’m unclear if they’re handled at the protocol or Lemmy level.

    • As I understand it servers subscribe to other servers and everything is then push based?
    • I assume ordering is not a guarantee. So there’s probably no concept of offset tracking on subscriptions or replaying a time range?
    • If ordering is not a requirement how do likes/comments handle out of order receipt? Everything seems to have a local ID, so can content get pre-liked before the root message arrives? Unclear if ID generation is based on any identifiers you’d have to work with or not - or whether remote content retains its origin IDs?
    • Lemmy at least appears to have some retry mechanism, but I’m unclear the behavior on that - seems annoying with 1000+ subscribing servers.
    • I seem to recall reading ActivityPub has some pattern for batching, but reading the spec again I’m not seeing it. Is that a thing?


  • Feels very early. The site design needs quite a bit of work.

    • The usual confusion on fediverse domain boundaries and usage. Seems very easy to accidentally route to another server rather than viewing that content within the current server (community/user links).
    • Doesn’t retain sort/filter options on the home feed. I get that the default is local to promote some growth, but when I switch to subscribed I want it to stay that way.
    • Excess visual space, cluttered design with avatars and community icons and excess padding. It falls into some of the traps that make me despise the reddit redesign.
    • Strange prioritization of elements; visual emphasis on features that seem pretty niche or obvious (crosspost, tooltip text post preview, comment language, usernames), while more important elements get dwarfed or lost in the noise (timestamps, comment delineation + nesting).
    • Live reloads are confusing and would be nice to be able to disable.
    • There’s a real lack of dom class tagging that would make it easier for me to remedy some of those issues with custom css and the number of !important definitions doesn’t inspire confidence.
    • Ultimately the above are all things that can be worked out. If the core systems work well enough then the design is something that can be augmented. I’ve had some navigation issues (including a page that wouldn’t load because it received a malformed json response from internal service), but the core functionality seems to be mostly there. Whether it’ll hold up to more load we’ll have to see.