Live data from Hacker News

Collection of Digital Clock Designs

clocks.dev

11–20 of 53 posts

Re: Collection of Digital Clock Designs

#11

Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…

I think the one you are calling "figure hands"... if you mean the one where hands are numbers could just use better styling overall. Two colors, different sizes, better choice of font.

Re: Collection of Digital Clock Designs

#12
post #11

Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…

I think the one you are calling "figure hands"... if you mean the one where hands are numbers could just use better styling overall. Two colors, different sizes, better choice of font.

They have names in their URLs when you click. I meant this one: https://clocks.dev/clock/figure-hands

Around :15 and :45, the minute arrow is sticking outside the drawing region.

Re: Collection of Digital Clock Designs

#13
post #11

Earlier quoted context omitted.

I think the one you are calling "figure hands"... if you mean the one where hands are numbers could just use better styling overall. Two colors, different sizes, better choice of font.

They have names in their URLs when you click. I meant this one: https://clocks.dev/clock/figure-hands Around :15 and :45, the minute arrow is sticking outside the drawing region.

yeah, that's the one. Yep it doesn't seem as intended.

Re: Collection of Digital Clock Designs

#14
post #9

Not a single 24-hour analogue face? That unexpectedly turned into one of the best reasons I keep carrying my smartwatch.

The nice thing is that anyone can easily add such design.

Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379

Re: Collection of Digital Clock Designs

#15
I am not sure I want to use the API when it is not that hard to get the hands of a clock going with Javascript. I know I can do the latter, but the former poses a new learning challenge that doesn't guarantee a result.

My current SVG clock is modelled on a wall clock and it has the really small text that can normally found on a clock, for example 'Made in China' and 'Quartz'. I also have a fictional brand name, plus a bezel specified with 'pathLength="60"' and a dash array.

As a design exercise, a standard clock is interesting because you have to remember the stack order of the hands, and, despite looking at clocks many thousands of times, that detail requires a modicum of thought.

I think it is a good start to get a credible wall clock that tells the time at a glance before branching out into 'cool' clocks that put design before telling the time.

I now want to add a drop shadow that changes throughout the day, as if the clock is south facing, in the northern hemisphere, corresponding to my lat/lon.

This would be easy with three js because it could be modelled, along with the entire solar system, with the camera pointed at a 3D modelled clock, however, in SVG filters, could be a while.

Getting the hands to move is the easy bit, all considered. I really don't need another API for that, but I am not in the Svelte ecosystem.

Re: Collection of Digital Clock Designs

#17

Some of these seem subtly off. For example, on the orange "number field" clock ( https://clocks.dev/clock/number-field ), you can't distinguish between 12:10 and 10:12. On the "word field" one ( https://clocks.dev/clock/word-field ), there are "X"es in lieu of unused characters, which makes the emergence of words a lot less mystifying than in the original "word clock" design this is based on. The "temporal exposure"…

In the "number field" clock, the hours are always along the top row only. 12:10 and 10:12 look different.

Re: Collection of Digital Clock Designs

#18
post #9

Not a single 24-hour analogue face? That unexpectedly turned into one of the best reasons I keep carrying my smartwatch.

The nice thing is that anyone can easily add such design. Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379

Midnight at the bottom! I really like this one: https://sunclock.net
Post reply on HN