Forgot your password?

typodupeerror

Comment: Re:Cute. Too bad it won't scale up... (Score 1) 108

by Cramer (#44036389) Attached to: Teen's Biofuel Invention Turns Algae Into Fuel

30min to 80% is still a horrible joke. Even more so for a car with about 100 mile range. But "range" isn't the issue here. Time to getting that full range back is the real problem. (we used to drive around in cars that had 100-200 mile range, back in the era of heavy steel cars that ran under 10mpg.)

And rapid charging is very bad for batteries. If you rapid charge it to 80%, you cannot get it to 100%. It's a lot like packing a suitcase; you can get more stuff in there if you pack it slow and neat vs. just throwing shit in it and running. If you do it regularly, it tends to damage the battery.

Comment: Re:Cute. Too bad it won't scale up... (Score 0) 108

by Cramer (#44035179) Attached to: Teen's Biofuel Invention Turns Algae Into Fuel

Joule per joule, yes electric motors are much more efficient. However, factoring in capacity and recharge times, EVs are HORRIBLE. My gas car (hybrid / lexus HS, very small batteries) can go 450-500 miles before refueling -- that's 2-3 weeks. It takes 2 minutes to pump 12gal into it. Find me ANY battery powered car that can go even half that, that doesn't take hours to recharge to the point it can do it again. There are plenty of "toy cars" that can run around a city during the day (~100miles) but then it takes 8-12hrs to fully recharge it (i.e. all night to recharge)

Comment: Re:VLAN in IPv6? (Score 1) 246

by Cramer (#43944277) Attached to: One Year After World IPv6 Launch — Are We There Yet?

You still miss the point entirely. How does one device find another on the wire? IPv4 uses "arp", which is a layer-2 broadcast that every device on the network will see, even if it's not interested in IPv4. IPv6 uses "nd", which is a layer-2 multicast that only interested devices will see. They are functionally the same. As you add more devices to the network, the amount of broadcast (v4) or multicast (v6) traffic increases. Eventually, it becomes a problem.

(This problem has been around for a long time. IPv6 hasn't magically fixed it.)

Comment: Re:It's here, and it's not. (Score 1) 246

by Cramer (#43942677) Attached to: One Year After World IPv6 Launch — Are We There Yet?

What they didn't tell you about that Magic(tm) IPv6 setup... a) it's not "native" IPv6; it's a 6rd tunnel, b) it's not firewalled. So all of your windows boxes were put on the internet naked and you didn't even know it. Sure, 2 machines in a 2^64 sea is a bit of a hunt, and with privacy extentions the addresses aren't guessable, but the instant you connect to someone, you aren't hidden anymore.

Comment: Re:Every single point in the joke is wrong (Score 1) 246

by Cramer (#43942587) Attached to: One Year After World IPv6 Launch — Are We There Yet?

* It doesn't take a couple of months to a year. For small businesses, it takes 5 seconds to plug in a new router from an ISP that offers dual stack IPv6. All current end user machines already support IPv6, even phones and tablets.

Sure, it might take 5s to plug it in, but it will take months to a) find that ISP, and b) get the circuit from that ISP installed, and c) get the ISP to turn up that service. (I've not managed "a" yet, but I've been through "b" and "c" too many times.)

* It doesn't require expert networking folks to implement it. IPv6 is MUCH simpler than IPv4, it's totally plug'n'play because IPv6 router advertisements handle everything. ...

It's p-n-p at the desktop, NOT THE ROUTER. Having unskilled morons screwing with your router(s) is a recipe for Bad Things Happening(tm).

And there's more work necessary than just the network. Any internal services will need to be dealt with as well. (esp. your internal DNS server(s))

* It's not risky, because IPv6 runs alongside IPv4

Famous last words from someone who hasn't done a live deployment! IPv6 hosts tend to prefer IPv6 over IPv4 where both are available. So, the second IPv6 is available -- literally within seconds of the RA -- those hosts are going to start trying to make IPv6 connections. If your new IPv6 network is not 100% perfectly operational and as fast as your IPv4 network, everything is going to go to hell quickly. All of a sudden, pages that loaded instantly take seconds to *begin* to load and take minutes to finish... because it's trying to make every connection over an IPv6 network that isn't working, then it falls back to IPv4; for every connection.

* What companies get out of it is that their customer base grows, because they become reachable by all the Pacific Rim users that are being allocated IPv6 addresses because IPv4 address space ran out for them a while back.

Actually, I've known a great many US businesses that would prefer most of Asia wasn't on the internet! (99% of their spam and network attacks come from there, while 0% of their business does.)

Comment: Re:There may be nigh infinite addresses (Score 1) 246

by Cramer (#43942447) Attached to: One Year After World IPv6 Launch — Are We There Yet?

Negative. The *ONLY* thing that says "/64" is SLAAC. You can make a LAN segment any size you want. If it's not a /64, then the lame address autoconfiguration won't work, but everything else will.

That said, ISPs aren't going to make a ton more work for themselves here. So a /64 is likely the smallest thing you'll get from them. Ya' know, when they can be bothered to "do" IPv6 at all.

Comment: Re:I always thought... (Score 1) 246

by Cramer (#43942287) Attached to: One Year After World IPv6 Launch — Are We There Yet?

Indeed. I've said that, too. Nobody learned the lessons from the early "land rush" days of IPv4.

When it comes to the US DoD, they tend to use globally unique address space in secure private networks. The existing SIPRnet uses ("used" as they're supposed to be v6 now) "public" IPv4 address numbers. This is to avoid confusion, and know when someone has leaked classified networking data. (also "because we f'ing can")

Comment: Re:But its still difficult (Score 1) 246

by Cramer (#43942167) Attached to: One Year After World IPv6 Launch — Are We There Yet?

It simply IS an alternate configuration. The IPv6 firewall needs every bit the same complex intelligence as the IPv4 firewall -- it won't have to rewrite packets, 'tho.

I don't doubt your admins have put far more effort than necessary into blocking IPv6. It's actually *really* trivial to block... if you understand how IPv6 works.

Comment: Re:Advantages of IPv6 (Score 1) 246

by Cramer (#43942085) Attached to: One Year After World IPv6 Launch — Are We There Yet?

it provides a whole host of IP addresses that can be used to enhance their security.

It, in fact, does the exact opposite. IPv6 removes the one thing that effectively secures their current network: NAT. In the IPv6 world, everything has a globally routable address (sometimes more than one); every host can talk to every other host at will. One will have to setup/configure a proper firewall on the IPv6 network to limit inbound connections, and track (and maybe limit) all outbound connections. That v6 stateful firewall will still need the same hundreds of protocol helpers to look into the payload to know what holes to poke in the inbound wall.

Your good nature will bring unbounded happiness.

Working...