There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

lemmy.ml

just_another_person , to selfhosted in Move UnRaid from metal to Proxmox

Oof. No.

Wouldn’t do it for a litany of reasons, but the main being that it’s not meant for such things. You want it to be as close to the OS and drivers as possible. Anything getting between Unraid managing the disks is overly complex, and asking for trouble. What happens if the container dies? What happens if the container gets OOMkill’d?

If you’re not going to use it to manage your disks, then I guess no issues, but there’s better suited software for such things.

Isn’t Unraid also a VM host of sorts?

jjlinux OP ,
@jjlinux@lemmy.ml avatar

Yeah, UnRaid does all of that, but from my very basic testing of ProxMox in an old computer, the VM management is much better than in UnRaid. The same goes for VLAN awareness with just 1 nic.

I’m in no way unsatisfied with UnRaid, but I watched a video by Christian Lempa doing something similar, only with TrueNAS instead of UnRaid, which is what got my brain thinking about all these potential options.

www.youtube.com/watch?v=M3pKprTdNqQ

just_another_person ,

There’s the question of “CAN I do this?” vs “SHOULD I do this?”. I don’t think abstracting your main storage handling software away from where it definitely needs to be is going to net you anything positive, but add more issues and complications.

I’m sure you can find videos of people running drivers out of containers just because it’s possible. Should you though? Nope.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

I do have the advantage of having a mirror of my server 2.5K miles away in my brother’s house. That’s probably why I’m thinking about being so candidly careless.

I appreciate the great advise. But now I’m willing to take one for the team and come back with either am horror story or an epic win.

BRB.

just_another_person ,

You’re thinking about this wrong way though. Why are trying to abstract the thing that keeps your disks working properly? What’s your gain here?

jjlinux OP , (edited )
@jjlinux@lemmy.ml avatar

Oh, ok. Mainly 3 things:

  1. Manage all my containers and VMs over ProxMox instead of inside UnRaid directly, effectively leaving UnRaid to be just manage storage only.
  2. This, from my understanding, will in turn allow me to play with container options other than docker (docker is awesome, I know, but it also has limitations), effectively opening new roads of knowledge to me. UnRaid doesn’t even support Kubernetes or LXC.
  3. Easier VLAN management in the server side. I have to play with firewall permissions on my PFSense to allow some containers to talk to others. ProxMox, being VLAN aware, would allow me to eliminate those permissions from PFSense and just manage interconnectivity via ProxMox.

While I’m aware that I can even compose dockers in UnRaid if there’s no UnRaid docker template available, it’s not the most user friendly way for managing those containers, in my opinion.

Another reason is that I’m always trying to learn new things, and from my limited experience with ProxMox (I’ve only been playing with it for about a month or so on an old rig), ProxMox is incredibly easy and powerful when it comes to container and VM deployment. The management options seem to be infinite.

Your point is very solid, which is why I’m contemplating segregating UnRaid and ProxMox into 2 separate rigs as opposed to virtualizing UnRaid.

These are hard decisions. Keep just 1 rig and spend way more time and probably migraines configuring this, or just build a new rig for ProxMox and migrate all my containers and VMs to it, which is faster, but will come at a higher monetary price, including power consumption.

just_another_person ,

Just get a separate host for whatever the VM stuff you want. You won’t need to worry about messing anything related to storage up, AND you’ll be able to mess with all the networking stuff without impacting your NAS.

If you’re just trying to run some simple services, just get a $300 Ryzen minipc. Plenty powerful for what it sounds like you’re looking to do.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

Yeah. I told my wife what I wanted to do, and she actually would rather have me spend the money than risk spending too much time if and when I break something. I’m thinking a minispc Ryzen 9 or a Ryzen 7 venus, set it up with a 4TB NVMe. That should do the trick. It’s a bit over 300 bucks, but will be a bit more future proof. 64GB DDR5, and fire it away.

pyrosis ,
@pyrosis@lemmy.world avatar

