Posts
2041
Following
230
Followers
2517
Director of Linux Foundation IT. Currently in charge of kernel.org infra.

This account is for Linux/Kernel/FOSS topics in general: #linux, #kernel, #foss, #git, #sysadmin, #infrastructure.

For my personal account, please follow @monsieuricon@castoranxieux.ca.

MontrΓ©al, QuΓ©bec, Canada πŸ‡¨πŸ‡¦πŸ‡ΊπŸ‡¦

K. Ryabitsev 🍁

1
7
18

K. Ryabitsev 🍁

> Socket error on imap.gmail.com (x.x.x.x:993): timeout.

Google's IMAP has been increasingly unusable for me in the past couple of weeks. Anyone else having the same problem?
6
1
0
@david @b0rk also known as "broccoli"
0
0
1
Edited 1 year ago

what git jargon do you find confusing? thinking of writing a blog post that explains some of git's weirder terminology: "detached HEAD state”, "fast-forward", "index/staging area/staged", β€œahead of 'origin/main' by 1 commit”, etc

(really only looking for terms that you personally find confusing, not terms that you think someone else might be confused about)

23
2
0
@drewdevault Nice write-up! I also wrote about this at some point in the past: https://lore.kernel.org/kernelnewbies/20220708154456.hcymrdkidv2uznsx@meerkat.local/ (before "real name" was changed to "known identity" and I'd like to hope that I helped guide things in that direction in some way).
0
0
3

K. Ryabitsev 🍁

TFW being called out by name at the LF member summit. Thank you, @corbet !
0
0
10
@axboe We can make this work with patchwork and pre-filtering for just pull requests, probably. Can you send an RFE to helpdesk@k.o?
1
1
3

Everything I Know About the Tech Industry I Learned From Baseball

by me!
We find wisdom wherever we encounter it. And since I’m at the ballpark a lot of the time, that’s where I get my tech business lessons.
https://www.tomshardware.com/opinion/everything-i-know-about-the-tech-industry-i-learned-from-baseball

0
2
1
@marcan I see your point, but on the other hand it wouldn't be a full "dry run" if we disable features compared to the real thing. I'll think about it.
1
0
0
@brauner @monsieuricon the biggest problem is that lore is just an aggregator and has read-only access to some of its sources. As such, it has no ability to prevent collisions. This is the main reason behind my push for signing the patches and using the keyring info for authenticity validation.
1
0
0
@hyeyoo not according to Scots. :)
1
0
2
@robinhood It's "seasoned meat and lightning rods"
0
0
1
@hyeyoo You're going to get some angry Scots Whisky drinkers in your comments for putting a bourbon in the same line-up as single malts and calling them all "whiskeys". :)
1
0
3
@vegard I wouldn't call Hyperledger "cryptocurrency" as it's really just a platform for deploying blockchain-backed ledgers (for the small niche where they actually do make sense to use).
0
0
1

K. Ryabitsev 🍁

I don't know the story behind this, but every time I see that the main bitcoin development list is hosted on lists.linuxfoundation.org, I have a huge WTF moment.
2
1
13
@atjn It's not about rendering -- after all, even markdown/rst is rendered into HTML and displayed using webview. The problem is that HTML+CSS is such a complex standard with such a huge attack surface, that by claiming to support the full standard you're opening up your users to huge security risks both in terms of exploits and in terms of social engineering scams.

Microsoft realized this at some point -- after a couple of years of non-stop vulnerability reports in Outlook, which is why they made a decision to not use MS Explorer to render email, but switched to using the MS Office html rendering engine, which supported only a small subset of full HTML+CSS functionality. I believe, this is largely true to this day -- if you expect your email to render properly in most clients, you can't write it to the full HTML standard, but to the MS Office stripped down set of features.

If you don't believe me that using HTML for email was a bad idea, check your incoming mail and see how many of the "rich messages" have "Email not displaying properly? View it on our website!" link at the very top of their message.
1
0
0

K. Ryabitsev 🍁

If we were inventing email today, anyone suggesting that we use the full HTML+CSS standards to use as the markup language would be laughed out of the room and never invited back.
3
3
14
Show older