Analog Clock

I missed analog clock in Desktop. I don’t know why it’s not implemented in Linux. It is not hard to implement, and it’s tremendously valuable (for me at least).

I once asked a younger college whether they would like an analog clock in Linux. They actually said they prefer digital clock. Maybe it’s just my Millenial (now old and Boomer like) brain is easier to understand time as the interplay of angles of 3 needles. It’s particularly important to know how much time I have until a specific time, measuring time difference.

Anyway, I implemented it as a Browser application. Check it out at https://priv.softwarejourney.my.id/analog-clock/index.html.

Acknowledgement

I acknowledge most of the code is from https://www.geeksforgeeks.org/how-to-create-analog-clock-using-html-css-and-javascript. However, there are some improvements I’ve made which you can see the source code and the visual yourself by checking it out here

Related
Rant · Programming