Have you considered the increase in disk io and that hypervisor prefer to be in control of all hardware? Including disks…

If you are set on proxmox consider that it can directly share your data itself. This could be made easy with cockpit and the zfs plugin. The plugin helps if you have existing pools. Both can be installed directly on proxmox and present a separate web UI with different options for system management.

The safe things here to use are the filesharing and pool management operations. Basically use the proxmox webui for everything it permits first.

Either way have fun.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

I actually never considered this. And if I’m understanding you correctly, this would render using UnRaid unnecessary.

This is great info. I’m going to fit my current ProxMox test rig with a few disks I have (old small disks I have replaced over the years that still work) and test this option first. This might make this easier.

If this works out, I can still keep the server I set up off-site to mirror my storage, right? Even if that is still UnRaid? I need more coffee.

pyrosis ,
@pyrosis@lemmy.world avatar

Yup you can. In fact you likely should and will probably find yourself improving disk io dramatically compared to your original thoughts doing this. It’s better in my opinion to let the hypervisor manage disks operations. That means in my opinion it should also share files with smb and NFS especially if you are already considering nas type operations.

Since proxmox supports zfs out of the box along with btrfs and even XFS you have a myriad of options. You combine that with cockpit and you have a nice management interface.

I went the zfs route because I’m familiar with it and I appreciate it’s native sharing options built into the filesystem. It’s cool to have the option to create a new dataset off the pool and directly pass it into a new lxc container.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

I’m very inclined to use this method instead.

I would like to ask for some suggestions on the initial process to migrate the data from UnRaid.

Considering that:

  • My disk pool is made out of 2 10TB disks, for a total of 20TB
  • It also has a 10TB parity disk
  • The pool is using just -6TB of the storage

The option I see is:

  • Get another 10TB disk
  • I can clear the parity drive and copy my data from the pool to that disk for migrating
  • Configure the pool disks to RaidZ and once I complete that, use the other 2 disks as parity pool

Or, I bite the bullet, get brand new 10TB disks, 12 to make it Raidz2 and have a storage pool of 40TB (35 usable?). I’m thinking 4 groups of 3 disks each should do the trick. Then use the same method to migrate my data.

With 64GB of ECC RAM, I should have a pretty swift storage IOPS that way.

pyrosis ,
@pyrosis@lemmy.world avatar

Bookmark this if you utilize zfs at all. It will serve you well.

jrs-s.net/2018/08/17/zfs-tuning-cheat-sheet/

You will be amused with zfs performance in proxmox due to all the tuning that is possible. If this is going to be an existing zfs pool keep in mind it’s easier to just install proxmox with the zfs option and let it create a zfs rpool during setup. For the rpool tweak a couple options. Make sure ashift is at least 12 during the install or 13 if you are using some crazy fast SSD as proxdisk for the rpool.

It needs to be 12 if it’s a modern day spinner and probably a good setting for most ssds. Do not go over 12 if it’s a spinning disk.

Now beyond that you can directly import your existing zfs pool into proxmox with a single import command. Assuming you have an existing zfs pool.

In this scenario zfs would be fully maintaining disk operations for both an rpool and a media pool.

You should consider tweaking a couple things to really improve performance via the guide de I linked.

Proxmox vms/zvols live in their own dataset. Before you start getting to crazy creating vms make sure you are taking advantage of all the performance tweaks you can. By default proxmox sets a default record size for all datasets to 128k. qcow2, raw, and even zvols will benefit from record size of 64k because it tends to improve the underlying filesystem performance of things like ext4, XFS, even UFS. Imo it’s silly to create vm filesystems like btrfs if you’re vm is sitting on top of a cow filesystem.

Another huge improvement is tweaking the compression algorithm. lz4 is blazing fast and should be your default go to for zfs. The new one is pretty good but can slow things down a bit for active operations like active vm disks. So make sure your default compression is lz4 for datasets with vm disks. Honestly it’s just a good default to specify for the entire pool. You can select other compressions for datasets with more static data.

