Show HN: I built an active community of trans people online
410 comments
·January 23, 2025t4t
The biggest piece of feedback I think I have gotten from posting here is that the nsfw content is a bit shocking which I get. Sorry about that.
My guess is that if you just scrolled twitter or whatever by new exclusively unfiltered you wouldn’t have that different an experience.
On the one hand I do think there is something interesting about the rawness of this network but also some sort of smart nsfw filtering is clearly needed, and I've been in the bubble of making this long enough to have become a bit desensitized.
I will get that shipped within the week!
mmooss
Several US states now require age verification for adult content (I don't know how that is defined). A case challenging such laws is being considered by the US Supreme Court, but most experts believe the court will allow the age verification.
That may mean users identifying themselves, which seems dangerous. (It should not at all be dangerous, but it is.) All you need is some phobic government official to sue or investigate you, for any reason they can come up with, and demand all your records as part of their lawsuit/investigation.
Perhaps there's a way to do age verification while minimizing privacy risks? For example, verify their age, give them their credentials, then delete the PII? I don't know if that would suffice if your age verification practices were challenged.
(Talk to an expert.)
matthewdgreen
You can use cryptography to perform parts of verification. Specifically, you can use anonymous credentials to prove to a specific website that you have a credential. But that credential must then be issued by some authority that actually examines your physical "proof of age" (driver's license etc.) and issues it to your device.
The problem is that, at least at the moment, simply obtaining a credential like this has a huge chilling effect. You need to mail stuff into some crummy company chosen by the government, which then processes it and takes time. That company might be breached, which identifies you as "a person who is specifically interested in accessing adult content." Many of these problems can theoretically be fixed, but fixing them would have to be the goal of the authorities -- and I suspect it is not.
mmooss
> "a person who is specifically interested in accessing adult content."
Or at more risk, a person interested in trans content.
KronisLV
> Perhaps there's a way to do age verification while minimizing privacy risks? For example, verify their age, give them their credentials, then delete the PII?
I wonder why trusted third parties haven't sprung up around this very concept to the degree of OIDC (it's almost everywhere), you could have companies that allow uniquely identifying people, without having to manage or even get their PII directly.
Service wants to check age or whether user is banned --> they are redirected to some-identity-platform.com where they can deal with any ID documents and other PII --> some-identity-platform.com gives back a token and a UUID, so all the service really needs is a JSON object with the UUID and whether user is of age (if that was in scope).
That service can also let the user granularly choose what information to return: just the UUID, whether they're of age, or specific data like where they're located, actual PII if needed (e.g. auth with govt. site) etc., the UUIDs could also be service specific, so they cannot be cross referenced across different sites in case of leaks.
Things a bit like that exist, for example here's a few random ones:
https://www.jumio.com/
https://aws.amazon.com/rekognition/identity-verification/
https://www.veriff.com/
https://www.yoti.com/
https://ondato.com/
It does feel like the privacy problem could be solved in exactly these services, without passing too much information to the service itself. Because currently there are crazy amounts of hate and content out there that I might not want from a certain person on a site I operate, so I could just ban 914582c9-289a-4f8c-9e1c-f4193066e210 and the same person (at least with the same legal identity) could never get another account on my platform. I wouldn't even know that it's John Doe from country X and region Y that's uploading problematic content. Vice versa, I might just sell stuff to 5b9ee810-605b-40ce-9ead-85102e92df74 without ever risking compromising their identity.numpad0
Because verification requirements are merely indirect means to suppress contents. It really doesn't matter if the actor is 14 or 40 and it's never about making sure it's the latter.
almatabata
> the UUIDs could also be service specific, so they cannot be cross referenced across different sites in case of leaks.
Assuming services play nice. What if they start sharing UUIDs amongst each other, for example for advertising purposes?
Worse what is stopping companies from creating both service and verifier? Nothing, as Amazon already has both. I do not trust them not to abuse this.
And even if in theory all companies do the respect my privacy. I am one government away, from seeing a law passed, that makes it mandatory to report all UUIDs to the government. The potential for tracking is off the charts.
Right now it takes forever to trace everything. You can realistically only do it for a select targets. If you implement this UUID system, suddenly it becomes much easier to trace everyone's actions.
freehorse
I am not an expert either, but I have read that it requires at least 33% of content being "adult". Not sure how much content this page have, and OP should get in contact with an expert (maybe a trans lawyer or sth would be more willing to help such a project?) but i assume that the most important would be to ensure that NSFW content is below 1/3, like twitter (twitter has a huge lot of porn but even more non-porn content)
ajb
If you don't do age verification then your need to comply with COPPA etc as you have to assume underage users.
My previous employer used twohat to monitor for content dangerous to underage users, but I don't know if they were any good as it's not my area. It looks like they got bought by Microsoft as twohat.com redirects to a Microsoft product page now
master-lincoln
Age verification could be possible without giving out PII e.g. via Zero Knowledge proofs. This would of course need a central authority that is trusted to give out per person digital IDs. Usually that would be the government.
hn_throwaway_99
All the porn companies have handled this by simply blocking the sites in the states in question, just forcing people to use VPNs. If you ask for ID verification to see NSFW content they know hardly anyone would provide it, and at the same time it opens you up to a lot of liability in handling extremely sensitive PII.
The whole thing is just moralistic BS anyway. I'm sure most kids can figure out how to use a VPN better than adults.
itake
> just forcing people to use VPNs
Does this really even work? The law isn't "if the user's ip address appears to be from this state, then you must require id".
Properly enforcing georestrictions like this costs money and destroys businesses, but that is kinda the point.
chimeracoder
> If you ask for ID verification to see NSFW content they know hardly anyone would provide it, and at the same time it opens you up to a lot of liability in handling extremely sensitive PII.
Yes, and that is exactly why Morality in Media (the right-wing, evangelical group behind these laws) has been proposing them. Their goal is to outlaw pornography (and other "immoral" content) on the internet by making it so difficult to access or provide legally that nobody will bother.
> I'm sure most kids can figure out how to use a VPN better than adults.
You're making the mistake of assuming their goal is to prevent kids from being able to access pornography. It is not. Their goal is to make it so financially impractical to run any service that publishes (or allows people to publish) pornography, LGBTQ content, or anything that they deem "immoral" that nobody even tries. And it's working: many services which used to allow that content before 2017 no longer do, and it is much, much more expensive (and difficult) for the remaining folks to find platforms or hosting providers to continue to do so.
Dalewyn
Pedantic, but the word you're looking for is proxy, not VPN.
A Virtual Private Network is a private network such as a Local Area Network created virtually on a Wide Area Network such as the internet. Tailscale, SoftEther, or Hamachi for the old boys are examples of VPN implementations.
A proxy is a server that accepts and forwards traffic from clients through it, lending its IP address to clients as the traffic origin if desired.
A proxy can exist in a private network, but it is not a requirement.
ETH_start
It's 100% bullshit. The parents themselves are responsible for letting their children browse the internet unsupervised.
The culture of over-reaction to danger that has taken over the political domain is creating a nanny state where it's impossible to avoid crosssing red lines and doing something wrong. It's paralyzing society by instilling inaction as the only safe path.
DiggyJohnson
Unfiltered twitter is significantly less NSFW, just as a point of feedback. Good luck with you project tho
Atotalnoob
You probably shouldn’t show NSFW to non-logged in users.
Otherwise you could run afoul of various laws, since technically minors can access it
t4t
I will add a tagging system and hide nsfw posts from non-logged-in non-opted-in users this weekend.
null
quesera
Serious question: Is my browser blocking image content or something?
Or is there general consensus that plain body-font sized text is also an NSFW concern?
Atotalnoob
I didn’t see any non-text content, but I didn’t spend that much time looking.
NSFW text is a thing, there are porn sites that house explicit text for zoophilia, pedophilia, incest, rape, etc. I’m not saying this site has anything extreme or out there, but there are likely laws governing what text can be shown, it’s simpler to just require login, since that will also help protect you against COPPA and other restrictions for minors that are non NSFW related.
I’m all for free speech, but there are laws governing how certain text is handled
aliasxneo
It's probably hard to reach a consensus when every workplace is different. However, sexually explicit text would be inappropriate at most places I've worked.
blharr
There are image links to NSFW content
mid-kid
All you need to sidestep those laws is a little prompt that asks you if you're 18, you don't need to require a login. Unless you're talking about recent US laws.
cynicalsecurity
[flagged]
dang
Please don't post in the flamewar style to HN. We've had to ask you this more than once before.
Atotalnoob
I’m talking about NSFW posts, not a blanket statement about trans people.
I would urge you to reread my post.
whalesalad
honestly I think people just need to grow up. so many people get outraged and cry "this should be NSFW!" when it is literally just a naked human body. we are so prudish in our society.
aliasxneo
Not everyone share that view, and that’s OK.
cperciva
I am very concerned about this being a target for malicious actors. I'd offer to help you with security but I've never even heard of some of your stack so I'm probably not in a position to help.
Is there anyone here who is familiar with OP's stack and has security experience?
system2
This is exactly what I thought about when I first read the post. This is not a good idea in my opinion.
cperciva
I disagree -- this is a good idea, because trans people need a community especially in times like this.
It just needs some attention paid to security.
southernplaces7
How is it a bad idea? A community for trans people that's actively used by them because it works for their needs should be considered a bad idea because certain assholes can attack it? The bad there is in the assholes and effort is due in stopping them, not the existence for a specific type of useful community itself.
0xEF
It's a bad idea when countries like mine are actively passing legislation toward banning trans people from existing. Having a hackable dox-ready list of where to find them and who they are would be quite convenient for any regime or its fervent supporters that have the resources and skill to weaponize such a service against them.
I get what you're saying, the assholes are the bad thing here...but they are also a clear and present danger that now has the power to do what they said they would do these people. This isn't just some malicious hate group from 4chan or whatever, these are government-backed actors interested in actually harming these individuals.
saagarjha
It's bad if the attack involves, say, doxing the users (who may not desire this or be in a place where it is safe fort this to happen).
wjbolles
If you've created a service with that many users, that could be a target for malicious actors, and also hosts NSFW content, you may want to look over this article and protect yourself by forming an LLC.
m00x
LLCs won't protect you completely. That's a myth.
dbmnt
Parent didn't say anything about complete protection? An LLC does offer some level of protection, albeit mostly liability protection (as implied by the name, Limited Liability Company), and in this case I would be more worried about the need to defend against overzealous law enforcement requests. I'm not sure an LLC really helps much in that context. It's more about being able to afford a good legal team.
m00x
For what they're referring to, there is no personal protection. You can be personally liable for neglecting to protect against illegal sexual content even through an LLC.
This is what keeps most people from hosting user content. It's very easy to do, but it opens you to massive personal liabilities.
CaptainFever
Saw a post that says they found the website via the "terrible orange site"?! Grumble grumble. /jk
In all seriousness though, this is great! And good timing too, such a community is needed now more than ever before. Does this website cater to otherkins too, or is that a separate concern (which is completely ok too)?
About the funding: are you basically just using lightweight services to keep the cost down, while paying for it out of pocket or with donations? Is there a contingency plan if -- touch wood -- you go rogue or shut down the app?
xrd
As someone who isn't familiar with the norms of this community, the first few posts were somewhat surprising. I mean to say, they were overtly sexual and public. I have many trans friends and gay friends so I'm not saying I've never heard terminology like that, but it was usually in a closed conversation. I wonder if those are spam comments? It would be interesting to hear how you plan to guard against people who will probably see this as a good place to hunt for vulnerable people. I'm interested because I thought this might be a good place to help find ways to support my friends in an awful time. But I am not sure I would want to participate in the community just given the first few posts I saw.
azeirah
As a little bit of context, a lot of trans people (rightfully) view HN as a (white)-male dominated place, and feel misunderstood and misheard by the people here. A common defense tactic is to become _more_ sexually overt and grotesque than they actually are in reality.
A lot of the other thirstposting is, from my experience, very much genuine and heartfelt.
The trans community is often quite open.
I'm personally transgender, monogamous and mostly lesbian, so I'm a bit of a "boring" outlier when it comes to the poly & kink communities. But I spend a LOT of time in trans spaces. Online and offline. Professionally and casually. Younger and older. Political and friendly.
Etc
xrd
I just love this, thanks. A good reminder.
jbirer
Nothing wrong with NSFW content per se, but you cannot justify potentially exposing children to pornographic content as a "coping mechanism", it wouldn't be accepted by any court for sure.
azeirah
I completely agree.
fennecbutt
Idt it's defensive, at least not for my trans friends. I'm a gay dude and I think it's just that the queer community is a lot more open about that stuff in general, which contrasts greatly with straight people, especially Americans.
fatata123
There’s a fine line between ‘open’ and ‘perverted’.
jncfhnb
Perverted is just some other person being judgmental.
fennecbutt
That line is shared with the one of "none of your business"
azeirah
Yep. That's why I'm openly talking about moderation and why I'm very much in favor of an NSFW filter.
moi2388
[flagged]
defrost
> And I (rightfully) view congregations of transgender women mostly as a (white)-male dominated place.
You need to get out in the world more, that's a very limited locale specific PoV.
gemerald
[flagged]
t4t
I don’t think the thirst posts are trolls, but I do know what you mean. One of my top priorities this next month is adding NSFW filtering to the app to allow people to toggle that sort of content on and off.
segasaturn
I'm glad that you're making it a toggle and not banning it outright. This is my biggest gripe with BlueSky at the moment.
raincole
Isn't BlueSky doing the exact thing you want: making it a toggle?
mbStavola
I'm not sure what you mean?
On Bluesky they just apply a label and users are free to toggle it as show/warn/hide. At least, this is what I've personally experienced using the site.
null
fwip
Most communities act differently when it's just themselves in a space they own, as compared to when they're in a space that is less homogenous. The queer scene is a lot more open with sexuality than the cishet one.
Even (cis) men have "locker room talk," things you wouldn't say when around most women.
ajkjk
well... some cis men do. certainly not all.
computerthings
> Even (cis) men have "locker room talk," things you wouldn't say when around most women.
Dunno, if you can't say it around women, at all ever, then it probably doesn't hold up to scrutiny. I'd say you share raunchy stuff with people you know to not have a problem with it, and depending on what it is that might be your guy friends more often, sure. But I know men who are way more stuck up than some women I know, not even a contest. If I was in a big group of guys and there was the expressed or implied statement of "okay, since we're amongst heterosexual men only now, we can say certain things we normally can't say" I would just get out.
That's not a statement on the site OP posted, I just disagree that cis men say stuff amongst themselves they wouldn't around women, while homosexual or bisexual men would never do that. There's bigots and people who can actually own what they say anywhere, no group is purely saint or evil.
pseudalopex
> I just disagree that cis men say stuff amongst themselves they wouldn't around women, while homosexual or bisexual men would never do that.
Nothing they said implied the 2nd part even slightly. And not because most homosexual and bisexual men are cis.
JasserInicide
The trans community doesn't want to admit it but they very much identify themselves by their sexuality/orientation which is very weird to outsiders
kenjackson
I think many people in “out groups” identify with that aspect. Like I don’t spend a lot of time thinking about me being human - but if I was abducted by aliens into their society I probably would identify as human a lot more.
fennecbutt
About as weird as identifying yourself by which variant of sport you watch, I guess.
dutchbookmaker
As a super straight CIS guy who worships Wendy Carlos and Selofan, I wish I could join too. I am sure ya'll talk about the coolest things.
It just makes me sad how before the internet there really were not these barriers. The "freaks" of society all got together around art, music, fashion in an apolitical way.
This ultimately is the opposite of "inclusive" but I get why. It still makes me sad.
wcerfgba
Last year I managed to connect with 10 other trans people in my Lancashire home town. This is a place with zero 'alternative' spaces, let alone dedicated queer spaces. I made a poster using the trans pride flag as the background, and wrote a bit of blurb on it and put an email address on. Then I stuck it up on community notice boards in supermarkets and in a pub window. My idea was that if you put these things in high footfall areas, someone is bound to walk past and get in touch. And they did! Plus, more pride flags being visible, especially if they are coming from the grassroots and not a giant company, shows that we are here and not alone, and makes us feel safer. So if you want to connect with people near you, maybe go analog and put up some posters ^__^
jajko
This would be too risky IMHO ie in eastern Europe (I don't mean sh*thole of russia where this is even much worse, just eastern EU).
The general attitude is less tolerant. Most people in general population of course have 'live and let live' attitude, but small part of each country does actively attack such people, ie skinheads or other far right groups.
wcerfgba
This is exactly why it's important to find each other, so we can keep each other safe. There is strength in numbers. If you put up your posters on community notice board and use a non-personal email (I just made a new Gmail account for it) then nobody can be identified, the worst case is someone pulls the poster down.
master-lincoln
Seems fishy to require an app. BigCorp normally does this so they can skim off more user data and prevent ad blocking.
DoctorOW
As a trans woman I gave it a go. I find the interface a little confusing and unappealing but the featureset for profiles is actually what I'd be looking for.
nemomarx
non content related feedback
I like how minimalist the UI is, but I might want a little bit of padding on the sides? I feel like HN does that part pretty well even though it's a little more decorated than this.
Also it wasn't obvious to me that the website is sort of a "preview" of the front page and the app is the main platform, i'll have to check that part out too.
t4t
Thank you for the feedback. As a design decision I did want to completely forego landing pages and upsells, both the sites and the app just "drop you in". I could probably make it a bit more clear without losing the minimalism of the page though that the real experience is in the app, not on the site.
The site serves mostly to allow people to share public posts and profiles from the app.
mmooss
> A year ago I surveyed the internet and noticed there was only one popular space for trans and gender-non-conforming people to meet
How is that possible? On the infinite Internet, where there is online space for much smaller communities, how can there not be far more - on Reddit, Discords, FB, IG, other platforms, phpBB, etc etc.
t4t
I should have been more specific - I meant a popular platform
A year ago I surveyed the internet and noticed there was only one popular space for trans and gender-non-conforming people to meet; Lex.
Lex is not well liked by its users. Its software feels heavy and it is full of cash grabs and anti-patterns. It was recently acquired and is sure to only become more hostile to its users as it turns towards profit generation.
With this in mind I built t4t, an alternative specially designed for not only queer people, but specifically trans people.
It is an extremely lightweight service. I built it with my most ideal stack: Flutter, Svelte, Supabase, Posthog.
It has grown in the last year to about 4,000 monthly active users. I think it could grow way beyond that this year.