TrippyTortuga

joined 1 year ago
[–] TrippyTortuga@lemmy.ml 3 points 1 year ago

Fair point. And this is why unions are beneficial to the working class, and also why shitty companies like Starbucks try to bust unions.

[–] TrippyTortuga@lemmy.ml 3 points 1 year ago* (last edited 1 year ago) (2 children)

A higher federal minimum wage would solve this problem. Employers are required by law to make up the difference between the base wage and the federal minimum wage ($7.25/hr) if nobody tips.

But obviously $7.25 isn't a living wage either, so any tipped employee that actually makes the federal minimum is living almost entirely on tips.

https://www.dol.gov/general/topic/wages/wagestips

[–] TrippyTortuga@lemmy.ml 1 points 1 year ago

This is a duplicate comment.

[–] TrippyTortuga@lemmy.ml 11 points 1 year ago* (last edited 1 year ago) (8 children)

I got a similar reply from a mod account (I forget which subreddit) because I used the word "crazy." Got linked to this list: https://www.autistichoya.com/p/ableist-words-and-terms-to-avoid.html

[–] TrippyTortuga@lemmy.ml 1 points 1 year ago

Thanks for plugging those other communities.

The sidebar mentions one of the community goals is to discuss car alternatives. I do see some posts like this after scrolling more. Maybe I just need to spend more time here to calibrate. Anyway, I hope that I get to see more posts in the future that discuss alternatives and opportunities for activism!

[–] TrippyTortuga@lemmy.ml 1 points 1 year ago

OK thanks for the tip.

 

Sorting the posts on this community by "top of all time" you see it's mostly memes. Is there a community like this where people actually discuss solutions to these problems and encourage activism? Otherwise this community is more of a way to distract potential activists with emotional venting.

[–] TrippyTortuga@lemmy.ml 2 points 1 year ago (1 children)

You should say "fewer Nazis." Ha! Didn't think you'd meet a grammar Nazi so soon did you?

[–] TrippyTortuga@lemmy.ml 2 points 1 year ago* (last edited 1 year ago)

In theory, they can. But it depends on how it's deployed.

From my cursory look at the deployment docs, Lemmy's default deployment option is via docker. It relies on a postgreSQL server, which may or may not scale horizontally depending on the admin's choice of implementation. For example, a deployment on AWS using Aurora would theoretically utilize auto-scaling.

I haven't personally deployed an instance so, grain of salt.

EDIT: A good discussion about DB scaling here: https://github.com/LemmyNet/lemmy/issues/3005

[–] TrippyTortuga@lemmy.ml 8 points 1 year ago

AFAICT no. There is an open issue on the Lemmy GitHub repo. In general, all ActivityPub services I've used have this same account stratification problem.

[–] TrippyTortuga@lemmy.ml 7 points 1 year ago* (last edited 1 year ago)

It seems like a common issue among ActivityPub services that people flock to the most popular instance and this causes problems. Why can't load balancing happen transparently? It seems like the main thing that actually makes a difference between which instance users want to join is what the moderation will be like. Like I don't want to be forced to sign up for an instance with a high amount of censorship compared to the rest of instances.

So maybe user registration should start from a centralized site that can describe the trade-offs of joining the various instances, and users don't get to select their specific instance by default, but rather they select based on a loose moderation policy, and then load-balancing occurs on the backend.

EDIT: I also want to be able to migrate between instances without losing my community subscriptions.