If you have a media dataset full of files like music, vids, pics. Setting a record size of 1mb will heavily improve disk io operations.

In proxmox it will default to grabbing half of your memory for arc. Make sure you change that after install. It’s a file that defines arc_max in byte number format. Set the max to something more reasonable if you have 64 gigs of memory. You can also define the arc_min

Some other huge improvements? If you are using an SSD for your proxmox install I highly recommend you install log2ram on your hypervisor. It will stop all those constant log writes on your SSD. It will also sync them to disk on a timer and shutdown/reboot. It’s also a huge performance and SSD lifespan improvement to migrate /tmp and /var/tmp to tmpfs

So many knobs to turn. I hope you have fun playing with this.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

Thanks so much.

All this info brought me back to the drawing board.

This led me to start searching for new components, as I’m pretty sure that I will want to build a new rig and just probably donate my current box.

Thank you, I really appreciate it. My bank account, not so much 🤣🤣

pyrosis ,
@pyrosis@lemmy.world avatar

Another thing to keep in mind with zfs is underlying vm disks will perform better if the zfs pool is a type of mirror or stripe of mirrors. Z1 Z2 type pools are better for media and files. Cm disk io will improve on the mirror type style dramatically. Just passing what I’ve learned over time in optimizing systems.

jjlinux OP ,
@jjlinux@lemmy.ml avatar

I’ll be studying that link you sent me deeply before I start my adventure here.

I didn’t know this rabbit hole was so deep. Love it!

glasgitarrewelt ,

That sounds like a great idea.

At the moment I am using Openmediavault as a VM within proxmox - I pass my HDDs through to this VM. Openmediavault let’s me do all the stuff I want to: Share folders via SSH, NFS and raid-management.

Do you know if I can do the same with proxmox directly? Do you maybe have a link where this way is described in detail?

pyrosis ,
@pyrosis@lemmy.world avatar

At its core cockpit is like a modern day webmin that allows full system management. So yes it can help with creating raid devices and even lvms. It can help with mount points and encryption as well.

I do know it can help share whatever with smb and NFS. Just have a look at the plugins.

As for proxmox it’s just using Debian underneath. That Debian already happens to be optimized for virtualization and has native zfs support baked in.

cockpit-project.org/applications

GuyFleegman , to lemmyshitpost in i hate this meme

Based and friendpilled

lightnegative , (edited ) to memes in memes are inherently leftist, as they are meant to be shared.

Based on that logic, the Christian bible is inherently leftist because it’s meant to be shared… whether you wanted it or not

imnotfromkaliningrad OP ,
@imnotfromkaliningrad@lemmy.ml avatar

despite not being religious i have to admit that jesus seemed like quite a chill dude.

Again I tell you, it is easier for a camel to go through the eye of a needle than for someone who is rich to enter the kingdom of God

Matthew 19:24

JayDee ,

Bullets are leftist! /s

DessertStorms , to memes in freedom!
@DessertStorms@kbin.social avatar
luciferofastora ,

Thank you for putting the meme in text too. I wish it was more commonplace, not just for screenreaders but also for people like me whose internet loads pictures slowly. Saves me a click and is just as funny.

Also, yeah, fuck their hypocrisy. They’d gladly push both buttons and see no issue.

DessertStorms ,
@DessertStorms@kbin.social avatar

Thanks for letting me know, I'm glad someone found it helpful!

And yeah, they absolutely would..

IcePee , to memes in some people on this platform

… And? A lot of socialists are also libertarian in equal measure.

imnotfromkaliningrad OP ,
@imnotfromkaliningrad@lemmy.ml avatar

libertarian “socialists” are a deeply idealist tendency that didnt manage to get anything done ever. the only thing they do is criticize actually existing socialist projects, mostly using state department talking points. the concept of critical support is unknown to them and the only revolutions they like are the ones that fail. they are puppets in the hands of the cia.

irmoz ,

