Prologue7642

joined 2 years ago
[–] [email protected] 5 points 1 year ago (1 children)

I kinda get it in this instance. It has similar energy to people that are leftists and want to use the US flag. Bald eagle is only used as symbol in US, so I am not a fan either.

[–] [email protected] 17 points 1 year ago (1 children)

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

[–] [email protected] 7 points 1 year ago (1 children)

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

[–] [email protected] 33 points 1 year ago (1 children)

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

[–] [email protected] 6 points 1 year 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.

[–] [email protected] 7 points 1 year 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.

[–] [email protected] 4 points 1 year ago

SearX or even better, SearXNG is probably the best option right now. But it is still just a metasearch engine. Unfortunately, currently there is no real FOSS option with its own index that is usable.

[–] [email protected] 3 points 1 year ago (1 children)

If you only do regular desktop stuff or just some light gaming, you will probably be fine with integrated GPU. But beware, your CPU does need to have one (not all ones do). Also, when you are using an integrated GPU you are dedicating part of your RAM for that GPU so in the end you will have less RAM available, usually it is something like 2 GB, but it is something to keep in mind.

To be honest, I would probably avoid latest GPU stuff, most of them are not worth it in my opinion. Too expensive and too power hungry. But it depends on your options and what you want to play.

Second hand is usually fine. Even if it was used for crypto, if it was properly cooled and taken care for (although that is usually hard to know for sure).

You will have the easiest time with AMD GPUs, they are basically plug and play. The only reason for going with nvidia would be their proprietary stuff like DLSS and better ray tracing. Or if you do some work that could benefit from CUDA (machine learning, 3d modeling).

[–] [email protected] 2 points 1 year ago

Ir really depends on what you do. If you do normal web browsing/gaming etc. I would prioritize CPU, I would still but at least 16 GB, but with that you should be totally fine. If you do something unusual, programming, virtualization, self-hosting, etc. it depends on your workload.

[–] [email protected] 1 points 1 year ago

It depends on what is meant by slower CPU. If you can, I would go with current gen staff anyway, and then it doesn't matter. You can upgrade no matter which CPU you choose. The only factor is a number of channels your CPU have (which will almost always be 2), what generation of DDR it supports (current gen is DDR5 but if you go for older it will be cheaper DDR4) and how many DIMM slots your motherboard have.

Also, AMD is almost always better value with lower power consumption, with some exception in some rare use cases.

[–] [email protected] 1 points 1 year ago (1 children)

If you have a reasonable amount of RAM, you don't even need swap, but it depends on what you need. If you do need it, it should be on your fastest drive, but it doesn't need to be large, even something like 2 GB can be enough. You can share swap between OSes that shouldn't be an issue, you will just to manually configure it with each one.

Also, as someone already said it might be a good idea, if you want to try multiple distros to share your home folder between OSes it should make things easier for you and save some space as well. Overall, 256 GB if you want to install multiple distros is pretty small, but it depends on what you install/what distro it is. Remember to partition your drive well, it is annoying to have to resize your disk partitions with data on it.

[–] [email protected] 4 points 1 year 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.

 

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.

 

Today, I just got news that our company is mandating that everyone installs spy software on their computers. As I am not going to install such software on my computer, it has been said to me that if we don't find some solution, I will get fired.

To be honest, I was thinking about changing jobs anyway, so I don't mind that much, but I am not sure what to do now.

I work in IT, so I have quite a lot of job opportunities, but most of them are something that is mostly harmful to society.

So I am considering two options: Try to find some meaningful job in IT (which is likely to be very hard).

Find some nice good paying job where I can work, ideally part-time, and focus on working on open source software in my free time.

Not really sure what to do, does anyone have any experience with similar situation?

 

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.

 

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 ›