(I'm the Couchers co-founder who wrote this blog post.)
Yes I agree, CouchSurfing.com went to shit through a slow process of enshittification that ended up looking like this. That's exactly why we founded Couchers.org when CouchSurfing.com put up a paywall (it was the last straw for us). We're trying to take what Couchsurfing was at its best and go further. We're solving these issues you're talking about with better moderation, better safety tools, and nudging users to behave in a way that's best for the community, etc.
I think it comes down to setting clear expectations and educating users about what it is and what it's not. We try to make it very clear and then enforce those rules very carefully. Once this happens, it's surprising how quickly the community roots out that behavior.
Part of it is the better UI and new tech, but there's a lot more too.
Just on that point though: there's actually another open-source platform called Trustroots. They initally started as a rewrite of the BeWelcome frontend, but because of politics and such, BW never let them merge those big changes, so they spun off. Trustroots is a cool project but I think they swung too far into the realm of anarchism in their vibe both as a platform (they are very hitchhikey, so their moderation model is extremely hands off) and as a project (they have this things called a "do-ocracy"). We think there needs to be some planning and roadmapping and a healthy mix of dev + non-dev, as well as serious moderation to keep the platform safe.
I don't think so: it just takes thoughtful moderation, setting clear rules, and then enforcing them. When you make it socially unacceptable on the platform, people do a good job reporting inappropriate behavior.
I think the reason that CouchSurfing.com turned into a low-key hookup app is that it was actually a profitable strat for them. They used to monetize verification (something like $60 per verification), and my hypothesis is that a large proportion of people who ever verified paid for verification soon after signing up. By being a hookup site, it actually increased the perceived value to a certain subset of people signing up, which increased signups, verification numbers, and revenue. Of course this made the experience worse on the platform itself once people tried to use it, but they could milk that "easy way to hook up" concept for a long time (basically until the pandemic killed it).
I'm one of the Couchers founders and wrote this blog post (and incidentally spend way too much time on HN), awesome to see this show up here!
This launch is the culmination of a huge push from our volunteer team to clean up a bunch of core features and make the platform easier to use. We are also launching a new branding strategy and new landing page.
Quick plug: we are looking for senior React Native devs to join us and help us get a mobile app out, as well as React/Python devs for frontend/backend. Everything we do is open source (under MIT): https://github.com/Couchers-org/couchers/
> This turns into a surprisingly intense experience. I get to meet people in their most intimate space and bond over late-night conversations in ways that never would have happened otherwise.
This is much like the couch surfing experience: staying with people for a few days and sharing their space, which often ends in these deep, late-night conversations. It's an incredible experience.
There are a few platforms for that, I recommend Couchers.org. It's free & open source (and I'm one of the core maintainers).
So if you end up being famous and talked about a lot on Wikipedia, your name will compress better?
The impact of bias in training data is interesting in general here. What's the impact on Wikipedia's article biases? That's probably one of the main corpuses used.
I wonder if AWS are shooting themselves in the foot (if these things become very popular), by making the "Cloud" a physical, tangible thing. I think part of the lustre for some customers is that they don't know what they're paying for when they start a 2 vCPU EC2 instance and must think it's something crazy complex and special. Now having it on your desk in a tiny little box will make them wonder what they pay so much for.
The other thought I have is that maybe there's a market for shipping around bytes in mail boxes not just between a business and AWS, but just any people and businesses. I've seen B2 and Dropbox (I think) also have these "we'll ship you a drive" things, but maybe they'd outsource that for example to a third party who just did it really well and cheaply.
Correctly hashed (with salt and a memory+time hard hash) passwords are taken to be brute-force hard to crack.
In that sense it's as safe to publish such hashed passwords on the internet, in the same way a website's public key is published on the internet. In fact, it's good practice to set hash parameters such that it's slower to brute-force passwords than asymmetric keys (e.g. TLS certs).
However, the big difference is that TLS private keys are randomly generated, and of a fixed length, whereas passwords are user chosen. So an attacker could do a dictionary attack and probably uncover a number of passwords using that (e.g. just try out "password" on all the hashed passwords). Hashed passwords are only as hard to crack as the passwords themselves.
The Au Gov got the code for TraceTogether (what OpenTrace, the open source implementation of BlueTrace is based on) weeks before the source was publicly released as GPL.
I quite like this idea. It seems for now to be fairly simple: I think more "decorations" and higher detail on trees, or whatever, might be important.
It seems that it's only 2.5D though. Have you considered making it truly 3D somehow? There's a surprisingly large amount of extra space you gain with that third dimension.
Also, fun idea: what if the island evolved over time? Like every time you visit, trees grow a bit and some new trees grow next to them, so eventually you get a forest, etc. I wonder what the implications of this would be to remembering things? Would the constant change help, or no?
This is a hidden case of confounding. In particular, you would expect a question such as "in uncertain times I usually expect the best" to be very heavily confounded with your chance of making it through uncertain times (in the past and in the future).
Yes, they controlled for basic things like some generic concept of health, diet and smoking, but there's so many things that are hard to control for.
As a simple example: what if you have some rare genetic disease that's not controlled for but will likely kill you?
Yes, most browsers treat password boxes as sensitive input which has implications to a lot of things. For instance if a blind person types in their CVV using assistive tools on Firefox on macOS, making it a password stops it from being read out loud like other input (it's probably the same on an iPhone, and in some cases this would be annoying if you're in public, etc).