It’s not very enlightened to call entire movements like libertarian socialism (AKA anarchism) just idealist, ineffectual, and to imply they’re essentially brainwashed by the US government.

Anti-state movements have a history as long and storied as socialism, and theoretical frameworks for their beliefs far more complex than you give them credit for.

imnotfromkaliningrad OP ,
@imnotfromkaliningrad@lemmy.ml avatar

yeah the state department point was probably a little harsh and generalizing of me, though i am indeed quite pissed how reactionaries like vaush or keffals are appropriating leftist aesthetics in order to shill for us imperialism. i am also standing with my statement about ancoms & co not getting anything done, sorry.

irmoz ,

Ancoms have definitely gotten shit done, you just sound salty tbh

imnotfromkaliningrad OP ,
@imnotfromkaliningrad@lemmy.ml avatar

what exactly?

irmoz ,

theanarchistlibrary.org/…/peter-gelderloos-anarch…

A detailed summary of successful anarchist organisation throughout history.

LainTrain ,

Anarchist Spain and the Makhnovhscina as short lived as they were were closer to even Marxist communism than any of those authoritarian shitholes

LittleBorat2 , to memes in some people on this platform

These westerners are social democrats which is not hard to understand, it’s wiki entry away.

davel , (edited )
@davel@lemmy.ml avatar

It’s infuriating considering that it’s in the first goddamn sentence: en.wikipedia.org/wiki/Socialism

Socialism is an economic and political philosophy encompassing diverse economic and social systems characterised by social ownership of the means of production, as opposed to private ownership.

If those libs could read they’d be very upset.

mindbleach ,

Words mean what they’re used to mean. Even the word “government” is wildly different between Europe and the US. We flip out over headlines like the government of Belgium has collapsed! and it’s only as much of a kerfuffle as the House trying to elect a Speaker.

davel ,
@davel@lemmy.ml avatar

If ever there was a real world example of Newspeak, it is how—thanks to class war and three red scares—the working class no longer even has a word for socialism. So now welfare capitalists like Bernie Sanders call themselves socialist despite never calling for the abolition of the private ownership of the means of production. It’s an amazing achievement of the capitalist class’ propaganda machine.

kaffiene , to memes in some people on this platform

There’s no contradiction there.

emidio ,

lemmy.world

wonderfulvoltaire , to memes in some people on this platform
@wonderfulvoltaire@lemmy.world avatar

The healthcare system is just fraud anyway just finish the job and make it for everyone not the ultra rich.

mindbleach , to memes in some people on this platform

“Those countries reflect poorly on socialism.”

“How dare you, they’re not really socialist.”

Gorillatactics , to memes in Self-Made

The only self-made man I acknowledge is Philip J. Fry.

Doxatek ,

Bet he didn’t animate himself smh he owed his success to the story board artists

Letstakealook , to programmerhumor in Always be fashionably late

I accidently started a trend among a certain group of being early to the meeting because I was worried about being late. So, instead of getting ten minutes to mentally prepare with a book or podcast, it became asinine small talk. Now I’ve just gotten better at being ten minutes early without signing in and setting a two minute timer on my phone to log into the chat. Now they complain I’m not chatting with them. Why can’t they understand I’d never choose to interact with them, this is work.

where_am_i , to memes in Self-Made

Most of you would’ve failed even with those starting conditions.

If you think you can build a billion-worth company, go and do it. VC money can be secured these days with a half-assed power point presentation. You won’t be owning your entire company and someone will make even more money than you, but in just some 10 years you’ll make yourself and someone else a few billions. Then you’ll have a billion or so in starting capital and you can go become the richest human in existence. Clearly, if you’re capable of all those things, you should be already on your way to success instead of complaining on the internet.

The socioeconomic usefulness of the system allowing for such lifepaths has not been debated. Instead the message enviously pointed out that becoming rich is only possible by being rich in the first place. My argument is that if you’re capable of taking less than a mil and making billions, there’s a system in place already that will allow you to do just that and become famously rich in the process. So, your complaint is invalid. And you’re not anti capitalism, you’re just jealous.

