Correctly erasing an SSD on GNU/Linux

This is not really an article but more of a note for future reference. So i decided to wipe an SSD drive, and I assumed that using the good old dd would not have been the correct choice. I was right, and someone (thanks mingdao) from #gentoo on Freenode directed me to this page: ATA… Continue reading Correctly erasing an SSD on GNU/Linux

Advertisement

Gin-gonic improvements

While writing simple web applications using gin-gonic web framework, there are some things that should be improved, in my opinion: Ideas Static file serving: it should be improved to use browser caching, according to https://developers.google.com/speed/docs/insights/LeverageBrowserCaching Default values for templates rendering: there are some values that I am going to need in pretty much every template… Continue reading Gin-gonic improvements