2020 is over…

Well, 2020 is over. A really eventful year, and so far it seems 2021 won’t disappoint us neither (the US capitol was sieged just yesterday… Anyway, By the end of 2020 I had to do some maintenance tasks on this website, which unfortunately had been abandoned for quite some time. Just by scrolling down a…

oolog

I am proud to publish my new pet project. It’s called oolog and it is an object oriented log for Modern C++ applications. Why another log library The main reason that motivated me to make another log library was the fact that the most famous C++ log libraries on GitHub don’t follow some code practices I…

KISS: Keep it simple and selfish!


Warning: Undefined variable $line_numbers in /homepages/42/d826034254/htdocs/pauguillamon/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 69

Warning: Undefined variable $line_numbers in /homepages/42/d826034254/htdocs/pauguillamon/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 69

Warning: Undefined variable $line_numbers in /homepages/42/d826034254/htdocs/pauguillamon/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 69

Warning: Undefined variable $line_numbers in /homepages/42/d826034254/htdocs/pauguillamon/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 69

Warning: Undefined variable $line_numbers in /homepages/42/d826034254/htdocs/pauguillamon/wp-content/plugins/wp-code-highlight/wp-code-highlight.php on line 69

Here I’m going to talk about the KISS principle. For those who saw the title and came to correct me about what KISS stands for, thank you, but the title has its purpose. I obviously know KISS stands for “Keep it simple, stupid!” (or at least this being the most common) as you can see…

Monkey C and monkey do, a reflection about weak references

I have recently discovered it is possible to develop apps, faces, widgets and many other things in different Garmin devices using their Connect IQ platform, which is amazing! Some of the compatible devices are Garmin Edge (such as 520, 1000 and Explore 1000), FÄ“nix 3 and Vivoactive (full list of compatible devices). The possibilities are…