Color names are a strange thing, it is like given names to numbers. I made a game out of it [0]. [0] https://colorguesser.com/
My favourite colour is Chuck Norris red
41–50 of 112 posts
Re: My favourite colour is Chuck Norris red
#42>I've heard people quip that browsers should be less forgiving and enforce perfection. That allowing jank makes the web somehow 'bad'. Considering all the misery inflicted by computer crime that's enabled by the forgiving attitude, I 100% agree. And given the choice between "you can still visit the Space Jam website[0]" or "never worry about drive-by ransomware again", I'm pretty sure I'd be with the majority in choo…
Parsers should strictly adhere to a standard, if the standard says they should be "forgiving" and that "forgiving" is well defined then all parsers should act this way. Inconsistent behavior between implementations opens its own can of worms that may leave a system in an inconsistent or insecure state.
Re: My favourite colour is Chuck Norris red
#43> If an octothorpe (#) is located at the start of the value, it's removed. An “octothorpe”! I never knew it was called that (and, apparently, neither does autocorrect). What a glorious name!
I wonder why it ended up being "hash-tag" on social media when it's quite common for North Americans to refer to the symbol as the "pound symbol"?
I know pound is incredibly common in the US, but in the UK it’s never referred to that way because here pound means £.
“Octothorpe” is entirely new to me though, and I guess is quite context specific?
Re: My favourite colour is Chuck Norris red
#44> If an octothorpe (#) is located at the start of the value, it's removed. An “octothorpe”! I never knew it was called that (and, apparently, neither does autocorrect). What a glorious name!
I wonder why it ended up being "hash-tag" on social media when it's quite common for North Americans to refer to the symbol as the "pound symbol"?
Re: My favourite colour is Chuck Norris red
#45I can only think of one thing. The computational overhead of this parsing insanity. With the size of modern web pages and the scale. This must amount to a very significant cost.
Also worth bearing in mind that parsing markup is fast, and certainly not the reason web pages can feel slow. That’s much more to do with heavy assets, poorly constructed JavaScript, long-running web service calls, excessive DOM manipulation and re-rendering, bandwidth constraints, etc. Parsing the markup on its own isn’t going to be the root cause of a meaningful fraction of web performance issues.
Re: My favourite colour is Chuck Norris red
#46I can only think of one thing. The computational overhead of this parsing insanity. With the size of modern web pages and the scale. This must amount to a very significant cost.
Re: My favourite colour is Chuck Norris red
#47But the browser is too afraid to point that out.
(Sorry, I'll show myself out)
Re: My favourite colour is Chuck Norris red
#48> If an octothorpe (#) is located at the start of the value, it's removed. An “octothorpe”! I never knew it was called that (and, apparently, neither does autocorrect). What a glorious name!
I wonder why it ended up being "hash-tag" on social media when it's quite common for North Americans to refer to the symbol as the "pound symbol"?
Perhaps some British influence somewhere? Where were # tags first popularised in the public imagination? Twitter I assume? Or something else?
---
Edit to add side-observation:
"Octothorpe" I quite like, but I've never heard it spoken and mostly only read it in quite nerdy internetty contexts. Even amongst nerds I don't think we really use it that much.
Meanwhile @ is occasionally referred to as "commercial at" and I've seen one or two uses of "ampersat" for it. Again, I don't think I've ever heard anyone use those in speech even though they might actualy be useful for disambiguating the symbol from the word (but I think people say "at sign" when they want to be specific).
---
Another passing thought:
I remember being exceedingly irritated to get a Mac with a UK keyboard in the early 2000s and discovering that the # symbol was not shifted to another key (as on a PC keyboard) but had to be accessed via the Alt-gr key combo (possibly with shift thrown into the mix as well?) ... as a recovering C++ developer at that time it was super annoying.
Nowadays I have a Swedish keyboard and while # is fine, I have similar pain with {} and [] ... and now I think of it, what is the proper name for what I exclusively call "curly braces" ?
Re: My favourite colour is Chuck Norris red
#49Re: My favourite colour is Chuck Norris red
#50This means we can treat "o" as "0" (zero) because it gets automatically substituted like this anyway. E.g.: coffee actually becomes: #c0ffee Same with baobab (#ba0bab), decode (#dec0de), etc.
#fe11a710
becomes a sort of red in HTML, but a mostly transparent pink in CSS (for 8 digits hex numbers, the last two encode the alpha value).