yogthos OP ,
@yogthos@lemmy.ml avatar

Nothing more hilarious than billionaire simps.

xthexder ,
@xthexder@l.sw0.com avatar

The main thing sitting between me and being a billionaire is my conscience and moral values. I’m of the opinion that to become a billionaire you must necessarily have psychopathic tendencies.

For example: No way I could stand up on stage and bullshit my way through a Cybertruck reveal knowing it’s all lies and unfinished ideas.

yogthos OP ,
@yogthos@lemmy.ml avatar

Not just billionaires, there’s research showing that a high percentage of senior executives are likely to be psychopaths. Capitalist system selects for this behavior. People who are willing to lie, cheat, and step on others, are the ones that are rewarded and get ahead. Honest people with morals get filtered out along the way because they aren’t willing to do what a psychopath would do to succeed.

forbes.com/…/senior-executives-are-more-likely-to…

where_am_i ,

I’m pro universal basic income and a 99% tax after something around a few mil of annual income. I’d generally advocate for a societal system where such wealth accumulation by an individual is impossible.

“Lefties” like you make me sick to my stomach. You can only whine your jealous tears and complain about the housing market. You’re the reason everyone thinks the left are a bunch of idiot kids in colorful clothes. In a utopic communist society you’d be leeching off while whining about how everyone keeps working even though it’s clearly unnecessary.

yogthos OP ,
@yogthos@lemmy.ml avatar

You must’ve used the power of both your brain cells to write that comment.

triplenadir ,
@triplenadir@lemmygrad.ml avatar

cool, I’ll go make a powerpoint, can you also give me the necessary:

  • parents with spare $600k+ (inflation-adjusted from 1994 when Amazon started) to give me to build a prototype
  • rich &/ or influential friends, from my family and my expensive education
  • expensive education
  • etc

Signed, someone who thinks it is unhealthy for society for any one person to have the equivalent of a billion dollars

davel ,
@davel@lemmy.ml avatar
Ghyste , to memes in Self-Made

Not a meme…

yogthos OP ,
@yogthos@lemmy.ml avatar

when you definitely know what the word meme means

Ghyste ,

Imagine using the pre-internet definition of meme as an excuse to dump every flavor of garbage into one community…

yogthos OP ,
@yogthos@lemmy.ml avatar

aww, little muffin is seething and coping

shiftymccool ,

pre-internet definition of meme

Jesus wept

where_am_i ,

we got enough political BS all over the platform. But sure, I guess people who don’t want to see repeated “capitalism bad” in every community in every post should just leave lemmy.

yogthos OP ,
@yogthos@lemmy.ml avatar

Don’t let the door hit you on the way out.

where_am_i ,

wow, look at this welcoming community. 4/1 to this guy.

I understand, you democratically represent lemmy. Be happy in your echo chamber.

yogthos OP ,
@yogthos@lemmy.ml avatar

you’re not the main character kiddo, get used to it

where_am_i ,

says you, lmao

yogthos OP ,
@yogthos@lemmy.ml avatar

I’m not the one running around crying that everybody isn’t catering to my whims here kiddo

davel ,
@davel@lemmy.ml avatar

Your account is as old as mine. By now I’d think you’d know better.

Oh right, we had this conversation just last week: sh.itjust.works/comment/11375618

So I shouldn’t expect you to know anything.

davel ,
@davel@lemmy.ml avatar

Appropriate username is appropriate.

izutsumi-idea !nonpolitical_memes

You know where the block button is.

yogthos , to memes in freedom!
@yogthos@lemmy.ml avatar

Isn’t this literally Biden voters right now?

Cybermonk_Taiji ,

🤡

yogthos ,
@yogthos@lemmy.ml avatar

we know you are

UrPartnerInCrime ,

You must be a word class long jumper with that leap

yogthos ,
@yogthos@lemmy.ml avatar

