Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Verizon

Verizon Boosts FiOS Uploads To Match Downloads 234

An anonymous reader writes Verizon is boosting the upload speeds of nearly all its FiOS connections to match the download speeds, greatly shortening the time it takes to send videos and back up files online. All new subscribers will get "symmetrical" connections. If you previously were getting 15 Mbps down and 5 Mbps up, you'll be automatically upgraded for no extra cost to 15/15. Same goes if you were on their 50/25 plan: You'll now be upgraded to 50/50. And if you had 75/35? You guessed it: Now it'll be 75 down, and 75 up.
Sony

Sony Forgets To Pay For Domain, Hilarity Ensues 277

First time accepted submitter Dragoness Eclectic writes Early Tuesday, gamers woke up to find out that they couldn't log in to any Sony Online Entertainment games--no Everquest, no Planetside 2, none of them. Oddly, the forums where company reps might have posted some explanation weren't reachable, either. A bit of journalistic investigation by EQ2Wire came across the explanation: SOE forgot to renew the domain registration on SonyOnline.net, the hidden domain that holds all their nameservers. After 7 weeks of non-payment post-expiration, NetworkSolutions reclaimed the domain, sending all access to Sony's games into an internet black hole. Sony has since paid up. SOE's president, John Smedley, has admitted that the expiration notices were being sent to an "unread email" address.

Submission + - Scotland to get spaceport by 2018 (pcpro.co.uk)

nk497 writes: The UK will build a spaceport by 2018, with eight locations under consideration — the majority of which are in Scotland. The Department of Transport is evaluating existing airfields for suitability to become a spaceport, examining factors such as the weather — strong winds are a problem — and how it will affect the local environment and economy.In its report, the government noted that commercial sub-orbital spaceflights for paying passengers will kick off by the end of this year in the US via Virgin Galactic. It wants the UK to get in on the space tourist action, becoming the centre for such activity in Europe.

"In the longer term, it is possible that spaceplanes will enable intercontinental travel at very high speeds," the report added. "There have been suggestions that by travelling on a sub-orbital trajectory, journey times from the UK to Australia could be cut from the current duration of around 20 hours to as little as two hours." Aside from space tourism and weekend getaways to Brisbane, the spaceport will also allow satellite launches plus delivery of cargo and scientific payloads into orbit. If all goes well, the government predicted the first sub-orbital flights by 2018, followed by satellite launches in 2020, and orbital flights by 2030.

Cellphones

San Francisco Bans Parking Spot Auctioning App 404

A couple months ago, we discussed a new phone app being used in San Francisco to auction off parking spaces to the highest bidder. The city has now ordered the app makers to cease and desist, and threatened motorists with a $300 fine for each transaction. City Attorney Dennis Herrera said, Technology has given rise to many laudable innovations in how we live and work -- and Monkey Parking is not one of them. It's illegal, it puts drivers on the hook for $300 fines, and it creates a predatory private market for public parking spaces that San Franciscans will not tolerate. Worst of all, it encourages drivers to use their mobile devices unsafely — to engage in online bidding wars while driving. People are free to rent out their own private driveways and garage spaces should they choose to do so. But we will not abide businesses that hold hostage on-street public parking spots for their own private profit.
Education

Girls Take All In $50 Million Google Learn-to-Code Initiative 548

theodp writes: On Thursday, Google announced a $50 million initiative to inspire girls to code called Made with Code. As part of the initiative, Google said it will also be "rewarding teachers who support girls who take CS courses on Codecademy or Khan Academy." The rewards are similar to earlier coding and STEM programs run by Code.org and Google that offered lower funding or no funding at all to teachers if participation by female students was deemed unacceptable to the sponsoring organizations. The announcement is all the more intriguing in light of a Google job posting seeking a K-12 Computer Science Education Outreach Program Manager to "work closely with external leaders and company executives to influence activities that drive toward collaborative efforts to achieve major 'moonshots' in education on a global scale." Perhaps towards that end, Google recently hired the Executive Director of the Computer Science Teachers Association (CSTA), who was coincidentally also a Code.org Advisory Board member. And Code.org — itself a Made With Code grantee — recently managed to lure away the ACM's Director of Public Policy to be its COO. So, are these kinds of private-public K-12 CS education initiatives (and associated NSF studies) a good idea? Some of the nation's leading CS educators sure seem to think so (video).

Submission + - Lie Like a Lady: The Profoundly Weird, Gender-Specific Roots of the Turing Test (popsci.com)

malachiorion writes: Alan Turing never wrote about the Turing Test, that legendary measure of machine intelligence that was supposedly passed last weekend. He proposed something much stranger—a contest between men and machines, to see who was better at pretending to be a woman. The details of the Imitation Game aren't secret, or even hard to find, and yet no one seems to reference it. Here's my analysis for Popular Science about why they should, in part because it's so odd, but also because it might be a better test for "machines that think" than the chatbot-infested, seemingly useless Turing Test.

Comment Re:Weather control (Score 3, Interesting) 178

Excellent! You've established that the ionosphere is higher than the troposphere where the weather develops and occurs.

Now, imagine think of the ionosphere as the lens between the sun and the earth and HAARP as a tool to control the focal point of this lens.

Think about that for more than a minute, you're a smart cracker!

Submission + - Would you now bet on server side JavaScript (Node.js)?

