Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: And the pilot? (Score 1) 249

That just isn't true. I own a small share in a Cessna 152 (much like he plane in the story) and am currently building a two seat aerobatic kit plane. The Cessna share cost me ~$700 and I budget to fly it on average once every two weeks during the weekend. The total value of that little Cessna is about $20K and there are plenty around like it. I am nowhere near what you would classify as rich either.

Comment Re:Esoteric material? (Score 1) 329

They will never block homeopathy due to our health secretary believing in homeopathy: http://blogs.telegraph.co.uk/news/tomchiversscience/100179258/jeremy-hunt-health-secretary-thinks-homeopathy-works/. Yes the man put in charge of the National Health Service, once the greatest health care system in the world, believes in magical healing. Hunt isn't only a criminal (see his dealings with Rupert Murdoch) he is also a nut job.

Comment Don't invent your own style (Score 1) 479

More important than using your own code style is using the language code style if there is one. For example in C# you should code in the same style as the .NET, in Java like the Java SDK and in Objective-C (on OS X/iOS) like the Cocoa APIs. Don't invent your own style if there is already one existing.

Comment Re:Three minutes (Score 2) 168

Virgin Media has blocked just the IP address currently exposed via DNS for thepiratebay.se, far as I can tell. (I haven't tested exhaustively.) https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fplus.google.com%2F109104274582476853846%2Fposts%2F4ZDXRpUt99J

TBP advertise a whole bunch more addresses via BGP, which I'm sure they could start using pretty quickly, if they wanted: http://bgp.he.net/AS51040#_prefixes

Comment IPv6 is important. (Score 1) 275

Every time this discussion comes up, people fail to see the significance of IPv4 running out. It's 2010, and folks still get confused.

The significance is this: There are massive growth regions in the world that will only be able to purchase IPv6 addresses within the next year or two. And if you aren't playing the IPv6 game, then you're shutting you and your customers off from all those various markets that will open up in years to come.

There's only so much can be squeezed out of IPv4. But regardless of how much can be squeezed out of the existing space, the regional registries are likely to run out of /24's they can allocate within a year. See for a guesstimate: http://www.potaroo.net/tools/ipv4/index.html That is, in 2012, much expansion in growth regions WILL be IPv6 only.

You're shooting yourself in the foot if you refuse to bring yourself up to date.

Comment Re:How compatitble (Score 3, Interesting) 345

C++ is an incredibly powerful language but ObjC is also extremely capable. Cocoa (Touch) is simply the most productive framework that I have ever used. Yes, it has a pretty steep learning curve but once you get used to the Cocoa way of doing things you can produce excellent and rich GUI applications in a fraction of the time it takes in many other development environments that I've used. I work mostly in C# in my day job too...

Slashdot Top Deals

How many hardware guys does it take to change a light bulb? "Well the diagnostics say it's fine buddy, so it's a software problem."

Working...