

OpenRC works just fine on my PC
OpenRC works just fine on my PC
I find the Darwin approach to dynamic linking too restrictive. Sometimes there needs to be a new release which is not backwards compatible or you end up with Windows weirdness. It is also too restrictive on volunteer developers giving their time to open source.
At the same time, containerization where we throw every library - and the kitchen sink - at an executable to get it to run does not seem like progress to me. It’s like the meme where the dude is standing on a huge horizontal pile of ladders to look over a small wall.
At the moment you can choose to use a distro which follows a particular approach to this problem; one which enthuses its developers, giving some guarantee of long term support. This free market of distros that we have at the moment is ideal in my opinion.
Rule #1 never trust your users
Yes, I find that dude to be very disagreeable. He’s like everything that haters claim Linus Torvalds is - but manifested IRL.
XFCE would be my choice too
Ok going to try Thunderbird tomorrow and if it works then I’ll see if I can reverse engineer whatever it does into gnus
Has anyone got gmail or outlook working via SMTP in the past couple years? I was using the former with emacs gnus and then it started demanding additional auth that I couldn’t provide via a simple file, then in the past 6 months the latter stopped letting me log in.
My ~/.gnus
file was like this -
setq user-mail-address "my.name@hotmail.co.uk"
user-full-name "My Name")
(setq gnus-select-method
'(nnimap "outlook"
(nnimap-address "imap-mail.outlook.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
(setq smtpmail-smtp-server "smtp-mail.outlook.com"
smtpmail-smtp-service 587
gnus-ignored-newsgroups "^to\\.\\|^[0-9. ]+\\( \\|$\\)\\|^[\"]\"[#'()]")
~/.authinfo
(encrypted with gpg) -
machine imap-mail.outlook.com login my.name@hotmail.co.uk password **** port 993
machine smtp-mail.outlook.com login my.name@hotmail.co.uk password **** port 587
I think I might need to start hosting my own email server because every authentication option on these services requires some extra step or fingerprinting that gnus can’t provide. Maybe I should give up and try Thunderbird to see if that would work.
:grimace:
The compiled distros should be easy instead of nightmare tbh
It is quite easy to go slackware -> gentoo from what I remember but minimalist distros might be cheating
I use i2p for torrents exclusively. It’s slow but totally private so I can seed without needing to mess about with a VPN.
There is a slightly smaller community but the people on there have similar tastes to me: linux textbooks, GOG games, jazz albums, etc.
I think we’ve both got different perspectives on this that aren’t going to change so let’s agree to disagree.
I’d argue that attempts to force people to change their beliefs too quickly has led to a conservative reactionary backlash in recent years.
Recent surveys are showing an increase in people, in particular young people, harbouring intolerant views vs even 10 years ago. I think that suggests that the maximalist progressive rhetoric on social media is turning people away from progressive causes.
Creating a more tolerant society is a frustratingly slow process where the general public gradually become acclimatised to new ways of thinking. Forcing it creates a backlash because people need to feel like they arrived at their ideas themselves. There used to be an acknowledgement that it was a mutual process which is missing from the debate today.
Queer people were oppressed by the social norm of not judging people for their political beliefs?
They worked fine in the 90s/00s. Social media and smart phones has just come in and created hyper-polarization since then. Human beings aren’t designed to be able to handle getting news so quickly from such a wide variety of (dubious) sources.
People cast their vote for a variety of complicated reasons, often against their own interests. Someone might be stupid because they voted for a bad ticket but I don’t think they are necessarily immoral.
These old norms like not judging others for their politics used to function fine before social media propagated and the culture wars flared up. I’d be hesitant to throw the old norms away, even in our current circumstances, because after they go there’s no guarantee you’ll ever get them back.
I had an ok experience with Arch and a 2012 macbook pro back in the day. Wifi and suspend all worked without any tweaking. Moved on to using a ThinkPad after that though.
They were just trying to prevent people from being tricked into installing Manjaro
Whatever the UI in Jurassic Park is was a genuine linux interface at some point so maybe that
There is a separate kernel which is being written entirely in rust from scratch that might interest you. I’m not sure if this is the main one https://github.com/asterinas/asterinas but it is the first one that came up when I searched.
By the tone of your post you might just want to watch the world burn in which case I’d raise an issue in that repo saying “Rewrite in C++ for compatibility with wider variety of CPU archs” ;)