The 0.18 version of Lemmy was announced. This will solve many issues.
But we can’t upgrade yet because the captcha was removed, and captcha relied on Websockets, which are removed in 0.18 so despite the devs agreeing on my request to add captcha back, this will not be until 0.18.1. Without captcha we will be overrun by bots.
Hopefully this 0.18.1 will be released soon, because another issue is that the newest version of the Jerboa app won’t work with servers older than 0.18. So if you’re on Lemmy.world, please (temporarily) use another app or the web version.
Thanks for keeping the bots out! I’m still successfully using Jerboa, btw.
you’re probably not using the latest version from the GitHub repo then
I’m and it works with lemmy.world, I still get the disclamer about Lemmy version, but still work regardless, what is it happening here?
Try logging out and then logging back in on lemmy.world
If that locks me out I won’t.
@[email protected]: 0.18.1-rc1 is out with captchas: https://github.com/LemmyNet/lemmy/releases/tag/0.18.1-rc.1
Captcha has been merged https://github.com/LemmyNet/lemmy/pull/3289#issuecomment-1609087178 And 0.18.1 RC1 has been tagged https://github.com/LemmyNet/lemmy/releases/tag/0.18.1-rc.1
deleted by creator
Same issue. I switched to Connect for Lemmy which seems fine so far.
Is this why there’s still a ton of slowness on Lemmy despite the slowness said to be resolved? Because I still can’t efficiently use Lemmy, if I’m being honest.
Also, has the Top Day sorting become broken? A community will show as blank for me now when I sort by Top Day.
That was an issue with reddit to. If there’s not enough content/ activity it breaks top post sorting for short periods of time.
I used to follow a lot of niche communities on reddit and that was always an issue. I’d have to put it at a year, month/ day wouldn’t work.
Thanks ruud I’m having a really good time.
I know these are early-adopter pain points, but I think if Lemmy is really gonna take off, the devs need to get serious about backward compatibility and ensuring backend upgrades don’t completely break major instances/clients. IMO switching from websocket to HTTP should have been treated as a breaking change with a new major version release and a more controlled rollout period for this exact reason.
Major version zero (0.y.z) is for initial development. Anything MAY change at any time. The public API SHOULD NOT be considered stable.
“Semver proper” only starts at version 1.0.0:
Version 1.0.0 defines the public API. The way in which the version number is incremented after this release is dependent on this public API and how it changes.
This is important. Many people (and news outlets for that matter) consider Lemmy a product, when it really is very much an on-going early stage development effort.
It’s amazing how well everything works already, but nothing should be considered stable at this point.
Appreciate you waiting for the 18.1 upgrade
After installing Jerboa from the Play Store I encountered the crashing issue everyone is mentioning. I was able to seemingly fix the issue by going into the App Info -> Storage and hit Clear Storage. After it cleared it’s been working fine for me. Hopefully this works for you folks unless I’m missing something about the issue.
Has the websocket api been removed from Lemmy with this update?
Yes
Here is a link to the current state of captcha re-implementation: https://github.com/LemmyNet/lemmy/pull/3289
This request was reopened after it was merged prematurely. You can read the preceding discussion here: https://github.com/LemmyNet/lemmy/pull/3249
Lemmy Devs have agreed to add it back, so I dont thing it will be long.
The Dev’s stubbornness about captchas is a little baffling. Yes, they’re not 100% foolproof but they help.
It’s like arguing that we shouldn’t have locks on or our doors because a skilled lock picker can get past them.
They agreed to add them back. You can read their comments in OPs link
That only happened recently, though. For weeks they were replying to instance admins requests to reinstate captchas with things like “bots have beaten captchas, so they’re useless.”
What are you talking about? The issue to bring back captchas was only opened
4 days ago
!Captchas were only removed 2 weeks ago, no one spoke up then: https://github.com/LemmyNet/lemmy/issues/2922
The developers have nothing against captchas. They were the ones who originally built and added the feature: https://github.com/LemmyNet/lemmy/pull/1027
My mistake, I understood admins had been asking for the return of captchas as soon as they were removed.
Still, it took a few days for the devs to agree to reinstate them, which, combined with the general tone seem in that second link, is what gave me the impression that they were reluctant to do so.
In open-source projects and communities, it’s often a bad idea to go around looking for (or inventing) conflicts among contributors. It can come across as drama-seeking or trolling.
In software engineering in general, a common reason that a desirable feature has not been written yet is that the people who know & work on the code only have so many hands, and so many hours in the day, and there are other things that also need doing.
This service is undergoing rapid development. Spam & abuse problems are things that folks who have run Internet services before are well aware of. It’s not like anyone is going to give up and let spam bots ruin the thing they’re building.
I doubt anyone wants to build a service that becomes 95+% spam & abuse, ya know?
The devs aren’t pushing back against captchas, but they’re desperately trying to get 0.18 out to resolve a ton of issues. Captchas need to be redone in the code level and no one has done it yet.
someone has done it, there’s a PR here: https://github.com/LemmyNet/lemmy/pull/3289
That looks promising, hopefully we’ll have an 0.18.1 release later next week
My very first post on Lemmy was a (admittedly out-of-date) rant about the devs stubbornness about the hardcoded bad words filter and their behavior in the relevant GitHub issues. And I had people jumping in the comments defending them, telling me that it was fixed years ago, they’re better now, surely that couldn’t possibly happen again.
I am Jack’s complete lack of surprise.
ETA: and yeah, I know about kbin, I’ve tried both, kinda waiting to see all the new Android native apps before completely moving over there. Seeing how all this shakes out.
Thanks for being so on top of this.
Frequently getting “404: FetchError: invalid json response body at http://lemmy:8536/api/v3/site” when trying to visit posts here, maybe due to some backend overload. I guess you know about this but mentioning because I didn’t notice other posts about it.
Why was captcha even removed in the 1sr place?
Captchas depended on websockets which were removed.
https://github.com/LemmyNet/lemmy/issues/3200#issuecomment-1600505757
“Note that captcha uuids and answers were stored in-memory in the websocket server which is removed now, so its necessary to add a new database table for captchas.”
No need for a database table, just encrypt the solution and encode it in the filename.