this post was submitted on 11 Aug 2025
127 points (98.5% liked)

Fediverse

36090 readers
97 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/34293577

A fresh update is here! This release brings initial support for PieFed. The PieFed API is still under development, so some features are limited, but here’s what’s new:

  • Support for PieFed (limited while the API evolves)
  • Notifications for new activity on communities, posts, comments, or users on PieFed
  • View topics and feeds

Give it a try and let me know how it works for you!

you are viewing a single comment's thread
view the rest of the comments
[–] artyom@piefed.social 5 points 2 days ago (3 children)

Boost is a native UI, both Voyager and Blorp (While visually appealing) are just web wrappers

What's the difference?

[–] cm0002@piefed.world 4 points 2 days ago (2 children)

WebApps are just...so laggy, Voyager is prob the least laggy React app I've ever seen...but there're still noticeable points where it is

Native UIs, while not entirely immune to lag, is tons better and generally use far less resources to achieve it

For a technical difference:

Voyager/Blorp use React which is basically JavaScript and typically requires the app to ship with everything needed to run JavaScript. Each app runs a "mini-browser". Though it has its pros because you only need to develop one app for all platforms.

Native UIs use the UI elements provided by the OS and each platform you release the app on must be developed separately, but it can also be optimized with less effort and less resources.

[–] artyom@piefed.social 2 points 2 days ago* (last edited 2 days ago) (1 children)

I don't notice any lagginess at all...