Forgot your password?

typodupeerror

Comment: Re:Same as booting a shoplifter out of a store... (Score 1) 106

by 0xygen (#38187762) Attached to: UK ISP Disconnecting Filesharers

That analogy seems rather stretched... It seems more like Mr A ISP going into the store with a big bag, grabbing a pile of stuff, walking out without paying, ducking into an alley, giving it to an anonymous individual, then when the store refuses to allow Mr A ISP on their property, he says "But I did not steal the goods, I'm just a carrier, you cannot punish me, I was an innocent party getting paid to do it!".

Comment: Re:Programming (Score 1) 799

by 0xygen (#30575958) Attached to: How To Teach a 12-Year-Old To Program?

The abstraction does not help the individual to learn how the machine works though.
To breed a new generation of actual technically interested kids who understand the lower levels of the machine and how the high level OOP abstractions actually execute on the hardware, I honestly believe you have to start at the other end.

I feel all of my knowledge of creating efficient solutions to problems stems from having learned BASIC, got dragged into assembler through that, back up into C, onto C++ and OOP, then into Java and dynamic languages like Lua.

Doing it the other way around seems to feel somewhat backwards to me, although I would certainly take the point that today's optimizing compilers are incredible, and the ability of high-level languages to create very efficient code in a relatively small amount of code are incredible. Maybe my desire to understand what goes on underneath leads me to program in particular ways that are not always suitable to high level and functional languages?

Comment: Re:Wait... (Score 1) 80

by 0xygen (#30434196) Attached to: PayPal Offers $150,000 In Developer Challenge

Of course it makes a difference. You are potentially allowing the site to take as much as they like from your account, whereas by instead logging into the PayPal page, the merchant never has to even know what method you use to authenticate with PayPal and will only provide the amount of funds shown on the payment confirmation page to the merchant.

With the second method, there is no requirement to trust the merchant with anything more than the value of the single transaction, your name and your delivery address

The Internet

SPAM: Internet's First Registered Domain Name Sold

Submitted by
MojoKid
MojoKid writes "Believe it or not, it wasn't iternet.com or dot.com that was purchased when the Internet was "born." Instead, it was the somewhat off-the-wall name of symbolics.com. The Symbolics company was the first to use an internet domain name to guide Internet viewers to its line of Lisp machines, which were single-user computers optimized to run the Lisp programming language. XF.com Investments, which is a Missouri-based Internet investments firm, has managed to secure the domain name from its original owner for an undisclosed sum and XF's CEO was quick to proclaim his excitement over the acquisition. It's hard to say why this domain name was the first purchased back on March 15, 1985, but for obvious reasons it holds a special place in history. There has been one original owner for nearly 25 years. Over that time, we've seen the Internet grow to the tune of 180,000,000+ registered domains, and thousands more are being added each and every day."
Link to Original Source

I didn't do it! Nobody saw me do it! Can't prove anything! -- Bart Simpson

Working...