Qbertino writes: How realistic is it to place most bets on server side JavaScript / Node.js rather than a P language (PHP/Perl/Python)?

Back in the day, when Netscape had the only useful web server, server-side scripting was done with JavaScript — that was somewhere around 96 or so. Along came LAMP and got rid of proprietary solutions (for the most part that is) and somehow PHP got critical mass for being at the right place at the right time and having good documentation and a very low bar of entry.

However things have changed. Flash as a rich client technology is basically dead, just about everything web-based done client side has its logic coded in JavaScript, and with HTML 5 & CSS 3 being the go-to platform of today (also for wrapped x-platfrom mobile apps) and Node.js has recruited the remarkable V8 JS VM for serverside stuff. I’m now seriously considering the move away from PHP / Python to JavaScript for non-trivial server side development aswell. It would be so cool to have one PL for everything, and finally getting rid of PHP / mod_php doesn’t really hurt either.

I am wondering if it is feasible to bet on server side JS and Node.js in particular for large non-trivial web apps. I’m talking about Apps with the functional depth compareable to Pimcore or Typo3 here.

Concrete Example: Let’s say a client would come up to me and say he want’s a custom DTP platform that runs entirely on the web, with heavy Ajax/JS/HTML Canvas coding in the client (modern HTML 5 browsers) and a large app model in the backend (x86 Linux with print PDF generation and lots of other features).
Would you say it’s a risk worth taking to do the lions share of server side logic in JS running on Node.js with C/C++ extensions to Node.js for the speed-critical parts (Node offers some neat features in that dept) or would you suggest to play it safe and use existing PHP setups and toolkits, such as Zend or Symfony for such a thing? I’d say if the client is heavy JS lifting already, you might aswell use the same PL on the server — especially since I know how to abstract persistence and app layer, no matter the PL and could probably write the framework for all my persistence needs in a week. That would be a week in a project planned for 6 — 10 months.

Basically it would mean to restrict PHP work to quick and simple hacks on existing platforms such as Wordpress, Drupal or Typo3 and do every other from-scratch‘ project on JS / Node.js from here on out.

What do you think? Feasible or just to risky? What would you do? Have you been itching to go full force on Node.js yourself? Educated opinions of slashdotters desperately needed. Thanks.

Submission + - NSA Tampers With US Made Routers Before Export 7

Bob9113 writes: According to Glenn Greenwald, reporting at The Guardian: 'A June 2010 report from the head of the NSA's Access and Target Development department is shockingly explicit. The NSA routinely receives – or intercepts – routers, servers, and other computer network devices being exported from the US before they are delivered to the international customers. The agency then implants backdoor surveillance tools, repackages the devices with a factory seal, and sends them on. The NSA thus gains access to entire networks and all their users. The document gleefully observes that some "SIGINT tradecraft is very hands-on (literally!)".'
Google

Google Testing Gmail Redesign 218

An anonymous reader writes "Google is testing out some big changes for Gmail. Some of the changes are: the sidebar has been replaced with a slide-in pane, the 'compose' button has been moved, and there's a new feature called 'reminders'. From the article: 'Gmail may soon look nothing like the Gmail we all know so well. Google has invited a select group of users to test a completely new interface for the webmail client, according to Geek.com, which appears to be part of the trial. The test version of Gmail — which may never see an official release — dispenses with design elements that have been present from the very early days of the email service.'"
United States

Bill Would End US Govt's Sale of Already-Available Technical Papers To Itself 32

An anonymous reader writes "Members of the Senate have proposed a bill that would prohibit the National Technical Information Service (NTIS) from selling to other U.S. federal agencies technical papers that are already freely available. NTIS is under the Department of Commerce. The bill is probably a result of a 2012 report by the Government Accountability Office (GAO) which points out that 'Of the reports added to NTIS's repository during fiscal years 1990 through 2011, GAO estimates that approximately 74 percent were readily available from other public sources.' Ars Technica notes that the term 'public sources' refers to 'either the issuing organization's website, the federal Internet portal, or another online resource.'"

Submission + - Born to RUN: Dartmouth Throwing BASIC a 50th B-Day Party

theodp writes: Still hanging on to a dog-eared copy of BASIC Computer Games? Back issues of Creative Computing? Well then, Bunky, mark your calendar for April 30th, because Dartmouth College is throwing BASIC a 50th birthday party that you won't want to miss! From the "invite" to BASIC at 50: "At 4 a.m. on May 1, 1964, in the basement of College Hall, Professor John Kemeny and a student programmer simultaneously typed RUN on neighboring terminals. When they both got back correct answers to their simple programs, time-sharing and BASIC were born. Kemeny, who later became Dartmouth's 13th president, Professor Tom Kurtz, and a number of undergraduate students worked together to revolutionize computing with the introduction of time-sharing and the BASIC programming language. Their innovations made computing accessible to all Dartmouth students and faculty, and soon after, to people across the nation and the world [video — young Bill Gates cameo @2:18]. This year, Dartmouth is celebrating 50 years of BASIC with a day of events on Wednesday, April 30. Please join us as we recognize the enduring impact of BASIC, showcase innovation in computing at Dartmouth today, and imagine what the next 50 years may hold." Be sure to check out the vintage photos on Flickr to see what real cloud computing looks like, kids!

Slashdot Top Deals

If you have a procedure with 10 parameters, you probably missed some.

Working...