Makefile for rust projects
Personal Coding and Hobby Notebook
Todas las semanas me llegan multiples correos de reclutadores ofertando excelentes posiciones en New York y zonas cercanas. En muchos de los casos me llaman por telefono, y me preguntan si conozco personas que pueden llenar esas posiciones, mi respuesta es “No, but I know a lot of talent in South America, if your company […]
1. Embed state in your thread names. Some times when you see a crash log with a thread dump, you see the stack of all the threads at the moment of the snapshot, but there’s no way to see what the state of the variables and objects at play in the thread were like. You […]
Problem If you are now using docker on a Mac M1 (arm64 platform), you don’t want to use amd64 as the architecture for your Linux Images. You could have 2 lines on your Dockerfile and comment each one depending on where you’re building the image Dockerfile # Building on Apple Silicon host FROM –platform=linux/arm64 ubuntu:20.04 […]