dessalines

joined 6 years ago
MODERATOR OF
[–] dessalines@lemmy.ml 16 points 5 days ago

The 1.0 release is many months away yet, and we'll give ample time to app devs to update.

[–] dessalines@lemmy.ml 24 points 5 days ago (1 children)

Yep, or the things you've downvoted.

[–] dessalines@lemmy.ml 14 points 5 days ago (3 children)

How many books on this topic have you read? Are you aware of the conflicts between liberals and workers, prisoners, women, and colonized people for over 200 years? Do you know the history of the working class movement and its history of conflicts with liberals since the mid 1800s?

Any one of us can answer these questions. You clearly can't.

[–] dessalines@lemmy.ml 21 points 5 days ago (1 children)

The internet is kinda crazy. Confidently wrong children who can do nothing more than copy and paste from wikipedia are trying to down talk to people with a lifetime of study of political theory.

[–] dessalines@lemmy.ml 1 points 5 days ago

When the US falls, every citizen should have to fill out mandatory Stalin apology forms. No exceptions.

[–] dessalines@lemmy.ml 17 points 5 days ago* (last edited 5 days ago) (3 children)

Liberalism is the ideology of capitalism. They emerged together and the former was formed to justify the latter. Over the years it has branched out and there are many forms such as classical liberalism, neoliberalism, social liberalism, etc. but they all defend capitalist property rights and the market. Socialism emerged as the working class response to/critique of liberalism. In the US the term only refers to social liberals, who are in reality centrists. Americans call them leftists only because centrists are slightly to the left of right-wing politics.

We're against liberalism as a whole because it's the ideology that justifies capitalism. We're against social liberals because they're seen as fence-sitting cowards and dangerous compromisers.


Canada's two main parties are both right-wing. They support capitalism, and the rule of capitalists over the economy and government. The canadian conservative party agrees with them in that.

Or look at Australia. Their two main parties are Labour vs the liberal party (both are pretty right wing, but in that country the liberals openly position themselves to the right of the other party).

Or take Japan. Their far right party is called the liberal democrats.

[–] dessalines@lemmy.ml 22 points 5 days ago* (last edited 5 days ago) (13 children)

Liberalism is the ideology of capitalism. They emerged together and the former was formed to justify the latter. Over the years it has branched out and there are many forms such as classical liberalism, neoliberalism, social liberalism, etc. but they all defend capitalist property rights and the market. Socialism emerged as the working class response to/critique of liberalism. In the US the term only refers to social liberals, who are in reality centrists. Americans call them leftists only because centrists are slightly to the left of right-wing politics.

We're against liberalism as a whole because it's the ideology that justifies capitalism. We're against social liberals because they're seen as fence-sitting cowards and dangerous compromisers.


This is a very introductory overview to liberalism:

The most in-depth delving into it is Losurdo's Liberalism - A counter history, but you'd have to read many more foundational texts before that one.

[–] dessalines@lemmy.ml 37 points 5 days ago (67 children)

Someone hearing for the first time that Ronald Reagan and Margaret Thatcher are staunch liberals.

[–] dessalines@lemmy.ml 4 points 5 days ago (3 children)

The lemmy back end in general doesn't have mobile push notifications yet, those are still a wip.

The current alternatives are to enable email notifications, or add the inbox feed to an rss reader (although that is pull, not push, so it really isn't different from the app.)

[–] dessalines@lemmy.ml 22 points 6 days ago (11 children)

Getting people to read even short articles is impossible.

Just be honest with yourself any say that you're not looking to challenge your orientalist biases, that you just want things to confirm them.

The communists were the ones who defeated fascism in ww2, Mao being one of the most important leaders in that fight against japanese fascism. To equate Mao with nazis or the axis powers, who they shed so much blood to defeat, is sickening.

[–] dessalines@lemmy.ml 15 points 6 days ago* (last edited 6 days ago) (14 children)

In short, no, that was cold war propaganda. These intro articles get into some of the details of the Mao era:

[–] dessalines@lemmy.ml 18 points 6 days ago (1 children)

Good introductory article on this for US cops if anyone's interested:

 

cross-posted from: https://lemmy.ml/post/31782206

I've found this to be pretty useful when needing to do recursive / multi-file search and replace. Also has bindings to work within terminal text editors like vim and helix.

Uses rust and ripgrep under the hood for speed.

 

I've found this to be pretty useful when needing to do recursive / multi-file search and replace. Also has bindings to work within terminal text editors like vim and helix.

Uses rust and ripgrep under the hood for speed.

 
 
 

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 includes various minor improvements and bug fixes.

Backend

  • Fix Peertube federation by @flamingos-cant in #5652
  • Show NSFW content by default if content_warning exists by @xaegit in #5655
  • Register users in a transaction by @Nothing4You in #5608
  • Fix email notifications for denied applications by @Nutomic in #5641
  • Dont run scheduled tasks at startup by @Nutomic in #5732
  • Only use HTTP/1 for federation by @flamingos-cant in #5744
  • Update user count from local_user table instead of person table, and only count users with accepted application by @dullbananas in #5495
  • Decrement fail_count instead of reset to 0 by @Nutomic in #5737
  • Fix opentelemetry by @MrKaplan-lw in #5702
  • Fix post listing in nsfw communities by @Nutomic in #5698
  • Add missing post_read / hide / saved post_id indexes by @dessalines in #5689
  • Improve media deletion logic by @Nothing4You in #5677
  • Include published in VoteView order by for more consistent pagination by @MrKaplan-lw in #5676
  • Mark posts in NSFW communities as NSFW by @Nothing4You in #5646
  • Use version from git to indicate unreleased changes by @MrKaplan-lw in #5622

Frontend

  • Add Rblind theme by @travis-jeans in #3159
  • Remove browser cache by @SleeplessOne1917 in #3150
  • Show registration denial reason on login by @dessalines in #3175
  • Always escape HTML attributes in emoji autocomplete and custom emoji markdown renderer by @Nothing4You in #3169
  • Fix missing user badge for deleted users by @MrKaplan-lw in #3162
  • Add hungarian language by @dessalines in #3158
  • Fixing cache-control header. by @dessalines in #3148
  • Disable blur for NSFW images by default if content_warning exists by @xaegit in #3128
  • Add Vary: Cookie Header (fixes #3117) by @xaegit in #3119
  • Use alert-info for donation dialog by @dessalines in #3115
  • Optimize Dockerfile by @Nothing4You in #3090
  • Add support for using Lemmy UI with an external Lemmy instance by @SolninjaA in #3041
  • Only show View registration button to admins on profiles of local users by @Nothing4You in #3072

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.

 
 
 
view more: ‹ prev next ›