nativeit 10 hours ago

That's incredible. Within the first 5 posts we've got "Javascript is overrated", "tabs are better than spaces", something about trains/public transit, and a link to a hentai site. Talk about speed-running social media.

  • giancarlostoro 28 minutes ago

    I got racial slurs and weird audio spam.

    • mediumsmart 11 minutes ago

      Confirmed but the css is off so it’s kind of unreadable on this phone

      Edit. It works now, scrolling through the second character dump presumably posted to bury a bad review?

schrodinger 9 hours ago

I've always thought that a problem with sites like Reddit and Hacker News is that a very small percentage of users engage with "new"; most people only see the posts that have been curated by that small minority which creates _some_ sort of bias (arguably, a positive one).

I've wanted to try something like a Hacker News where your homepage shows a random smattering of posts where the probability you'll see any particular one depends on its number of likes.

In other words, rather than having a firehose of "new" posts from which a few are elevated to the home page (masses), give everyone a dynamic home page which is mostly items that have been liked by many, but includes a mix of some that haven't made that threshold yet. Maybe instead of pure likes it could be a ratio of likes to views.

But the point is some way to engage everyone in the selection of what makes the homepage. It could even be as simple as "keep HN as is, but include 5 posts randomly chosen from recent submissions and tag them as such."

Dang, has anything like this been considered?

  • jokoon 4 minutes ago

    I see what you mean, and yes that's a good idea

    Personally, I would just mix posts with a hot sorting, with different time spans, like 24h, 4h, 1h, one third of each.

    Or maybe display two time spans on the front page.

    Personally, I use many multi reddit, like 15 of them, I don't see other platforms offering that.

  • rendaw 14 minutes ago

    I think this is an issue for any curation. It's especially an issue for music - bandcamp shows you music - top sellers, recently sold, liked by creators, etc that all require someone else to do curation. They do have a random listing, but the signal to noise ratio is so low that I doubt anyone listens to it.

    So the most reliable way to get your music known is to have your personal network buy/comment on your music or share it elsewhere. There's _lots_ of music on there that is fantastic that nearly nobody has purchased.

    The same goes for indie games on steam. Other people will buy your game if it has enough good reviews (past some threshold) to get a thumbs up icon. So whenever anyone launches a game they need to do networking, there's a desperate scramble to get their followers to review the game so that it reaches critical mass where non-network people start paying attention to it.

    Algorithms can (I think) detect similar styles, but style is not quality, and what people look for in new works is the parts that they do differently and therefore cannot be correlated by algorithm.

    I don't think there's any way about it other than getting people to try some things purely randomly, even if most of those are awful. Maybe some way to reward people for taking a look at random selections?

  • jacobobryant an hour ago

    I've been working on this kind of thing over the past several years (for a while full time as an attempted entrepreneur, now on the side for the past couple years). The latest iteration is https://yakread.com -- hit "take a look around" and you can see the "home page"/a list of recommendations without signing up. The recommendations are personalized, i.e. the probability you'll see any particular post depends on your individual interactions with past posts, if you've signed up. (it does collaborative filtering with spark mllib). So that may be a bit different from what you had in mind, since your comment sounds more like an unpersonalized system, but with some extra exploration thrown in. However in practice I suspect the biggest thing the collaborative filtering is doing at Yakread's current scale (not much) is learning which items are good/bad in general.

    I also do have some methods baked in for doing exploration. "Epsilon greedy" is a common simple approach where x% of the recommendations are purely random. I do a bit more of a linear thing where I rank all the posts by how many times they've been recommended, then I pick a percentage 0 - 100, then I throw out the top x% most popular (previously recommended) items. that also gives you some flexibility to try out different distributions for the x% variable.

    The source is at https://github.com/jacobobryant/yakread

  • Induane 8 hours ago

    Curation IS arguably one of the most critical factors. A library is useful because of what it doesn't contain, not because of what it does contain. The hypothetical "library of all possible books" isn't useful to anyone.

    That's a long way of agreeing with you that there is positive in the duration bias of HackerNews and other sites.

    Of course anything can be hijacked, and metrics proverbially tend towards becoming targets (and hence a dumb arms race), but the general concept of the value of curation is sound.

    • progval 7 hours ago

      > The hypothetical "library of all possible books" isn't useful to anyone.

      That's an archive, and it has its own uses for researchers, especially historians.

      • hexaga 6 hours ago

        In the spirit of the library, which contains both your comment and mine:

        > The hypothetical "library of all possible books" isn't useful to anyone.

        That's not an archive, and has no uses even for researchers, especially not for historians.

    • schrodinger 7 hours ago

      Thanks -- totally agree that curation is essential, and I suspect my original point may have come across as advocating against curation, which I wasn’t.

      My goal isn’t to randomize the homepage or flatten quality, but to involve a broader swath of users in the curation process. It’s currently dominated by the few who browse “new”, essentially a self-selected minority of curators.

      Concretely, I was imagining something like: * Every new post is shown to a small % of users as part of their regular homepage (not in a “new” tab they’d have to seek out). * Posts that get engagement from that slice are shown to more users, and so on — a gradual ramp-up based on actual interest rather than early-bird luck.

      So it’s not removing filtering; it’s just moving from a binary gate (past the goalpost = homepage) to a more continuous, probabilistic exposure curve.

      Curation still happens, but more people get to participate in it, and the system becomes more robust to time-of-day luck or early vote pile-ons.

      Anyway, I mostly wanted to clarify that I’m not against filtering -- just having a thought experiment about how we might make it more adaptive and inclusive.

      Does that clarify my point? Any thoughts? I appreciate your engagement!

  • altairprime 2 hours ago

    You could email the mods and ask them to reply. Otherwise they may not see your question.

  • sixtyj 9 hours ago

    Randomness is an underdog.

    Serious question is how often would you tolerate if those randomly displayed posts are absolutely out of your interests? Would you click or skip? Plenty of fish (Canadian-based dating site), programmed by Markus Frind, had a function: during onboarding you could choose types of people you think you prefer (e.g. brunette/blond etc.) and if you haven’t clicked later on them, algo had started to show different results…

    • schrodinger 8 hours ago

      Interesting anecdote on Plenty of Fish. It’s definitely interesting how people aren’t really good at telling you what they like; empirical evidence is far better. I believe Paul Graham has an essay on a similar topic where if you ask people if they like an idea you have for a product, they are likely to say yes even if they wouldn’t actually use it. But if you ask them how much they would pay for access, or if they’d pay a certain amount, you’d get a more accurate response.

      FWIW, I wasn’t suggesting pure randomness though, it’s more like probabilistic randomness. Rather than a binary threshold a post must pass to make the homepage that divides the community into curators and consumers, this would show you posts with a degree of randomness with a probability proportional to the likes it’s garnered.

      Btw, I’m not sure what you meant by randomness is an underdog? Are you implying it’s a nice goal but it rarely works out in practice, perhaps because people actually do fall into natural curator / consumer buckets?

  • schrodinger 9 hours ago

    Actually, isn't this a bit like TikTok and why it allows low-follower profiles to rise to the top on occasion?

    • lossolo 7 hours ago

      Yes, TikTok uses similar algorithm to push new content, that's why anyone can go viral there.

  • positron26 2 hours ago

    This is a common idea, and it is a super-hard problem. Sites like Reddit are increasingly sampling by throwing more new posts into hot. That is a solution that may improve yet not really change HN. Ultimately, we don't all want the same feeds and user majorities tend to stifle key minorities such as early adopters.

    I'm building such a system for prizeforge and am several more steps ahead on this solution. You need a decent background in probability and a more robust understanding of what a "good" outcome is to work on this kind of thing. https://positron.solutions/careers if you do Rust and care a whole lot about this problem and can deal with the challenges we're going to have with PrizeForge.

