this post was submitted on 28 Sep 2024
1153 points (98.9% liked)

Programmer Humor

32253 readers
147 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 2 weeks ago* (last edited 2 weeks ago) (6 children)

Hey thanks for reminding me I made a clock squared in blender about 2 years ago

yes there is an error in the image, and no I'm not telling you where it is

[–] [email protected] 45 points 2 weeks ago

at 6 it says 12:30

[–] [email protected] 12 points 2 weeks ago (1 children)

1 o'clock and 10 o'clock are the the wrong angles.

[–] [email protected] 5 points 2 weeks ago (1 children)

You mean they're slightly off? Like 7:00?

[–] [email protected] 4 points 2 weeks ago

Yup, like 7 PM.

[–] [email protected] 4 points 2 weeks ago (1 children)

An interesting concept would be if all hand on the 12 clocks would work, but the hands of the clock in the middle are stuck at 12 position, this way the hands in the middle would point to the clock showing the correct time.

[–] [email protected] 1 points 2 weeks ago

That's a neat way of doing it

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

11 is missing the hour hand in the miniatures.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

What a fun idea!

Is it on purpose that all clocks in this are coupled at the 3 o'clock position? I assume all the clocks go the same speed. Then the large clock and all the smaller clocks at the 3 o'clock position (there are 13 of them) would show the same time. E.g. in one hour, the 12 o'clock position would show 1 o'clock, but the large clock and all the clocks on the 3 o'clock position would show 4 o'clock.

Oh and why is it a clock squared if you have three layers of clocks? Isn't it cubed then?

[–] [email protected] 1 points 2 weeks ago (1 children)

I was mainly thinking of making some recursion hence why all the subclocks mirror the parent clock (for that given hour). Also I called it clock squared because I didn't think the resolution would be high enough for people to actually notice the 3rd level of clocks.

You might notice that some dials don't really align with the hours they're supposed to show. That's because I had to place a bunch of clocks at varying hours with a viewport rendering the parent clock at an angle that probably made it difficult to spot the errors. I rendered it once and didn't bother re-rendering it once I saw the errors :)

[–] [email protected] 2 points 2 weeks ago (1 children)

Haha yes, recursion is always fun!

Although I'm still confused on what the clock would show in an hour. Because if the subclocks mirror the parent clock at the given time, then they would all be stuck to the hour they are positioned on? Or if they can move then the sublcocks are coupled to 3 o'clock of the main clock. But well, it is all hypothetical anyways :D

[–] [email protected] 2 points 2 weeks ago

Idk maybe the sub clocks are static and never change :3

[–] [email protected] 1 points 2 weeks ago (1 children)