Note to self: the default links provided by Firefox after install are:
Category Archives: Internet
AT Protocol
So it turns out when they’re talking about the AT Protocol (the Authenticated Transfer Protocol) they are *not* talking about the Hayes AT command set. Just FYI for any old timers around here. :)
List of most visited websites
Today I found: List of most visited websites. Go DuckDuckGo! :)
Bluesky’s user safety situation
Some interesting discussion about content moderation and user safety: Bluesky’s user safety situation.
OVHcloud
Today I was checking out bare-metal systems available from OVHcloud.
The Circle
I did some creative writing, inspired by a new friend: The Circle.
A Different Internet
An interesting article about internet culture and policy: A Different Internet.
Auditors
This is just for the record. (So I can find it later, if it turns out that I want to.)
Mentioned here: KeePassXC Audit Report.
How AWS came to be
A 2016 article about how AWS came about: How AWS came to be.
Cut-through switching
Today I learned that cut-through switching is a thing. Basically it starts sending frames before the full frame has been received, thereby reducing latency:
In computer networking, cut-through switching, also called cut-through forwarding, is a method for packet switching systems, wherein the switch starts forwarding a frame (or packet) before the whole frame has been received, normally as soon as the destination address and outgoing interface is determined. Compared to store and forward, this technique reduces latency through the switch and relies on the destination devices for error handling. Pure cut-through switching is only possible when the speed of the outgoing interface is at least equal or higher than the incoming interface speed.