OuterVale 2 hours ago

I loaded it up to find myself presented with a completely broken visual appearance, screaming audio, and all sorts of hate content and other horrors. Absolutely terrible.

  • riffic 2 hours ago

    orange site on a saturday night.

acjohnson55 an hour ago

I already saw racial slurs on the first page, and it looks like people are able to post arbitrary HTML, so I'd say the experiment needs a lot of work.

  • SV_BubbleTime an hour ago

    I would say it’s a great success… the debate is now what was the experiment?

disqard 2 hours ago

This looks like a different take on 4chan, and the content resembles the scrawls on the bathroom wall of a pub.

ceroxylon 10 hours ago

Interesting, but after my initial impressions I predict the results of the experiment will be "this is why we can't have nice things"

  • tombert 10 hours ago

    I feel like this experiment has already kind of been run with 4chan and 8kun, which are sort of famous for their awfulness.

  • baubino 3 hours ago

    Yep. Just took a look and the top post is just someone writing the n-word over and over.

  • delusional 10 hours ago

    The first post in my feed was "Kill all Jews" I feel like we're already there.

asim 9 hours ago

Every attempt at anonymous social fails terribly. Unfortunately without good moderation tooling this doesn't work. You have to limit the blast radius of what people put out there because on the internet, without repercussions, a lot of people say terrible things. After having tried a few things like this, it's clear identity matters. Yes you can find clever ways to get around it and surface the best content or have pseudonyms and all that, but essentially you must verify individuals. People need to know you can't just say anything aka you can't say terrible hurtful things without repercussions. You need a unique identifier per browser, per device, etc, and then you permaban anyone who uses vulgar language, racial slurs, or anything of the sort immediately. You use AI before the fact to actually moderate and check things, and anything that is attempted gets a warning.

