From context I’m assuming Pennsylvania is where Trump did his Maccas stunt?
Formerly /u/Zagorath on the alien site.
From context I’m assuming Pennsylvania is where Trump did his Maccas stunt?
The repository in Git isn’t on the server, it’s on your local machine.
I understand the impulse to be empathetic and kind. But it’s very hard to respond in good faith to someone who just made a post where more than half the words are “fuck you”.
No, that brings painful war flashbacks.
But I didn’t say you don’t remember anything. I just pointed out that anything you do think you remember…is very likely wrong. It might be correct, but you can’t know that.
More Middle-earth. South is Harad, and north is Forodwaith. Both of which are regions of Middle-earth.
The unreliability of memory has been known pretty well for a long time. It’s why eye witness testimony in court should not be given nearly as much weight as the average person gives it.
The serious answer is it’s juxtaposed with East and West. West being the Undying Lands of Valinor, and East being the much less well-explored Land of the Sun.
You actually can’t. Human memory is really quite terrible. Most of your older memories are likely distorted by other people telling you about them, or even just the natural decay that occurs whenever you recall a memory.
Basically, “X is one-third more than Y” means either X = (4/3) × Y or X = Y + 1/3. I’m fine with either interpretation.
The problem is that with the values of X and Y in this example, neither interpretation produces a valid equation.
“a half is one-third more than a third” should mean either
1/3 + 1/3 = 1/2
Or
1/3 + (1/3 × 1/3) = 1/2
Neither of which is true.
Not really. Wikipedia is not a democracy. It would only take a handful of dedicated zionists to kick up a fuss to create the debate. The fact that it arrived at the right conclusion is a testament to Wikipedia’s editorial policies.
Olive oil is a deeply important cultural touchstone for Palestinians, according to a post I saw a day or two ago.
As for all those links. Absolutely irrelevant to the conversation at hand, which is about you violating instance-wide rules about respect.
You’ll note I did not report comments I merely disagreed with. I reported the ones where you were clearly violating your own instance’s rules by failing to be respectful with your interlocutor.
I just want to point out that “the solstice marks the start of the season” is not a universal fact. Here in Aus, we mark the start of summer as 1 December, and so if I were to take my perspective and apply it to the northern hemisphere, I would say that for you, Christmas is about a third of the way through winter.
The difference here is technically referred to as “meteorological” vs “astronomical” seasons. I’ve always thought meteorological seasons make far more sense because they much better reflect reality. Winter is defined by cold weather and short days. The winter solstice is already very cold and it has the shortest day. It is absurd to put the shortest day at the very beginning of winter. If you wanted to have an astronomically-based calendar, the solstice should mark the very midpoint of winter, with the season starting precisely halfway between then and the autumnal equinox.
But also, as the other user mentioned, some places have entirely different season systems. Seasons are, fundamentally, a human creation. The notion that weather patterns change throughout the year is a universal fact, but what we call those changes and how many categories we separate it into is human. Many cultures have their own systems with more or different seasons. Many tropical areas have traditionally only observed “wet” (or monsoon) and “dry” seasons. In ancient Egypt, the flooding of the Nile marked an important seasonal change. And South Asia uses a variety of different 6-season systems, such as the Hindu, Bengali, and Tamil calendars.
Yup. Clear violation of the rules.
Yup absolutely. I mentioned web APIs because that’s what I’ve got the most experience with, but .h files, class library public interfaces, and any other time users who are not the implementor of the functionality might want to call it, the code they’ll be interacting with should be tailored to be good to interact with.
If the doco we’re talking about is specifically an API reference, then the documentation should be written first. Generate code stubs (can be as little as an interface, or include some basic actual code such as validating required properties are included, if you can get that code working purely with a generated template). Then write your actual functional implementation implementing those stubs.
That way you can regenerate when you change the doco without overriding your implementation, but you are still forced to think about the user (as in the programmer implementing your API) experience first and foremost, rather than the often more haphazard result you can get if you write code first.
For example, if writing a web API, write documentation in something like OpenAPI and generate stubs using Swagger.
Antz was an excellent example of parallel creation, and the creation and rivalry between the two is a fascinating story and a microcosm of the broader early rivalry between Pixar and DreamWorks. It’s detailed in the Production section of the Antz Wikipedia page.