My Jami posts

Some links to articles I wrote or talk I gave.

I’m a Core Developer for https://jami.net since several years now. During those years, I gave some talks and wrote a lot of articles that I’ll link of that page: Articles “Improving the call experience in Jami” - 2022, Aug 31 - https://jami.net/improving-call-experience-in-jami/ “Swarm file transfers” - 2022, Aug 09 - https://jami.net/swarm-file-transfers/ “Synchronizing conversation history with Swarm” - 2022, Feb 16 - https://jami.net/synchronizing-conversation-history-with-swarm/ “Swarm: a new generation of group conversations” - 2021, Jan 15 - https://jami. [Read More]
jami  dev  talk  software 

A GPT-3 bot to answer my tickets

A project done in one week-end

Long time no see! I have a looooooot of projects in mind and a lot far too big (+40h of work & personal community stuff & life). However, I got a list of projects I can do in one week-end(ish) (e.g. a Gartic Phone with DALL-E, play with open push, etc) and because I answer to a lot of tickets every-day, I was wondering how this can be automatized nowadays with all the new AI projects (for the fun, to be honest, I think a good FAQ should answer to all common questions and a good documentation should complete this. [Read More]
gpt-3  dev  ai  software 

Dbus on a server

and without any graphical session

Some time ago, I had to run a script to test an application by sending dbus calls. The script was working great, until I moved it on a server with no graphical session. I ran the script as a System V init script, but you can encounter the same problem in a terminal or in a cron. The thing is that a dbus session is generally managed by KDE, Gnome or your graphical session. [Read More]

Passer de la fibre au 56k

Ou comment baisser la qualité de son réseau

Contenu posté sur Zeste de Savoir Vous avez peut-être chez vous un réseau avec un débit trop élevé ou qui marche (trop) bien. Dans ce billet, je ne vais pas parler du côté matériel d’un réseau, ni de brancher un switch sans STP en boucle pour le mettre down, mais de quelques commandes linux que j’ai eu l’occasion d’utiliser ces derniers jours pour simuler un mauvais réseau. Note : Il ne s’agit pas d’un tutoriel, ce billet cherche seulement à donner un aperçu des possibilités de quelques commandes. [Read More]

Créer un bridge IRC - Ring

Réalisation d'un bridge IRC/Ring en python

Contenu posté sur Zeste de Savoir J’aime faire des bots. J’ai des bots pour tout et n’importe quoi. J’ai des bots sur twitter, sur des serveurs IRC, des bots plus ou moins utile, des bots qui contrôlent des trucs et d’autres qui bougent. Ce matin, j’ai décidé de réaliser un petit bot qui sert de bridge entre un channel IRC et ring.cx. Ce bot peut servir à plusieurs choses : [Read More]