logoalt Hacker News

hn_submittoday at 7:26 PM0 repliesview on HN

I find it wasteful to make a simple clock running a full-scale Linux distro just to fetch and display the time. And it's running Python too, which is an interpreted language which is a 100 times slower than C or assembly.

I didn't look at the code but if it's not interrupt driven it will be wasting even more power.