Someone else said, let's go a step further and not post at all. You know what, YES. We have X, we have Facebook, we have many tools where you can create an account with any random email address, with any random name, and say anything you want. Let's leave behind the two decades of public social and go back to the real world e.g maybe there's a world in which you own what you say, its there forever and you have to be thoughtful before you say it, but we also put it in an appropriate place, in a category of communication that makes sense. Blogging was way better than microblogging, but obviously opening the door to everyone made social media far more viral and addictive. Adding pictures and video made it even more viral and addictive. It would just be nice to go back to something a bit more real, something that's not going to be horribly abused and it feels like part of that might mean, less public social.

  • throwaway19340 8 hours ago

    > You have to limit the blast radius of what people put out there because on the internet, without repercussions, a lot of people say terrible things

    And yet those same repercussions are the reason why social media is full of inoffensive slop. No one wants be the one who get fired for leaking their employer's unethical practices, after all.

    Pseudonymity is not enough, sadly. Given enough time, you'll leak enough data points to be identified.

    > Let's leave behind the two decades of public social and go back to the real world

    The idea that the "internet" and the "real world" are separate has been outdated for a long time.

Jimmc414 29 minutes ago

Has the site been hacked or is this how it is supposed to look? Usually racial slurs are buried deeper than the landing page.

barbazoo 10 hours ago

> There are no 'likes', no followers, no algorithms here. There is only the freedom to express yourself with radical anonymity and connect purely.

> Start being FREE

Love the concept, let’s go one step further. No publishing at all. Only you can see what you wrote. No need to connect to anything, even if it’s “pure”.

  • jibal 9 hours ago

    Indeed. I'm already free to express myself with radical anonymity. Am I now free due to that site to do so and have it reach the people I want it to reach? No, not at all.

rododecba 12 hours ago

I recently launched Libre , a small side project and social experiment. It’s not a social network, but kind of the opposite:

No profiles, usernames, or followers

No likes, trending topics, or algorithms

No ads, no data collection

