Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TE
Posts
0
Comments
43
Joined
2 yr. ago

  • Is that up to them though? Aren't browsers on iPhones only allowed to be wrappers around the built in safari engine? If that's still true extensions that interact with the web page it's self would probably be pretty limited.

  • 127.0.0.1 is a special IP address that loops back to the device itself.

    For local area networks there are 3 groups of private IPv4 address spaces

    192.168.0.0 - 192.168.255.255 172.16.0.0 - 172.31.255.255 10.0.0.0 - 10.255.255.255

    Basically you can use any address range in any of those 3 ranges, ones in the 192.168.x.y block have been pretty common for home routers for a while.

    Normally you can change the address ranges set in the router if there's a particular range you want to use.

  • In addition to the exclusives issue, the client and store were not particularly well made and were missing pretty standard features stuff like no shopping cart so if you wanted to buy multiple games at the same time you had to do them as separate purchases and stuff like wishlisting.

    I remember Valve got quite a bit of dislike when they first introduced Steam as a requirement to play Counter Strike Source and HL2 (of course back then it was only for Valves own games).

  • It's more they are focused on running ASP and CLI apps on Linux, there is no official MS GUI library/framework for Linux which is one big thing missing from modern .net, there are a couple of thrid party ones like Avalonia however.