I recently found TRMNL, an e-ink display that can show small, personal dashboards that you can build yourself or use “recipes” from the community.
[Read More]
Posture, productivity and prevention
Once constrained by tools, now empowered by them
Disclaimer: First attempt to write AI assisted.
[Read More]
Lessons from My Journey with Flutter Development
Metrics, Errors, and State Management
I wanted to build something that I could proudly show to friends and say, “I built this 😎”. So, I decided to try Flutter, a Dart framework that makes it easy to build apps for both iOS and Android. Instead of making a complicated app with lots of fancy features,...
[Read More]
How to shutdown a Go application gracefully
An approach to manage the lifecycle of a Go application
All this started by noticing that my Go applications showed an increased number of errors when I was shutting them down. After some investigation I found out that the problem was related to the lifecycle of the components of my application. Why was this happening? Because I was not shutting...
[Read More]
Can AI be racist?
Exploring bias on AI image generation
If AI painted a “beautiful warrior” would it paint a man or a woman? Would it be Caucasian or Asian? Let’s figure it out. But first, can AI be racist?
[Read More]