report a bug to lemmy about the broken quoting.
I have, weeks ago.
Consider posting to the official rust playground and creating a shared link.
I did share a link to GitHub, is that not good enough or something? Here is a screen shot for you.
“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
report a bug to lemmy about the broken quoting.
I have, weeks ago.
Consider posting to the official rust playground and creating a shared link.
I did share a link to GitHub, is that not good enough or something? Here is a screen shot for you.
Personally I think the issue is more that there is blind loyalty to team sports in USA culture, and no matter how many bad things are documented about a specific person (Donald Trump, Richard Nixon)… people are loyal to the image of that person, the brand and logo. People are raised in the USA to be inundated with breakfast cereal and toy company logo/brand recognition. It’s a faith system. Breakfast cereals and fast-food “Happy plates” that fund a lot of children’s TV are incredibly unhealthy and profit machines - and parents think this is psychologically healthy.
Politics will eventually be replaced by imagery. The politician will be only too happy to abdicate in favor of his image, because the image will be much more powerful than he could ever be. -Marshall McLuhan
Do you have any opinions on how they should work?
given lemmy’s heavy focus on purging a user’s content on account delete, I think comment links should include the username.
lemmy.world/the_username@home_instance.tld/comment/xxxx
This also gives self-promotion to the person, a sense of identity on their content.
Better file a bug about that
Bug has been open for weeks. Doesn’t seem to be a priority to undo the added HTML sanitation problems.
The code I pasted here on Lemmy is also on GitHub comment without being munged: https://github.com/LemmyNet/lemmy/pull/3865#issuecomment-1683324467
It’s still mostly like the original function it is copied from, just some of the logic has been successfully stripped out. But it’s probably worth looking at the bigger picture of just how much of the Rust conditional logic goes into building this SQL statement.
Keep in mind that you’re going to be retrieving and storing a huge amount of data running these scripts
And you are adding to the overload of lemmy.world, beehaw, lemmy.ml, etc who have all the popular content communities. Federation has a lot of overhead, as does having to distribute a community one vote at a time to 500 subscribed servers.
pend my time on Lemmy scrolling “All”, which I think is a pretty common thing.
There was a lot of advice handed out back in June that the answer to scaling Lemmy was to go create instances. The reason it works is because “All” is empty on a virgin system ;) With no data in the database, the logic Lemmy hands to PostgreSQL works real fast ;)
The real war is hate media memes and messages that trickle down to those obedient to voices from the clouds, electric voices these days. In the old days, books that said burning bushes gave out signals.
The question seems like a misuse of the word ‘federate’.
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.
And I would like to see a federation-wide policy that all bots must be clearly identified as bots (an attribute on their account). And features in the site code to block all bots as a user preference.
The interesting thing about Snowden to me after 10 years is how few times I see the public think about how low-level staff with hardware-level access can bypass all command and control decisions. He was a contractor who just wholesale scooped data off the servers. Nearly 10 years later… Jack Teixeira leaks documents because he has server access to documents outside his immediate need too.
I think a lot of organizations really don’t see how vulnerable they are to deliberate attacks and theft - if the NSA can’t protect their data 10 years ago, do you really think your mobile phone network provider or these VPN companies are not subject to internal staff selling off data, etc?
it’s not very difficult to modify the code for something like this… and closing off registration wont’ let anyone else login and create new content form your istance.
Personally the load on the major servers by having one more instance that subscribes to everything is why I think people should back off from creating more than the 1500 instances Lemmy network already has. Delivery of every single vote, comment, post 24 hours a day just so one person can read content for an hour or two a day.
That makes sense for email systems where all that content doesn’t have to be sent, but for Lemmy it’s a huge amount of overhead.