Nobody's going to run a /8 on a single LAN segment. If you want maximum efficiency, your hosts all have RFC1918 IPs and you route the public IP addresses to them. zero wastage, everything usable.
If you want to be fully pedantic, it's Élő, not Elo - the way in which you pronounce the former is dramatically different from the latter.
For older architectures, you really want to use the BX instruction unless you can guarantee you're not switching execution mode. as a bit of pointless trivia, MOV PC, PC does not cause an infinite loop - it skips the…
`[[no_unique_address]]` in C++20 should also resolve this and permit a zero-size object.
Actually this is effectively a broadcast/multicast MAC address. The first byte of your MAC address should always be an even number. The value of the second bit is supposed to indicate if the MAC is "burned-in" and…
An iterator is a class. It can contain any private data you desire and mutate in any wonderful and/or stupid ways you desire. How it decides to compare equal to the .end() instance is also your call. Your example is not…
"The best extra virgin olive oil I've ever tasted" Oh shit, why was I banned?
I always used argep.hu for pricing computer bits. Dunno who's better
And it just so happens to have created the Blume logo from Watch Dogs - https://dosycorp.gitlab.io/dosylogo/?v923418754891239875624v... Edit: OK, the link doesn't work it seems. It's #66 which, at least to me, is…
Well, there is. Say I'm an ISP with X million subscribers. Given a peering with Y GBit of throughput to someone like say, Twitch or Facebook; with multicast, I now only end up with a single load of data for each…
No, it's complete nonsense. NAT just happens to serve as a form of firewalling in IPv4 land because usually, the stuff behind your router has a private address. Proper firewalling is a matter of policies; it's…
By any combination of assigning static IPv6 addresses, organising devices into separate L2 links (VLANs) and firewalling by IP prefix, rather than the entire /128.
This makes no sense at all. The notation can basically be anything you want - you could, if you wanted, invent a new notation for IPv4 or IPv6 right now. What actually matters is the packet format. You cannot make it…
What use-case are you envisioning where one needs to "carefully control" the allocator for STL types? Your idea of heavenly C++ sounds like my idea of hell.
I implemented a variety of GitFlow, but with an emphasis on automation. Normally you branch off of develop; hotfixes will be a branch off of master. Feature branches are combined with develop before being built and…
At this point, I believe that even if the population of 90% of the planet were to legitimately oppose this, ICANN would ignore it anyway. Not that it isn't worth a shot, but I have become highly cynical of the entire…
If you are able to have the reverse zone for your subnet delegated to nameservers under your control, you can use it as a "forward" zone too. DNS doesn't technically have the concept of forward and reverse - it's just…
Sounds like you got the reaction wrong. If you do it correctly, it should be possible to mafipulate it into powered embenzalmine nitrotamine.
Is ip6tables really necessary for this; wouldn't AnyIP work? namely: ip rou add local 2001:db8::/48 dev lo
Nobody's going to run a /8 on a single LAN segment. If you want maximum efficiency, your hosts all have RFC1918 IPs and you route the public IP addresses to them. zero wastage, everything usable.
If you want to be fully pedantic, it's Élő, not Elo - the way in which you pronounce the former is dramatically different from the latter.
For older architectures, you really want to use the BX instruction unless you can guarantee you're not switching execution mode. as a bit of pointless trivia, MOV PC, PC does not cause an infinite loop - it skips the…
`[[no_unique_address]]` in C++20 should also resolve this and permit a zero-size object.
Actually this is effectively a broadcast/multicast MAC address. The first byte of your MAC address should always be an even number. The value of the second bit is supposed to indicate if the MAC is "burned-in" and…
An iterator is a class. It can contain any private data you desire and mutate in any wonderful and/or stupid ways you desire. How it decides to compare equal to the .end() instance is also your call. Your example is not…
"The best extra virgin olive oil I've ever tasted" Oh shit, why was I banned?
I always used argep.hu for pricing computer bits. Dunno who's better
And it just so happens to have created the Blume logo from Watch Dogs - https://dosycorp.gitlab.io/dosylogo/?v923418754891239875624v... Edit: OK, the link doesn't work it seems. It's #66 which, at least to me, is…
Well, there is. Say I'm an ISP with X million subscribers. Given a peering with Y GBit of throughput to someone like say, Twitch or Facebook; with multicast, I now only end up with a single load of data for each…
No, it's complete nonsense. NAT just happens to serve as a form of firewalling in IPv4 land because usually, the stuff behind your router has a private address. Proper firewalling is a matter of policies; it's…
By any combination of assigning static IPv6 addresses, organising devices into separate L2 links (VLANs) and firewalling by IP prefix, rather than the entire /128.
This makes no sense at all. The notation can basically be anything you want - you could, if you wanted, invent a new notation for IPv4 or IPv6 right now. What actually matters is the packet format. You cannot make it…
What use-case are you envisioning where one needs to "carefully control" the allocator for STL types? Your idea of heavenly C++ sounds like my idea of hell.
I implemented a variety of GitFlow, but with an emphasis on automation. Normally you branch off of develop; hotfixes will be a branch off of master. Feature branches are combined with develop before being built and…
At this point, I believe that even if the population of 90% of the planet were to legitimately oppose this, ICANN would ignore it anyway. Not that it isn't worth a shot, but I have become highly cynical of the entire…
If you are able to have the reverse zone for your subnet delegated to nameservers under your control, you can use it as a "forward" zone too. DNS doesn't technically have the concept of forward and reverse - it's just…
Sounds like you got the reaction wrong. If you do it correctly, it should be possible to mafipulate it into powered embenzalmine nitrotamine.
Is ip6tables really necessary for this; wouldn't AnyIP work? namely: ip rou add local 2001:db8::/48 dev lo