• 0 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: September 5th, 2023

help-circle



  • Indeed I do. Here on Lemmy, for instance, anything with news in the name gets blocked. I follow my local news on my own terms by going to the news pages instead of being fed whatever is popular today. This helps a lot. Logically speaking, “news” must include mostly bad things, otherwise it’d be called “sames”, (assuming, as I do, that we live in mostly good times). I’d recommend to everyone, specially people on the younger side, to try to experience life by yourself and connect to people one on one, mass media is a cancer.


  • It is not common knowledge. It is a common fallacy. People are the solution, not the problem. Bad things happening in the world absolutely do not mean “people are bad”. You guys need to work on your psychological resilience. The bad news don’t decide how you relate to people in general, that’s a choice you’re making. And you can stop making it. You’d feel better and less cynical.

    (of course I’m here lecturing people, but I myself don’t always manage to keep a positive mindset, we’re human)


  • People are great. I don’t mean to offend, but a generic dislike of people like that is a sign of low self esteem. Or any other of the myriad of mental illnesses we have today. That’s why I asked. This needs to be addressed, simply moving into the mountains is not a solution.

    Again, I don’t want to sound confrontational, but psychiatry has studied this for decades, it’s not a new thing. I wished we stopped making jokes with this subject. If yall dislike people that much, maybe you need some help. I’m saying it sincerely, not to belittle your individual experiences.



  • That’s an interesting question. It’s pretty nuanced. I don’t know of any laws that would stop Microsoft from going “oops, we had a bug in our software, sorry about that”. Same for the linux distros. Unless you’re a corporate customer, then that would be included as part of some contract. So at the end of the day you trust Microsoft’s reputation. You’d trust your distro of choice as well. So as a thought experiment I would suggest that the most secure operating system provider is the one that ships a very similar version of its OS to both end-users and enterprise customers. Some Linux distributions fall into that category, some definitely not.

    Also, keep in mind that some distros are run mostly by individual contributors not employed by any knowingly reputable company, so I’d stay away from those by default.









  • It can be overwhelming, yes. But it’s not difficult. A bunch of dumb people go through it every day and they get to their destination just fine. =)

    Don’t worry about anxiety, once you get there just focus on the next thing that needs to be done at any given moment and you’ll be ok. You’ll find that the brain gets into a problem-solving state and you’ll be landing in Korea before you even notice.


  • But then that’s me sending a message to past me and the messages can only go as far back as today, so that’s like me writing a message right now and then reading it right now.

    So I need to be able to meet with the assassin and somehow send a message with location and date so that past me can avoid it. Repeat until the 7 days end.

    I guess I’m also not smart enough. Sigh… Past self, I tried, but I don’t understand the rules, so we’re dead now.



  • Well, OP mentions he cannot install software on the machine, so I think that already blocks anything depending on lsp.

    My experience is mostly from doing linux kernel programming on remote baremetal machines. I use ccls + eglot locally and have fiddled a lot with tramp, which is really good when it does work, but also tends to trip over bad connections.

    I’ve also wrote all sorts of elisp hacks to be able to access the remote machine via tramp but have all code navigation commands apply to a local repository replica where the lsp server runs. My use case was similar to OP but the machines were not x86_64, so there wasn’t even any lsp ported.

    So yeah, my gut feeling having dealt with similar issues is that it’s not worth it, YMMV.