Articles


Marshall Amps Genealogy Tree (From JTM45 to JVM series)

This is an attempt to capture the evolution and history of Marshall amps, covering the period from the release of the JTM45 in 1962, up to the release of the JVM series in the late 2000s. This is work-in-progress, feel free to suggest corrections and ways to extend the diagram …


Samsung Galaxy camera comparison S9 vs S10+ vs S21

With the release of Samsung Galaxy S21 we ended up with 3 generations of Galaxy phones at home, the S9, the S10+ and the more recent S21. I thought it would be a good idea to run a quick comparison regarding the camera performance of these three devices. Note that …

Testing how sharp Nikkor 24mm f/2.8 AF-D is on Nikon FX

During the covid-Christmas period I got a Nikkor 24mm f/2.8 AF-D ultra-wide lens for my Nikon D610 Fx series full-frame camera. I got the lens from ebay for 138 GBP including postage which was a great price. For your information, this particular model of the lens was released …

  • Wed 27 February 2019
  • Other

A small story about writing my PhD Thesis

In September 2018 I met my supervisor in Greece to decide the plan of action for the next phase. Since, at that point I was satisfying all the criteria of my university (most importantly the number of publications) we agreed that I should start writing my dissertation and have my …

Building and benchmarking my own Deep-Learning server

During the last 18 months I spent a lot of time reading about Deep Learning and experimenting in various problem spaces where these techniques can be applied. As a big fan of cloud computing I relied mainly on AWS and their p2.xlarge spot instances to run my Deep Learning …


Understanding DFT's Temporal and Frequency resolution

This post is an attempt to provide an intuitive approach in understanding DFT's temporal and frequency resolution characteristics. We will implement everything from scratch using python in order to conduct an as straightforward as possible analysis with minimal dependencies. Discrete Fourier Transform (DFT) The forward discrete fourier transform (DFT): $$X_k …