Prologue7642

joined 2 years ago
[–] Prologue7642@lemmygrad.ml 24 points 2 years ago (1 children)

I truly love the idea that the reason Americans hate communism is their rigorous study of USSR and China.

[–] Prologue7642@lemmygrad.ml 9 points 2 years ago (1 children)

It was just a temporary ban if I remember correctly. For more context, https://lemmygrad.ml/post/656428

[–] Prologue7642@lemmygrad.ml 56 points 2 years ago (2 children)

Wow, it is a sad state, where every single comment of his has negative score, except the ones where he calls Russians orcs…

[–] Prologue7642@lemmygrad.ml 6 points 2 years ago

Here in the Czech Republic, almost nothing. Only a few stories about overthrowing of “democratically” elected president, and few comments from French. No one seems to care.

[–] Prologue7642@lemmygrad.ml 8 points 2 years ago

As someone mentioned, there is DS9 and even Voyager. For me, I couldn't even finish watching the first episode. It just didn't seem like Star Trek to me. It had more of a Star Trek movies (new ones) vibe, and I just couldn't stand it.

[–] Prologue7642@lemmygrad.ml 4 points 2 years ago (1 children)

And the whole “Russian/Chinese bots” things falls pretty flat when most of our conversations are amongst ourselves as well. Why would China/Russia pay/program all these bots just to simulate conversation in the hope that some random US liberal will stumble upon a 3 week old conversation, start an argument and then get an angry response? Seems like a poor use of their time.

I mean, I've literally seen someone argue that Dessalines is being threatened with murder by CPC. I wouldn't put it past them.

[–] Prologue7642@lemmygrad.ml 12 points 2 years ago (3 children)

I think that if there is one person here that I understand losing their temperament, it would be you. Reading the endless threads on lemmy I always wonder how you don't lose your mind arguing with some people.

[–] Prologue7642@lemmygrad.ml 3 points 2 years ago (1 children)

I agree, what I wanted to say with that is that if someone from other lemmy instances come here even with our reputation, there is a good chance that it is someone who is actually interested in what we have to say.

[–] Prologue7642@lemmygrad.ml 0 points 2 years ago (1 children)

Yes, in this case it did work. But I wanted to use it as an example of someone who was originally met with a more hostile response, even if it wasn't warranted. Personally, if I was in his place, I would just not want to engage with us anymore. I don't want to say with this post that we are terrible etc. but at least in my opinion people who actually come here from another instances and are not trolls are prime target for education. That is the reason I think we should try to be more kind to them.

We get a huge volume of bad-faith interaction here. Especially when you sort by “new comments”.

Interesting, I rarely see that, apart from obligatory "China bad", "Russia putler" etc. under some news articles. But maybe that is just due to the posts I read.

[–] Prologue7642@lemmygrad.ml 8 points 2 years ago (3 children)

I agree that is not a huge problem and yes it is mostly not so harmful. I was not trying to suggest with this post that we are super terrible etc. Mostly I just wanted to say that I think we could be a bit better. In my opinion, these people are the prime target for educating. Overall, from what I've seen Lemmygrad has a pretty bad reputation on most Lemmy instances so if someone ventures here and is not a troll, I think we should try to be kind to them.

[–] Prologue7642@lemmygrad.ml 1 points 2 years ago (3 children)

How are you making the distinction between trolls and good faith participation?

Sometimes it is hard to tell, and I do understand that it is easy to make mistakes, but we should still try to assume that not everyone is here just to troll.

Can you share an example from your post history where you’ve patiently educated an account seemingly engaging in bad faith?

Personally, the only example I can give of my post is this https://lemmygrad.ml/comment/438417, but I don't post here that much. But I think that a much better example of this is: https://lemmygrad.ml/comment/1165246 Here, even if you disagree with the original statement, I would argue that someone was met with too hostile response and seems to have changed his mind after he was shown proof that he was wrong. I do agree that sometimes it is hard to not just make fun of people, especially with Uighurs and China in general, but we shouldn't automatically assume bad intentions.

 

I think we should try to be more careful, not to automatically assume that everyone who is asking questions here about China/Ukraine etc. is always arguing in bad faith. I've seen multiple people who were genuinely trying to ask something here and the only response they got was mockery.

I do understand that a lot of times people who come here are trying to troll or just be annoying, but we still should try to engage in them in good faith as long as there is no reason not to do so. Not everyone who isn't from Lemmygrad is someone hostile to our ideology, and we should try to be kinder to them.

 

The admins of lemmy.ml and lemmygrad.ml will not say this. Actually they cannot say this because they are probably employed by the Chinese Government and would be put to death if they did.

 

A few months ago, I switched from using mainly YouTube for music to a self-hosted solution. I download everything from Soulseek and really love it. But the one issue that I have is that it is pretty hard to find new music. With YouTube, I had recommendation that most of the time were pretty conservative but still sometimes offered something new.

So far the only solution to this that I found was using last.fm, but not really a fan of this solution. Does anyone have any better way to discover new music?

 

I wanted to post a comment in indieheads community here on lemmy, but from lemmygrad it does not show up. I noticed that the community is quite recent, just two days old, is there some sync that I have to wait for? Or is the issue somewhere else?

 

I have been using Gentoo exclusively for about two years and really enjoyed it. The customization and package manager is just top-notch. I have been curious about NixOS for some time, just randomly seeing it pop in some discussion, but never really looked into it. One day YouTube recommends this video about flakes for development instead of using Dockerfiles.

It intrigued me because I am not really fan of Dockerfiles. In my experience, it is too easy for something to break and pretty hard to maintain them properly. Plus, it is really annoying to use them for development.

So I started looking into Nix and then NixOS and created a new partition and installed it and so far it is a pretty interesting experience. The system is pretty customizable, and it is nice having the entire system described in configuration files. I could see myself using the same config for my laptop and desktop and just sync them. It is really nice and easy to have your entire system configuration in git repo, much easier than what I used with things like etckeeper.

So far there are only few issues I encountered. Not every package is implemented properly, so some configuration is the same old story of using files in /etc or maybe just specifying a configuration file in your config. I've also read about some issues with Nix not using FHS (Filesystem Hierarchy Standard) for example Steam had some issues but so far I didn't encounter them. Also, the documentation is not what I am used to coming from Gentoo, but it is still usable.

The last issue I have is not really an issue. It is pretty time-consuming to make your entire configuration, especially if you want to use flakes. I've been slowly adding more and more but so far only into default configuration.nix and would love to rewrite it completely into flakes, but it takes time.

So far I didn't decide that I would be not going back to Gentoo, but it is fascinating experience. I am especially curious how will this impact my development workflow because it should be much easier to control dependencies per project. Especially with something like Python (always really hated using venvs).

Anyone else trying NixOS or using it already?

view more: next ›