Lemmy Apps

This magazine is not receiving updates (last activity 1 day(s) ago).

TrickDacy , in Reddy is out! You can install it from Flathub now

This is a GUI app that works on wsl?? Didn't know that was a thing

mjhelto ,

I knew Microsoft was working toward it and hinting that it was coming, but didn't think it would be available this soon!

Krafting OP ,
@Krafting@lemmy.world avatar

It's been available soince WSL 2 I believe (or maybe just a few revision later) I tested some of my app on WSL on Windows 11 and they appear to work great. Maybe not every app can be run, though

kautau ,

Yeah a whole bunch of apps work on my WSL setup

https://learn.microsoft.com/en-us/windows/wsl/tutorials/gui-apps

…I use Arch, btw

Andromxda ,
@Andromxda@lemmy.dbzer0.com avatar

ARCH BTW!

This is for anyone wondering how to get Arch on WSL: https://github.com/yuk7/ArchWSL

ericjmorey , in Hey, I'm working on a small app: Reddy

You mean "arbitrary", not "random" right?

I don't see how a randomly chose picture from reddit would be something the user would likely be interested in.

Krafting OP ,
@Krafting@lemmy.world avatar

Mhm, maybe?

It fetches x amount of post (sorted by new, top, hot or rising, user choice) from a user specified subreddit, and from all of these results it takes one post at random and shows it to the user. So it's random, kind of.. it probably could use better wording for sure

ericjmorey ,

That makes more sense than my initial interpretation, but why the random aspect at all?

Blaze , in [ App Store Update ] Mlem for Lemmy 1.3: Moderation
@Blaze@reddthat.com avatar

Thank you for the update

shnizmuffin , in Tesseract 1.3.0 "Defiant" Released 🎉🎉🎉
@shnizmuffin@lemmy.inbutts.lol avatar

Yo, this is tight.

ptz OP ,
@ptz@dubvee.org avatar

Thanks!

Also, I've been watching The Good Place and completely read your comment in Jason's voice. Hope that's okay. 😆

andrew_s , in Tesseract 1.3.0 "Defiant" Released 🎉🎉🎉
@andrew_s@piefed.social avatar

Congrats. Tesseract has always been very impressive.

This post suggests there's a problem with Lemmy/PeerTube federation, but it'll be good to see the videos embedded (even if they have to be brought through manually)

ptz OP , (edited )
@ptz@dubvee.org avatar

Thanks!

Interesting about the broken Peertube federation. I'm following a few channels (mostly for testing purposes) and I did get new posts to them from PT's side and saw my votes reflected on each end. Haven't gone back and done any comparison's lately, though. That post says it hasn't worked in ~3 months. If it's a Lemmy issue, It's possible that it works for me since my instance is still on 0.18.5? If something changed with Peertube, then I may have just not noticed. Will check on that when I have some time as I'm now curious.

Update: Seems the ones I got were just from the initial fetch.

Update #2: A new PT video came through this morning on one of the channels I follow. So maybe federation does work but is just wonky/inconsistent? Again, I'm still on 0.18.5 so may have something to do with it.

Regardless, yeah, like you said, they'll still embed when brought over manually.

Blaze , in Tesseract 1.3.0 "Defiant" Released 🎉🎉🎉
@Blaze@reddthat.com avatar

Very impressive, thank you for your work!

governorkeagan , in Tesseract 1.3.0 "Defiant" Released 🎉🎉🎉

This looks really good!!

CosmicCleric , in [RFC] Thoughts on Combining Comments for Crossposts?
@CosmicCleric@lemmy.world avatar

A generalization, but it sounds like you're trying to fix Federation, by making things defederated, to make things more centralized.

Federation has good points, and bad points. I don't mean to discourage you from your conversation, but I think you need to consider the meta of what Federation is.

Having said all that, I recently participated in a conversation about EA putting ads in their games, and there was three different posts in three different communities, on the same subject.

I literally had to add links in my comment, that I was duplicating, to the other two duplicated comments of mine, so they were all cross referenced. It was definitely a pain in the butt to do so.

Anti Commercial-AI license (CC BY-NC-SA 4.0)

ptz OP ,
@ptz@dubvee.org avatar

Having said all that, I recently participated in a conversation about EA putting ads in their games, and there was three different posts in three different communities, on the same subject.

I literally had to add links in my comment, that I was duplicating, to the other two duplicated comments of mine, so they were all cross referenced. It was definitely a pain in the butt to do so.