There’s no leap here, Biden regime is literally arresting students and faculty protesting a literal genocide that US is currently facilitating.

UrPartnerInCrime ,

Yet still continue to protest spite the arrests. Sounds they also don’t want to be tread on.

yogthos ,
@yogthos@lemmy.ml avatar

People protesting aren’t voting for Biden, the ones who are are denouncing the protests while doing pearl clutching over property damage.

zbyte64 ,

Then show me the Biden supporter (who isn’t protesting) that wants small government like those who fly the Gadsden flag.

yogthos ,
@yogthos@lemmy.ml avatar

them goalposts be moving

zbyte64 ,

Them goalposts is me asking for the original receipt. Show me the Biden supporter who you claim this flag represents.

yogthos ,
@yogthos@lemmy.ml avatar

nobody made this argument except you, what was said was that Biden supporters are just like the people whom this flag represents, they’re ok with an actual genocide being committed against other people as long they’re comfortable

luciferofastora ,

I’d be surprised if opponents of genocide would vote Republican instead, given how some GOP reps seem to be opposing even the half-measure of delaying arms shipments.

A two party state where you choose between “fucked up” and “less fucked up, but constantly ceding ground” just does a poor job of accurately representing the opinions of people favouring actual progress, so they’re doing what they can to pull the Overton Window their way.

yogthos ,
@yogthos@lemmy.ml avatar

This is what perpetuates the insanity in US. When your choices are Hitler and 99% Hitler, then the vote is meaningless. A lot of people will just choose not to participate in this circus.

UrPartnerInCrime ,

If Biden is 99% Hitler than I’m 99% Jesus and it’s rude for you to argue with me.

yogthos ,
@yogthos@lemmy.ml avatar

I’m not going to argue with a supporter of a genocide.

UrPartnerInCrime ,

Not a supporter of genocide. I just realize there’s a lot more going on than just that

yogthos ,
@yogthos@lemmy.ml avatar

If you support Biden then you are supporting a genocide that US is currently involved in. Period. The fact that you can’t even admit this just further underscores your utter lack of morality and intellectual honesty.

UrPartnerInCrime ,

Ok, but if I don’t support Biden, the other guy is going to continue doing the genocide. Maybe even at a worse pace. So what’s the answer than? Voting on every other decision

Genocide sucks, but America dug this hole for generations. It’s not all on Biden

yogthos ,
@yogthos@lemmy.ml avatar

Your actions are what matter, and if you’re going to vote for the guy who is conducting a genocide then you are complicit. No amount of hand wringing will change that.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

Your actions are what matter

Not voting is also an action. And if your refusal to vote allows someone to take power that will not only continue the genocide, but also start more genocides, then you are complicit. No amount of hand wringing will change that.

yogthos ,
@yogthos@lemmy.ml avatar

Yeah, not voting for either genocidal scumbag is indeed an action. To frame what’s happening in US as the fault of people who refuse to vote for either scumbag is the height of idiocy. No amount of liberal sophistry will change that.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

It’s the trolley problem with a single track: you can pull the lever and the trolley will run over 5 people before it stops, or you can not pull the lever and the trolley will run over 10 people.

If you’re standing beside the lever with your arms crossed refusing to pull it, saying “the fault is on the person who tied the people to the track. Getting involved makes me complacent.” Then yes, people are going to blame you because even if you didn’t cause the problem there is something very easy you can do to make it less bad.
You can’t save all 10, but you can save 5. So you do what you can, and then you also go after the guy who tied the people to the tracks.

yogthos ,
@yogthos@lemmy.ml avatar

Learn how resisting actual repressive regimes works instead of making a clown of yourself here. You’re not saving anyone here. Biden is the one doing a genocide as we speak, not Trump. But I suppose racists like you don’t even consider Palestinians to be humans, so you won’t lose any sleep over that.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

“anyone who disagrees with me is a racist!”

Good talk. Engaging with you is definitely worth while…

