I Backup

Tech blog: 2024-02-27 Some people have asked, so here is how I do my backups. It takes me about ten seconds per day and five minutes per month to maintain. It works well for me, but I’m always open to suggestions. Just email me with any ideas or questions. every-day documents (~40 GB) Files I […]

Balancing Optimization While Coding

When coding, have you ever stopped to ask the question: why am I doing this? Maybe it is a fleeting thought before you return to squeezing out a few more milliseconds on your page load. As creators of software and websites, we often get caught up in the never-ending pursuit of optimization. We constantly strive […]

Universal Domain Types

universal-domain-types

Over the years, I found that specific classes of domain types appear repeatedly in most applications I work on. This section is an overview of these categories. I use pseudo-Rust syntax to illustrate the concepts, but the ideas should easily translate to any statically typed language. ⊕ The interface shared by all universal domain types […]

Mistral Le Chat

mistral-le-chat

Nous lançons aujourd’hui le Chat Mistral, un assistant conversationel qui illustre ce que l’on peut développer avec les modèles Mistral, et ce qu’on peut déployer dans un environnement entreprise. Un assistant conversationnel multilingue, fondé sur les modèles Mistral Le Chat est une application qui permet d’intéragir avec les différents modèles de Mistral AI. Nous l’avons […]

Bemlo (YC W22) Is Hiring React devs to change how healthcare shifts are filled

bemlo-(yc-w22)-is-hiring-react-devs-to-change-how-healthcare-shifts-are-filled

Join Bemlo in changing how shifts are filled At Bemlo you will be building world class software for an underserved segment: healthcare professionals. Our mission is to enable flexible working arrangements that allow more nurses and carers to remain in a profession they love – but struggle to make work with their personal life. We […]

On the importance to make games during the game engine’s development

If you are making a game engine, this won’t surprise you but making a game and making a game engine are two very different things, that require very different skills. You can consider that making a game alone is more suited to artistic profiles, such as game designers, texture artists, musicians, with programming being facilitated […]

The lumbar puncture that changed my life

the-lumbar-puncture-that-changed-my-life

This post was published on April 10, 2018, with newer updates and additional resources at the bottom of the post. On April 1st, I went for a short walk to watch some Florida marsh hens rustle through the reeds and cackle at the wind. The date marked one month since I started walking again. I […]

Netlify just sent me a $104K bill for a simple static site

netlify-just-sent-me-a-$104k-bill-for-a-simple-static-site

So I received an email from Netlify last weekend saying that I have a $104,500.00 bill overdue. At first I thought this is a joke or some scam email but after checking my dashboard it seems like I am truly owing them 104K dollars: That’s 190TB bandwidth in 4 days So I was like 😅😅😅 […]

Klipper is a 3D-Printer firmware

klipper-is-a-3d-printer-firmware

Klipper is a 3d-Printer firmware. It combines the power of a general purpose computer with one or more micro-controllers. See the features document for more information on why you should use Klipper. To begin using Klipper start by installing it. Klipper is Free Software. Read the documentation or view the Klipper code on github. We […]