That's basically the hassle I'm trying to address (won't go so far as to call it a problem, just an annoyance). I wouldn't say I'm attempting to centralize things, just bring multiple conversations together into one view.

When I think of centralization, I think of something that makes the aggregation point a load-bearing facet. In this case, it'd just be detecting that there's 3 posts for the same item (from the cross_posts list from the API) and pulling the comment trees from all 3 into one UI display. Each still exists as its own, and nothing relies on the UI doing the merging.

That said, it wouldn't do much in your scenario unless other UIs did something similar (i.e. you'd still need to cross-reference you comments to accommodate other UIs that view them separately). It would just make it easier on you to participate in conversation on 3 posts simultaneously. I guess it would be a bit easier to cross-reference your comments since you could do it from the same page, though.

CosmicCleric ,
@CosmicCleric@lemmy.world avatar

That said, it wouldn’t do much in your scenario unless other UIs did something similar (i.e. you’d still need to cross-reference you comments to accommodate other UIs that view them separately). It would just make it easier on you to participate in conversation on 3 posts simultaneously. I guess it would be a bit easier to cross-reference your comments since you could do it from the same page, though.

You're right, and something else to consider, I use the Lemmy web client, not a mobile app client.

Anti Commercial-AI license (CC BY-NC-SA 4.0)

ptz OP ,
@ptz@dubvee.org avatar

The app I develop is a web app that also works as a mobile PWA. I try to keep the number of "apps" to a minimum on my devices lol. Half of the icons in my app tray are PWAs I run myself :)

Die4Ever , in [RFC] Thoughts on Combining Comments for Crossposts?
@Die4Ever@programming.dev avatar

Related: https://github.com/LemmyNet/lemmy/issues/2012

I think the devs want comments to be specific to the community in order to retain the culture of each community.

https://github.com/LemmyNet/lemmy/issues/4225#issuecomment-1904443026

Combining comments is out, because these are different posts that live on different communities, each with their own members and mod policies.

Lemmy-ui already has a "post-deduplicator" that simplifies viewing cross-posts on the same page, that should probably be replicated in a lot of UIs. But that seems to me the best way to handle it.

This comment is another way to explain the issue https://github.com/LemmyNet/lemmy/issues/4225#issuecomment-1837522660

This would be a bad user experience for certain communities. Imagine the same news article is posted in /c/cars and /c/fuckcars. It is not desired nor expected to have all comments combined.

But I do think there may be some room for combined comments, like when Lemmy has a method to group communities, maybe those comments could be combined from the grouped communities.

Beaver , in [RFC] Thoughts on Combining Comments for Crossposts?
@Beaver@lemmy.ca avatar

Reddit does have a solution to this by showing the other related posts

ada , in Is Alexandrite abandoned?
@ada@lemmy.blahaj.zone avatar

Not sure. I've recently moved over to photon though, as it's more feature rich than alexandrite, and almost as nice to look at

Beaver OP ,
@Beaver@lemmy.ca avatar

I was wondering how Photon compared. I came from mlmym originally.

scytale , in Is Alexandrite abandoned?

The dev is probably on a break. Either way, hopefully he comes back. It's still working for me though. Are you using it directly via alexandrite.app or via your instance?

Beaver OP ,
@Beaver@lemmy.ca avatar

It might have something to do with Lemmy.ca.

scytale ,

Probably. I use the dev-hosted one and it works fine.

DieguiTux8623 ,
@DieguiTux8623@feddit.it avatar

It's still too early to tell anything, hope they come back too!

The Lemmy ecosystem is weird because there are so many Lemmy tools maintained by a single person yet at the same time the majority of Lemmy's user base is tech-savy (we're mostly nerds working in the IT field) and we should be inclined to collaboration rather than competition, considering the amount of criticism about western capitalism here.

The reason may be that many projects started out as experiments/for fun, or that we are unwelcoming to new contributors, who knows...

Beaver OP , in Is Alexandrite abandoned?
@Beaver@lemmy.ca avatar

Please do not end up like bean or Leomard.

Wistful , in Lemmy apps that can swipe to next post?
@Wistful@discuss.tchncs.de avatar

I think Boost has the Swipe view type.

victorz ,

If so, I would go with that app. I've been using and paying for Boost since the Reddit days, so years.

CapnAssHolo OP ,

I like boost but the comments doesn't load unless I tap the comment icon. I should prolly open an issue on git

SkyezOpen , in Lemmy apps that can swipe to next post?

Connect does. Think it's having issues with loading from catbox right now though. Not sure if that's a connect issue or catbox api issue because it's happened before.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • kbinchat
  • All magazines