50501

929 readers
0 users here now

50501 is a nationwide movement of Americans standing for democracy and against the GOP Administration's undemocratic vices by protesting across 50 states to demand upholding the Constitution and ending executive overreach


Rules

I. Non-Violent / Inclusive


We must center safety while maintaining message clarity. No racism, sexism, violence, derogatory language, hate speech, personal attacks, homophobia, ageism, or other type of disparaging remarks that are abusive in nature. Attacks specifically against marginalized or vulnerable groups will not be tolerated. Violations of this rule may be met with temporary or permanent bans at moderator discretion.


II. Protect Your Information


It is imperative you guard your personal info. Any personal info will be removed to protect you!


III. Maintain Integrity


No misinformation, spam, trolling, etc. Swift removal/ban when detected. Let's keep it clean and fact-proven! Discuss relevant topics in appropriate communities.


IV. No AI or Bots


Only allowed bot is 50501. No other AI or bots are allowed here.


V. Follow Platform Rules


Abide by the platform rules as stated in the Lemmy CoC.


Alternative Themes


Local Communities


State Communities

Rep Community Mod Request


  • Email: community(at)50501.chat

Community List | Organizers



founded 6 months ago
ADMINS
351
352
 
 

I'm looking for a foss self hosted music service that will let me play music from my computer, my phone, and home assistant all while remembering where i was in the song and where i was in the playlist. Ideally it would be as simple as hitting pause on one and play on the other.

353
354
 
 

Thousands of workers and students across Italy joined a general strike and widespread demonstrations on Monday in solidarity with the Palestinians living in Gaza.

Italy’s grassroots unions called for a 24-hour general strike in both public and private sectors, predominantly affecting public transport, trains, schools and ports.

More details and pictures (in Italian)

355
 
 

Originally Posted By u/LKM_44122 At 2025-09-22 01:47:53 PM | Source


356
 
 

An RCMP investigation into the financial records and mail use of men accused of building up an anti-government militia suggests they received and spent almost half a million dollars over a period of two and a half years, using much of it to buy weapons and military equipment.

357
358
 
 

The growing popularity of the “Bowie” bond — a security backed by royalties — may sound strange, but it’s nothing new. In treating songs like annuities, capitalists prove once again that nothing is too sacred, or silly, to be commodified.

359
 
 
360
 
 

cross-posted from: https://lemmy.zip/post/49272284

"Seriously though, has anyone ever been handed $50,000 cash in a paper bag for something legit?"

361
362
 
 

The Pentagon will drastically change its rules for journalists who cover the Department of Defense, two U.S. officials who are not authorized to speak publicly confirmed to NPR Friday. The move drew sharp criticism from news organizations, who said it violated the bedrock of a free press.

Going forward, journalists must sign a pledge not to gather any information, including unclassified reports, that hasn't been authorized for release.

363
364
 
 

Common sense is a rarity in people nowadays. This has created many problems, one of which is that people tend to listen to others’ opinions and accept them as their own thoughts, rather than trusting their own common sense and intuition. For example, they often rely on AI, doctors, celebrities, politicians, or other authority figures more than on themselves, who yes given plenty of incorrect information, allot of times intentionally. They might know something is a lie but ignore their skepticism because “Celebrity A” said it’s true. Sometimes, they even listen to their uninformed neighbors more than to themselves or to people on social media, who, ironically, also don’t listen to their own judgment. It’s a clown world.

collapsed inline media

365
366
367
 
 
368
369
 
 

Deliberate or just losing his mind?

370
371
372
 
 

I treat social media as pure discussion platform to advance understanding or to know new stuff.

There had been something on my mind lately which I wanted to discuss as a way to improve the upvotes relevance to the quality of the post and the amount of discussion.

Let's apply quality control on upvotes, so any post can get only 20 upvotes till it gets a specific amount of comments then the limit could be pumped up to 40 upvotes till it gets more comments, etc...

Why I am bringing this up, you might ask? The linked post by me is the peek proof of my point.

It's pretty clear no one read the linked article and despite that, the post is the top post in the technology community. There is no comments discussing directly the story and from the face of it, There does not seem to be any indicator that any one benefited from this.

I skimmed over the story and shared it in the hopes to basically learn new stuff, get relevant recommendations or basically read some direct discussions.

In any way, I think my described system to handle upvotes would highly improve Lemmy, taking into consideration that numbers used are only for demonstration and the used numbers will need to be figured out separately.

Should this system be implemented into Lemmy?

373
374
13
submitted 12 hours ago* (last edited 9 hours ago) by brokenlcd@feddit.it to c/selfhosted@lemmy.world
 
 

i'm trying to setup nginx to run as a proxy to aggregate multiple services. running on different ports on the server, using nginx to let me connect to all the services by going to a specific subdirectory. so i can keep only one port open in the router between my lab and the main house network.

i'm using the following config file from an example i found to do this, with a landing page to let me get to the other services:

used config file


server { listen 80; server_name 10.0.0.114; # Replace with your domain or IP

# Redirect HTTP to HTTPS
return 301 https://$host$request_uri;

}

server { listen 1403 ssl; # Listen on port 443 for HTTPS server_name 10.0.0.114; # Replace with your domain or IP

ssl_certificate /certs/cert.pem;  # Path to your SSL certificate
ssl_certificate_key /certs/key.pem;  # Path to your SSL certificate key

location / {
    root /var/www/html;  # Path to the directory containing your HTML file
    index index.html;  # Default file to serve
}


location /transbt {
#configuration for transmission
    proxy_pass http://10.89.0.3:9091/;  
proxy_set_header Host $host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;$proxy_add_x_forwarded_for;
}

but the problem i'm having is that, while nginx does redirect to transmission's login prompt just fine, after logging in it tries to redirect me to 10.0.0.114:1403/transmission/web instead of remaining in 10.0.0.114:1403/transbt and breaks the page. i've found a configuration file that should work, but it manually redirects each subdirectory transmission tries to use, and adds proxy_pass_header X-Transmission-Session-Id; which i'm not sure what's accomplishing: github gist

is there a way to do it without needing to declare it explicitly for each subdirectory? especially since i need to setup other services, and i doubt i'll find config files for those as well it's my first time setting up nginx, and i haven't been able to find anything to make it work.

Edit: I forgot to mention. The server is still inside of a nat. It's not reachable by the outside. The SSL certificate is self signed and it's just a piece of mind because a lot of things connect to the home net. And none of the services I plan to use only support http.

375
 
 

It was the Trump show at the Charlie Kirk memorial, where the US president pushed hate, fear, and downright conspiracy theory

view more: ‹ prev next ›