I'm afraid it will be hard in the future.
like this
Announcing the Soft Launch of Fedora Forge
Announcing the Soft Launch of Fedora Forge – Fedora Community Blog
We are thrilled to announce the soft launch of Fedora Forge, our new home for Fedora Project subprojects and Special Interest Groups (SIGs)! This marks a significant step forward in modernizing our development and collaboration tools, providing a pow…Ryan Lerch (Fedora Project)
FYI
We are thrilled to announce the soft launch of Fedora Forge, our new home for Fedora Project subprojects and Special Interest Groups (SIGs)!
Some clients show an excerpt (I ain't complaining about you putting it in a comment though) so probably to that guy it looked like you just copy/pasted this thing
So I value those who add a comment to their post and say why they post it and find it interesting. Isn't Lemmy all about sharing thought, so does poster except other to do it for him and just want to have popular posts?
Plex or Jellyfin for my Raspberry Pi?
Jellyfin all day every day
It still has issues to fix but it's open source and actually yours
Plex is an enterprise solution, if you need your tech illiterate grandma to access the media it's easier to pay them. If it's just a local network or you're okay with going down a rabbit hole of setup, then Jellyfin does everything and does it better IMO (Plex requires you to be online to login before it shows you your local data, plus you're sharing information on what media files you have to Plex).
I personally have been using Jellyfin for years, and my only complain is that the LG app is slow and I get some videos that stuck for a few seconds in it (probably some codec thing, that I could fix by transcoding the media but I haven't been bothered enough to figure it out)
The Israeli Soldiers Who Have Gone Insane Are Actually The Sane Ones. The Real Insane Ones Are Those Who Are Not Psychologically Wounded By The Crimes They Have Done
The Israeli Soldiers Who Have Gone Insane Are Actually The Sane Ones. The Real Insane Ones Are Those Who Are Not Psychologically Wounded By The Crimes They Have Done - Walid Shoebat
There was an article that was published on Haaretz about IDF soldiers losing their minds due to the crimes they have committed.Shoebat (Walid Shoebat)
Corbyn and Sultana clash over new party membership
Corbyn and Sultana clash over new party membership
MP Zarah Sultana says she is a victim of a "sexist boys' club" in row over setting up new left wing party.Sam Francis (BBC News)
like this
Netanyahu: ‘These So-Called Genocide Experts Have Probably Never Committed A Genocide In Their Lives’
JERUSALEM—In response to an independent United Nations inquiry concluding that Israel is committing an ongoing genocide against Palestinians in Gaza, Prime Minister Benjamin Netanyahu issued a defiant statement Thursday in which he criticized the commission’s finding, declaring that “these so-called genocide experts have probably never committed a genocide in their lives.”
“Until you’ve killed countless civilians, the word ‘genocide’ shouldn’t even come out of your damn mouth,” said Netanyahu, arguing that the pampered intellectuals at the U.N. were nothing more than a bunch of armchair human rights abusers. “Name one ethnic group you’ve attempted to obliterate. I’ll wait.
I mean, have you even bombed a single children’s hospital? Please, you’ve got no idea what you’re talking about. Maybe you read a book about the 1948 Genocide Convention? Well, I’ve read Sports Illustrated, but that doesn’t mean I’m a quarterback.
Netanyahu: ‘These So-Called Genocide Experts Have Probably Never Committed A Genocide In Their Lives’
JERUSALEM—In response to an independent United Nations inquiry concluding that Israel is committing an ongoing genocide against Palestinians in Gaza, Prime Minister Benjamin Netanyahu issued a defiant statement Thursday in which he criticized the com…The Onion Staff (The Onion)
Formatting test [Because I don't understand how some images show up as links while others reflect the image themselves also extra long title test inbound
signal-2025-08-23-13-11-07-825 hosted at ImgBB
Image signal-2025-08-23-13-11-07-825 hosted in ImgBBImgBB
***the cake is a lie***Answer seems no
US Plans to Deploy the Golden Dome Missile Defense System: Problems and Prospects
Former Deputy Chief of Space Operations for the US Space Force, General Michael Gattlein, announced that the deployment plan for the Golden Dome missile defense system has been completed.
The US Department of Defense is not disclosing details of the program or its cost. The Pentagon statement stated that a review is currently underway, so no further information is available.
A look at the general's changing tone makes it clear that the project is facing difficulties. In July, he claimed that he would present an "objective plan" and disclose the program concept after the 60-day deadline.
As for the cost, one can conclude that Trump's $175 billion plan was optimistic. According to the Congressional Budget Office, the development and deployment of the missile defense system will require $542 billion, and that's just the cost of creating the interceptor system. Defense Department spokesperson Kingsley Wilson stated that cost details should not be disclosed because the program is critical to national security.
Although the project has a relatively short development timeline, it already has its critics. They argue that the effectiveness of a missile defense system depends on a variety of factors, from its location on the planet to the types and number of threats the system must counter, as well as its expected reliability.
Computer modeling has shown that the guaranteed destruction of several warheads would require dozens of times more interceptor missiles. A simple calculation shows that the system could easily be overwhelmed by the launch of several missiles, not to mention a massive nuclear missile strike. Military analyst Todd Harrison of the American Enterprise Institute warns that even minor changes to the system's parameters could increase its cost by hundreds of billions of dollars.
- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.m.youtube.com
UK regime partners up with Palantir
New strategic partnership to unlock billions and boost military AI and innovation
The UK will be at the leading edge of defence innovation as the government signs a new partnership with Palantir to unlock billions in investment and deliver on the Government’s Plan for Change.Ministry of Defence (GOV.UK)
geneva_convenience likes this.
The Economic and Strategic Logic Behind China’s Power Sector Engagement in Africa
China’s Financing Power Plants Transforming Africa's Energy
Why is China financing power plants across Africa? This analysis breaks down China’s motivations — from resource security to export markets — and what’s at stake.The China-Global South Project
Speaker Johnson says China is straining U.S. relations with Nvidia chip ban
Speaker Johnson says China is straining U.S. relations with Nvidia chip ban
The Cyberspace Administration of China ordered companies to halt purchases of Nvidia's RTX Pro 6000D, a chip that was made for the country.Samantha Subin (CNBC)
“They steal our intellectual property,” Johnson told CNBC’s “Squawk Box” on Wednesday.
Why the fuck would they do that when their own is so much better
US vetoes UN Security Council Gaza ceasefire demand for sixth time
US vetoes UN Security Council Gaza ceasefire demand for sixth time
‘Forgive us, Palestinian brothers, sisters,’ says Algerian ambassador to UN Amar Bendjama after devastating outcome.Lorraine Mallinder (Al Jazeera)
like this
Developer / Potential Contributor Question: how to add a custom post/comment ranking algorithm to Lemmy?
How would I add a new ranking algorithm to Lemmy as a contributor? I'm a developer by trade, but unfamiliar with Rust and the codebase of Lemmy specifically. It doesn't seem like Lemmy has a concept of 'ranking plugins', so whatever I do would have to involve an MR.
Specifically, I'd like to introduce a ranking system that approximates Proportional Approval Voting, specifically using Thiele's elimination methods, like is used in LiquidFeedback.
I'm pretty sure that with a few tweaks to Thiele's rules, I can compute a complete ranking of all comments in a thread in O(ClogC + E + VlogC), where C is the number of comments, E is the total number of likes, and V is the number of users. This would also support partial approvals, upvotes could decay with age.
I believe this would mitigate the tendency towards echo chambers that Lemmy inherits from Reddit. Lemmy effectively uses Block Approval Voting with decays to rank comments and posts, leading to the same people dominating every conversation.
I was thinking of it as a drop-in replacement for "hot" just so that it doesn't require any changes on the UI to implement. I'm a bit rusty with UI development, lol. The frontends wouldn't have to add a new button, and the Lemmy API wouldn't need to add a new sort type. That said, maybe that sort of thing is easy to do?
As far as it would work, Thiele's elimination rules is computed roughly as follows (I'm assuming that only upvotes are counted; I haven't considered yet if the process works if disapprovals count as a vote of "-1" or how the process could remain scalable if an abstention counts as a vote of "0.5":
begin with the list of posts, list of users, and list of votes
# initial weighting, takes O(E)
for each post:
for each vote on the post:
lookup the user that voted on the post
based on the number of votes the user has given, determine how much the user would be made "unhappy" if the current post was removed
# the basic idea here is that if the user didn't vote for a post, then they won't care if its removed
# if the user did vote for a post, but also voted for 100 others, then they probably won't care if one gets removed as long as 99 remain
# if the user did vote for a post, but only voted for 2 or 1 others, then they'll care more if this one gets removed
# if this is the only post the user voted for, then they'll care a lot if it gets removed
# LiquidFeedback uses a formula of "1/r", where r is the total number of votes the user has given
# as posts get removed, the votes get removed too, so surviving votes get more weight
# for the sake of efficiency, I'll probably use a formula like "if r > 20 then 0 else 1/r" so that users only start to contribute weight to posts once they only have 20 approvals left. Replace 20 with a constant of your choice
add the user's resistance to the post being removed to the post
# initial heap construction, takes O(C)
construct a min-heap of the posts based on the sum of the users' resistances to the post being removed
# iterative removal of posts
while posts remain in the heap: # O(C)
remove the first post in the heap - this has the least resistance to this post being marked 'last' in the current set # O(logC)
yield the removed post
for each vote for the removed post: # in total, O(E) - every vote is iterated once, across the entire lifetime of the heap
lookup the user that voted on the post
compute this user's resistance to this post being removed
remove this vote from the user
based on the number of remaining votes the user has given, compute the user's resistance to the next post being removed
compute how much the user's resistance to their next post being removed increased (let this be "resistance increase")
if "resistance increase" is nonzero (based on my formula, this will happen whenever they have less than 20 votes remaining, but not if they have more than 20 votes remaining):
for each vote for a different post by this user:
increase the post resistance to removal by "resistance increase"
perform an "increase_key" operation on the min-heap for this post # this will be O(logC)
# worst-case, each user will perform 20 + 19 + 18 + ... "increase_key" operations -
# they only begin once there are 20 votes remaining
# when they have 20 votes remaining, they have 20 increase_key's to do
# when they have 19 votes remaining, they have 19 increase_key's to do
# etc.
# because this is a constant, it doesn't contribute to the time complexity analysis.
# so each user performs at worst a constant number of O(logC) operations
# so the overall time complexity of the "increase_key" operations is O(VlogC)For this algorithm, the
yield the removed post statement will return the sorted posts in reverse order. So worst to best. You could also interpret that statement as "Give the post a rank in the final sorting of count(posts) - (i++)".Thiele says that process can be used to elect a committee of size N by stopping your removal when N votes remain. But because it's a "house monotonic" process (electoral speak for "increasing the size of the committee by one and re-running an election is guaranteed not to cost any existing members their seat), I figure it could be repurposed to produce a ranking as well - the top one item is "best one", the top two items are the best two, the top three are the best three, etc.
To make the above process work for approvals that decay over time, we'd just treat a decayed approval as a partial approval. I still have some work to do on how exactly to integrate partial approvals into the "resistance to removing each post" calculations without ruining my time complexity. But basically it's a proportional score voting election instead of proportional approval.
Adding a new sort type is not a big deal, so dont worry about it. And a new admin setting for this would also require UI changes, so the new sort type is easier overall.
The current sort options calculate the rank for each post only from the data on that post (number of votes, creation time). Your suggested algorithm looks much more complicated than that, as it requires two iterations and needs to access data from multiple posts at once. Im not sure if this can really be implemented in a way thats performant enough for production use. Anyway feel free to open a pull request, then hopefully other contributors can help you to get it working.
How to protect my identity while running an online store?
Hello, Sorry if this is the wrong place for this.
I am looking to start an online store for some art projects/crafts/stickers mostly as a creative outlet for some of my current frustrations.
Since some kinds of people take art way too personally, I want to take precautions from doxxing or being harassed.
What are some best practices for an online shop? Are there any recommended storefronts or something like that? I’m sure there’s a lot of things I’m not even considering.
Any help would be much appreciated, Thanks
I'm pretty sure he's far from the only one. Databases with such a vast amount of "forbidden" knowledge will always be misused.
That's why we shouldn't have global surveillance, espionage and "highly classified material" wherever it's possible for agencies to do their jobs without them.
And I'd argue most of the data the contractor had access to was neither relevant for his own work, nor for the work of all of the CIA.
like this
We’ve known since Snowden that these people browse private info for fun, and exchange anything spicy they find with each other. But this guy was straight up selling classified info to anyone who would buy it.
I’m shocked they’re letting this guy off with a plea deal. This was so far beyond misuse of systems. This was full on treason.
I’m shocked they’re letting this guy off with a plea deal. This was so far beyond misuse of systems. This was full on treason.
but he didn't try to run or get caught running in russia; so he's ok. lol
Depends which kind of partisan you’re talking to. One kind believes it’s ok to keep them in boxes in a bathroom. The other kind thinks ok to keep them in the trunk of a car or a private server.
Reasonable people want both kinds held accountable.
Fact : what's really behind the Swiss E-ID
End of September, Switzerland will vote for E-ID.
A big threat for our privacy as it will widely used for tons of new use cases.
Behind the government pitch of an "open source project, completely optional" hides big tech industry... Which will make it mandatory to access their services.
What are your thoughts on that ?
like this
private ids where always the scope of the privacy movement. However, it may as such present other challenges which can include age based discrimination. It as such must be implemented wisely.
Age is already being weaponised against us (child protection, etc), this shouldn't be like that - We can already see what kind of power governments hold. Ageism is what will ultimately destroy us.
Filter Your Files Directly in Zsh, Without Long Pipelines | Bread on Penguins
0:00 zsh opts
1:31 wildcards
2:46 when to glob!
4:08 special patterns
4:50 filtering, sorting
7:10 $f example
8:25 when not to glob!- YouTube
Profitez des vidéos et de la musique que vous aimez, mettez en ligne des contenus originaux, et partagez-les avec vos amis, vos proches et le monde entier.www.youtube.com
i use zsh on my work macs and now i'm thinking of doing so too on my linux machines because of this lady's videos.
i've been using bash for 20+ years and my work macs keep reminding me that the transition is going to have hiccups because bash has become muscle memory for me.
Bloody Day For Israel With Six Soldiers Killed In Gaza And West Bank (Videos, Photos)
Bloody Day For Israel With Six Soldiers Killed In Gaza And West Bank (Videos, Photos)
Six Israeli soldiers were killed on September 18 in two separate attacks that took place in the occupied West Bank...Anonymous1199 (South Front)
Russia challenges ICAO’s findings on MH17 crash in UN Court of Justice — ministry
Russia challenges ICAO’s findings on MH17 crash in UN Court of Justice — ministry
Russian diplomats also noted that although the tragedy occurred over 11 years ago, "there is still a long way to go in the quest for truth"TASS
Texas Man Is Charged With Making Threats Against Mamdani
https://www.nytimes.com/2025/09/18/nyregion/zohran-mamdani-threat-nyc-mayor.html
Beijing Prefers Peaceful Reunification with Taiwan But Warns Conventional Arms Are Sufficient
Beijing Prefers Peaceful Reunification with Taiwan But Warns Conventional Arms Are Sufficient
Retired PLA Lieutenant General He Lei said China has enough conventional weapons to resolve the Taiwan issue if necessary, though peaceful reunification remains Beijing’s preferred pathPavel Morozov (Pravda English)
A Reforma Administrativa avança para destruir o Estado brasileiro
A Reforma Administrativa avança para destruir o Estado brasileiro
Em meio a entrevistas concedidas à grande mídia, o relator do GT da Reforma Administrativa divulga a conta gotas possíveis ataques a direitos e ao próprio Estado.jornalofuturo.com.br
'Kill zone' around crucial Ukrainian city as Russian forces try to squeeze defenders out
'Kill zone' around crucial Ukrainian city as Russian forces try to squeeze defenders out
Pokrovsk has withstood Russian assault for more than a year, but Sky News hears from an expert that the defence could be coming to an end - here's why.Michael Drummond (Sky News)
EU to force Ukrainians to return home
EU to encourage Ukrainians to return home
Member states are facing financial strain providing benefits to millions escaping the conflictRT
Is the Kyiv Independent good enough for you, buddy?
kyivindependent.com/eu-to-phas…
EU to phase out temporary protection program for Ukrainians, prepares transition other residence statuses
In a recommendation adopted by member states, the Council agreed on a framework to ensure a "sustainable return and reintegration into Ukraine, when conditions allow," as well as a coordinated transition to other residence statuses for those eligible…The Kyiv Independent news desk (The Kyiv Independent)
Well aren't you a peach
How about you try a news source instead of... Whatever the hell this site is pretending to be, and then maybe make an attempt to be nuanced and truthful?
Edit: lol, the domain doesn't even resolve anymore
Is the Kyiv Independent good enough for you, buddy?
kyivindependent.com/eu-to-phas…
EU to phase out temporary protection program for Ukrainians, prepares transition other residence statuses
In a recommendation adopted by member states, the Council agreed on a framework to ensure a "sustainable return and reintegration into Ukraine, when conditions allow," as well as a coordinated transition to other residence statuses for those eligible…The Kyiv Independent news desk (The Kyiv Independent)
Works fine for me.
Well now it's gone but the other link is even better lol
Una
in reply to SugarCatDestroyer • • •like this
Maeve likes this.
Cowbee [he/they]
in reply to SugarCatDestroyer • • •I am once again recommending you read theory. This is becoming a big pattern with your posts, you have doomsday predictions that are framed in the views of "good vs evil" as though those are the driving mechanisms of the problems of today. I really think trying to get a solid understanding of the way capitalism works and its contradictions will help you make better sense of the world, which can be much more comforting than relying on conspiracy theories about crypto and predictions from John the Theologian centering the idea that currency will become invalid and we will all have to run into the hills and barter to survive (as your linked post states).
Such an economy would collapse without workers, you aren't going to be hunted, capitalism rests on wage labor and needs continuous labor and circulation to keep going. What's more likely is imperialism waning as profit rates trend lower and lower and the global south seeks independence, resulting in crisis, not some even stronger oppressive capialist force that can act with any kind of coherent plan. The capitalists aren't going to run automated megafactories and hunt former workers for sport, they need workers to consume to continue the process of circulation. When circulation becomes untenable because of overproduction of goods and not enough wages to buy said goods, the system crashes. It isn't going to get stronger, it will get more desparate and violent but weaker at the same time. Fascism is a cornered, hungry animal lashing out.
Even as the capitalist world gets increasingly fascist, the way you frame the ways it will act ignore that the primary purpose of fascism is to save capitalist relations, not just to do evil for evil's sake. The way we fight fascism is fundamentally centered around organizing, not fleeing cities and trying to rely on physical currency. The mechanisms of capitalism are understandable, and as such we can move on to understand the ways it will actually decay and run into crisis, and how we can move on to socialism.
Here's an introductory Marxist-Leninist reading list that you may find helpful.
Cowbee [he/they]
2024-11-12 13:19:57
like this
Hexanimo e Maeve like this.
SugarCatDestroyer
in reply to Cowbee [he/they] • • •like this
Maeve likes this.
Cowbee [he/they]
in reply to SugarCatDestroyer • • •like this
Hexanimo e Maeve like this.
SugarCatDestroyer
in reply to Cowbee [he/they] • • •It's just that recently the risk of a third world war has appeared. I have many different theories, but I can't confirm every one of them.
Okay, we'll see what happens next, but it's best to be prepared for any horror, even a sharp rise in food prices. I've seen videos and read articles predicting an imminent catastrophe, and corporate greed tells me that this catastrophe is just around the corner.
Cowbee [he/they]
in reply to SugarCatDestroyer • • •like this
Maeve likes this.
eldavi
in reply to SugarCatDestroyer • • •my own doomerism had me believing this as well, but then learning about texts like the ones cowbee has shared w you has shown me that our situation was predicted a century+ ago and I found it reassuring.
The most wild part is that it was never just some fringe leftist prediction; even liberal & conservative scholars from a century ago also predicted it like Keynes, or Polanyi, or Roosevelt (yes the president). It turns out that almost a century ago americans and other westerners just stopped paying attention to all the warnings from all of the scholars that they used to listen to and now we're in this doom filled future because all the people who benefit from the status quo have successfully created an environment where the future is seen as either more status quo or nothing but abject horrors to scare us into drinking the kool-aide of inescapable climate change and perpetual oligarchy.
Once I developed a rudimentary media literacy because those texts; the mainstream media became transparent and it became clear that everyone, but the people of ruling class, are kept ignorant of reality because ignorant people are easier to manipulate into all the unnecessary asshattery that we've been doing for the last five generations.
like this
Maeve likes this.
SugarCatDestroyer
in reply to eldavi • • •Maeve
in reply to SugarCatDestroyer • • •Added missing words
SugarCatDestroyer
in reply to Maeve • • •eldavi
in reply to SugarCatDestroyer • • •aka the yin to the fascist yang.
in other words: make them so worried about trying to keep a roof over their heads and food on the table that they're don't have the energy & time to think about why they have to do this when there are litterally billions of other people on this planet who don't have to worry about doing the same thing.
SugarCatDestroyer
in reply to eldavi • • •Avid Amoeba
in reply to eldavi • • •like this
Maeve likes this.
eldavi
in reply to Avid Amoeba • • •i'm expecting it to smack me down hard since i already was not having a great time under non-fascist capitalism.
you should teach a class on how to prepare for it. lol
Avid Amoeba
in reply to eldavi • • •Not much to teach. Just lucky to have another citizenship and some savings. Then theory just helps with answering questions like:
with a "yes," "no" and "probably yes." Previously I might have answered those with "no," "yes" and "no."
eldavi
in reply to Avid Amoeba • • •the us empire is about to demonstrate to the world that my other country of citizenship is still a helpless vassal state despite the incredible progress at self determination they've made in the last few decades and my recent career change has proven that savings were a thing of the past despite earning the american average salary.
i wish canada were an option for me, but the best chance that canada would consider me for permanent residency status is if i went back to the old career field that was giving me anxiety, depression, and the perpetual need to disregard reminders that i was helping the ruling class further fuck over the entire world.
Maeve
in reply to SugarCatDestroyer • • •Maeve
in reply to Cowbee [he/they] • • •I see Hunger Games metaphorically like all mythologies, poetry, court jesters, Shakespearean plays, etc. And like myself, reactionaries tend to take things literally, rather than get a handle on their passions and channel them in more creatively appropriate ways, when opportunity presents. Something about luck means preparation meeting opportunity. But part of preparation is knowledge and understanding. It's a long, hard, frustrating process for we who are conditioned into expectations of ease, comfort, and drive-thru results. There will be the five stages of grief accompanied by bitterness and many of our comrades will get stuck in the five stages, bitterness, and the way things were/could have been. I think those who are able to see and move beyond these things, accept there will be hardships and work through them to move beyond will be the ones shaping the future. The choice is yours. The choice is mine. The choice is our comrades. Choose ye this day whom you shall serve. A spirit of defeat serves the enemy, regardless of where our loyalty lies.
You've been such a reassuring, steady influence as I work through my issues. I'm ever grateful for it and proud to acknowledge it.
Cowbee [he/they]
in reply to Maeve • • •like this
Maeve likes this.
Maeve
in reply to Cowbee [he/they] • • •Cowbee [he/they]
in reply to Maeve • • •like this
Maeve likes this.
Maeve
in reply to Cowbee [he/they] • • •SugarCatDestroyer
in reply to Cowbee [he/they] • • •Cowbee [he/they]
in reply to SugarCatDestroyer • • •primrosepathspeedrun
in reply to SugarCatDestroyer • • •like this
Maeve likes this.
Cowbee [he/they]
in reply to primrosepathspeedrun • • •Read Debt: The first 5000 years(David Graeber, 2011) on ProleWiki
ProleWikiprimrosepathspeedrun
in reply to Cowbee [he/they] • • •Cowbee [he/they]
in reply to primrosepathspeedrun • • •primrosepathspeedrun
in reply to Cowbee [he/they] • • •Fuck that guy–but anyone who says he couldn't write clearly doesn't know how to read.
Cowbee [he/they]
in reply to primrosepathspeedrun • • •primrosepathspeedrun
in reply to Cowbee [he/they] • • •I think even among ML's there are better candidates for all that. Castro's entire set, for one.
I think he absolutely meant it and was a gifted administrator(putting aside killing all the other communists for a moment), but he made the same mistake all the French revolutionaries made–centralized power too much taking it from the soviets, so it fell apart when anyone less capable of filling those extremely large shoes stepped in.
He made the classic 'great man' mistake, and didn't trust the people he meant to save, so his success began to die the moment he did. It's hard to blame him personally, but god dammit he could have done so much better with a little sacrifice in initial efficiency to help the people be a bigger part of the revolution.
Grapho
in reply to primrosepathspeedrun • • •Lenin was one of the earliest theorists, organizers, and eventually the leader of the first explicitly Marxist revolution in world history. Any one of these accomplishments would make him one of the most important and admirable Marxists ever, but all three?
Lenin's worst mistake was giving too much of his health to his nation. Sorry, but your reading is not supported by the historical data, even though it is so often repeated by the western left.
Cowbee [he/they]
in reply to primrosepathspeedrun • • •That's not really an accurate view of the Soviet Union. Lenin didn't take power away from the soviets, they were still the driving force of decision-making. Thanks to achieving a socialist system, life expectancies doubled, literacy rates tripled, healthcare and education were free and high quality, working hours lowered, vacation days increased, housing and employment were full or nearly full, and they went from feudalism to space in half a century.
Lenin didn't "kill all of the other communists." The vast majority sided with the bolsheviks, and others fought against them and lost in the civil war. It wasn't like Lenin pushed a "kill everyone who disagrees with me" button, there was an active civil war with people killing bolsheviks and the Red Army as well.
The Soviet Union also didn't really fall apart simply due to Khrushchev, Gorbachev, or Yeltsin alone. They contributed by undermining the socialist system and introducing parts of government meant to work against each other, but the soviet union still functioned well until it was illegally dissolved.
All in all, you have a very inaccurate view of Lenin and the Soviet Union, I'd say. It was the single most progressive force in the world throughout its existence, and figures that you list like Castro directly owe at least some of their success to Lenin and the Soviet Union.
Maeve
in reply to SugarCatDestroyer • • •surph_ninja
in reply to SugarCatDestroyer • • •like this
Maeve likes this.
gandalf_der_12te
in reply to surph_ninja • • •m532
in reply to SugarCatDestroyer • • •HasturInYellow
in reply to SugarCatDestroyer • • •mub
in reply to SugarCatDestroyer • • •Is there a black market for Doctors (other than charities) ? Feels like an opportunity for an enterprising group of doctors.
Forking the medical industry with free treatment probably needs a gofundme . . . . . Or what the rest of the world calls a national health service.