rand(Ø)

> beautiful code & photos

about <

Posts tagged: productivity

DigitalOcean to Fly.io

Hello folks,

In the pursuit of saving more and more money to run my websites, I recently switched this blog to Fly.io. A pretty neat developer-oriented hosting solution that has a fabulous free tier and bills extra as you go.

It's been out there since 2017 but only found out recently. Thanks to @Chris from Servers For Hackers!

Last time, I was very happy to announce that my hosting costs were around $5-6 a month, while now it's very close to $0.

The solution I had in mind was to convert my Ghost blogs into static websites, using Hugo

> Continue Reading

Upgrading in a few commands

It has been over a year now that I migrated my 2 blogs on full Docker-hosting and I wanted it to be as simple as possible for several reasons:

  • Docker is easy to work with and to maintain
  • Everything is Dockerizable
  • I don't want to spend more than an hour every month or so to upgrade my stacks

At work, we previously used CoreOS to deploy a fleet of Dockerized apps but it was hard to maintain but more specifically, CoreOS is designed for distributed apps, which is not the case of this blog.

So, I searched for a simpler

> Continue Reading

Mac: LSelect et cdto pour votre Finder

Dans ce maigre article, je vais vous présenter deux petits outils bien pratiques pour votre Finder. Grâce à ces petits bijoux, vous allez pouvoir gagner pas mal de temps... Que ce soit en gestion simple de fichier ou simplement en mode développeur/console...

LSelect

LSelect

LSelect est un petit AppleScript permettant de sélectionner les fichiers dans le Finder en utilisant la syntaxe de la commande glob. On peut donc aussi utiliser des expressions régulières pour peaufiner la sélection et vous savez très bien comme des fois cela peut nous rendre service.

cdto

Pour les fans de CLI et si votre requête

> Continue Reading

Insérez vos préférences de TextMate à votre code source

J'ai développé un petit bundle TextMate pour ajouter automatiquement les préférences d'édition de votre fichier, en y ajoutant quelques statistiques...
J'ai cherché un peu sur le Net pour savoir si ce genre de bundle existait déjà pour TextMate mais je n'ai rien trouvé ou peut-être ne sais-je tout simplement pas comment se nomme ce bloc d'informations qu'on ajoute à la fin d'un code source.

Désormais, j'ajouterai les informations sur l'édition de mes fichiers :

<?php
/**
 * Exception
 * 
 * @copyright Copyright (c) 2010, Joris Berthelot
 * @author Joris Berthelot <admin@eexit.net>
 * @since 1.00
 * @version 1.00
 * @package Foo
 */
class Exception
> Continue Reading