So, uh, yeah. First project on this account in almost a year and a half. Right. Sorry to disappoint. I haven't been doing too much in the way of projects lately, though I do have some unfinished prototypes lying around that I could potentially work on, but probably not since I lack motivation. In the meantime, here's a very small project that I made today. The title is pretty self-explanatory. It's similar to another clock that I made a loooooong time ago, except this one has smoother movement since it uses the "days since 2000" block instead of "current (time v)". Also as a result of that, this one is fixed to one timezone, in this case EDT (Eastern Daylight Time), unlike the other one which displays the same time as your computer. I considered making it able to detect when it's daylight savings time, but in the end I decided it would be too much of a hassle. DST depends on the placement of a certain day in a week which is a bit tricky to nail down, especially since leap years exist. Someone smarter than me will probably come up with a way to detect it, but I'm definitely not that person. All code is 100% by me.