Finding Peace on the Prairies: Why I Chose Winnipeg

Sipping a coffee at any cafe in the city or walking through Assiniboine Park, I’m always struck by a profound sense of calm. This feeling was a major reason my family and I chose to build our life here in Winnipeg. For us, it was a conscious choice for safety, and a significant part of …

Hasta siempre Mario Vargas Llosa

I am doing an exception, this post will be in spanish because I feel I will express better using my mother tongue Ayer, domingo 13 de abril, estaba viendo el partido de mi amado Universitario de Deportes contra el Melgar de Arequipa. Íbamos perdiendo 1-0 cuando uno de los comentaristas anunció una noticia terrible: Mario …

Super Whisper: Ditch the Keyboard, Chat with Your Computer 

Tired of typing everything out? Seriously, in this day and age, shouldn’t we be talking to our computers more? Well, guess what? You can! Say hello to Super Whisperer (www.superwhisper.com), the tool that lets you ditch the keyboard and just… talk. This is my 1st week using Super Whisper and I am so happy 🙂 …

How-to install Chrome in Windows with a oneline Powershell

If you face the situation where you need a browser in a Windows system and you don’t have any or the only browser is Internet Explorer. You can try this one-line Powershell command: $LocalTempDir = $env:TEMP; $ChromeInstaller = “ChromeInstaller.exe”; (new-object System.Net.WebClient).DownloadFile(‘http://dl.google.com/chrome/install/375.126/chrome_installer.exe’, “$LocalTempDir\$ChromeInstaller”); & “$LocalTempDir\$ChromeInstaller” /silent /install; $Process2Monitor = “ChromeInstaller”; Do { $ProcessesFound = Get-Process | …

Problema entre módulo de AWS EKS y Terraform 14

Hice el upgrade a la versión 14 de Terraform y me encontré con un problema a la hora de intentar levantar un cluster en EKS de AWS, el error es el siguiente: [cc lang=”bash”]Error: Unsupported Terraform Core version on .terraform/modules/vpc/versions.tf line 2, in terraform: 2: required_version = “>= 0.12.7, > 0.14″[/cc] Revisando el código encontré …

Lo bueno, lo malo y lo feo del 2020

El año 2020 fué un año que todo el mundo quiere olvidar porque ha sido un año nefasto y terrible, por primera vez en la historia hemos tenido una pandemia de escala global, incluso cuando ya se sabía que el virus del COVID19 se extaba expandiendo en China pocos creíamos que esto iba a salirse …