Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Where is Google in this discussion? (Score 1) 978

I can't believe we're having an argument about the usefulness of ad supported web businesses with barely any mention of Google. Dear everyone, where do you think their money comes from? If there were no ads on the internet there would be no google and no facebook and no twitter, to name just a few. Maybe you can live with that, but it's hard to say that they aren't adding value or providing services that people like. The truth of the matter is that hardly anyone cares about ads, especially if they aren't obnoxious interstitials or flash spam and every once and a while you see something you like which is a win win. Run adblock if you like, but there's just no case for a crusade against advertising based revenue models. Those are the revenue models that support that suppor the services we love on the internet.

Comment Re:School v. Reality (Score 1) 292

I don't know where you work, but the complexity of the algorithms we're using comes up every day at work. The difference is that you can't just implement the "assume without loss of generality" version of the algorithm; you have to actually make the damn thing work. And you have to handle possibly corrupt inputs, and up and downstream failures, and your problems span multiple algorithms feeding into and through one another.

So yeah, its complicated, and there's time pressure, but at good development shops people think about quality. It's just that quality is a much higher bar when you're trying to develop supportable systems for complex and evolving problems. What looks like ugly code to academics is, often as not, just hardened code, code that deals with the mess of disk failures and language-level memory leaks and all the detritus that piles up around our implementations of the turing machine. The big challenge is that the particular crap around the turing machine shifts over time, and no one has enough time to pay down technical debt all the time.

Science

Physicists Turn Pull Into Push 60

sciencehabit writes "It's textbook physics: An electric charge near the surface of a material gets pulled toward the surface. However, if the charge is spread out into the right shape and moves fast enough, that attraction becomes a repulsion, one physicist calculates. The odd finding could help physicists avoid unexpected effects when guiding beams of particles such as electrons."
Books

How Does a Single Line of BASIC Make an Intricate Maze? 438

JameskPratt writes "This Slate article talks about a single line of code — 10 PRINT CHR$ (205.5 + RND (1)); : GOTO 10 — and how it manages to create a complicated maze without the use of a loop, variables and without very complicated syntax." Now that amazing snippet of code is the basis of a book, and the book is freely downloadable.
Businesses

Mysterious Algorithm Was 4% of Trading Activity Last Week 617

concealment sends this excerpt from CNBC: "A single mysterious computer program that placed orders — and then subsequently canceled them — made up 4 percent of all quote traffic in the U.S. stock market last week, according to the top tracker of high-frequency trading activity. The motive of the algorithm is still unclear. The program placed orders in 25-millisecond bursts involving about 500 stocks, according to Nanex, a market data firm. The algorithm never executed a single trade, and it abruptly ended at about 10:30 a.m. ET Friday."

Comment Re:big difference (Score 2) 239

I think it's worth thinking a little bit about what the incentives are in this situation. Google's expertise, their secret sauce, the thing they pitch to the companies whose ads they distribute is that they have a done of user data AND they know what to do with it. The "and we know what to do with it" thing is a huge value add. Google knows much better than their clients who is the best target for a given add. That's their competitive advantage. They don't WANT to sell the data to other companies because that hurts their business model. That's why we can be confident that the Today policies are here to stay.

Japan

Panasonic's 16-Finger, Hair-Washing Robot 181

angry tapir writes "Panasonic has developed a hair-washing robot that uses 16 electronically controlled fingers to give a perfect wash and rinse. The robot, images of which were distributed by Panasonic, appears to be about the size of a washing machine. Users sit in a reclining chair and lean back to place their head in the machine's open top. Two robot arms guide the 16 fingers, which have the same dexterity as human fingers, the company claims."

Comment Prior Art? (Score 1) 223

Not that this helps the root problem, which is that a research lab has to blow its budget on lawyers to defend their work, but I have to imagine that the original research group published a paper either about the method, or using the method, since that's the primary deliverable for most research. If that's the case, they've almost certainly got a strong prior art case.

Comment what can you do without scaffolding? (Score 1) 139

I'm curious as to what sort of limitations the building mechanism puts on the structures. There wouldn't be any supporting superstructure holding everything in place until the building is structurally sound. Every stage would have to be able to stand up on its own power. I wonder what the impact would be on design? Would buildings that are stable at every stage of their construction be more stable upon completion? Regardless, this seems pretty damn cool.

Image

Hollywood Stock Exchange Set To Launch In April 100

You can buy and sell actor or movie "stock" for virtual cash on the website Hollywood Stock Exchange (HSX). Starting in April the company plans on letting you turn those movie performance predictions into real dollars. HSX filed with the US Commodity Futures Trading Commission for approval as an active trading site in November 2008 and has just entered the final phase of regulatory review. Richard Jaycobs, president of HSX's parent company, said, "The number of people who visit movie theaters each year and form opinions about a film's success is in the tens of millions. We believe that's the reason the public response to this product has been very positive."

Slashdot Top Deals

Neutrinos have bad breadth.

Working...