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

 



Forgot your password?
typodupeerror
×
IOS

Apple To Unveil Its 'iOS In the Car' Project Next Week 198

An anonymous reader tips news that Apple's efforts to bring iOS to cars will be shown at the Geneva Motor Show next week. 'Drivers will be able to use Apple Maps as in-car navigation, as well as listen to music and watch films. Calls can be made through the system, which will tie into the Siri voice recognition platform so that messages can be read to the driver who can respond by dictating a reply.' Apple's partners in the automotive industry will be Volvo, Ferrari, and Mercedes Benz to start. Apple first said they were working on this system at last year's WWDC.
Networking

How I Cut My Time Warner Cable Bill By 33% 206

lpress writes "I was at a Time Warner Cable (TWC) store returning a router, when I asked what my new monthly bill would be. The answer — $110 — surprised me, so I asked a few questions and ended up with the same service for $76.37. Check out my conversation with their representative to see what was said, then do the same yourself."
Bitcoin

Ask Slashdot: Do You Still Trust Bitcoin? 631

Nerval's Lobster writes "It hasn't been a great week for Bitcoin. Cruise the Web, and you'll find stories from people who lost thousands (even millions, in some cases) of paper value when the Mt.Gox exchange went offline for still-mysterious reasons. (Rumors have circulated for days about the shutdown, ranging from an epic heist of the Bitcoins under its stewardship, to financial improprieties leading the exchange to the edge of bankruptcy.) But as one Slashdotter pointed out in a previous posting, Mt.Gox isn't Bitcoin (and vice versa), and it's likely that other exchanges will take up the burden of helping manage the currency. Even so, all currencies depend on a certain amount of stability and trust in order to survive, and Bitcoin faces something of a confidence crisis in the wake of this event. So here's the question: do you still trust Bitcoin?"
Programming

Does Relying On an IDE Make You a Bad Programmer? 627

itwbennett writes "Writing about his career decisions, programming language choices, and regrets, Rob Conery says that as a .NET developer he became more reliant on an IDE than he would have with PHP. Blogger, and .NET developer, Matthew Mombrea picks up the thread, coming to the defense of IDEs (Visual Studio in particular). Mombrea argues that 'being a good developer isn't about memorizing the language specific calls, it's about knowing the available ways to solve a problem and solving it using the best technique or tools as you can.' Does using an IDE make you lazy with the language? Would you be better off programming with Notepad?"
Programming

Ask Slashdot: Why Are We Still Writing Text-Based Code? 876

First time accepted submitter Rasberry Jello writes "I consider myself someone who 'gets code,' but I'm not a programmer. I enjoy thinking through algorithms and writing basic scripts, but I get bogged down in more complex code. Maybe I lack patience, but really, why are we still writing text based code? Shouldn't there be a simpler, more robust way to translate an algorithm into something a computer can understand? One that's language agnostic and without all the cryptic jargon? It seems we're still only one layer of abstraction from assembly code. Why have graphical code generators that could seemingly open coding to the masses gone nowhere? At a minimum wouldn't that eliminate time dealing with syntax errors? OK Slashdot, stop my incessant questions and tell me what I'm missing." Of interest on this topic, a thoughtful look at some of the ways that visual programming is often talked about.
IBM

IBM Looking To Sell Its Semiconductor Business 195

jfruh writes "Having already gotten out of the low-end server market, IBM appears to be trying to get out of the chip business as well. The company currently manufactures Power Architecture chips for its own use and for other customers. Big Blue wants to sell off its manufacturing operations, but will continue to design its own chips."
Space

The Human Body May Not Be Cut Out For Space 267

Hugh Pickens DOT Com writes "The human body did not evolve to live in space, and the longest any human has been off Earth is 437 days. Some problems, like the brittling of bone, may have been overcome already. Others have been identified — for example, astronauts have trouble eating and sleeping enough — and NASA is working to understand and solve them. But Kenneth Chang reports in the NY Times that there are some health problems that still elude doctors more than 50 years after the first spaceflight. The biggest hurdle remains radiation. Without the protective cocoon of Earth's magnetic field and atmosphere, astronauts receive substantially higher doses of radiation, heightening the chances that they will die of cancer. Another problem identified just five years ago is that the eyeballs of at least some astronauts became somewhat squashed. 'It is now a recognized occupational hazard of spaceflight,' says Dr. Barratt. 'We uncovered something that has been right under our noses forever.' NASA officials often talk about the 'unknown unknowns,' the unforeseen problems that catch them by surprise. The eye issue caught them by surprise, and they are happy it did not happen in the middle of a mission to Mars. Another problem is the lack of gravity jumbles the body's neurovestibular system (PDF) that tells people which way is up. When returning to the pull of gravity, astronauts can become dizzy, something that Mark Kelly took note of as he piloted the space shuttle to a landing. 'If you tilt your head a little left or right, it feels like you're going end over end.' Beyond the body, there is also the mind. The first six months of Scott Kelly's one-year mission are expected to be no different from his first trip to the space station. Dr. Gary E. Beven, a NASA psychiatrist, says he is interested in whether anything changes in the next six months. 'We're going to be looking for any significant changes in mood, in sleep, in irritability, in cognition.' In a Russian experiment in 2010 and 2011, six men agreed to be sealed up in a mock spaceship simulating a 17-month Mars mission. Four of the six developed disorders, and the crew became less active as the experiment progressed. 'I think that's just an example of what could potentially happen during a Mars mission, but with much greater consequence,' says Dr. Beven. 'Those subtle changes in group cohesion could cause major problems.'"
Censorship

