I actively played EVE for more than a decade. I don’t have the time anymore, but there is no other game out there like it. Good luck!
wjs018
- 0 Posts
- 6 Comments
wjs018@piefed.socialto Fediverse@lemmy.world•Comparing network utilization of Lemmy, Kbin and PieFed - PieFed (2024)English7·18 days agoAs somebody that has made contributions to improve the PWA responsiveness, the difference between touch and cursor controls can be tough sometimes. The css framework we use (bootstrap) generally handles it well, but the pop-ups are one area where I’m not really happy with it, but I don’t have a better solution yet.
wjs018@piefed.socialto Fediverse@lemmy.world•Comparing network utilization of Lemmy, Kbin and PieFed - PieFed (2024)English13·18 days agoI just want to point out here that this blog post is old at this point (published February 2024). I believe that mbin in particular has made improvements in this regard. Also, we have added some features to piefed, and introduced a little bit of new Javascript/css. I am not sure exactly how this would compare today.
wjs018@piefed.socialto New Communities@lemmy.world•Piefed now has a built-in alternative to Lemmyverse to discover and search for active communities, with the "Active people" filter on the communities page (weekly basis)English3·1 month agoTIL that rimu added instance chooser endpoints. I’ll take a look at those before 1.2 gets shipped. Same with the topic and feed endpoints. The easiest time to make changes to them is now before they get more widely used.
I have about 10 more endpoints (working through
/user
right now) I have finished transitioning in a dev branch right now, so we are making progress.
wjs018@piefed.socialto New Communities@lemmy.world•Piefed now has a built-in alternative to Lemmyverse to discover and search for active communities, with the "Active people" filter on the communities page (weekly basis)English4·1 month agoLike Blaze mentioned, the api is a bit of a work in progress and we are revamping the swagger. The version of the api spec you have there (freamon’s) is manually created and can have some inaccuracies because of that. We are in the process of making the piefed api self-documenting so that inputs/outputs are validated against the schema, but there are a lot of endpoints still to go in that effort.
Some of those revamped endpoints are going to be coming in the 1.2 release. For the self-documented endpoints that have been done so far, you can check the swagger on crust (the dev instance running right off the main branch).
To keep up with this effort as I am working through it, I have been making posts to !piefed_api@piefed.social.
On a personal note, I would kill for a pythorhead-but-for-piefed to exist. I pretty extensively use pythorhead in my lemmy communities now, so I am hopeful that we can get the api in a stable enough state to enable tools like this to exist in the near future.
In Skavau’s defense, they aren’t a programmer, but are probably one of the most active people on piefed’s chat server/matrix room as well as the codeberg repo providing ideas and feedback. So they are volunteering time that way (in addition to being site staff for piefed.social).
Some of the ideas in this post are good imo, but are currently not possible yet using the piefed api due to it being much less complete compared to lemmy’s. So, it helps us figure out prioritization on what kinds of endpoints would be useful to flesh out next.