-
No more new contents until AI is properly regulated
I won’t add new contents to this site until AI is properly regulated. I won’t go as far as removing old contents – for now. AI is now fully in the phase that Shoshana Zuboff called the disposession cycle in her “The age of surveillnace capitalism”. I’m not going to feed the AI beast.
-
Logitech software still stinks
Years ago I wrote about the Logitech’s LVUSBSta.sys driver that corrupted the USB and audio stack when installed. For a long time, I no longer bought Logitech because even if the hardware is mostly good, software was not. For a while I bought Microsoft devices, which usually worked without issues. Now Microsoft got out from…
-
DHCP, VLANs and subnets in home networks
In the article VLANs for home networks I wrote about how VLANs and subnets can improve network security by creating different segments, usually associated with a subnet. With multiple subnets, assigning addresses in each subnet via DHCP becomes more complex. DHCP IPv4 uses broadcast packets to ask for an IP address. VLANs create separate broadcast…
-
DNS for home networks
In very simple terms, a Domain Name Service (DNS), is a service that turns specific network names (host names, service names) into IP addresses. It allows to use mnemonic names (mypc.example.com) instead of IP addresses (192.168.121.234) accessing internal network resources. There are several advantages in using DNS names instead of IP addresses directly: One simple…
-
QoS for home networks
QoS stands for Quality of Service and in a computer networks means a set of technologies to improve the perceived quality of network services, by modifying how network packets are managed, prioritizing the delivery of specific ones, as defined by a set of rules. Usually network packets are processed using the simple FIFO (First In,…