Earlier quoted context omitted.
I wonder how much of that is cultural; do people in China, India, Indonesia, Africa, etc. have the same perceptions and associations?
This is super, super tangential, but I know that certain word sounds have very similar associations across almost any culture; “mom”, for example, sounds soft and warm to basically anyone who hears it, while “flak” sounds violent or harsh.
Why do we round corners?
51–60 of 123 posts
Re: Why do we round corners?
#52Re: Why do we round corners?
#53Because Apple did it. Rounded corners is 50s design and was considered kitsch, but once it became associated with the privilege of owning an idevice it became ubiquitous and impossible to quit. I am one of those who has gotten sick of them
Re: Why do we round corners?
#54Earlier quoted context omitted.
I wonder how much of that is cultural; do people in China, India, Indonesia, Africa, etc. have the same perceptions and associations?
This is super, super tangential, but I know that certain word sounds have very similar associations across almost any culture; “mom”, for example, sounds soft and warm to basically anyone who hears it, while “flak” sounds violent or harsh.
Why Does ‘Mother’ Sound The Same In So Many Languages? The concept of “Mom” is universal — and, for the most part, so is the name we’ve given her. The reason is probably a lot simpler than you think.
https://www.babbel.com/en/magazine/why-does-mother-sound-the...
Re: Why do we round corners?
#55> We can all appreciate the aesthetic beauty of rounded corners. Can we? Much like that top 40 song that comes on the radio way too often, I have come to find all the rounded corners off-putting. They are usually a signal of form over function, and often used by information sparse sites. Give me square corners like HackerNews, old Reddit, or Vanguard any day.
The full article goes into the advantages and disadvantages of rounded corners. From the article: + Boxy shapes are commonly seen as reliable, uniform, traditional, and professional. + Round shapes are commonly seen as charismatic, endearing, harmless, and friendly. Sounds like you and the authors would agree.
Re: Why do we round corners?
#56The way to actually produce rounded squares is to fix the curvature, and then solve for a corresponding curve. You want at least a differentiable function for the curvature. Something with a bit of a spike (think of a Gaussian, but make it level off to flat after the spikes). From the curvature you can use something like the Frenet–Serret formula, integrate and find a formula for a curve. You then approximate it with a bunch of bezier curves. Should get something nice and smooth.
Re: Why do we round corners?
#57Just go to any website and run:
document.querySelectorAll('*').forEach(_ => _.style.borderRadius = 0);
You'll barely even notice the change. I just tried it on all my most favorite websites. No change in "feelings".The reason probably being the other UI fad, which is to make everything so lacking in contrast, that it's hard to discern the difference between round/sharp corners, even if you focus on it.
Re: Why do we round corners?
#58A few months ago, I built matching houseframe beds for my 2 year old grandtwins ( https://www.woodshopdiaries.com/diy-kids-house-bed/ ). The best piece of advice I got from my dad before I started on this (for me) ambitious project was in question form: "Are you going round over all the edges? A 1/2 inch round leaves a bruise on a little one. An unfinished edge leaves a cut." He's been right. They're psycho 2 year ol…
Re: Why do we round corners?
#59Re: Why do we round corners?
#60Earlier quoted context omitted.
I kinda like the notched corners of Battlestar Galactica, personally. Though I always did wonder what happened to all the triangles...
Taking triangles off a corner is called a chamfer. If you're cutting it off, the material ends up on the floor or vaccines up, then recycled into new stock
[1] https://www.famefocus.com/tv/33-things-didnt-know-battlestar...