Posts
1971
Following
226
Followers
2464
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 🍁

@toke let me know if the changes I pushed to the config helped at all.
1
0
0

K. Ryabitsev 🍁

b4 v0.11 should be out by the end of the week. There are improvements and new features for both maintainers and contributors, so if you're a regular user of b4, I would appreciate if you try the latest master.

https://lore.kernel.org/tools/20221206215340.556ov3bdfyf3qvyy@meerkat.local/
0
2
7

Okay, so let me tell you about my doorbell, from a perspective.

When you push the button by the door, it sends a message over the wireless mesh network in my house. It probably goes through a few hops, getting relayed along the way by the various Zigbee light switches and "smart outlets" I have.

Once it makes it to my utility closet, it's received by a Zigbee-to-USB dongle, through a USB hub (a simple tree network) plugged into an SFF PC. From there, it gets fed into zigbee2mqtt, which, as the name implies, publishes it to my local broker.

The mqtt broker is in the small cluster of nodes I run in my utility closet. To get in (via a couple of switch hops), it goes through , which is basically a proxy-ARP type service that advertises the IP address for the mqtt endpoint to the rest of my network, then passes the traffic to the appropriate container via a veth device.

I have , running in the same Kubernetes cluster, subscribed to these events. Within Kubernetes, the message goes through the CNI plugin that I use, . If the message has to pass between hosts, Flannel encapsulates it in VXLAN, so that it can be directed to the correct veth on the destination host.

Because I like for automation tasks more than HomeAssistant, your press of the doorbell takes another hop within the Kubernetes cluster (via a REST call) so that NodeRed can decide whether it's within the time of day I want the doorbell to ring, etc. If we're all good, NodeRed publishes an mqtt message (more VXLANs, veths, etc.)

(Oh and it also sends a notification to my phone, which means another trip through the HomeAssistant container, and leaving my home network involves another soup of acronyms including VLANs, PoE, QoS, PPPoE, NAT or IPv6, DoH, and GPON. And maybe it goes over 5G depending on where my phone is.)

Of course something's got to actually make the "ding dong" sound, and that's another Raspberry Pi that sits on top of my grandmother clock. So to get *there* the message hops through a couple Ethernet switches and my home WiFi, where it gets received by a little custom daemon I wrote that plays the sound via an attached board. Oh but wait! We're not quite done with networking, because the sound gets played through PulseAudio, which is done through a UNIX domain socket.

SO ANYWAY, that's why my doorbell rarely works and why you've been standing outside in the snow for five minutes.

0
0
0

K. Ryabitsev 🍁

I hate it when I implement something and then immediately think of a better way to do it.

#b4
1
1
5

K. Ryabitsev 🍁

Periodic reminder not to set your system hostname to "linux.com". I really don't want to see your cPanel alerts.
1
9
11

K. Ryabitsev 🍁

.plan files + finger = the original microblogging platform
0
1
6

K. Ryabitsev 🍁

meme shitpost
Show content
0
0
1

K. Ryabitsev 🍁

Me: I just want to send this 8bit message, k?
SMTP Elder Gods: Repent, ye puny mortal.
1
0
4

K. Ryabitsev 🍁

Today is brought to you by an annoying email header corrupting bug in Python:
https://github.com/python/cpython/issues/99927
0
0
2

K. Ryabitsev 🍁

Before you ask, we'll be moving things over to RHEL 9 Very Soon Now (TM). It just required a lot of yaks to be shaved, and thankfully most of them are now looking pretty smooth. And likely very cold, because there's probably a good reason why yaks need all that fur.
0
0
5

K. Ryabitsev 🍁

If you're wondering why you can't follow society.oftrolls.com accounts from social.k.o, it's because we can't actually talk to them -- we can only do TLS1.2 maximum due to still being on RHEL7 for a little while longer, and they only allow TLS1.3.
3
1
4

K. Ryabitsev 🍁

Oh, hey, Akkoma mentioned in the LWN write-up. Nice.

https://lwn.net/Articles/916154/
0
0
1

K. Ryabitsev 🍁

Do you like Soviet Synthwave?
Show content
0
1
0

K. Ryabitsev 🍁

So, who here still uses Flickr a lot?
0
1
0

K. Ryabitsev 🍁

My plan is to migrate my personal instance (castoranxieux.ca) to Akkoma some time this week. Should be fun, and I'm liking the concept of bubbles.

I know that Pleroma upstream has had... interesting times in the past few months, but I didn't want to go with a fork for social.k.o -- at least not yet. We'll see how Akkoma and re:Based are doing over the next few months, and how the upstream is doing. Switching my personal instance to Akkoma seems to be the right way go to in terms of kicking tires.
0
1
4

K. Ryabitsev 🍁

I'm considering an archiving scheme for social.kernel.org that would automatically add all public statuses to a public-inbox archive -- not right away, but maybe after a month or so. This should allow us to remove them from the database while still keeping them publicly accessible. From what I've read elsewhere, pleroma's database backend organization is not great, so after a while they start to experience database performance problems. Removing old entries should allow us to avoid this fate while still preserving the conversation record.
1
1
3

K. Ryabitsev 🍁

Any takers? :)
0
2
10

K. Ryabitsev 🍁

@captainepoch is there a quickie way to filter the timeline to remove replies that aren't to myself or myself+my follows? I find that if I haven't checked my TL for a while it's easier to view it in the browser where I can filter it by these criteria in PleromaFE.
0
0
2

K. Ryabitsev 🍁

Hey, baby. Why don't you... comb-over here?
0
0
3

K. Ryabitsev 🍁

Check out that AI avatar making app, they said.

It's pretty cool, they said.
0
1
3
Show older