Posts
Delegates from Russia, China, and from more than 60 countries praise the legacy of Fidel Castro
cross-posted from: https://lemmygrad.ml/post/12479555
Some 1,500 delegates from 63 countries inaugurated this Monday at the Havana Convention Center the First International Colloquium "Fidel: Legacy and Future", focused on remembering the life, work and thought of the historical leader of the Cuban Revolution, Fidel Castro (1926-2016).
The meeting, held before the start of the Havana International Book Fair, brought together representatives from Russia, China, Africa and Europe to express their support for the Caribbean island in the face of external aggression.
During the opening day, Mikhail Shvidkoi , the Russian president's special envoy for cultural cooperation and head of his country's delegation at the literary event, conveyed a message from President Vladimir Putin in which he emphasized that in Russia the memory of Fidel Castro is "venerated with deep respect" for being "a loyal and reliable friend of our country, who made a colossal personal contribution to building the multifaceted alliance between Havana and Moscow."
Shvidkoi stated that the life of the "great revolutionary" and statesman was dedicated to serving the Fatherland, becoming "a symbol of freedom, justice and patriotism for Cubans and for millions of people around the world . "
The Russian representative argued that Castro's name is "inextricably linked" to the modern history of Cuba , a period in which, under his leadership, socio-economic progress was made and Havana's international prestige grew exponentially, while he worked to build a "just and truly democratic world order."
Recalling his first trip to Cuba in January 1980, Shvidkoi reminisced about the day they bid farewell to Celia Sánchez, whom he described as "a great daughter of the Cuban people, a great revolutionary who was Fidel's comrade-in-arms ." Regarding that occasion, he said, "That was the first time I heard Fidel speak. It was incredibly moving."
He added that after the triumph of the Cuban Revolution in 1959, the Soviet Union embraced it as an "absolutely organic phenomenon of paramount importance for all the peoples of the world ," understanding that it was "driven by the yearning for justice." The Russian politician conveyed his country's "unwavering solidarity" and Putin's wishes for "good health, prosperity, and courage" for Cuban leader Raúl Castro, Fidel's brother.
On behalf of the People's Republic of China, Liu Haixing, a member of the Central Committee of the Communist Party of China (CPC) and head of its International Department, read a letter sent by General Secretary Xi Jinping to leader Raúl Castro and President Miguel Díaz-Canel. In the letter, Xi asserted that Fidel Castro achieved "immortal historical feats" dedicated to national liberation, the defense of sovereignty, and the building of socialism.
The Chinese president emphasized in the text that Fidel Castro cemented bilateral relations, allowing Cuba to be the first Latin American country to establish diplomatic ties with China, building over 66 years a benchmark of cooperation between socialist countries and of "sincere mutual assistance among nations of the Global South." Xi reaffirmed China's support for Cuba's pursuit of a development model adapted to its national conditions, the defense of its security, and its opposition to foreign interference.
Liu Haixing evoked the bonds of friendship that united Fidel Castro with Mao Zedong and later with Xi Jinping, and warned that in the face of a global scenario marked by "hegemonism, unilateralism and conflicts" , the Global Development, Global Security, Civilization and Global Governance initiatives promoted by Beijing are setting the course towards a community of shared future.
“The more complex and ever-changing this world becomes, the more crucial it is to strengthen conviction and solidarity ,” Liu emphasized, reaffirming the Chinese Communist Party’s commitment to the international system centered on the United Nations and multilateralism. Liu concluded with the proclamation: “The spirit of Fidel Castro is eternal, and long live the friendship between China and Cuba!”
Namibian Prime Minister Tjitunga Elijah Ngurare described Cuba as a "beacon of global solidarity and dignity" and conveyed a message of "peace and love" from President Netumbo Nandi-Ndaitwah. Ngurare stated that "one cannot speak of freedom in Southern Africa without acknowledging Cuba's role ," recalling that Cuban combatants fought alongside the Namibian and Angolan peoples until they defeated the Apartheid regime and achieved independence.
The head of government urged the international community to have the "moral courage" to support the island in the face of the US blockade and promised that Namibia "will never abandon" the Caribbean nation. He described Fidel Castro as a "transcendent figure who shaped the world we know today" and whose leadership transformed the island's economic and social reality to unimaginable levels.
The president of the Party of the European Left (PEL), Austrian Walter Baier, asserted that the Cuban revolutionary victories demonstrated that "dignity can triumph over oppression ." Baier denounced the fact that the island has endured more than six decades of US blockade, the current energy embargo, and constant extraterritorial sanctions that constitute "collective punishment and silent genocide."
He emphasized that "the people of the island have never surrendered, because dignity cannot be suppressed," and noted that Fidel Castro demonstrated that people can change the course of history and the destiny of their nations. Baier warned that the colloquium is taking place at a "dangerous moment internationally," positioning the defense of Cuba as the cause of all those who defend national sovereignty and the premise that "peace is stronger than war."
Show me your favorite absurdist memes
Not sure why this one sticks in my head for days.
Jerboa v0.0.88 Release
What's Changed
- Improve ImageViewerScreen logging by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2160
- Changing renovate to monthly by @dessalines in https://github.com/LemmyNet/jerboa/pull/2161
- Fix lint due to new unescaped translation from weblate by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2164
- Implement view pooling for AndroidViews by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2163
- Fix scroll stuck/glitchy in comments when scrolling up to an image by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2162
- AGP 9 upgrade by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2053
- Expand Search Functionality by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2176
- Fix some deprecations by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2182
- Update baselineprofiles + tweak compose compiler config by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2181
- Remove duplicate translation key by @MV-GH in https://github.com/LemmyNet/jerboa/pull/2178
Full Changelog: https://github.com/LemmyNet/jerboa/compare/0.0.87...0.0.88
https://github.com/LemmyNet/jerboa/releases/tag/0.0.88Open linkView original on lemmy.mlLemmy Release v0.19.20 - Reduced Memory Usage
What is Lemmy?
Lemmy is a self-hosted social link aggregation and discussion platform. It is completely free and open, and not controlled by any company. This means that there is no advertising, tracking, or secret algorithms. Content is organized into communities, so it is easy to subscribe to topics that you are interested in, and ignore others. Voting is used to bring the most interesting items to the top.
Changes
This release significantly reduces memory usage for the Lemmy backend. Metrics on production instances show a reduction up to 10 times. Here you can see the statistics from a few different instances. Read on for a technical explanation below. Note that the change only affects x86, there is no difference on ARM (e.g. Raspberry Pi), see here for details.
lemmy.ml (overall RAM usage including OS, Docker, PostgreSQL etc):
leminal.space (backend container only)
lemmy.world (backend API containers)
lemmy.world (backend federation and scheduled tasks)
How was such a major improvement possible? Memory usage in languages like Rust or C is managed by a so-called memory allocator. It requests large chunks of RAM from the operating system, and provides smaller chunks when needed in the program. For example, every string (such as post titles or markdown text) require chunks of memory to store them. When processing the data is completed, the memory should be freed and released, or reused.
Until version 0.19.19 Lemmy used the mimalloc memory allocator, which is supposedly better than the default glibc allocator. Yet a recent blog post points out that mimalloc does not play well with the tokio async runtime. It suggests to use jemalloc instead. Changing memory allocators is very simple in Rust, it only requires a single line of code. So we tried that, deployed the change on lemmy.ml and it immediately proved effective.
Upgrade instructions
There are no breaking changes with this release.
Follow the upgrade instructions for ansible or docker.
If you need help with the upgrade, you can ask in our support forum or on the Matrix Chat.
Thanks to everyone
We'd like to thank our many contributors and users of Lemmy for coding, translating, testing, and helping find and fix bugs. We're glad many people find it useful and enjoyable enough to contribute.
Support development
We (@dessalines and @nutomic) have been working full-time on Lemmy for over five years. This is largely thanks to support from NLnet foundation, as well as donations from individual users.
If you like using Lemmy, and want to make sure that we will always be available to work full time building it, consider donating to support its development. A recurring donation is the best way to ensure that open-source software like Lemmy can stay independent and alive, and helps us grow our little developer co-op to support more full-time developers.
- Liberapay (preferred option)
- Open Collective
- Patreon
- Cryptocurrency
[pdf torrent] Cereseto, Waitzkin - Capitalism, Socialism, and the physical quality of life
This phenomenal paper from 1986 compares the quality of life (called in the article PQL, including indicators like health, life expectancy, daily per capita calories, infant mortality rate, etc), and finds that socialism outperforms capitalism in nearly all cases for comparisons of countries with similar ecomomic development.
Abstract from jstor:
This study compared capitalist and socialist countries in measures of the physical quality of life (PQL), taking into account the level of economic development. The World Bank was the principal source of statistical data, which pertained to 123 countries and approximately 97 percent of the world's population. PQL variables included (1) indicators of health, health services, demographic conditions, and nutrition (infant mortality rate, child death rate, life expectancy, crude death rate, crude birth rate, population per physician, population per nursing person, and daily per capita calorie supply); (2) measures of education (adult literacy rate, enrollment in secondary education, and enrollment in higher education); and (3) a composite PQL index. All PQL measures improved as economic development increased. In 30 of 36 comparisons between countries at similar levels of economic development, socialist countries showed more favorable PQL outcomes (p < .05 by two-tailed t-test). This work with the World Bank's raw data included cross-tabulations, analysis of variance, and regression techniques, which all confirmed the same conclusions. The data indicated that the socialist countries generally have achieved better PQL outcomes than the capitalist countries at equivalent levels of economic development.







