Creating a simple website using ChatGPT

Software development has too many paradigms, programming languages and tools to know it all. This sometimes makes me a bit frustrated since I known a lot about some languages and tools but creating a simple site can seem too much effort. Now there’s ChatGPT, without much effort or skill, here it’s a site that shows Electric Grid Power Outages in Portugal https://vpereira01.com/electricalgridptqos/ I have wanted to create such site since I discovered that E-REDES , the electrical power distributor, has an API that provides information about outages.

Why is Zoom help page broken? A router IPv6 bug

Trying to enable Zoom blur background in Linux I end up several times on the Zoom Virtual Background system requirements page which was always broken, as in, clicking on the Linux section did not expand to show the relevant information. It was annoying but I could reach the relevant information using the Firefox Web Developer Tools. Nonetheless, it was bothering that it was always broken and if it was broken for everybody Zoom people would already handled it.

Go big.Int add one performance curiosity

Trying to solve a coding exercise I noticed that doing z.Add(z, one) is kind of slow so I implemented my own increment method :) Practicing Go by solving the CodeWars exercise “FabergĂ© Easter Eggs crush test”, I was able to find a simple, and slow solution, by performing many many additions. This simple solution was enough to meet the test requirements but something bugged me from my CPU profilings, z.Add(z, one) was taking cumulative more than one second.

Hi and site setup

Hi and welcome to my site :) For a while I thought it was a good idea to set up a personal site, or blog, but like others I had always postponed it. Recently because I lived through an interesting tech story I finally decided to do it. Since this is my first site/blog please excuse my lacking writing skills. Choosing a domain and registrar My GitHub username has ended up being my handle/nick on most professional and tech platforms so reusing it seemed like a good option.