Pleonasm

joined 2 years ago
[–] Pleonasm@programming.dev 2 points 2 years ago

Is it buymeacoffee or their payment processor, Stripe you have a problem with? They're both very well known, I don't know how you could see them as "unknown"...

[–] Pleonasm@programming.dev 4 points 2 years ago* (last edited 2 years ago) (2 children)

Is there a planned feature list somewhere public?

Two things I'd like from RiF are :

  1. markdown links opening in a little popup that shows you where they really go.

  2. Draft comments, so if you're writing a message to someone, you can go off in the middle and check something else on Lemmy using Connect without losing what you've already written.

And one other thing is an option to customise how code blocks look, though maybe I'm just missing that in the options.

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

So, don't learn to code? If you don't have any reason to and can't find any motivation, maybe it's just not for you.

[–] Pleonasm@programming.dev 4 points 2 years ago* (last edited 2 years ago)

The user experience is nicer as a native app, if done right. With a PWA, you have to deal with anything crappy that the browser inflicts on you, and the developer largely can't do anything about it. For example, Chrome sometimes just crashes or freezes entirely on me, which means Voyager can too.

See elsewhere in this thread for examples of little things that stem solely from being a PWA .

Don't get me wrong, I think Voyager is great for a PWA and it probably gets a lot of value out of being a PWA making it easier for people to contribute. But it's just not as good as native for me.

[–] Pleonasm@programming.dev 6 points 2 years ago (1 children)

Isn't that "include instance tags in names?"

[–] Pleonasm@programming.dev 4 points 2 years ago (2 children)

But then you'll have to learn the syntax of this instead.

I suspect that if you actually start using Melody you won't find it as helpful as you think you might. Maybe I'm wrong. Let's see in a year's time.

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

But you can do that already in many languages using extended Regex syntax.This doesn't add anything except more verbosity and another syntax to learn.

[–] Pleonasm@programming.dev 29 points 2 years ago (21 children)

Who is this for? People who write lots of regular expressions won't need it because they know what they're doing and people who don't write lots of regular expressions probably won't find it anyway.

It just seems like a weird type of user who actually wants this.

[–] Pleonasm@programming.dev 1 points 2 years ago* (last edited 2 years ago)

My favorite password is the string "a", but I never get to use it anywhere due to these ridiculous restrictions 😔 Can you tell me which online services you administer so I can sign up for them and enjoy unfettered use of my favorite password?

[–] Pleonasm@programming.dev 1 points 2 years ago* (last edited 2 years ago) (2 children)

You mean like this? or not?

Lemmy already has image hosting; your instance may or may not support it.

Voyager doesn't show the inline image above, but it's there. Check out how this thread looks in a browser on a Lemmy instance and you'll see it. You can even reply and attach your own image, just like I did.

[–] Pleonasm@programming.dev 0 points 2 years ago* (last edited 2 years ago) (1 children)

I suspect there is a better solution for thumbnails, but not sure if it's you or Lemmy devs who would have to fix it.

This is how thumbnails look on my device, basically anything with text is completely unreadable:

This image, for example, is 109KB https://lemmy.world/pictrs/image/7fd7eeaa-f466-4697-8ea9-2f16e4372adc.jpeg

This is what Lemmy generates for it at thumbnail=128: https://lemmy.world/pictrs/image/7fd7eeaa-f466-4697-8ea9-2f16e4372adc.jpeg?format=jpg&thumbnail=128

And this is what my local imagemagick makes when asked to resize the original to 128w at 50% quality: https://ibb.co/ZgT35p4

Lemmy image is 4906 bytes and unreadable and the Imagemagick is 1398 bytes and you can make out the text.

And that's before getting into cropping etc. Basically, there's room for improvement, somewhere.

Edit: seems like pict-rs (the library Lemmy uses for image hosting) uses imagemagick to compress images, so it's probably just to do with the selection of filters/options they've chosen.

[–] Pleonasm@programming.dev 3 points 2 years ago (1 children)

I think this is not really inline with the philosophy of the main Lemmy devs. For this to happen, I think someone else would have to do the work of creating the random selection service. If it was popular enough, maybe they'd put a link on join-lemmy.org

view more: ‹ prev next ›