RoundSparrow

joined 1 year ago
[–] RoundSparrow@lemm.ee 2 points 5 months ago

Thank you and good work

[–] RoundSparrow@lemm.ee 2 points 9 months ago

Linux community arrogance is to deny the device driver issues and think Apple is fine, when the reason Apple thrives is because they don't have open hardware like Linux, BSD, Windows...

Hardware companies are rarely held account for their absent support of Linux - some campaigns have come and gone, but in the end Linux users tend to arrogantly say it's trivial to switch and embrace dishonesty. I guess they figure Microsoft is dishonest, so they normalize it.

[–] RoundSparrow@lemm.ee -2 points 9 months ago

Then why do people use them? And quit yelling.

People are attacking you, ganging up on you, one of the favorite things on Reddit like media platforms is to be hard core conformity enforcers and silence attempts at understanding mob mentality.

[–] RoundSparrow@lemm.ee -1 points 9 months ago

DOWNVOTES DONT MEAN SHIT! SO SHUT UP ABOUT DOWNVOTES AND GET OVER IT!

"MEDIA ECOLOGY DON'T MEAN SHIT I"M JUST HERE FOR AMUSING US ALL TO DEATH WITH DUMB MEMES"

[–] RoundSparrow@lemm.ee 6 points 9 months ago (2 children)

Agreed. It is urgent that we teach Neil Postman's "media ecology". The junk noise garbage shit Internet sucks, and enough is enough!

[–] RoundSparrow@lemm.ee 3 points 1 year ago

Musk and Putin, two historic experts and achievers in trickle-down memes. Population control via meme machines. They seek power the Rupert Murdoch way.

[–] RoundSparrow@lemm.ee 5 points 1 year ago* (last edited 1 year ago)

ELKG: "Trickle down economics" is a lie, but there is a truth that nobody speaks "Trickle down memes". Billion dollars of capital spent making movies that fill all the meme networks. And audiences who bitch and complain if one CGI scene has the slightest distortion, who bitch about production quality at every opportunity. They are addicted to the billionaires who fund their "Trickle down memes" that they copy/paste to every social media website for decades.

EL_Toddler: The Population of society is addicted to the images, faces, voices of the rich and powerful - even when they are incredibly ugly icons - they can't stop speaking about their distinct orange skin color and the power that comes with political power and media stardom - "you can grab them by the pussy" power.

That power comes from the population, The People, who can't resist repeating the memes. Worked for The Church in Europe in 1450 when the population was similarly meme-addled until a priest in Germany upset the meme apple cart and translated The Meme Book to German from Latin. A new printing press in Germany helped that too, even if The Church funded the first printings.

Remember kid, Tricke down Economics is a lie, Trickle Down Memes and images of the politicians, religion symbol memes, orange skin color images, they TRICKLE DOWN and that is REAL POWER over The Population! A population who can not resist taking an image of a famous orange person and repeating it hour after hour on their meme copying machines they hold in their hands or sit on their desk.

P.S. In polices, repeating a name alone, campaign signs that just show a couple colors on meme symbols and signs - work well on the population. This is proven with statistics of voting results vs. money spent on spreading the name. People generally do not go into issues and validate the performance after election that the politician is honest and delivers... name recognition by shear trickle-down of meme signs in yards, endorsements by other meme icons of society, and repeating their image and name in other places is what it takes.

[–] RoundSparrow@lemm.ee 0 points 1 year ago* (last edited 1 year ago)

Being open source won’t prevent this, sadly. 4 years is still young, but if a critical mass shifts back to Reddit then Lemmy will be considered a failure.

you express very limited understanding of open source and how competition works. Just because Microsoft kept selling Windows and "Linux on the Desktop" never came to displace Windows by 2005, it doesn't mean Linux on end-user machines was a failure. Android Linux came along and is the biggest Linux distro ever, defeating Windows CE / Windows Mobile.

if a critical mass shifts back to Reddit then Lemmy will be considered a failure.

Again, that is like saying "people looked at Linux on desktop in 2003 and went back to Windows, so Linux was a failure". Trying to displace entrenched players is often not how it works, it is when people leverage the source code and some parts of the system in different ways - like Android did with Linux - that things often change.

Regarding Reddit specifically, the Reddit code was open source for a very long time, nobody wanted to leave Reddit for different owner/operators... that changed in 2023 when every alternate to Reddit has seen a surge in developer interest (even non-federated apps like Tildes). That's not really happened in the decades Reddit has been around before that specifically large groups of people and app developers have specifically expressed interest in moving away from Reddit in mass (Voat was the only prior big movement, but API apps were not really a focus in that movement).

By “MySpaced” I mean “become irrelevant”.

8-bit video games stopped selling in the 1990's, but then in 2023 there is a huge "Retro gaming" and "retro computing" movement. Same with vinyl music records going out of style then coming back in as retro. Right now TikTok and video dominate Reddit front page - which Lemmy hasn't even been taking on with video clips that reach Reddit's technology level, let alone TikTok. There are trends of changes that are more than just one platform owners vs. another. Some of those may be in favor like federation/networked servers that Reddit does not have - that even drew the attention of Facebook.

 

Lemmy is incredibly unique in it's stance of not using Redis, Memcached, dragonfly... something. And all the CPU cores and RAM for what this week is reported as 57K active users across over 1200 Instance servers.

Why no Redis, Memcached, dragonfly? These are staples of API for scaling.

Anyway, Reddit too started with PostgreSQL and was open source.

MONDAY, MAY 17, 2010

http://highscalability.com/blog/2010/5/17/7-lessons-learned-while-building-reddit-to-270-million-page.html

"and growing Reddit to 7.5 million users per month"

Lesson 5: Memcache
The essence of this lesson is: memcache everything.

They store everything in memcache: 1. Database data 2. Session data 3. Rendered pages 4. Memoizing (remember previously calculated results) internal functions 5. Rate-limiting user actions, crawlers 6. Storing pre-computing listings/pages 7. Global locking.

They store more data now in Memcachedb than Postgres. It’s like memcache but stores to disk. Very fast. All queries are generated by same piece of control and is cached in memcached. Change password Links and associated state are cached for 20 minutes or so. Same for Captchas. Used for links they don’t want to store forever.

They built memoization into their framework. Results that are calculated are also cached: normalized pages, listings, everything.

 

There is so much missing data between servers, I think this would be a significant reduction in load on the serves to not have to replicate.

THE CASE CAN BE MADE: that individual likes on remote servers are not absolutely critical to the user interface. Like "saved" posts/comments, the user interface isn't run except from local data - so the impact would mostly only influence presentation or ranking/sort of posts and comments.

There is a lot of missing posts/comments to cleanup anyway, so I suggest we work on adding a back-fill - and focus on a way to share aggregate local vote tallies with peers instead of replicating every individual comment_like and post_like

Can someone point where in the Rust code such a change could be made, who wants to submit a pull request?

view more: next ›