
“Finnegans Wake is the greatest guidebook to media study ever fashioned by man.” - Marshall McLuhan, Newsweek Magazine, page 56, February 28, 1966.
I have never done LSD or any other illegal drugs, but I have read FInnegans Wake: www.LazyWake.com
Lemmy tester, “RocketDerp” is my username on GitHub
This year has been dramatic. I’ve seen a big increase of users with quality content doing deletes in protest of Reddit. And the shift to sites like Lemmy that are not as favored by search engines.
Reddit should have gone the other direction, become a non-profit, eliminate advertising, go back to open sourcing the code like they used to, and run on donations. Cut their staff of people that had anything to do with advertising and trying to market the platform.
For open source, I almost always found IRC was a black hole of information. All kinds of developers discussing things that never made it to search engines. It’s a long tradition.
Matrix chat as the core developer hangout I find is similar
If I understand correctnly… Ubuntu 22.04.2 LTS has 5.19 kernel by default: https://9to5linux.com/ubuntu-22-04-2-lts-released-with-linux-kernel-5-19-updated-components “the Ubuntu 22.04.2 LTS point release also comes with a newer kernel, namely Linux 5.19, from the Ubuntu 22.10 (Kinetic Kudu) release”
As you said, if it is only 6.2, still out of the window.
FYI, some major PostgreSQL optimization has been found with the stored procedures: https://github.com/LemmyNet/lemmy/pull/3704
This should really help with Beehaw and other sites that have local users creating posts and comments, as the runaway site_aggregates queries were creating unnecessary writes.
I imagine they have full offsite backups they can pull data from. That’s why we have documentary shows like Mr. Robot, never forget 5/9!
I’m finding issues with communities not loading posts, comments or general sync issues.
Lemmy’s Rust code uses an ORM called Diesel that masks the SQL statements and you really have to watch the PostgreSQL server independently to verify that the SQL isn’t doing wild things like loading thousands of records when you only needed 3. Just today people are finally sharing some information out of the big servers (lemmy.world) as to what PostgreSQL side says is actually happening. Hopefully the biggest mistakes are going to get cleaned up quickly.