Slashdot Mirror


User: paul248

paul248's activity in the archive.

Stories
0
Comments
364
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 364

  1. Re:why the US is so low on Switzerland Tops IPv6 Adoption Charts; US Lags At 4th · · Score: 1

    AT&T has more IPv6 users than any other ISP in the world:
    http://www.worldipv6launch.org/measurements/

    Granted, it's all based on 6rd, but you can't say they're not trying.

  2. Re:Posted by 'mdsolar' on Swiss To End Use of Nuclear Power · · Score: 1

    I'll rent you a solar system for only $1,000/day, but you'll need to find your own transportation.

  3. Re:"The plant's operator tried to bring in mobile. on A New Class of Nuclear Reactors · · Score: 1

    Weld the cables? Are you insane? Those things must cost thousands of dollars.

  4. Re:Simple way to END Daylight Savings Time on Is Daylight Saving Time Bad For You? · · Score: 1

    Brilliant, then you need to deal with half hours every time you convert to/from UTC.

  5. Re:Laser Filters? on Laser Incidents With Aircraft On the Rise · · Score: 3, Funny

    If all you need is a backup set of optics, just make the pilots wear an eyepatch.

  6. Re:I've had it.. on Laser Incidents With Aircraft On the Rise · · Score: 1

    You forgot "mother". Incidentally, I'm telling her you said a bad word.

  7. Re:How about... on Last Days For Central IPv4 Address Pool · · Score: 1

    So, when everything's on IPv6, and you want to play an IPv4-only game, you'll first have to establish an IPv4 VPN between the players? I suppose that sounds feasible, but someone will have to write the software to make it easy.

  8. Re:Incentives on Last Days For Central IPv4 Address Pool · · Score: 2

    You do realize that the ISPs would be the ones doing the prioritizing, right?

  9. Re:Okay, good... on Google To Push WebM With IE9, Safari Plugins · · Score: 1

    Most people are probably going to be happy using browsers that have both codecs

    Which browsers would those be? I thought Chrome was the only one with both WebM and H.264.

  10. Re:It will prety much suck for quite some time. on After IPv4, How Will the Internet Function? · · Score: 4, Informative

    It's difficult to manipulate binary digits in hexadecimal, too. I don't see any advantage to this.

    Every hex digit represents exactly 4 binary digits. If you flip a bit in a hexadecimal number, then exactly one hex digit will change. To know how it will change, you only need to remember the binary values of 0-F.

    With decimal, you could flip a bit and change every digit in the number.

  11. Re:ZOMG THE SKY [isn't] FALLING! on After IPv4, How Will the Internet Function? · · Score: 1

    You listed 17 /8 blocks in your post. If you managed to reclaim every single one of those, you'd almost make up for IANA's 19 allocations in 2010.

    And let us know how it goes when you try to take those addresses from the US military.

  12. Re:It will prety much suck for quite some time. on After IPv4, How Will the Internet Function? · · Score: 4, Informative

    Using a hexadecimal address was pure stupidity.

    Hexadecimal is used because a network is designated by an N-bit prefix, and it's *much* harder to manipulate bits in decimal, especially when each number is 16 or 32 bits long.

    And using the colon for address separation is equally as stupid since that is how we designate port numbers.

    Once you've gone to hexadecimal, using dots to separate the address leads to ambiguity. Is a.b.c.d.e.f.beef.de an IP address or a hostname?

    it is pretty much unrememberable

    With IPv6, your network will have its own 48 to 64-bit prefix. Once you remember that prefix, you can choose your suffixes to be as simple as you'd like.

    you omit parts of the address ... but ONLY once!

    You can only omit one run of zeros, because otherwise the length of each run would be ambiguous.

  13. Re:remarkable on Rear-View Cameras On Cars Could Become Mandatory In the US · · Score: 5, Funny

    But small children will naturally become taller over time. Why are we mandating a technical solution for a problem that solves itself in 10 years?

  14. Re:Maybe I'm being naive... on Free IPv4 Pool Now Down To Seven /8s · · Score: 1

    When IPv4 was first developed, subnets were only allocated on 8-bit boundaries. Since CIDR rolled out in the 90's, the subnet length is now arbitrary, and working with subnets requires doing tedious decimal-binary conversions in your head. It's a mess.

    IPv6 uses hexadecimal, because a hex digit represents exactly 4 bits. This makes the CIDR math really simple.

    Now, what if we used hex with dots? Is a.b.c.d.e.f.beef.de an IP address or a hostname? Hell if I know. That's why we use colons now.

  15. Re:all because MS won't put TLS on XP... on Free IPv4 Pool Now Down To Seven /8s · · Score: 1

    Precisely. Now whose side are you on?

  16. Re:The most surprising turn of events on Free IPv4 Pool Now Down To Seven /8s · · Score: 1

    And the second approach (a reverse SSH tunnel) only works if you have that server at work with a public IP. What happens when you want to connect to your friend's computer, which happens to be behind a different ISP's NAT, or even an overlapping RFC1918 space within the same ISP?

    You basically have to lease a public IP on a server somewhere, to accomplish things that should be trivial.

  17. Manufactoria on Have I Lost My Gaming Mojo? · · Score: 1

    Manufactoria - http://pleasingfungus.com/

    Best programming-related Flash game ever.

  18. Re:new act on Vint Cerf Calls For IPv6 Incentives In UK · · Score: 1

    This method would actually have worked if the people who made IPv6 hadn't decided to make the standard backwards incompatible.

    How would you propose to make IPv6 backwards compatible? How can a device that only understands 32-bit addresses send a packet to a 128-bit address, and what problem would it solve that NAT64 doesn't?

    As it is, IPv6 must be run in dual-stack mode, which means that even if you've got an IPv6 address, you must also have an IPv4 address.

    T-Mobile disagrees. They're deploying an IPv6-only NAT64 network as we speak:
    http://groups.google.com/group/tmoipv6beta/web/t-mobiles-technical-architecture

  19. Re:Call me retro on Vint Cerf Calls For IPv6 Incentives In UK · · Score: 1

    The actual number of addresses is a red herring, since every user will be assigned between 2^64 and 2^80 addresses.

    For all practical purposes, IPv6 supports about 64K times as many users, but each user can have an unlimited number of devices.

  20. Where is it? on Adobe Releases Its Own HTML5 Video Player · · Score: 5, Insightful

    So does anyone have an actual link to an example of the player? That seems like a rather blatant omission from the article.

  21. Re:Assignment efficiency on NRO Warns They Are On Final IPv4 Address Blocks · · Score: 1

    The raw 2**128 number sounds impressive, but it's mostly meaningless, since each customer is assigned somewhere between 2**64 and 2**80 addresses. In practice, IPv6 supports maybe 64K times as many users, but each user can now have an ~unlimited number of devices.

  22. Re:Bull on Humans Will Need Two Earths By 2030 · · Score: 0, Troll

    and we've run out of ipv4 addresses "in about a year" for the last decade or so.

    [citation needed]

  23. Re:Stereoscopic, Not 3D on Toshiba To Launch No-Glasses 3D TV This Year · · Score: 1

    You're technically correct, but the mob has spoken. Just call your 3D "holographic" and get on with your life.

  24. Re:The IPv6 nightmare begins with it's design... on There Is No Plan B, the Ugly Transition To IPv6 · · Score: 1

    You can deploy an IPv6-only network where the clients can still connect to IPv4-only servers.

    It's called NAT64:
    http://tools.ietf.org/html/draft-ietf-behave-v6v4-xlate-stateful

  25. Re:Space elevator on Levitating Graphene Is Fastest-Spinning Object · · Score: 1

    Isn't a carbon nanotube just a rolled-up strip of graphene?