

The survey is always offered only to a random subset of Steam users. The results only ever represent the fractions of users who took the survey, and are not representative of the entire Steam ecosystem as a whole. Unfortunately, this means that the increase/decrease in Linux usage is probably within the margin of error and is not a reliable statistic.















In one word: no. In more words: some addressing methods can lead to privacy and security issues, but those aren’t widely used anymore.
IPv6 addresses can be assigned to interfaces by several systems. One of those is SLAAC, or stateless address auto-configuration (comparable to APIPA and the
169.254.0.0/16address space for IPv4). One method by which it generates globally unique routable addresses is by inserting the interface’s MAC address into the IPv6 address. Since IPv6 generally doesn’t use network address translation (and thus no masquerading), this would advertise your computer’s MAC address to the whole internet. More recently, SLAAC uses pseudorandom temporary (or “privacy”) addresses for interfaces, together with a unique network prefix assigned to the customer (analogous to the single public IPv4 address).It’s also possible to assign IPv6 addresses statically or by using DHCPv6.