BTW, I didn’t vote one way or another on your posts. Those downvotes came organically.
I don’t care if you do or not. We’re not having a popularity contest here.
You can think that I’m…taking meaning that isn’t there
I sure do, because you are. Just because I’m saying that it’s important to stand up and fight for your rights does not mean that I’m advocating for this particular guy to put himself in a situation where he might get beaten up or killed, or judging him for not doing so. There’s an enormous range of actions between actively putting yourself in harm’s way and doing nothing at all. And in fact, the only person judging people here…is you.
Feels like you’re talking at me, rather than to me.
Any judgement you’re picking up is the way you’ve chosen to read my comments.
What if the moon was made of cheese?
It’s up to him to judge his own situation and make his own decisions. There are many different ways besides physical to fight and struggle against something. Basically the only thing that does nothing is giving up entirely.
Call it victim blaming if you like. It would be lovely if society at large sprung to assist those who are wronged. But that’s not what happens in reality, as I see it.
In general, yes. If you’re getting harassed and threatened and you want that to change, you should fight and deal with it. Nobody ever won anything by simply rolling over for anyone who was mean to them. Worse than that, society probably won’t support you if you do, even if they should.
It’s up to the individual how strongly they want to fight for it, of course, but I certainly wouldn’t discourage them from doing so.
Their first mistake was being an American.
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.
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.
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.
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.
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.
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?
You mean like this?
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.
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
Easy, just create the equivalent of multireddits.
Can your instance not do that as is? Just spin up a bunch of fake users and make them all vote on something?
Sure, I also have been trying to learn about how Lenmy works. I haven’t yet found a comprehensive overview that details everything though.
From https://join-lemmy.org/docs/administration/federation_getting_started.html
If you search for a community first time, 20 posts are fetched initially. Only if a least one user on your instance subscribes to the remote community, will the community send updates to your instance. Updates include:
New posts, comments Votes Post, comment edits and deletions Mod actions
From: https://join-lemmy.org/docs/users/01-getting-started.html
These previous ways will only show communities that are already known to the instance. Especially if you joined a small or inactive Lemmy instance, there will be few communities to discover.
This issue/post on github has some info: https://github.com/LemmyNet/lemmy/issues/3062
I would also checkout some discussions on !fediverse@lemmy.world !selfhosted@lemmy.world https://selfhosted.forum
As far as I understand, your instance is only aware of a community on another instance if at least one user on your instance has subscribed to that community on the other instance. Perhaps that’s what you’re experiencing?
I think from the point of view of speed/ease of development, the webapp makes more sense for now. Once it’s more stable, perhaps a native app is worth trying for performance reasons.
Speed of development. It could take months for a PR to get into Lemmy core and then a new release.
Things that get into Lemmy core have to be well thought out and the core Devs have to want them in there.
Running custom code is a way to make changes without having to get their approval, and if it proves popular enough, then maybe they’ll implement it upstream.