Slashdot Mirror


User: hdas

hdas's activity in the archive.

Stories
0
Comments
6
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6

  1. Re:"Inadvertently" overcharged on Twitter Admits It Recently Overcharged For Ads (cnn.com) · · Score: 1

    Good thought :). Like occasional overcharges, there are are undercharges as well, but obviously that's not news.

    In fact for those unfamiliar, it might surprise that the common model is to "undercharge" systematically based on something called second-price auction. This includes ad systems like Google AdWords and Yahoo Gemini. In a nutshell, the highest bidder wins, but pays only the bid of the runner-up. See https://en.wikipedia.org/wiki/... for some additional details. Needless to say, there are other complexities including reserve price calculations, so there are accidental screw-ups. Advertiser discounts like those mentioned in the article are quite common.

  2. Re:Confusing luck with talent on Why Yahoo and Marissa Mayer's Over Reliance On Alibaba Could Spell Trouble · · Score: 2

    Congratulations, you discovered an important machine learning meta-algorithm: http://en.wikipedia.org/wiki/Weighted_Majority_Algorithm.

  3. Re:What the FEC? on Increasing Wireless Network Speed By 1000% By Replacing Packets With Algebra · · Score: 1

    No, network coding is strictly better than multipath routing, which is simply simultaneous transmission along multiple routes. Multipath routing still looks at information networks as commodity flow networks. Please see the butterfly network example in the network coding article again in Wikipedia to understand why information flow networks are different and allow for higher capacities and pure routing cannot achieve this. Hope you will appreciate the counter-intuition.

    The paper is not a breakthrough in terms of the concept itself, which has been around for quite a while. And the concept is truly remarkable -- as much as if 2 + 1 = 4 (which is essentially the case in the butterfly network). But practical coding schemes (in terms of computational complexity) and implementations are still works in progress.

  4. Re:What the FEC? on Increasing Wireless Network Speed By 1000% By Replacing Packets With Algebra · · Score: 1

    Please see Network Coding: http://en.wikipedia.org/wiki/Linear_network_coding [wikipedia.org]. It is beyond simple FEC and can increase the capacity in networks over traditional packet routing schemes, counter to our intuition for flow networks/water pipes.

  5. Network coding. on Increasing Wireless Network Speed By 1000% By Replacing Packets With Algebra · · Score: 5, Informative

    This is not simple data compression or error control coding. This is network coding, e.g., see http://en.wikipedia.org/wiki/Linear_network_coding [wikipedia.org] and how it can increase the capacity in the butterfly network over traditional packet routing schemes, counter to our intuition for flow networks/water pipes.

    It is a fairly hot research topic that has been around for last few years. But it is fairly revolutionary. It is still early days in terms of practical coding schemes and implementations.

  6. Re:It's just FEC on Increasing Wireless Network Speed By 1000% By Replacing Packets With Algebra · · Score: 5, Informative

    This is not plain FEC for point-to-point communication. This is based on network coding, e.g., see http://en.wikipedia.org/wiki/Linear_network_coding and how it can increase the capacity in the butterfly network over traditional packet routing schemes, counter to our intuition for flow networks/water pipes.

    Network coding has been a fairly hot research topic in information theory and coding theory over last few years. But it is fairly revolutionary in my opinion. It is still early days in terms of practical coding schemes and implementations.