Quelques mots sur ACTA

Je réagis à l'article de Pierre Breese sur ACTA.

L'article à le mérite de prendre comme point de départ les relations entre les différentes parties concernées.

J'ai cependant le sentiment qu' Internet est pris essentiellement sous l'angle marchand (FAI, producteur de contenus, consommateurs de contenus), même si ce n'est pas explicite, P.

J.C. Dupont

Nouvelle législation américaine sur les brevets, "méthodes d'affaires" et brevets logiciels.

Vous savez peut-être que les Etats-Unis ont une nouvelle législations sur les brevets: le America Invents Act (en anglais).

La section 18 est digne d'attention: "TRANSITIONAL PROGRAM FOR COVERED BUSINESS-METHOD PATENTS" (programme de transition pour les business methods couvertes par un brevet).

America Invents Act, business methods and software patents

You may know that America has a new legislation regarding patents, the America Invents Act.

An remarkable part of it is sec 18. "TRANSITIONAL PROGRAM FOR COVERED BUSINESS-METHOD PATENTS". My understanding is that, in short, this is the result of banks lobbying after having been sued for business methods infringement, for some (trivial, wide-ranging) methods they used to create their products.

PHP equivalent of python setattr

 setattr(obj, name, value)

sets property name of obj to value in python.

You can do the same in php with

 $obj->$name = value

note the $ in front of the name
$obj->name = value would be in python
 setattr(obj, 'name', value)

or simply
obj.name = value

Email

Before gmail and others, the e-mail was a 20-100 MB storage provided by your ISP with a POP / IMAP mechanism to retrieve it.

Gmail and others have turned it into a value-added service by

  • providing unlimited storage
  • having search capabilities

Although web access does add value, I see it more as a general tendency, that is something not available over the web has just not kept pace.

(solved) gpg-agent (or pinentry) + ssh (or su) not working on Linux / Unix

The case: you connect to a remote computer with ssh, or may be you just do su to become another unix user, then start something like

 gpg-agent --daemon /bin/bash

or may be you worked hard so gpg-agent is launched from your .profile or something like that.

Then, you try to decrypt a file:

 gpg -d my-file.gpg

and you expect gpg to enter into some dialog to ask you the passphrase. Furthermore, you expect that you won't have to enter the passphrase again if you decrypt the same file once more a few minutes from now.

readline() on closed filehandle FILES at /usr/sbin/popularity-contest line 104 (not solved yet, but at least we understand) and how popularity-contest works

This is bug #742017

The solution is yet to be devised, but at least we know

How popularity-contest works

popularity-contest is a script that sends a periodic report to Ubuntu (or Debian) about the installed and used packages. At the time of this writing (popularity-contest version 1.51 on Ubuntu 11 / Natty Narwhal), popularity-contest is a Perl script.

How does it work ?

At the heart of the script are two imbricated loops.

IPv6 report at tronche.com for April 2011 is out.

A little of a surprise, at least for me, is that, although China consistently shows up in the various top 10 of the report, and APNIC has been out of IPv4 addresses this month, RIPE seems actually to be leading adoption, be it by hit number, number of distinct addresses or number of distinct networks seen. This is quite clear on this graphics.

IPv6: predicting the time of the big switch

This is part of my series on (trying to) foresee IPv6 deployment.

It is difficult to predict how IPv6 will first take off, who will be first, who will be second and why. These are the next few months or years. However, it is much easier to say when the big switch will occur, how and why.

This will be between mid-2012 and mid-2014.

What will happen then ? The ISP's IPv4 pools will be dry, with no hope to refill them, so they will activate their new customers using IPv6.

Syndicate content