In Greece, 10 Months In Prison For "Blasphemous" Facebook Page 324

First time accepted submitter etash writes "A bit more than a year ago a man was arrested in Greece for satirizing a dead monk, after the far-right party golden dawn, petitioned for his arrest. A couple of days ago he was given a ten-month sentence. What actually enraged the religious Greek blogosphere was not the satire. He wrote a fictitious story about a miracle done in the past by this specific monk. The story was then sent to [a religious blog] and then in a matter of days it was copy pasted and presented as true by most of the religious and far-right blogs and news sites. The final act of the dramedy took place when he came out and revealed that the story was not real; he intended to show the absurdity and the lack of reliability of these sites."
Patents

Notorious Patent Troll Sues Federal Trade Commission 102

Fnord666 writes with news that the notorious scanner patent troll MPHJ Technology caught the eye of the FTC, and decided to file a preemptive lawsuit (PDF) against the Federal government. From the article: As the debate over so-called "patent trolls" has flared up in Congress, MPHJ became the go-to example for politicians and attorneys general trying to show that patent abuse has spun out of control. ... The FTC was going to sue under Section 5 of the FTC Act, which bars deceptive trade practices. MPHJ says that the FTC is greatly overstepping its bounds. The patent-licensing behavior doesn't even amount to 'commerce' by the standards of the FTC Act, because the letters are not 'the offer of a good or sale for service,' argues MPHJ. Furthermore, MPHJ has a First Amendment right to notify companies that it believes its patents are being infringed."
Programming

How Reactive Programming Differs From Procedural Programming 186

Nerval's Lobster writes "A recent post on Reactive Programming triggered discussions about what is and isn't considered Reactive Logic. In fact, many have already discovered that Reactive Programming can help improve quality and transparency, reduce programming time and decrease maintenance. But for others, it raises questions like: How does Reactive differ from conventional event-oriented programming? Isn't Reactive just another form of triggers? What kind of an improvement in coding can you expect using Reactive and why? So to help clear things up, columnist and Espresso Logic CTO Val Huber offers a real-life example that he claims will show the power and long-term advantages Reactive offers. 'In this scenario, we'll compare what it takes to implement business logic using Reactive Programming versus two different conventional procedural Programming models: Java with Hibernate and MySQL triggers,' he writes. 'In conclusion, Reactive appears to be a very promising technology for reducing delivery times, while improving system quality. And no doubt this discussion may raise other questions on extensibility and performance for Reactive Programming.' Do you agree?"
Censorship

Battlefield 4 Banned In China 380

hypnosec writes "The Chinese government has officially banned Battlefield 4, stating that Electronic Arts has developed a game that not only threatens national security of the country, but is also a form of cultural invasion. The country's Ministry of Culture has issued a notice banning all material retailed to the game in any form, including the game itself, related downloads, demos, patches and even news reports. According to PCGames.com.cn [Chinese language], Battlefield 4 has been characterized as illegal game on the grounds that the game endangers national security and cultural aggression."
Microsoft

What Would It Cost To Build a Windows Version of the Pricey New Mac Pro? 804

zacharye writes "The new Mac Pro is the most powerful and flexible computer Apple has ever created, and it's also extremely expensive — or is it? With a price tag that can climb up around $10,000, Apple's latest enterprise workhorse clearly isn't cheap. For businesses with a need for all that muscle, however, is that steep price justifiable or is there a premium 'Apple tax' that companies will have to pay? Shortly after the new Mac Pro was finally made available for purchase last week, one PC enthusiast set out to answer that question and in order to do so, he asked another one: How much would it cost to build a comparable Windows 8 machine?"
The Almighty Buck

Millions of Dogecoin Stolen Over Christmas 132

Kenseilon writes "The Verge reports that millions of Dogecoins — an alternative cryptocurrency — was stolen after the service DogeWallet was hacked. DogeWallet worked like a bank account for the currency, and the attackers modified it to make sure all transactions ended up in a wallet of their choice. This latest incident is just one in the long (and growing) list of problems that cryptocurrencies are currently facing. It brings to mind the incident where bitcoin exchange service GBL vanished and took a modest amount of Bitcoins with them. While not a similar case, it highlights the difficulties with trusting service provides in this market."
Transportation

Next-Gen Windshield Wipers To Be Based On Jet Fighter "Forcefield" Tech 237

cartechboy writes "It looks like the old-school windshield wiper is about to be replaced by new technology — but not until 2015. British car-maker McLaren is apparently developing a new window cleaning system that is modeled from fighter jet tech. The company isn't revealing exactly how it will work, but the idea comes from the chief designer simply asking a military source why you don't see wipers on jets as they land. Experts expect McClaren to use constantly active, high-frequency sound waves outside the range of human hearing that will effectively create a force field across a car's windshield to repel water, ice insects and other debris. Similar sound waves are used by dentists to remove plaque from teeth."

Slashdot Top Deals

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...