I believe you can install the Arch package manager on gentoo
- 13 Posts
- 334 Comments
steeznson@lemmy.worldto United Kingdom@feddit.uk•Liz Truss to launch ‘uncensored’ social network to counter mainstream mediaEnglish6·10 days agoIt’ll be a dating site for rich married people like Ashley Madison but the only person they can match with will be her.
steeznson@lemmy.worldto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?2·24 days agoThere 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” ;)
steeznson@lemmy.worldto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?11·24 days agoOpenRC works just fine on my PC
steeznson@lemmy.worldto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?3·25 days agoI 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.
steeznson@lemmy.worldto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?4·25 days agoRule #1 never trust your users
steeznson@lemmy.worldto Linux@lemmy.ml•Which areas of Linux would benefit most from further standardization?51·25 days agoYes, I find that dude to be very disagreeable. He’s like everything that haters claim Linus Torvalds is - but manifested IRL.
The FT article (hitpiece?) on him does raise some interesting questions about the claims on his CV. Haven’t spent a lot of time watching his videos so I don’t have an opinion on his economics yet though.
steeznson@lemmy.worldto Linux@lemmy.ml•If you have to pick only one Desktop Environment and use it till your computer breaks, what would you choose?7·27 days agoXFCE would be my choice too
steeznson@lemmy.worldto United Kingdom@feddit.uk•Ninja sword owners will be paid to surrender weapons before banEnglish26·27 days agoLast amnesty a company handed in 1.5 million machetes and claimed the compensation for them despite importing the weapons themselves in the weeks before the ban. Pure profiteering.
I hope the police have learned something but somehow doubt they have.
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.
steeznson@lemmy.worldto United Kingdom@feddit.uk•Prospect of £5 pint leaves bitter taste for some pubgoersEnglish3·1 month agoYou are almost certainly correct
Edit: probably pertinent to say I live in Edinburgh that gets some of the London contagion
steeznson@lemmy.worldto United Kingdom@feddit.uk•Prospect of £5 pint leaves bitter taste for some pubgoersEnglish3·1 month agoHas anyone got a pint for less than a fiver - outside of a weatherspoons - for the past 10 years? And, no, I don’t live in London.
steeznson@lemmy.worldto United Kingdom@feddit.uk•Fleeing Hong Kong Wasn’t Enough: China’s war on dissidents comes to the United KingdomEnglish41·1 month agoThis was a moving article. I’m so glad we agreed to take in refugees from HK in 2020. Probably the best thing BoJo did.
At least with Russia the citizens are all cynical. I’m concerned that in mainland China most people are buying the propaganda.
steeznson@lemmy.worldto Linux@lemmy.ml•Krita is so KOOL, but how do i Verify the current AppImage?1·1 month ago:grimace:
steeznson@lemmy.worldto Open Source@lemmy.ml•fd: A simple, fast and user-friendly alternative to 'find'1·1 month agoUse whatever works for you!
steeznson@lemmy.worldto Open Source@lemmy.ml•fd: A simple, fast and user-friendly alternative to 'find'13·1 month agoOne thing I like about knowing
find
(andgrep
for that matter) is that you know it will be installed everywhere. It makes working on remote servers so much easier, especially if you can’t install any new packages with your user permissions.
I know people who were working on the replacement system with accenture but they ran out of money for it halfway through and it got abandoned. That was like 2 years ago.