Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Really? (Score 1) 622

I've spent alot of time writing code in Ruby/Rails... I've now been a PHP dev for 2 years and have used alot of what I learned in rails and applied it to PHP..

I don't see why you'd prefer php language constructs over Ruby - they are more tedious in every way right down to having to write "array" in front of every array.. (thank heavens they finally changed the latest version)

@array.map! {|x| x**2 } is much easier to read/understand than using the equivlent array_map function in php.. (Or for that matter using foreach or classic index-based for loop)

PHP's biggest problem - to me - is the lack of a FastCGI-style environment where code is already running and requests are just fed to the running daemon.. For this reason, its always going to be slower than other languages.... APC is an attempt to do this but its not very mature yet and still requires byte code to be interpreted on each request. Facebook wrote a PHP->C++ translator and that should say alot about the state of the language...

Comment Re:What does that even mean? (Score 2) 213

Windows 8 will be just as relevant to the business market as they ever were once you disable the terrible new UI, and that's all that matters anyway (whether businesses choose to skip Windows 8 in favor of waiting for the next iteration is another possibility, but unrelated to all the tablet nonsense).

Atleast in the consumer preview, there is no way to disable metro, there is no start menu to fallback to..

Comment Re:Generally, when prescription drugs.... (Score 1) 392

Depends on the prescription.. If you're taking a controlled substance - like Ritalin, the current (dumb) setup is you are supposed to physically go to the dr. and pick up a prescription that has to be hand signed and then bring that to the pharmacy. no refills allowed..

Its really annoying and a waste of time - nor do I see how this manual process is really any better than phoning it in...
IT

Submission + - Indiana University selected as partner in new data curation fellowship program (iu.edu)

ITIU writes: "Indiana University (IU), through a joint effort between its Data to Insight Center and the IU Libraries, has been selected as a partner institution in the Council on Library and Information Resources (CLIR)/Digital Library Federation (DLF) Data Curation Fellowship Program. The program is made possible by a $679,827 grant from the Alfred P. Sloan Foundation."

Submission + - 2012 World Pinball Championship (ifpapinball.com)

An anonymous reader writes: Greetings,

My name is Zachary Sharpe, Vice President of the International Flipper Pinball Association (IFPA). After being held in Sweden last year, this year's World Pinball Championship is back on U.S. soil, this time being hosted in Seattle at former NBA star center Todd MacCulloch's home, June 8-10th, where he will also be competing! Below is a link to the full press release on this one of a kind event with more details and background, but I thought this would be a great opportunity to highlight this exciting event.

If you would like to do any pre/live/post coverage of the tournament, have any questions or would like to get in touch with any of the competitors (12 different countries represented) please don't hesitate to contact me. Thanks.

http://www.ifpapinball.com/ifpa9-world-pinball-championships/ifpa9-press-release

Sincerely,

Zach Sharpe
847.877.6344
www.pinballrankings.com

Submission + - 'Gaia' scientist backpeddles on climate change (msn.com)

DesScorp writes: "James Lovelock, the scientist that came up with the "Gaia Theory" and a prominent herald of climate change, once predicted utter disaster for the planet from climate change, writing "“before this century is over billions of us will die and the few breeding pairs of people that survive will be in the Arctic where the climate remains tolerable.” Now Lovelock is walking back his rhetoric, admitting that he and other prominent global warming advocates were being alarmists. In a new interview with MSNBC he says:

"“The problem is we don’t know what the climate is doing. We thought we knew 20 years ago. That led to some alarmist books – mine included – because it looked clear-cut, but it hasn’t happened,” Lovelock said.
“The climate is doing its usual tricks. There’s nothing much really happening yet. We were supposed to be halfway toward a frying world now,” he said.
“The world has not warmed up very much since the millennium. Twelve years is a reasonable time it (the temperature) has stayed almost constant, whereas it should have been rising – carbon dioxide is rising, no question about that,” he added."

Lovelock still belives the climate is changing, but at a much, much slower pace."

Privacy

Submission + - Whistleblower: NSA has all of your email (democracynow.org)

mspohr writes: From DemocracyNow!
National Security Agency whistleblower William Binney reveals he believes domestic surveillance has become more expansive under President Obama than President George W. Bush. He estimates the NSA has assembled 20 trillion "transactions" — phone calls, emails and other forms of data — from Americans. This likely includes copies of almost all of the emails sent and received from most people living in the United States. Binney talks about Section 215 of the USA PATRIOT Act and challenges NSA Director Keith Alexander’s assertion that the NSA is not intercepting information about U.S. citizens.
http://www.democracynow.org/2012/4/20/whistleblower_the_nsa_is_lying_us

Comment Re:and how meany people are better off voc / tech (Score 2) 101

Computer Science departments (atleast the one I went to) don't teach "Cisco Networking".. they teach "Networking"... They don't teach "Windows", they teach "Operating Systems".. You might get an intro to programming in $language, but they'll choose any language for any particular course and figure you'll figure it out..

If you're bright enough to do well in competent CS program, you can pick of the specifics of $solution you happen to be working on and you'll have an edge on keeping up in the long term versus those MIS kids..

Comment Re:One Reason - IE ActiveX Scripts (Score 1) 212

I wish ActiveX was dead, but sadly it is not, at least not yet. There are too many sites and applications that use it, making it impossible to switch browsers for this reason.

Its not a matter of if, its a matter of when they rewrite those apps to run on modern web standards...

I seriously hope CIOs don't think that 5, 7 years from now - they can keep their entire company on IE6 just because of some ancient internal infrastructure...

Slashdot Top Deals

The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny ..." -- Isaac Asimov

Working...