Instance: lemmy.blehiscool.com
(Admin)
Joined: 5 months ago
Posts: 5
Comments: 26
Trans
Just a individual living life and enjoying it, love life whilst it lasts
Posts and Comments by bleh, kat@lemmy.blehiscool.com
Comments by bleh, kat@lemmy.blehiscool.com
Transfem@lemmy.blahaj.zone
I agree with the general point about supporting each other - A lot of trans people only got through those early years because someone else shared information or offered help, and I don’t think that responsibility disappears just because you pass.
That said, I’d be really careful about normalising DIY surgery. Sharing information about accessing healthcare where it’s unavailable is one thing, but procedures like orchiectomy, FFS or VFS aren’t something people should be trying to DIY. The risks are enormous, and I’d rather see us fighting for accessible, affordable, high-quality care while also supporting people who are forced into difficult situations.
cats@lemmy.world
Hey! Don’t be mean, they’re so close to forming a thought!
You don’t necessarily need QubesOS to get better isolation. You can package unsupported applications as Flatpaks yourself and run them with minimal permissions. The downside is the maintenance burden, and Flatpak sandboxing isn’t as strong as Qubes’ VM-based isolation. It’s a useful middle ground, but it doesn’t completely solve supply-chain risk. Qubes can be good, but it’s all about your friction budget.
Humans optimise for convenience eventually.
cats@lemmy.world
I wish I could sleep like that cat, that dream must be really something, whatever is going on up there!
cats@lemmy.world
That is the fluffiest Del Monte loaf I have ever seen.
Phishing actually is a core branch of hacking—specifically under Social Engineering. It’s not really like walking through an unlocked door; it’s more like a con artist dressing up as a locksmith and convincing the homeowner to hand over the keys.
Hacking applies to the entire attack surface, which includes the human element, further more there are whole phishing campaigns that are heavily automated and often deliver stealer malware, making them a full cyber attack.
This wasn’t a technical compromise of Signal itself, but phishing/social engineering is still a form of hacking.
Reddit@lemmy.world
Yeah, a lot of us migrated over. It feels a bit weird at first but you’ll get the hang of it pretty quickly. Just have a look at the communities you can join that interest you!
Welcome!👍
He’s like:
“HOW DARE YOU INTERRUPT MY SLUMBER!”
Reddit moment: criticizing Reddit under a Reddit ad.
I think the setup script that applies the config changes is documented here: https://codeberg.org/celenity/Phoenix/src/branch/dev/docs/install.md
Great idea — I was worried my computer wasn’t reporting enough about me.
Yeah, autocorrect got me on my phone — fixed now 👍
Do not go gentle into that good night.
If you point Traefik’s forwardAuth at the internal service (e.g. http://<tinyauth-ip>:3000/api/auth/traefik), TinyAuth doesn’t see the correct X-Forwarded-* headers or original host, so it won’t return the auth headers properly.
if you switch to using the public URL instead, the headers should start working — but only once using the full endpoint:
https://tinyauth.domain.tld/api/auth/traefik
Not just the root URL.
That way: - the request goes through Traefik - forwarded headers are correct - TinyAuth trusts the proxy - and it returns the expected headers
Also worth double-checking that your header names match exactly (e.g. Remote-Groups vs Remote-Group).
So in short: don’t call TinyAuth directly by IP, go through the domain + correct path.
Selfhosted@lemmy.world
I run a modest Lemmy instance (lemmy.blehiscool.com). It’s not on the scale of lemmy.world or anything, but it’s been around long enough that I’ve had to deal with some real growth and scaling issues. I’ll try to focus on what actually matters in practice rather than theory.
Infrastructure
I’m running everything via Docker Compose on a single VPS (22GB RAM, 8 vCPU). That includes Postgres, Pictrs, and the Lemmy services.
This setup is great right up until it suddenly isn’t.
The main scaling issue I hit was federation backlog. At one point, the queue started piling up badly, and the fix was increasing federation worker threads (I’m currently at 128).
If you run into this, check your lemmy_federate logs—if you see:
“Waiting for X workers”
that’s your early warning sign.
What Actually Takes Time
Once your infrastructure is stable, the technical side becomes pretty low-effort.
The real time sink is moderation and community management. Easily 90% of the work.
On the technical side, my setup is pretty straightforward:
- Auto updates: Watchtower (with major versions pinned)
- Monitoring: Uptime Kuma
- Backups: Weekly
pg_dump+ VPS-level backups
Backups are boring right up until they aren’t. Test your restores. Seriously.
Where the Gaps Are
The main gaps I’ve run into:
Pictrs storage growth Images from federated content add up fast. Keep an eye on disk usage.
Postgres tuning As tables grow, default configs start to fall behind.
Federation queue visibility There’s no great built-in “at a glance” view—you end up relying on logs.
My Actual Workflow
Nothing fancy, just consistent habits:
Daily (quick check):
- Check Uptime Kuma
- Skim logs for obvious errors
Weekly:
- Check disk usage (especially Pictrs)
Monthly:
- Update containers (after reading changelogs)
- Verify backups can actually be restored
As needed:
- Moderation decisions
What I’d Do Differently
If I were starting over:
- Set up proper log aggregation much earlier (still a weak spot for me)
TL;DR
- Infra is the easy part once stable
- Moderation is the real workload
- Backups matter more than you think (and need testing)
- Logs are your best friend—but painful without centralization
Happy to answer specifics if you’re planning a setup—there’s a lot of small gotchas that only show up once you’ve been running things for a while.
No Stupid Questions@lemmy.world
A more neutral way to put it is that libertarianism and anarchism both value individual freedom, but differ on the role of the state.
Libertarians generally want a minimal state (for things like courts, police, national defense), while anarchists want to eliminate the state entirely.
There are also different kinds of anarchists—some are anti-capitalist, while others (like anarcho-capitalists) overlap more with libertarian ideas.
Not to mention the owner of simplex is a horrible person.

asklemmy
privacy
transgender
What was the best generation of consoles in your opinion?
My go to would probably be the 7th generation (i.e Xbox 360/PS3) just for the community alone.
I agree with the general point about supporting each other - A lot of trans people only got through those early years because someone else shared information or offered help, and I don’t think that responsibility disappears just because you pass.
That said, I’d be really careful about normalising DIY surgery. Sharing information about accessing healthcare where it’s unavailable is one thing, but procedures like orchiectomy, FFS or VFS aren’t something people should be trying to DIY. The risks are enormous, and I’d rather see us fighting for accessible, affordable, high-quality care while also supporting people who are forced into difficult situations.
Hey! Don’t be mean, they’re so close to forming a thought!
You don’t necessarily need QubesOS to get better isolation. You can package unsupported applications as Flatpaks yourself and run them with minimal permissions. The downside is the maintenance burden, and Flatpak sandboxing isn’t as strong as Qubes’ VM-based isolation. It’s a useful middle ground, but it doesn’t completely solve supply-chain risk. Qubes can be good, but it’s all about your friction budget.
Humans optimise for convenience eventually.
I wish I could sleep like that cat, that dream must be really something, whatever is going on up there!
Happy Pride!!!!!!!!! 🏳️🌈
That is the fluffiest Del Monte loaf I have ever seen.
Phishing actually is a core branch of hacking—specifically under Social Engineering. It’s not really like walking through an unlocked door; it’s more like a con artist dressing up as a locksmith and convincing the homeowner to hand over the keys.
Hacking applies to the entire attack surface, which includes the human element, further more there are whole phishing campaigns that are heavily automated and often deliver stealer malware, making them a full cyber attack.
This wasn’t a technical compromise of Signal itself, but phishing/social engineering is still a form of hacking.
Hackers are trying to steal Signal users' backups in new wave of widespread attacks (techcrunch.com)
TLDR: A new, widespread wave of cyberattacks is actively targeting Signal users, specifically aiming to compromise and steal account backups. Because Signal chats are end-to-end encrypted on device, hackers are shifting focus to where that data might be stored less securely (like cloud backups or via phishing/credential stuffing attacks to gain account access).
Yeah, a lot of us migrated over. It feels a bit weird at first but you’ll get the hang of it pretty quickly. Just have a look at the communities you can join that interest you!
Welcome!👍
He’s like:
“HOW DARE YOU INTERRUPT MY SLUMBER!”
Reddit moment: criticizing Reddit under a Reddit ad.
I think the setup script that applies the config changes is documented here: https://codeberg.org/celenity/Phoenix/src/branch/dev/docs/install.md
Great idea — I was worried my computer wasn’t reporting enough about me.
Yeah, autocorrect got me on my phone — fixed now 👍
PlayStation is planning to add age verification to its consoles (theverge.com)
Its getting to a point where It’s getting just depressing.
Do not go gentle into that good night.
If you point Traefik’s forwardAuth at the internal service (e.g. http://<tinyauth-ip>:3000/api/auth/traefik), TinyAuth doesn’t see the correct X-Forwarded-* headers or original host, so it won’t return the auth headers properly.
if you switch to using the public URL instead, the headers should start working — but only once using the full endpoint:
https://tinyauth.domain.tld/api/auth/traefik
Not just the root URL.
That way: - the request goes through Traefik - forwarded headers are correct - TinyAuth trusts the proxy - and it returns the expected headers
Also worth double-checking that your header names match exactly (e.g. Remote-Groups vs Remote-Group).
So in short: don’t call TinyAuth directly by IP, go through the domain + correct path.
Happy Trans Visibility Day
Today is about visibility—but also about existence, dignity, and truth.
I run a modest Lemmy instance (lemmy.blehiscool.com). It’s not on the scale of lemmy.world or anything, but it’s been around long enough that I’ve had to deal with some real growth and scaling issues. I’ll try to focus on what actually matters in practice rather than theory.
Infrastructure
I’m running everything via Docker Compose on a single VPS (22GB RAM, 8 vCPU). That includes Postgres, Pictrs, and the Lemmy services.
This setup is great right up until it suddenly isn’t.
The main scaling issue I hit was federation backlog. At one point, the queue started piling up badly, and the fix was increasing federation worker threads (I’m currently at 128).
If you run into this, check your
lemmy_federatelogs—if you see:that’s your early warning sign.
What Actually Takes Time
Once your infrastructure is stable, the technical side becomes pretty low-effort.
The real time sink is moderation and community management. Easily 90% of the work.
On the technical side, my setup is pretty straightforward:
pg_dump+ VPS-level backupsBackups are boring right up until they aren’t. Test your restores. Seriously.
Where the Gaps Are
The main gaps I’ve run into:
Pictrs storage growth Images from federated content add up fast. Keep an eye on disk usage.
Postgres tuning As tables grow, default configs start to fall behind.
Federation queue visibility There’s no great built-in “at a glance” view—you end up relying on logs.
My Actual Workflow
Nothing fancy, just consistent habits:
Daily (quick check):
Weekly:
Monthly:
As needed:
What I’d Do Differently
If I were starting over:
TL;DR
Happy to answer specifics if you’re planning a setup—there’s a lot of small gotchas that only show up once you’ve been running things for a while.