There are lots of black bears around Lake Arrowhead where they staged this.
There are lots of black bears around Lake Arrowhead where they staged this.
They wore masks, had negative pressure ventilation suits on
I hope those were positive pressure suits, positive pressure helps to keep dust out of the suit. Negative pressure ventilation is used to help sick people breathe easier, like the iron lung for example.
Once you finish it, it’s actually really fun watching other people’s playthroughs as well - getting to relive some of the moments vicariously through other people’s eyes is almost as much fun as experiencing them yourself the first time.
It’s also quite amazing just how different each playthrough can be, since the game is so non-linear, people take some crazy paths to get to the end ! It can be frustrating as well when someone just can’t see what is in front of their face though :)
There are also so many subtle elements scattered around that most people miss on their first playthrough, and watching someone else play it really made me appreciate many of the details I missed on my own playthrough and even make connections I didn’t before, and understand aspects of the story that I didn’t fully get the first time.
The word average is often used to mean mean, however it can be used less specifically - median is a type of average as well.
From Merriam-Webster definition of average:
1a) a single value (such as a mean, mode, or median) that summarizes or represents the general significance of a set of unequal values
Also, things like testosterone levels in a population usually follow a normal distribution, where both mean and median are the same, so the distinction is often meaningless for practical purposes
Mozzarella/loam is ~20-50 sand, ~30-50 silt and ~10-30 clay - pay attention to the angle of the numbers and follow the diagonal lines. The center of the triangle has to be 33/33/33
The only fuel you can make from water is hydrogen. The RS-25 engines used on the SLS core stage and the Space Shuttle used liquid hydrogen, as did the J-2 engines on the second and third stage of the Saturn V (but not the first stage, which used RP-1 (kerosene) burning F-1 engine)
Starship’s Raptor engines use liquid methane however. There are a bunch of tradeoffs between the different fuels, but generally liquid hydrogen is more difficult and expensive to deal with. With low cost reusability being one of the primary objectives of Starship, liquid methane was chosen as the best option. The fact that it can also be manufactured on Mars was also considered, since CO2 is abundant in Martian atmosphere.
LOX is liquid oxygen, which is not a fuel, but an oxidizer. Starship is fueled by liquid methane. Methane can not be made from just water, you need a source of carbon. On Mars for example methane could be produced from CO2 in the atmosphere and water from ice.
YouTube video ads can’t be blocked with just DNS blocking unfortunately, they are served from the same hosts as YouTube videos.
I think “popular” is stretching it here, Debian GNU/kFreeBSD is dead now, and while Hurd is interesting, it has ways to go.
Alpine is actually popular, particularly as a lightweight host OS to run docker.
You can have a Linux distro without GNU -Alpine Linux is a popular example
deleted by creator
deleted by creator
deleted by creator
Not sure about the 80s, but in 1992 there was a futon store seemingly on every corner in a NJ college town where I lived at the time, futons were a bit of a fad then.
What is your source for this ? Recent polls show reunification support is still <2%, with about 6% open to reunification eventually but not now.
In 2018, before the crackdown in HK, the reunification support was 3%, with 13% open to it eventually - the events in HK have definitely significantly eroded support for reunification in Taiwan.
I have family in Taiwan and literally don’t know a single Taiwanese person that wants reunification with the PRC.
Chinese is also not right - 正确的 (zhèngquè de) means “proper”
Left and Right as the sides are 左 (zuǒ) and 右 (yòu) - you can also add 邊 (biān) to each which means “side” to be more explicit, but they are also used separately in many contexts where the left/right meaning is needed.
The Chinese characters for 左 and 右 actually originated as pictograms of the left and right hand in the early forms of Chinese writing, but later forms both contain general “hand” component (𠂇) with components 工 and 口 added for differentiation
What’s wrong with using a text editor to remove lines ? In vim for example :g/pattern/d or :g!/pattern/d with regular expressions is a powerful tool for removing lines in bulk if needed.
The first computer I used was a PDP-8 clone, which was a very primitive machine by today’s standards - it only had 4k words of RAM (hand-made magnetic core memory !) - you could actually do simple programming tasks (such as short sequences of code to load software from paper tape) by entering machine code directly into memory by flipping mechanical switches on the front panel of the machine for individual bits (for data and memory addresses)
You could also write assembly code on paper, and then convert it into machine code by hand, and manually punch the resulting code sequence onto paper tape to then load into the machine (we had a manual paper punching device for this purpose)
Even with only 4k words of RAM, there were actually multiple assemblers and even compilers and interpreters available for the PDP-8 (FOCAL, FORTRAN, PASCAL, BASIC) - we only had a teletype interface (that printed output on paper), no monitor/terminal, so editing code on the machine itself was challenging, although there was a line editor which you could use, generally to enter programs you wrote on paper beforehand.
Writing assembly code is not actually the same as writing straight machine code - assemblers actually do provide a very useful layer of abstraction, such as function calls, symbolic addressing, variables, etc. - instead of having to always specify memory locations, you could use names to refer to jump points/loops, variables, functions, etc. - the assembler would then convert those into specific addresses as needed, so a small change of code or data structures wouldn’t require huge manual process of recalculating all the memory locations as a result, it’s all done automatically by the assembler.
So yeah, writing assembly code is still a lot easier than writing direct machine code - even when assembling by hand, you would generally start with assembly code, and just do the extra work that an assembler would do, but by hand.
The history of Taiwan is quite a bit more complex than that, but the PRC (current government in mainland China) has never controlled Taiwan - it was never theirs.
Taiwan was a Japanese colony from 1894 until 1945 when Japan was forced to hand it over to the ROC (the successor government to the Qing dynasty, which was the last time you could argue China controlled the island - the Qing managed to almost fully colonize it before losing it to the Japanese, although a lot of the mountainous parts of Taiwan were still mostly autonomous at that time and inhabited by aboriginal Taiwanese who continued to resist the Qing rule)
The ROC takeover of the island is also seen as another colonization by many Taiwanese as well - the descendants of the Qing era colonists who were mostly Hokkien speakers from Fujian, while the ROC migration in 1949 was mostly Mandarin speakers from wider China, who fairly brutally imposed their rule over the island (see 4 decades of martial law, etc.)
ROC managed to reform itself over time, and Taiwan is now a vibrant democratic country which is forging its new national identity where most people would prefer to be left alone to control their own affairs.
Expat is short for expatriate, not ex-patriot. Both expatriate and patriot do come from the same Latin root (patria, fatherland) via French.
But yes, expatriate means someone who lives outside (ex) of their fatherland (patria) - can be used for both immigrant or emigrant, depending on context.