this post was submitted on 05 Oct 2023
89 points (93.2% liked)

Asklemmy

43810 readers
1 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy πŸ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

I just managed to get a absolute baseline working app in avaloniaUI using this library that someone cooked up. No idea if the library is actively maintained, but uh, we'll figure that out when we get to it.

Compared to using the site, possible advantages of a desktop are:

  1. Being able to save posts offline
  2. Client side filtering
  3. performance
  4. less data usage
  5. Not having to use your browser

Other things too, I'm sure. Just trying to gauge interest here. Also I barely know avalonia or C# so just don't expect a polished app out by next monday.

all 47 comments
sorted by: hot top controversial new old
[–] rbn@feddit.ch 37 points 2 years ago

Personally, I tend to prefer apps on mobile and the web versions of services when working from a PC.

[–] ohlaph@lemmy.world 24 points 2 years ago

I wouldn't. I don't prefer additional apps on my PC because I switch between three computers, so the browser is much easier for me. But that's just me.

[–] mrbubblesort@kbin.social 18 points 2 years ago

yeah, appreciate the sentiment, but my desktop already has an app to view websites

[–] Fizz@lemmy.nz 18 points 2 years ago

Not really. I'm happy with the web ui

[–] Send_me_nude_girls@feddit.de 12 points 2 years ago (1 children)

Apps for desktop websites isn't a thing. That's what browser are made for.

[–] jellyka@lemmy.ca 12 points 2 years ago (1 children)

Apps for desktop websites isn’t a thing

It totally is a thing. But at the same time, you're not wrong, since they all run on electron lmao.

[–] morrowind@lemmy.ml -3 points 2 years ago

I'd say that makes it even more of a thing, as people clearly want apps even if they're wrapped up websites

[–] flashgnash@lemm.ee 9 points 2 years ago

Web browser works perfectly well, can even install sites as an app on mobile

[–] suckmyspez@lemmy.world 7 points 2 years ago
[–] amio@kbin.social 7 points 2 years ago

No, not really. It's a website.

Why not go the userscript route (apart from having to deal with JS which is definitely a legit reason in my book) like RES?

[–] nottheengineer@feddit.de 6 points 2 years ago (4 children)

.NET means it'll be a huge pain to get it running on linux, so it's a no from me.

[–] skullgiver@popplesburger.hilciferous.nl 8 points 2 years ago* (last edited 2 years ago)

[This comment has been deleted by an automated system]

[–] morrowind@lemmy.ml 5 points 2 years ago (1 children)

Avalonia works just fine on linux. Also if things work out, it will be AOT compiled. Plus with WSL, linux should be easy to test for me. Mac will be the only problematic one, as I don't have one.

[–] nottheengineer@feddit.de 2 points 2 years ago

The thing is that WSL isn't a good place to test it. I've had major issues with stuff like EDSM (for elite dangerous). It works fine on windows, linux with mono just straight up doesn't work and proton is still a pain because of all the windows dependencies.

There's also a reason why keepassXC exists, a rewrite was probably easier than making the .NET orginal run properly on linux.

[–] starman@programming.dev 5 points 2 years ago

Are you sure? ASP.NET Core or console apps work fine on GNU/Linux, I didn't try GUI tho.

[–] Panda@lemmy.world 4 points 2 years ago

Avalonia does support Linux. :)

[–] Valmond@lemmy.mindoki.com 6 points 2 years ago (1 children)

As long as it's open source :-)

Would love some mod tools, scraping tools, discovery tools, information dashboard for a server etc.

[–] morrowind@lemmy.ml 1 points 2 years ago

I don't see any reason to not make it open source

[–] anothermember@beehaw.org 2 points 2 years ago

It would have to offer something substantial that can't be done in a browser; the only thing I can think of off the top of my head is maybe some kind of command-line app if there's a demand for it. I think the current UI is fine but the kind of improvements you're looking for might be better for a browser extension like RES.

[–] tsonfeir@lemm.ee 2 points 2 years ago (1 children)

Just make it with electron and then it can be a website in a browser replacing a website in a browser πŸ˜‡

[–] morrowind@lemmy.ml 14 points 2 years ago

Naaah, I still have some shame left.

[–] DogMuffins@discuss.tchncs.de 2 points 2 years ago
[–] XpeeN@sopuli.xyz 2 points 2 years ago (1 children)

Just note that you can use Liftoff on desktop, and I think thunder too, but not sure.

[–] morrowind@lemmy.ml 1 points 2 years ago (1 children)

That mobile UI doesn't really cut it

[–] XpeeN@sopuli.xyz 1 points 2 years ago* (last edited 2 years ago)

Why's that? I actually find all the desktop apps shows the Post's imgs/gifs as a small thumbnail, which I don't like when scrolling the feed. For me everything there works well and pretty convenient.

[–] mr_satan@monyet.cc 1 points 2 years ago

No, a browser is fine

[–] Shepy@feddit.uk 1 points 2 years ago (1 children)

Would have to have sync of settings / layout / etc. Beauty of something like alexandrite is having my config in any browser I use

[–] morrowind@lemmy.ml 1 points 2 years ago (2 children)

Idk about cloud sync, but I could probably let you export/import settings from json or something

[–] bugsmith@programming.dev 1 points 2 years ago

You could implement 'drive sync' giving options of NextCloud, GDrive, Dropbox, etc

[–] Shepy@feddit.uk 1 points 2 years ago (1 children)

Would probably be a deal breaker for me tbh, i hate having to manually sync settings between PCs, I'd probably just stick with Alexandrite or similar

[–] morrowind@lemmy.ml 1 points 2 years ago (1 children)

What kind of settings are you changing often, beyond the initial setup?

[–] Shepy@feddit.uk 1 points 2 years ago (1 children)

I'm thinking things like layout, blocks, filters etc

[–] morrowind@lemmy.ml 1 points 2 years ago

blocks at least are stored in your lemmy account and managed server side.

[–] Thisfox@sopuli.xyz 1 points 2 years ago (1 children)

Yep. I loved Apollo, and cross platform ios and macos was one of the reasons. Been looking for similar ever since.

[–] olizet@lemmy.works 1 points 2 years ago* (last edited 2 years ago) (2 children)

Time to look at Voyager: !voyagerapp@lemmy.world It's very Apollo'ish.

[–] Thisfox@sopuli.xyz 1 points 2 years ago (1 children)

Been on voyager for weeks. Honestly the amount the damn app crashes on the phone, I am considering looking for something better, but if it has an application for my mac I will give it another chance.

[–] olizet@lemmy.works 1 points 2 years ago (1 children)

Huh? No crashes here. I'm using the app that's on the Apple app store.

[–] Thisfox@sopuli.xyz 1 points 2 years ago

yes, the one on the app store. It freezes, and has to be reloaded. Also it often refuses to show newer content for a few days. Just shows the same twenty or so articles on the home screen, even after reloading.

It is annoyingly buggy, basically.

[–] theKalash@feddit.ch -1 points 2 years ago* (last edited 2 years ago) (1 children)
  1. Not having to use your browser

How is having an app for every stupid website in anyway an advantage?

[–] morrowind@lemmy.ml 2 points 2 years ago

If you think lemmy is stupid, I don't think you're part of my target audience