Lilac

joined 2 years ago
[–] Lilac@lemmygrad.ml 2 points 4 months ago* (last edited 4 months ago)

Your link directly contradicts what you said?

If colours were simply a naming scheme for wavelengths then pink is not one

However, colours are not simply names for wavelengths – colours merely label our perception of light, once it has passed through our eyes.

[–] Lilac@lemmygrad.ml 8 points 4 months ago

My favorite Teams feature is that when you share your screen, it puts some giant bar that can't be hidden at the top of the screen that covers up your tabs.

[–] Lilac@lemmygrad.ml 10 points 5 months ago (1 children)

WARNING: Russian trolls defend Trump and Putin. Or they attack Trump and Putin. If you someone doing either of these behaviors, disengage the troll!

[–] Lilac@lemmygrad.ml 1 points 7 months ago

And people who speak Swahili (which has 18 noun classes/genders) might complain that with only 2 genders, there are many examples where its still ambiguous.

There's an infinite amount of extra info you can append onto any part of a language, you have to make a cutoff somewhere. I'm just glad English didn't go with a feature that made me want to kill myself in most conversations when I was learning Spanish.

[–] Lilac@lemmygrad.ml 1 points 9 months ago

Kinda. You can't define a name, but you can get the compiler to interpret literals as a function. If you have a Num instance for (Integer -> Integer) where,

fromInteger i = \x -> x * i

the compiler can interpret integer literals as functions like so

x = 2(5) :: Integer