yogthos ,
@yogthos@lemmy.ml avatar

Nah, it’s just people who use a trolley analogy to dismiss an actual genocide they’re supporting who are racists. Clearly you place no value on the lives of Palestinians that the party you keep telling people to vote for is massacring. At least have the decency to own up to your beliefs openly little fash.

Cowbee ,
@Cowbee@lemmy.ml avatar

Change comes from outside the ballot box. Vote for Biden, sure, but join and support the ongoing protests forcing his hand currently. Historically, meaningful change has come from collective action.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

If your choices are Hitler and 99% Hitler, you still do what you can to stop 100% Hitler. Less bad is less bad.

Nobody cares about your smug sense of superiority when 100% Hitler is in charge and you proudly announce “I did nothing to stop this, other than try to encourage other people to also do nothing to stop this.”

yogthos ,
@yogthos@lemmy.ml avatar

This idiotic logic is precisely why US is where it is today.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

You mean the logic of “I’m not going to do anything and neither should anyone else”?

yogthos ,
@yogthos@lemmy.ml avatar

Nobody is making this argument except you.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

Considering I specifically suggested doing something is better than doing nothing, I’m going to go ahead and guess that listening to what other people are saying isn’t a strength of yours.

yogthos ,
@yogthos@lemmy.ml avatar

Doing something is what the students protesting the genocide are currently doing, not voting for the guy doing the genocide. The fact that you don’t understand these basic things is truly phenomenal.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

I understand that the people protesting are doing something. This is the first time you’ve actually advocated for an action.

People are fully capable of both protesting and voting to keep someone worse from doing worse things. The fact that you don’t understand these basic things is truly phenomenal.

yogthos ,
@yogthos@lemmy.ml avatar

Protesting a genocide is real tangible action, voting for a guy committing the genocide is the opposite that action. Hope that helps clear things up for you since you seem to have trouble grasping this concept.

Socsa , (edited )

This is pretty rich coming from a guy who unironically defends Stalin and Mao for “doing what needed to be done.”

Edit - I mean there you have it. If I explain the meme I’ll get banned but I think any reasonable person can appreciate the whiplash.

yogthos ,
@yogthos@lemmy.ml avatar

Stalin and Mao liberated hundreds of millions of people, provided them with food, healthcare, education, and jobs. Imagine comparing that to a senile manager of the empire doing a genocide. What is wrong with you?

Socsa ,

Meh, you and I both know that we cannot have an honest discussion of Mao or Stalin’s flaws on this instance, the same way we can have an honest discussion of Biden’s.

yogthos ,
@yogthos@lemmy.ml avatar

We both know that you refuse to accept reality. Facts aren’t on your side though pubmed.ncbi.nlm.nih.gov/25495509/

Socsa ,

And Israel is the most advanced nation in the Levant, I guess.

yogthos ,
@yogthos@lemmy.ml avatar

That certainly does sound like something you would think unironically.

davel ,
@davel@lemmy.ml avatar

What, defeating the Nazis? Breaking free from Emperors, Western imperialism, and Japanese imperialism? I’d say those needed to be done, yes.

CileTheSane ,
@CileTheSane@lemmy.ca avatar

denouncing the protests while doing pearl clutching over property damage.

Sounds like Republicans to me.

yogthos ,
@yogthos@lemmy.ml avatar
e8d79 , (edited ) to memes in freedom!
davel ,
@davel@lemmy.ml avatar

To be fair, most liberals don’t understand taxation, ether, which is why neoliberalism lumbers on, the zombie ideology it is.

Psythik , (edited )

Don’t you MAGA hats have anything better to do than complain about liberals all day? For fucks sake, PLEASE find a hobby.

(edit: well shit; turns out that I said this in fucking Lemmy.ml. I thought I blocked this shithole. No wonder why I’m seeing comments like yours.)

davel ,
@davel@lemmy.ml avatar

Anyone who disagrees with me is MAGA!

fucking liberals

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines