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......
Setup Gitlab runner for run ci tests locally
Recently I stumbled upon a issue on a build for one of my side projects that showed up only on the gitlab ci and not locally, so for troubleshoot the problem I tried to setup the same environment on my machine......
Self Hosting Feed Reader Server
Once a while I try to self host something new, this time was the turn of an feed reader, I started first looking for an app in F-Droid, today my phone is the place where I read news more often, and as well I was looking for something that was able to keep some history and preferences(mainly starred articles) even after a phone flash, so digging a bit around I found "Tiny Tiny RSS" there is a Ok phone app and a quite nice php server that come in a handy way as debian package(current unstable), so i set it up with a simple sudo apt install tt-rss
and is up and running, connected to my phone using a VPN, and the job was done, so i would definitely recommend this if you want to setup your own "Web Feed Reader" with mobile client......
Self Hosted Calendar Server With Radicale
Everyone of us need a Calendar, to organise time, not forget meetings, birthdays, dates, interviews, parties, etc. Out there in the world there are a lot of application that can help to solve that, and even a lot of service that can do it for you, for free, and synchronise it with all your environments/devices, one over all Google Calendar......
New Blog
Hi All, I usually like to build things almost from scratch, but this time i tired to do an exception,my old blog was written in php, night time, with my limited knowledge of design, it didn't really have an engine behind,it was more a few line of php for merge together a few html(5) hand written posts, it was quite hard to maintain and my focus was more on make it work, than actually put some content in it.....