Private Copy tax

As you may know, in France as in a lot of other countries, we are  paying a Tax for private copying, this tax is printed nowhere like State Tax but it exists as a part of each of the storage product we are buying, even if this product is never use to store any copy of your music & video. This is also payed to store your original Mp3 like in an iPhone, iPod for example. This tax does not help the gaming and software industry even if this is where it made sense to apply it some decade ago before it has been locally destroyed.

This tax is apply to many device and grow regarding the size of the storage space. The price per GB is reviewed yearly and generally become higher and higher. The following Graph (copied from numerama) is showing how many euro has been transfered from consumer to music & movie industry in France during last 25 years.

 

 

 

 

 

 

 

This is about 181M€ / year actually with an interesting growth which is also something like 3€ per French and also about 7€ per family. This money is going directly to the artists and it is like, according to different sources,  if we buy 7 album per family per year. In my point of view it is more than the average.

Then, coming the question ? what is the right i get for this price… actually ?

 

Related link : www.chere-copie-privee.org

Mac OS X virtual IP configuration

To create a virtual IP on mac OS X, the command to be used is the following one, for example on the wifi interface :

sudo ifconfig en1 alias xx.xx.xx.xx/zz up when xx.xx.xx.xx is the expected IP address and zz the netmask

to remove the virtual interface replace alias by -alias option.

 

Customizing PirateBox configuration

After installing the piratebox, it’s nice to customize it a little bit… There are many reason for this, the first one, in my point of view is to have a more understandable SSID name depend on your country… Here are the list of the step of the customizations I made on myne.

Continue reading

TP-Link MR3040, autonomy test

As promise, I’m looking for MR-3040 information about autonomy. This device is really interesting as it provides an internal battery to power the device on. The question was, how many time can we use it, is the autonomy good enough to have a real mobile device you don’t have to care about autonomy when bring out to public !

The first thing is to reload the battery, from 0 to 100% it takes 3:10 using the given equipment.  The next thing is to empty the battery by just doing nothing else than switch it on, as a result, the MR-3040 ran during 7hours. This is a really good result as it means that we can bring it out most of one day (or night).

The last step is to empty the battery transferring file from & to to mr3040, in this scenario, the battery autonomy should be smaller but the result is an autonomy of 5 full hours with a transfer rate about 1.5MB/s. I was expecting a shorter time so it is a good news.

The main issue I can raised after this test is the coverage area of these kind of devices (MR3040 or MR3020) really limited to a some meters and really blocked by rock walls. This is limiting the share with the neighborhood capability. It makes it more recommended to have a share into a room.

Installation of a piratebox on T-Link MR3040

I just received the TL-MR3040 wifi portable access by T-link. This little box is really like the mr3020 i had for my piratebox with the main advantage of having and internal battery making the piratebox mobile for a small price ! For actually 38€ (but you may found it at lower price) it is an interesting and compact solution to bring you piratebox out.

I’ll try in the next part of this article to detail the installation process as friendly as possible. Never forget that this kind of operations are not always easy and may damage your device. Do it at your own risk.

Continue reading

Nmon cpu_summ vs cpu_all in a SMT environment

In a SMT CPU you have real primary core and SMT core, all can have process allocated to them but the performance of the primary logical processor compared to the SMT one are not equivalent. Usually the SMT power is about 20-30% of the primary one.

This impact the way the performance is measured

Continue reading

Network performance measurement script

I regularly have to test some network products like routers or homeplug devices and most of the time, I like to test the performance of that product. I’m doing it generally a couple of time and the result can vary test after test and I did not had a good, simple and basic tool to use to measure this variation.

So, after having think to it for long months, I finally started to write some bash lines to get this tool and start to get measures…

Continue reading

Oracle DB performance over low latency networks

Here is an interesting article on the impact of the latency on some usual Oracle SQL statement over Local, LAN and WAN networks.

http://markbairden.blogspot.fr/2012/03/database-performance-measuring-effects.html

Wan latency uses is 12ms which is small for this type of connection. Impact is huge with a factor of 10. To be taken into account in your designs !

Thank you Mark for this article !