DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
100% Positive
Analyzed from 757 words in the discussion.
Trending Topics
#clock#https#clocks#dev#field#hands#design#number#watch#small

Discussion (19 Comments)Read Original on HackerNews
Curious Clocks and Watches through time with Oliver Cooke | Curator's Corner S8 E1
https://www.youtube.com/watch?v=ywD5kngMuYM
Nice inspiration for world building, especially Steampunk etc!
https://watchface.netlify.app/
And I wrote about it here: https://72mena.medium.com/designing-watch-faces-using-svgs-a...
The clock at: https://clocks.dev/clock/lock-screen
is kind of similar to one of my clocks: the Filling Digit clock [2], which fills the hollow digits with water from the bottom up to represent the seconds in a minute:
Another one that made the rounds here on HN was "Alphabetical Clock" [3] which is pretty amusing.
[1] - https://en.wikipedia.org/wiki/Webring
[2] - https://clocks.specr.net/filling-digits
[3] - https://news.ycombinator.com/item?id=47571401
Around :15 and :45, the minute arrow is sticking outside the drawing region.
There are plenty of them in a more linear style, but the 12 columns design really works well IMHO. It's really easy to roughly guess the time at a glance.
https://clocks.dev/clock/number-field
Created a simple 24-hour analogue face just now: https://clocks.dev/clock/c4a0aef0c379
Time and notifications are on one place, so they're only noticed when you're trying to plan or organize your work. Switching to timer mode is seamless.
The desk is also less cluttered thanks to the verticality of it, and the phone stays visible from afar when taking small breaks, so you don't mind leaving it there.
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.
They're cool for one day or two. But, in the end, I will always go back to some boring but more information-dense one (with battery charge, weather, heart rate, steps, etc).