Forgot your password?

typodupeerror
Oracle

No Patent Infringement Found in Oracle vs. Google->

Submitted by sl4shd0rk
sl4shd0rk writes "Today, the jury in the Oracle vs. Google trial found Google innocent on infringement claims. The jury deliberated about 30 minutes to reach the verdict bringing an end to the second phase of the trial, and a beginning to the damage phase which may be very little of what Oracle orginally asked for. Still no word on API copyright issues. Judge Alsup will be ruling on that in the near future and certainly have an impact on the dev community."
Link to Original Source

Comment: A lay perspective (Score 2) 147

by MajroMax (#39221343) Attached to: 'Twisted' Waves Could Boost Capacity of Wireless Spectrum
I am a scientist, but not an E&M specialist. Take this with a grain of salt.

I've read through the New Journal of Physics article. The ``radio vorticity'' means that the phase of the signal goes through a 180 flip across the beam centre, and the zero-point of this phase shift rotates as you move along the beam. The receiving antennas in the experiment were a pair of yagis, used to create a radio interferometer. The math and experimental results behind this appaer sound, but there are a few limitations:

  • This is a highly directional effect. Not only would multipath interference destroy the crap out of this signal, but they also needed pairs of antennas on opposite sides of the beam centre to discriminate between mode-0 and mode-1 rotations. Directionally-wide beams will have more interference, and building the interferometer will be more difficult with less than a 180 separation.
  • The transmitting antenna was very specialized. The transmitter itself not so much, but the antenna was a parabolic antenna ``mechanically modified'' -- they sliced through the top of it to turn the atenna into one loop of a parabolic spiral. If you have access to the article online, take a look at the picture, it's kind of neat.
  • ``In principle an infinite number of channels'' my ass. They're building an interferometer, so they need at least one antenna per mode they wish to discriminate between, and when they used antenna-separation to do the phase filtering for them they saw some significant interference form secondary lobes for intervals where the match wasn't perfect. This was okay for the two-channel experiment (mode 0 and 1), but the receiving antenna design would really start messing with higher channels, where those secondary lobes start seriously interfering themselves.
  • As written, the receiving antenna design is highly sensitive. The phase cancellation used required some pretty precise antenna positioning, since they needed a displacement of one half-wavelength in the beam direction for proper interference (to discriminate the mode 1 angular momentum). Trying this in a production environment is going to be pretty tricky -- perhaps they could get somewhere with electronic phase delay.

So for controlled channels -- perhaps even microwave links -- I'm optimistic about engineers being able to build something useful out of this. But the basic math isn't going to generalize to omnidirectional links, and it certainly isn't going to deal well with strong multipath interference. Simply being able to discriminate between modes requires straddling the beam centre, so this absolutely isn't going to work for general consumption.

Also, I don't think that practical antenna design will ever allow more than three or four channels of angular momentum outside of a lab setting. Even that may potentially be a huge win for fixed microwave links, though.

Comment: Re:Theoretical limits? (Score 3, Informative) 105

by MajroMax (#37392614) Attached to: Whither Moore's Law; Introducing Koomey's Law
Without reversible computing, there indeed is a fundamental limit to how much energy a computation takes. In short, "erasing" one bit of data adds entropy to a system, so it must dissipate kT ln 2 energy to heat. This is an extremely odd intersection between the information theoretic notion of entropy and the physical notion of entropy.

Since the energy is only required when information is erased, reversible computing can get around this requirement. Aside from basic physics-level problems with building these logic gates, the problem with reversible computing is that it effectively requires keeping each intermediate result. Still, once we get down to anywhere close to the kT ln 2 physical constraint, reversible logic is going to look very attractive.

Comment: Re:Did ayone read the paper? (Score 5, Informative) 283

by MajroMax (#36885558) Attached to: Scientists Discover Tipping Point for the Spread of Ideas
Yes, I did read the paper. (Disclaimer: I have a PhD, but not in graph theory. Your results may vary.)

In short, the paper repeats analysis and numerical simulations of a simplified 'agreement model'. People are abstracted as nodes on a graph, communication happens between them, and consensus is reached. If a graph is initialized randomly, with nodes 'believing' either A or B, eventually (in log(N) time) the graph reaches consensus with every node 'believing' A xor B.

This paper adds a twist; some fraction of nodes are 'committed' to A, and cannot ever be convinced of B. To quote the paper:

Here, we study the evolution of opinions in the binary agreement model starting from an initial state where all agents adopt a given opinion B, except for a finite fraction p of the total number of agents who are committed agents and have state A. Committed agents, introduced previously in [23], are defined as nodes that can influence other nodes to alter their state through the usual prescribed rules, but which themselves are immune to influence.

Now, if even one node cannot be convinced of B, then no consensus can be reached -- but it doesn't really matter. If the fraction is really small, then you can more or less ignore them.

The interesting part about that paper is their threshold effect -- once p gets to be over 10%, not only does A eventually win, but it does so -quickly-.

The applications to politics still hold, but not on the big, obvious issues. Those issues, like taxes and abortion and health care and anything else that really makes the news, have committed believers on both sides -- they're outside the scope of study. Where this research becomes really interesting is in quieter, uncontroversial issues -- like regulation details, or climage change before Al Gore. There, this research suggests that the influence of sockpuppetry and lobbying is nonlinear -- beyond a critical point, the lobbyists completely win.

Of course, caveats about "the real world isn't an abstract graph" apply.

Google Chrome tag to abandon H.264

Submitted by Art3x
Art3x writes "As you know, HTML 5 introduced the <video> tag, so you don't have to use Flash, QuickTime, etc. It can even enclose several versions of the same video (H.264, WebM, Ogg, etc.) for different computers or browsers. Well, for Google Chrome in a couple months, you will have to provide it something other than H.264, because it is dropping support for H.246. 'Though H.264 plays an important role in video, as our goal is to enable open innovation, support for the codec will be removed and our resources directed towards completely open codec technologies,' wrote Mike Jazayeri, Product Manager."

MySpace lays off 47% of employees->

Submitted by tgtanman
tgtanman writes "CNN reports that Myspace has announced that they have laid off 500 employees, 47% of their total staff. From the article, "MySpace's management kept most of the site's developers but gutted nearly every other job role, according to a staffer who survived the cuts ... 'Today's tough but necessary changes were taken in order to provide the company with a clear path for sustained growth and profitability,' CEO Mike Jones said in a written statement.'These changes were purely driven by issues related to our legacy business, and in no way reflect the performance of the new product.' ""
Link to Original Source

Twitter Users Have Regional Accents Says CMU Study->

Submitted by aesoteric
aesoteric writes "Twitter users tweet messages with regional dialects, using "suttin" for "something" if they are New Yorkers and "sumthin" if they are not, according to a Carnegie Mellon study. The study looked at 380,000 tweets by 9,500 users who wrote at least 20 messages via cell phone over a week in March 2010. The differences in regional expression reportedly allowed researchers to predict the location of a user in the United States within about 300 miles. The full research paper can be downloaded as a PDF."
Link to Original Source

Facebook's HipHop also a PHP webserver->

Submitted by darthcamaro
darthcamaro writes "As expected, Facebook today announced a new runtime for PHP — called HipHop. What wasn't expected were a few key revelations disclosed today by Facebook developer David Recordan. As it turns out Facebook has been running HipHop for months and it now power 90 percent of their servers — it's not a skunkworks project it's a Live production technology. It's also not just a runtime, it's also a new webserver.

"In general, Apache is a great Web server, but when we were looking at how we get the next half percent or percent of performance, we didn't need all the features that Apache offers," Recordon said. He added, however, that he hopes an open source project will one day emerge around making HipHop work with Apache Web servers.

"

Link to Original Source
NASA

First NASA Crew Development Contracts Announced

Submitted by FleaPlus
FleaPlus writes "NASA's C3PO program has announced the first year's winners of a $50M contract competition for developing commercial spaceflight systems; their initially-planned $150M in funding was diverted by Congress towards the soon-to-be-cancelled Constellation project. The contracts are for $20M to Sierra Nevada for their in-progress Dream Chaser reusable lifting-body spacecraft, $18M to Boeing to develop a capsule with Bigelow Aerospace to launch on a variety of existing rockets, $6.7M to the ULA for an emergency detection system (needed for human-rating their existing rockets), $3.7M to the normally-secretive Blue Origin for developing a novel 'pusher' launch escape system and testing a crew module made of composite materials, and $1.4M to Paragon Space Systems to build and demonstrate a turn-key air vitalization system. SpaceX and Orbital will continue their earlier COTS contracts for cargo delivery to the ISS. Contracts in future years, totaling $6 billion over 5 years, will be competitively awarded based on performance and the goal of achieving safe, reliable, and cost-effective access to orbit."

South Australian Political Speach Law Backflip->

Submitted by therufus
therufus writes "Earlier today Slashdot reported on South Australia outlawing anonymous political speech. Attorney-General Michael Atkinson, the very man who sponsored this, has now done a backflip saying "I will immediately after the election move to repeal the law retrospectively". He goes on to say "It may be humiliating for me, but that's politics in a democracy and I'll take my lumps"."
Link to Original Source

In the long run we are all dead. -- John Maynard Keynes

Working...