this post was submitted on 04 May 2025
43 points (90.6% liked)
Showerthoughts
34079 readers
747 users here now
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
- Both “200” and “160” are 2 minutes in microwave math
- When you’re a kid, you don’t realize you’re also watching your mom and dad grow up.
- More dreams have been destroyed by alarm clocks than anything else
Rules
- All posts must be showerthoughts
- The entire showerthought must be in the title
- No politics
- If your topic is in a grey area, please phrase it to emphasize the fascinating aspects, not the dramatic aspects. You can do this by avoiding overly politicized terms such as "capitalism" and "communism". If you must make comparisons, you can say something is different without saying something is better/worse.
- A good place for politics is c/politicaldiscussion
- Posts must be original/unique
- Adhere to Lemmy's Code of Conduct and the TOS
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't really get what you're saying. Maybe a picture would help? Having worked with mouse pointers for three decades, I'm pretty sure it's either correct, or if you disagree then what you're choosing as the click pixel is arbitrary, and pointer style and implementation dependent. In any case, the user will generally learn the specific click behaviour very quickly, usually without even thinking about it.
If there is a drop shadow, then when you click, the click should be on the shadows point, not the "floating" triangles/mouses point.
The point here is the outmost point on the triangle of the mouse ofc. The position that "clicks".
In the cursor metatada you can specify where the click occurs. Personally I always assumed the click would happen at the tip of the arrow, not the shadow below.
I think I understand the pixel you are referring too, it may be diagonally adjacent to the click pixel.
I’m not sure I understand ‘why’ post OP suggests that should be the ‘correct’ click pixel?
A drop shadow implies that the object is floating above a plane. If you have an object floating above a plane, it would need to drop to the plane to interact with it, so the interaction point should be the tip of the shadow, not the tip of the cursor.
But the cursor 'dropping' wouldn't move it to where the shadow is? The light source is not directly above the cursor so the shadow is offset.
Depending on the relative direction of the light and "camera", the click point could vary. It wouldn't be on the tip of the shadow unless the shadow was already directly below the tip of the pointer in line with the line of sight. More likely it would fall somewhere "between" the apparent position of shadow and pointer before clicking.