¿Dónde está el programa? Esa fue la pregunta que hice a un programador de nuestro equipo. ¿Dónde está el código que describe como funciona nuestra aplicación? No pudo contestar y no esperaba que pudiera. En el proyecto que estábamos trabajando, la respuesta era bastante complicada. El programa estaba en todas partes y en ninguna a… Continue reading ¿Dónde está el programa?
Category: Default
La gente y sus herramientas
Silicon Graphics made awesome computers
A long time ago, I used to work as a video editor and motion graphics artist. In those days, Silicon Graphics made the most incredible hardware which ran all the best and most advanced software for creating visual effects. I never got to work with any of these machines but I always loved the way… Continue reading Silicon Graphics made awesome computers
User-defined type guards in TypeScript
Decided to write this blog post because I couldn’t find any documentation or online examples like the one I’m sharing here. Every example I’ve seen the user-defined type guard is used to replace the whole type definition and not specific properties. Here’s the code without type guard. On #1 firstThing.config. is Config | undefined even… Continue reading User-defined type guards in TypeScript
The Scanimate
Amo este tipo de equipo análogo para video. Aprendí editar video con equipos de esta generación y la verdad es que los extraño mucho. Recuerdo claramente el sonido de las VTR haciendo “rewind” y “pre-roll” para comenzar a grabar donde habías puesto el mark in. Recuerdo los switchers y controles de efectos. Fue una época… Continue reading The Scanimate
Don’t use functions as callbacks unless they’re designed for it
Quick tip. Link
The Mac Malware of 2020
A great post by Objective-See about a bunch of malware specially made for macOS. Link
Intercept and modify requests with this browser extension
This Chrome extension will allow you to intercept and modify, request and responses made by web pages. Very cool. My only feedback is that this should be an additional tab on the developers tool panel. Can’t wait for this extension to come to Firefox and other privacy friendly browsers. Link
Apple’s M1 Chip Benchmarks focused on the real-world programming
Aquí un benchmark del Apple M1 que se enfoca en herramientas comúnmente usadas por developers. El resumen es que el M1 es una bestia y sabemos que este no es el final. Estoy loco por ver que podrán hacer con tengan algo digno de una iMac Pro o Mac Pro. Link