Google Bard interpreta las creaciones de mi madre

Published on 03/01/2024

1 min read

A mi madre le gusta expresarse cuando hace pascualinas. Le pedi a Google Bard que interprete la creación. Esta fue su respuesta: La…

VS Code's killer feature: Live Share

Published on 06/12/2023

2 min read

Live Share: Transforming Collaborative Coding in VS Code Visual Studio Code (VS Code) has established itself as a leading code editor…

Clojure, explained by Donald Trump

Published on 10/01/2023

1 min read

"Clojure, let me tell you, it's the best programming language, it's going to make you so much money. It's the best, it's huge, it's…

tailwindcss is awesome

Published on 05/08/2021

1 min read

Fell in love with tailwindcss

Awesome ZEKE videos with improved audio track

Published on 29/03/2021

1 min read

There are a bunch of new ZEKE live videos in youtube. I grabbed a couple which had bad audio (the stereo track had only one good channel, so…

Online Games

Published on 15/03/2021

1 min read

I rarely play online games because lag pisses me off. I've been hearing for some time now that modern online games are super fun and have…

Disqus comments fixed

Published on 15/02/2021

1 min read

I am pleased to announce that disqus integration in this blog is finally fixed. So if you want to leave some feedback on any of the posts go…

Using exercism

Published on 13/02/2021

1 min read

Exercism is an awesome tool you can you to test your mad programming skillz. Here is a short terminal video I recorded doing a little demo…

Sending clojure data from the REPL to the clipboard

Published on 31/01/2021

1 min read

I wrote these utility functions so I could easily pprint clojure data structs into the clipboard.

chart.js reagent component and deploying libraries to clojars

Published on 23/12/2020

2 min read

Introduction Recently I was integrating some charts with chart.js in my clojurescript/reagent application and I came across this neat little…

Deprecated and Current OpenGL "Hello World" implementations

Published on 04/11/2020

1 min read

This is what I was taught in school: This is the new way to do it:

Building a Theming System with angular and CSS custom properties

Published on 09/02/2020

7 min read

Introduction Difference between css and sass variables Time to refactor Our theme model Fetching theme details from the backend Implementing…