This reminds me of something similar I did as a teenager in the 90s. Also some shareware game, can't remember exactly what it was about (I think a submarine game?). The shareware version only gave access to the first map. After digging around the files I found that it included all the maps and simply renaming map n to map 1's file name allowed you to play it
How much impact does it realistically have on climate change? I would expect it to be relatively small compared to things like owning a car?
In a perfect world we would want to reduce emissions as much as possible in every facet of life, but in the real world I think we should pick battles that have the biggest impact.
Smoke yes, but you're also turning a carbon sink into a carbon source.
At ~16% of the island's surface area, peatland stores an estimated 53% of soil based carbon.
(source: Irish Peatland Conservation Council)
Why do you quote only the end, the full sentence is: We cannot discard, for example, than an ant has a greater qualia level than
They're saying that since we don't know how to "measure consciousness" we can't be certain that an ant doesn't have more "consciousness" than us. Obviously it seems very unlikely, but we can't be certain
If the compound words all have single word entries in the dictionary that when combined mean the same thing what is the point?
Water: transparent, odorless, tasteless liquid
Boiling: having reached the boiling point
Boiling Water: transparent, odorless, tasteless liquid which has reached the boiling point
If Boiling Water had some other completely different meaning that has nothing to do with the individual words then sure, maybe, otherwise this is completely redundant and opinionated.
As an English native, I'd rather see proper nouns in a dictionary before seeing "compound words".
Personally, I don't agree that "boiling water" is a word (with a space) - I would refer to it as a phrase if it had specific meaning, but it just seems like an ordinary pairing of adjective and noun. Also, if a word can contain a space, then what is the meaning of "words" as there doesn't seem an easy way to distinguish between a "compound word" and a common phrase. Is "barking dog" a pair of words, a compound word or a phrase? (It's a pair of words in my mind)
Agree, this kind of complexity is there for a reason. I would rather have a complex component that handles all the cases within its usage in the codebase over having a bunch of little hacks/changes in the usage. It's far easier to maintain one complex component than many different usages of that component.
And you don't have to use such a complex component library if you don't need it. For small codebases it often is overkill. But for large codebases it's a massively worthwhile investment.
But handling edge cases is a self-inflicted wound, because you have decided to re-implement something that already has an extremely well tested specification and implementation in the browser. This is almost always a mistake.