Just anonymous thoughts from people around the world. Curious to see how it evolves and what kind of conversations happen when metrics are removed.

  • roscas 12 hours ago

    To be anonymous you cannot use gstatic.com because this way you're just telling google I was there. Also tailwindcss and unpkg call sell data to others and there you go zero anonimous. I'm sure you can fix this.

    • Hoodedcrow 10 hours ago

      Thankfully, Ublock Origin in advanced mod can block those requests by default. It's just very irritating and I'd say disrespectful when you HAVE to unblock them for the site to work.

    • rododecba 10 hours ago

      i dont know any other way to show where the msg was sent if not

    • colesantiago 10 hours ago

      You might as well not use the web / internet at this point.

      Unless you use busybox or an esoteric OS to browse the web, almost every browser or OS (macOS, Linux, Windows) will ping to Google or some other bad spyware website.

  • 48terry 7 hours ago

    Your site about "pure freedom of expression" and "raw thoughts" stops me from posting about buying new golf balls because of a badwords.js word filter.

    Why are your Terms of Service and Privacy Policy a collection of empty bullet points?

    • rkomorn 7 hours ago

      How can you comment this without including the post content that triggered the filter?

      • 48terry 7 hours ago

        Literally just try it: "golf balls".

        The badwords.js isn't even particularly hidden if you check the page's source: https://libreantisocial.com/badwords.js

        • rkomorn 7 hours ago

          I'll add that, based on the other posts I saw on the site, it certainly didn't occur to me that there was any filtering in place.

          • 48terry 7 hours ago

            Well, badwords.js is client side, so if you just block it from loading you can post about balls and butts and slurs as much as you like. Absolutely incredible stuff.

        • rkomorn 7 hours ago

          I... did not think you were being quite so literal.

  • jibal 10 hours ago

    No value--people want content that is focused, accurate, curated, reliable, relevant, high quality, etc.

    Also no freedom, with all your content restrictions.

    • petralithic 10 hours ago

      To the first point, could there not be an algorithm that nevertheless still works without followers, likes or ads? TikTok seems kind of similar, at least when it initially started. It seems its core algorithm doesn't need likes, it can detect whether you engage with a video via other metrics like time spent watching the video.

      I suppose you'd want to allow people to self select based on topics, and then, well, you essentially get Reddit.

    • mindcrime 10 hours ago

      people want content that is focused, accurate, curated, reliable, relevant, high quality, etc.

      That is trivially disproven by observing that massive numbers of people use Twitter, Facebook, etc.

      • incone123 9 hours ago

        You can follow accounts which is a form of curation. I dropped all social media except this one because it was a time-sink but I did used to find following resulted in a useful feed on Instagram.

      • jibal 9 hours ago

        It's a fact so it can't be disproven. Your response is a fallacy of denial of the antecedent.

    • rododecba 10 hours ago

      i cant make a site with 100% freedom, beacuse of obvious reasons, that would be like utopic i think

      • jibal 9 hours ago

        Then don't call it that.

        There's nothing about your site that grants me the sort of freedoms I want, including the freedom to locate useful content.

        • buynlarge 9 hours ago

          Nah, disagree. I feel more free on this site than all the others so I back the name.

        • rododecba 9 hours ago

          i think that maybe you are looking in mi site something thats already in others

        • jibal 9 hours ago

          P.S. I'm not looking for anything in your site, I'm just saying that it's not what you're presenting it as.

    • atoav 10 hours ago

      Ah the good old "freedom to" that totally forgets that freedom also should contain a "freedom of". Free like in a chaotic war zone, where you can commit any kind of horrible attrocity, but if you just want to have a nice time, that isn't an option, because everybody behaves like an idiot. No thanks.

      Freedom in reality isn't just a thing that you increase by reducing the rules. There comes a point where less rules result in less freedom. So it is always a balancing act between your freedom to do X and others freedom to not have to be subjected to X. Example: Giving up the freedom being able to murder random people is a little price to pay, if it means reducing the risk to be murdered yourself – especially since decent people wouldn't have the actionable urge to murder each other anyways. If you're a murderer however that may reduce your freedom in ways you dislike. But then, maybe, your freedom shouldn't matter as much.

      Maybe I would care more about that specific idea of active freedom if I routinely wittnessed a real repression of any idea that isn't just the mean bullshit of egocentrics who have lost all touch with humanity and just want to see the world burn.

      • jibal 9 hours ago

        I didn't say that I wanted a "freedom to" site, I'm just saying that the site is mischaracterized.

  • listic 8 hours ago

    There's no way of ever hearing back; being responded to, right?

  • jandrese 10 hours ago

    So you launched /b/?

    • guerrilla 8 hours ago

      This is what I thought too. It'll go full Nazi in less than 5 hours from now. Anyone want to place bets?

  • politelemon 10 hours ago

    The first message is from July 2022. Is it really recent?

    • rododecba 10 hours ago

      i launched it 1 month ago aprox

  • riidom 10 hours ago

    Could you look into your dark mode please? Thank you!:)

    • ranger_danger 10 hours ago

      I highly suggest the Dark Reader extension.

      • textadventure 10 hours ago

        As some who loves dark mode, I hate that extension. I get the appeal of forcing every website to be dark mode, but that ends up breaking half of them or just making them look like trash. People need to custom design their dark modes for whatever each design is.

        If you don't care about breaking design and stuff looking the way its supposed to, I guess the extension is fine but I rather use something like Stylus where you can use people's custom designed stylesheets for most known sites.

        • ranger_danger 9 hours ago

          I love it and I've never had a problem with it... I don't get the hate at all /shrug

  • mattigames 10 hours ago

    No way to filter by subjects one may be interested, no way to find likeminded individuals, no way to mute people, so yeah, not much value could be derived from it; I think that there is space for some pseudo-anonymous social network but this is not it, at least not in its current state.

  • cxr 9 hours ago

    What are algorithms?

  • neilv 9 hours ago

    > No ads, no data collection [...] Just anonymous thoughts from [...]

    It currently leaks cross-site user tracking information to Google (www.gstatic.com).

  • ranger_danger 10 hours ago

    > Curious to see how it evolves

    being a haven for sharing very illegal content is probably how it's going to evolve... unfortunately

    • PaulHoule 10 hours ago

      Some kind of trouble one way or the other.

      • gsf_emergency_2 2 hours ago

        Strong link trouble or weak link trouble :)?

        In any case..

        I hope TW Körner doesn't have that last footnote on the topic..

        (Fwiw left/right (meta-)division seems to me to encompass all the moral taxonomies of the day, TWK just happened to settle for rich/smart vs social wrt UK)

        >Social Darwinism applies the Darwinian doctrine of survival of the fittest to human society. Rich social Darwinists take wealth as the best indication of fitness to survive, academic social Darwinists take intellectual achievements as the best indication and so on. They are often haunted by the fear that the unfit do not understand this and may outbreed the fit.

        https://news.ycombinator.com/item?id=24154247

        • PaulHoule 2 hours ago

          God that guy might turn up close to me by an embedding search.

          • gsf_emergency_2 an hour ago

            ;)

            (For some reason the algolia DB wasn't properly normalised)

    • rododecba 10 hours ago

      hopefuly not, thank you

      • jibal 9 hours ago

        Why wouldn't it? How would you prevent it?

        You talk about evolution ... that's change over time. How it evolves is how you decide to change it.

      • majorchord 9 hours ago

        it's inevitable with any anonymous service

  • krapp 10 hours ago

    >Curious to see how it evolves and what kind of conversations happen when metrics are removed.

    I've seen a ton of projects like this. It will get deluged with spam and shitposts and people will stop caring once the novelty wears off and leave once it becomes a cesspool. Probably for 4chan which at least has a culture and established userbase. And porn.

bopbopbop7 4 hours ago

Looks like you do only frontend validation and have XSS vulnerabilities all over the place. I also see aren’t taking down nazi posts and CP? I went ahead and reported you to the FBI, hopefully your vibe lawyer is good.

j3s 26 minutes ago

what could go wrong?

(frontpage is already filled with /pol/ trash)

h4t 2 hours ago

This got hacked pretty fast.

  • deanebarker 2 hours ago

    Yeah, when I visited, it was utterly destroyed with racist ranting and (I think) some neo-Nazi. Horrifying, yet impressive.

    • riffic 2 hours ago

      no goatse? I'm saddened.

kenjackson 11 hours ago

I feel like this kind of how Twitter started. Just text messages to the world. But it’s hard to resist monetization and network effects.

Banditoz 2 hours ago

No HTML sanitization?

buynlarge 10 hours ago

I always thought there was a space for a social media that has upvotes and followers and all that, with the intention of creating echo chambers and segregating users into their own groups and that sort of thing, but with the ability for anyone to go on a 'holiday' into the other echo chambers, to see what those other users experience.

Likes are not one dimensional. Likes flow from one person to another. If you like someones posts, you're more likely to enjoy the things they like. A network of endorsement emerges and the subgroups can become clear.

  • NoMoreNicksLeft 10 hours ago

    The important thing would be for moderators to be able to police "what is liked/disliked". Hear me out.

    If you've got this space where dozens or hundreds of people all have a high overlap of favorable content, but there's this one turd who comes in and downvotes everything, always... he's not just a little different, and he's not assimilating. He's trying to sabotage. If this was visible to a moderator, that moderator could decide he doesn't belong to the group. I don't advocate that he no longer be able to view the content, but maybe his votes just stop counting. Maybe he's no longer able to post content of his own (would be up to the moderator, I think, perhaps his content was always good enough, but his voting is counterproductive).

    I think that on places like reddit they avoided this functionality because it would give moderators too much control over their communities, and outsiders would be unable to come in and eventually take over and force the original group out. Being admins, they could of course have done this anyway, but it would require them to be heavy-handed and obvious.

    • buynlarge 9 hours ago

      I think, if you have a saboteur, they're probably not part of your 'network'. The people you've endorsed probably won't have endorsed the saboteur, so the saboteurs activity should not effect your feed in any meaningful way. This is how trust works in real social circles.

      Moderators clearly work but it's a shame it relies on single people doing a good thing. It's a shame the moderation can't be done by everyone all the time, unconsciously.

popcar2 10 hours ago

I've always liked the idea of being able to just post anonymously without any votes, but it always quickly devolves into incoherent spam and endless slurs.

The website has been active for an hour and I'm already seeing some of that. It always turns into 4chan.

sunamic 10 hours ago

This is very similar to an app I launched a while ago. Anonymity leads to some "interesting" posts. https://speczo.dev/hoot

  • maxomixa 8 hours ago

    "Anonymously share" which using an app on an Apple or Google phone, installed via their respective stores.

    Seems legit.

  • busymom0 9 hours ago

    How is it doing? Did it get any traction?

Barbing 10 hours ago

Reported racism, showed “Reporting…”, got:

“Could not send the report. Please try again.”

  • SV_BubbleTime 8 hours ago

    Why do you feel the need to report it? Is it a direct threat to someone? Is it illegal -or- do you just not like it and want it to go away?

    It seems pretty clear to me no one that cares is on the other end of this.

rafram 10 hours ago

This is kind of the same idea as Yik Yak, which was an interesting app. Some good aspects (authenticity) and some bad aspects (lots of bomb threats and bullying).

noeclement 10 hours ago

The "Import ID" feature doesn't seem to work. I keep getting this error: "The identifier is not valid."

insamniac 5 hours ago

Don't know how long it took, but we made it to Nazi videos pretty quick.

wsintra2022 10 hours ago

UI seems a little jank on iPhone SE, other than that, cool project. Q. How do you prevent racism, spam and hate speech?

  • xyst 10 hours ago

    A: you don’t

    All of us humans are fundamentally racist, spammy, and have some form of hate in us. Depending on the state of society, it can suppress or bring it out. Anonymous boards like this bring out the worst in all of us.

    Just as the current administration has catered to our bigoted, racist selves. Anonymous boards have more or less the same effect.

arlen_ 10 hours ago

This reminds me of the early internet.

  • jibal 10 hours ago

    As a developer on the ARPANET I've been on the net since the moment it existed. This is the arch opposite of the early internet, which was dominated by intelligent academics sharing technical articles and dense information.

riffic 2 hours ago

it's kind of a shock site right now. don't do experiments in the future without considering the avenues for abuse.

busymom0 9 hours ago

Why call it "Libre" though? Or am I missing the link to code?

ivape 9 hours ago

You are describing a standard message board. Old things are new again I suppose.

  • Igrom 9 hours ago

    That's exactly it. I would say that the experiment is not so novel, but non-novel experiments are good, too. We retread illuminating experiments from physics in school for good reason.

    There are quite a lot of message boards and imageboards, large and small, which check the same boxes. Many of them have not gotten enough traction to catch the attention of the mainstream (e.g. lainchan), and have a distinct vibe.

    I think that as soon as your userbase expands into a representative sample of the Internet user population, your platform's culture will become increasingly similar (i.e. "average out") to the largest platforms, e.g. 4chan.

doublerabbit 9 hours ago

For a stress-test, your doing pretty well.

_Algernon_ 10 hours ago

With none of those features there is no excuse for the site working that terribly with JS disabled. Look at HN for comparison, which degrades gracefully with JS disabled.

mempko 10 hours ago

Biggest issue is reporting posts is broken

wslh 10 hours ago

I like the project, but the words "Libre" and "experiment" made me assume it would be open source. Of course, it's the owner's decision, but the title biased my expectation.

neuralkoi 9 hours ago

Sadists and psychopaths seem to have taken over this experiment.

  • SV_BubbleTime 8 hours ago

    You sure that call wasn’t always coming from inside the house?

    Perhaps the more fake and curated the internet becomes, the more people will act out when given the chance?

xyst 10 hours ago

Good ole anonymous boards. Nothing else like them brings out the worst in humanity

chasing 10 hours ago

The problem with openness and anonymity is that it invites bad actors. Social media is an unsolved problem and any platform that gets sufficiently large will be more valuable as a tool to disseminate misinformation and propaganda than as a tool for people to actually communate freely and openly.

jibal 10 hours ago

When I tried to post a comment saying what I thought of the idea of this site, it told me that my words were "prohibited". So much for freedom.

  • tchalla 10 hours ago

    Post the comment you wanted to make here.

  • gweinberg 9 hours ago

    Well, one of the first posts I saw was just a repeated ethnic slur, so not all "bad words" are prohibited.

    • jibal 9 hours ago

      I didn't say they are ... just some set of words that the creator doesn't personally approve of.

      • tchalla 9 hours ago

        And what are those words? Post them here.

        • jibal 9 hours ago

          I don't have the list of word that are forbidden, only the creator does, so ask him.

          • tchalla 9 hours ago

            I asked you to post the word that you were not allowed to post, not a list of words that are forbidden on the site. For some reason, you don't want to post your comment or the words here.

            • jibal 8 hours ago

              "not all "bad words" are prohibited"

              "I didn't say they are ... just some set of words that the creator doesn't personally approve of."

              "And what are those words? Post them here."

              "I don't have the list of word that are forbidden, only the creator does, so ask him."

              You say "I asked you to post the word that you were not allowed to post, not a list of words that are forbidden on the site" but that is mistaken ... see the above context.

              "For some reason, you don't want to post your comment or the words here."

              I do have reasons not to accede to your demands, and I won't respond further to https://en.wikipedia.org/wiki/Sealioning