Re-tools for this blog
My last post a while ago was about redeploy my blog with new tools, and in that set of tools
there was see
, I tried it for a while but I noticed after a few days for some reason the server would
get stuck, and no request were server till I restarted the server......
New host for the blog with new tools
Has been a long while that I do own this domain (tglman.com) almost 18 years, and in all this time it evolved in multiple different sites, but for all this time was just hosted on a simple hosting provider that allowed me to have in it some PHP scripts......
Rust lib error management, multiple enum approach
While building a Rust library, I came across a quite common problem: how to provide errors that are understandable, easy to manage and enough specific to let the user handle the cases......
Setup Gitlab shared runner for run tests on windows
Today in one of my projects, I discovered a bug that happened only on Windows, I personally have no machines that run Windows so had some trouble to reproduce the problem, so the first thing that came to my mind was try to set up the Continuous Integration to run on Windows, for the specific project I use GitLab and the relative GitLab-CI, I went to search what was the support for Windows in the shared runners and I got a good surprise, GitLab provide shared runners with the support of windows you just need to specify some tags:.....
Rust Lang Love
Hi All, it has been a while since the last blog post went out, a few attempts to write a new post failed because of missing knowledge on what I was actually doing or just because I spent to much time doing other things, I'm hoping to return to post more often and this should be the first of a series of new blog posts on my new interest: Rust......