RoundSparrow

joined 1 year ago
MODERATOR OF
[–] [email protected] 2 points 3 months ago

Thank you and good work

[–] [email protected] 2 points 7 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.

[–] [email protected] -2 points 7 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.

[–] [email protected] -1 points 7 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"

 

cross-posted from: https://lemmy.world/post/11201649

George Carlin Estate Files Lawsuit Against Group Behind AI-Generated Stand-Up Special: ‘A Casual Theft of a Great American Artist’s Work’::George Carlin's estate has filed a lawsuit against the creators behind an AI-generated comedy special featuring a recreation of the comedian's voice.

[–] [email protected] 6 points 8 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!

[–] [email protected] 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.

[–] [email protected] 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.

[–] [email protected] 1 points 1 year ago (2 children)

These issues need to be addressed or Lemmy will be MySpaced within a year.

Lemmy is already well over 4 years on the Internet and open source.

 

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.

view more: next ›