Image 01

Archive for the ‘internet’ Category

Scuttle et Firefox

Monday, January 1st, 2007

Scuttle est un logiciel libre de social bookmarking, c’est-à-dire d’échange de liens web. C’est un clone associatif de del.icio.us, qui lui est une entreprise commerciale. Je l’ai installé il y a déjà quelques temps pour gérer mes liens sur babaluga. l’outil est joliment fait, c’est du PHP+MySQL, simple à installer et fonctionne à merveille. Vous pouvez soit ouvrir un compte sur scuttle.org, soit installer votre propre instance de Scuttle.

Afin d’envoyer rapidement vos liens sur Scuttle ou sur votre propre installation de l’outil, les développeurs de Scuttle ont créé une extension Firefox qui est maintenant compatible avec Firefox 2.0. C’est un vrai plaisir, et ma liste de liens grandit à vue d’oeil. Notez qu’une autre extension, nommée Scuttlelicious est développée par un tiers. Je ne l’ai pas essayée.

Outils libres de blog et favoritisme

Sunday, July 23rd, 2006

Comment dit-on bookmarking en français ? Favoritisme ?

J’ai cherché quelques outils pour améliorer ma vie de publication de contenu sur internet. Pour ce blog tout d’abord. Les outils client de publication d’articles de blogs se multiplient. Certains sont commerciaux et à sources fermées, quelques uns sont libres.

Cette page établie par les gens de WordPress liste un certain nombre de ces outils. Après les avoir brièvement essayé, mon coeur balance pour BlogDesk sur Windows, et pour une solution multiplateforme, pour Performancing, une extension pour Firefox.

L’un et l’autre ont des petits points de friction. BlogDesk est joliment fait mais un peu compliqué pour éditer des posts déjà existant. De plus, je le sens capricieux. J’ai perdu la première version du post que vous lisez, après avoir reçu un message d’erreur qui disait que mon post était mal formé (peut-être les accents, j’ai modifié un paramètre de configuration dans BlogDesk pour corriger ça). Le texte restait dans la fenètre d’édition, qui probablement ne s’était pas bien rafraîchie, parce que sur le post, finalement, il n’y avait plus rien…

Performancing est très beau, mais il ne permet pas (en tout cas je n’ai pas trouvé) de modifier la date et l’heure de post. De plus, l’édition d’un post existant semble remettre la date à jour. Cela paraît logique pour un blog, mais j’aime bien jouer avec ces choses-là.

Un autre outil très pratique: j’utilise Scuttle pour gérer mes liens sur Babaluga. Il existe maintenant une extension Firefox pour publier rapidement un lien dans Scuttle. Ca change la vie.

NTLM avec Firefox

Monday, February 13th, 2006

Pour transmettre son login de domaine windows dans une connexion web en NTLM avec Firefox, vous pouvez utiliser la méthode suivante:
* tapez about:config dans la barre d’adresse
* cherchez network.automatic-ntlm-auth.trusted-uris
* ajoutez les noms de serveurs que vous voulez atteindre en NTLM, séparés par des virgules

C’est fait.

TiddlyWiki

Friday, August 26th, 2005

TiddlyWiki est une sorte de blog non linéaire. C’est un outil implémenté complètement du côté client (i.e. vous n’avez pas besoin d’un serveur web), qui vous permet de prendre des notes, tenir un journal, etc. Vous devez bien sûr sauver votre fichier HTML sur votre disque pour enregistrer les modifications. Chaque fois que vous cliquez sur un lien, le post est affiché sur le haut de la page.

CSS for code snippets in WordPress

Thursday, July 7th, 2005

Some hints about having a more or less correct display of code snippets in WordPress. Below is my version

div#content pre {
        font-family: arial, "lucida console", sans-serif;
        font-size: small;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0.5em;
        border-style: dashed;
        border-width: 1px;
        max-height: 180px;
        overflow: auto;
}

div#content pre p {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
}

The margin instruction in the p part allow to avoid a too big space between two paragraphs. The overflow: auto allow to restrict the area and bring scrollbars to see all the code, while the max-height limit the maximum height , that can be taken by the snippet. When keeping log of ad-hoc SQL code, the code can be pretty long, so I don’t want my snippet to take all the place in the blog.

After that, added the Code Markup plugin, to allow nicer display (notably avoid escapes in PRE tags) in PRE and CODE tags.

Apache groups limit

Thursday, May 13th, 2004

As a group in a group file is simply the name of the group, followed by a semicolon and the list of all logins, that are members of that group, there can be a limit: after the character 8192, Apache stops to read the file. Logins added afterwards are not recognized as members of the group. The solution is to create another group, like group2, and add the logins to this group

blogging resources

Thursday, March 25th, 2004

came across some sites related to blogging :

blogwise is a directory of categorised blogs from around the world.
bloglines a free online RSS feed aggregator.

I love internet

Sunday, February 22nd, 2004

When I took my first internet connection, I think it was around 1993 or 1994. So ten years ago. There was in Switzerland only two ISP : the academic one and a worldwide community of Unix users. Internet was great, a fascinating way to exchange information. I was using Mosaic and spent hours on gopher servers. I had no credit card and in any case, probably the first ecommerce site I came across one day was an online library which might still exist or not, don’t remember.
Months after months, money came. It was ecommerce websites, Amazon, advertisement, spam. It transformed the web into an indescribable – and sometimes annoying – jungle.
But again, what is great in computing and internet, and which is one of the reasons why I am in the field and feel good in it, is that in computing technology meets spirit, machines and humanity interact, and give sometimes its best.
So, what is happening to me now ? I am using tools that are free, open-source, given to the community by people that still believe and think beyond money, and that just throw away all that crap.
Ok. Bayesian filtering for emails is now known. For example, for Windows, SpamPal, with a handful of plugins added, will just get rid of junk mail. I am now using Mozilla Thunderbird, which has a bayesian filter included.
Ok. Advertisement popups and spywares are defeated by very good tools too, like ad-aware or spybot… and Mozilla Firefox, which I use, has an integrated popup blocker.
But still, my last problem was the advertisements inside web pages, that make really painful to read news or articles.
Well, I write this to thank the team who wrote the Adblock plugin for Firefox. This is a great tool that gives me a real pleasure each time I go to a site where it hides and block advertisement images. I hate marketing departments, and I find really great to thwart their hugly efforts to grab money.
When you receive a newspaper, you have no choice. You could write letters to the publisher, or you could create laws to prevent certain type of advertisement to be published. On internet, in computing, if you want your liberty, you do it be yourself, and when it is done, you give it to other people, to improve the everyday life.
Thanks to everyone who does exactly that everyday.

some filter lists