This post looks back at the development of ctune
, lessons learned along the way and possible functionalities that could be implemented in the future.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 3 of 3 blog posts detailing the process of designing and implementing cTune's frontend (UI).
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 2 of 3 blog posts detailing the process in implementing cTune's backend.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for searching streams and getting station information.
This is part 1 of 3 blog posts detailing the design philosophy and choices taken for cTune's development.
Click for more...
ctune
is Linux based internet radio stream player for the console entirely written in C. It uses the RadioBrowser API as a source for for searching streams and getting the stations' information.
Click for more...
New release for Blogator. An option to generate a JSON index of the blog's articles and, optionally the tags/years/authors indices is now available.
Click for more...
New release for Blogator that now includes a Table of Contents generator to use inside posts. In addition there was some major refactoring done in the code of the posts' output generation.
Click for more...
This post highlights some of the aspects which I either found interesting, could be improved upon, or turned out to be a problem during development of the first version of the Blogator static site generator.
Click for more...
Blogator is a static site generator written in C++ with the least amount of dependencies possible outside of the standard template library (STL). The the project stemmed from the idea of having a blog on a static site host (Bitbucket/GitHub) that can be viewed without any degradation with scripts disabled in the browser.
Click for more...