Forgot your password?
typodupeerror

Comment Removes existing installations (Score 5, Insightful) 465

Given that this alleges to be a beta version and according to its own EULA:

THIS IS PRE-RELEASE, TIME-LIMITED SOFTWARE MEANT FOR EVALUATION AND DEVELOPMENT PURPOSES ONLY. THIS SOFTWARE SHOULD NOT BE USED IN A COMMERCIAL OPERATING ENVIRONMENT OR WITH IMPORTANT DATA.

why do Apple insist on removing any existing Safari 3 install when installing?

If we are supposed to evaluate and develop, then surely it would be prudent to allow a stable version to also be installed alongside for mission-critical usage.

Surely it's a TERRIBLE idea for non-stable, evaluation software to disallow the use of an alternative stable version?

Privacy

Ontario Court Wrong About IP Addresses, Too 258

Frequent Slashdot contributor Bennett Haselton comments on a breaking news story out of the Canadian courts: "An Ontario Superior Court Justice has ruled that Canadian police can obtain the identities of Internet users without a warrant, writing that there is 'no reasonable expectation of privacy' for a user's online identity, and drawing the analogy that 'One's name and address or the name and address of your spouse are not biographical information one expects would be kept private from the state.' But why in the world is it valid to compare an IP address with a street address in the phone book?" Read on for Bennett's analysis.

Comment Penrose's "The Emperor's New Mind" (Score 1) 630

Not strictly a maths book, but it's probably the first book I read that got me to REALLY think about things. Onvolves a lot of interesting ideas from other fields (Physics, Computing, Psychology, Physiology and many more) as well.

http://www.amazon.co.uk/Emperors-New-Mind-Concerning-Computers/dp/0192861980/ref=sr_1_1?ie=UTF8&s=books&qid=1234137007&sr=1-1

Comment Re:Simon Singh (Score 4, Informative) 630

I opened this post expecting every second person to be recommending Simon Singh's 'Fermat's Last Theorem'. I never met an UG mathmetician at my college (at a moderately well-known collegiate university) that hadn't read it at some point before admissions interviews.

I am shocked to see it not mentioned even once.

Comment Re:Javascript speed (Score 1) 216

Another point worth making is that if you are purely interested in learning JS, as opposed to simply getting a job done, there's a lot to be said for taking the functionality you use most often from 3rd party libraries (and in some cases, the missing functionality you wish was in your favourite library) and attempting to write your own.

I was forced into doing this a year or so ago by a client who refused to use any code that we couldn't fully support, and didn't own the IP of (they're a major financial institution, so there was some logic behind this stance, but they never grasped why it didn't need to apply to JS).

As a result I've now got a stable library which is 1/4-1/3 the size of jQuery or Prototype and will allow me to accomplish 99% of what I do on a day-to-day basis quickly, easily, and is stable x-browser.

I appreciate this isn't for everyone, and it's taken a year of near continual work to get to this stage, and there's still a lot of ongoing work.

Before anyone asks, the original version of my home-rolled library is not mine to distirbute, but I am taking some of the things I've learned and working on my own version as and when I find time/motivation which I may well release into the wild if it ever gets mature enough - http://in.tellig.net/2008/11/21/elmojs-and-etherpad/.

Comment Re:Javascript speed (Score 3, Interesting) 216

jQuery is probably good starting point if you want to be able to do simple things very quickly and easily. If you are interested in actually learning the language itself as opposed to just how to do things in one particular library then I'd also recommend looking at Prototype. Prototype reveals a little more of the native DOM than perhaps jQuery allows so IM(NS)HO is a better primer for someone looking to grasp the fundamentals of the language, whereas jQuery is probably the best for actually "getting stuff done". I also cant recommend John Resig's book Pro Javascript Techniques enough, although it may be pitched slightly high for a beginner. Reading it seriously changed the way I thought about JS (and subsequently my entire career/life/destiny) so if you're an enthusiastic amateur looking to progress then I think it's perfect.
Communications

Extended Gmail Outage Frustrates Admins 430

CWmike writes "A prolonged, ongoing Gmail outage has some Google Apps administrators pulling their hair out as their end users, including high-ranking executives, complain loudly while they wait for service to be restored. At about 5 p.m. US Eastern on Wednesday, Google announced that the company was aware of the problem preventing Gmail users from logging into their accounts and that it expected to fix it by 9 p.m. on Thursday. Google offered no explanation of the problem or why it would take it so long to solve the problem, a '502' error when trying to access Gmail. Google said the bug is affecting 'a small number of users,' but that is little comfort for Google Apps administrators. Admin Bill W. posted a desperate message on the forum Thursday morning, saying his company's CEO is steaming about being locked out of his e-mail account since around 4 p.m. on Wednesday. It's not the first Gmail outage. So, will this one prompt calls for a service-level agreement for paying customers? And a more immediate question: Why no Gears for offline Gmail access at very least, Google?"

Slashdot Top Deals

All the simple programs have been written.

Working...