>> IMO, this is an indictment of the structure, more so than the individual. > 1000% agree. So you agree that it's the structure of the organization that's at fault, not Andrew Yang?
> I can't think of much I would trade from now for something in the Jobs era. I can do without > the rich Corinthian leather Taste, you either have it or you don't. Steve certainly did. > the PowerPC, The Mac switched…
Maybe XML could be the right tool for some jobs, it's just that the entire industry have searched for these jobs for the past two decades, and very few have turned up. In other words, it's a solution looking for a…
> android.R.layout.simple_list_item_1 The Android API is primarily geared towards constructing GUIs declaratively in XML, and as with anything infected with the XML plague, it's a huge bloated mess half of which is…
> When China says "You know what, China? No. We will not break our own agreement. How could you even suggest that? Hong Kong is sovereign" What on earth are you on? Ever heard of "one country, two systems"? One country?…
Have you been to, read about, or seen any news about China in the last, oh I don't know, 50 years? Or did you make up your mind about China during the height of the Cold War era and you're never going to change it no…
> It is called handover in English, but somehow in Chinese it is return to china or hand back to china. The UK recognizes the PRC as the successor regime of China, and thus the rightful owner of all that's due of the UK…
I think you're being downvoted because the title of the post is The "Granny Knot", and your wording sounds like you're saying Ian claims he invented the "Granny Knot". But obviously you're talking about the "Ian knot".…
I do the same, don't even need a shoe horn, and my heel tabs hold up just fine. Seriously, who has time to tie their shoelaces everytime they put on their shoes?
I can't stand it either. But I think I'm beginning to understand it. It seems that's the way it works for competition in the consumer market. Consumers respond to the coolness factor in a major way. Microsoft probably…
> If Microsoft had "stopped" at Windows 2000 (like it has ostensibly "stopped" at Windows 10), and had focused on refining that piece of near-perfection I for one, wished for the same thing. Alas, once Apple came out…
> Even if it looks 'ugly' by today's standard No it does NOT. It's beautify because it's simple, yet consistent and clear. Today's "standard"? That's the ugly one.
> It's not just the FOSS community, look at how non technical people react every time gmail, outlook or excel makes a tiny change to the UI (not to mention big ones). Nice try Google/Microsoft developer! I'm pretty…
I checked it, and the case you linked, out. So there is a similar law in the US, even though it's not named "National Security Law". And you can be prosecuted under that law. How different is it really, from the…
> "do" is a terrible keyword. Not at all. "do" helps a lot to make the code read like English and thus more understandable.
> "Do your homework" doesn't imply a loop either. But "for these subjects, do your home work" does. > Nor does "This could take a while" I never claimed that "while" alone is any better. > It should not be a shock that…
There you need the word "each" to convey that it's a loop. I'd certainly agree that "for each" is much better than "for" alone.
There you need the word "every" to convey that it's a loop. I'd certainly agree that "for each" is much better than "for" alone.
It's only natural if you already know that a for-statement is a loop. "while" is no better without the "do".
> "Clean this item and put it away. Then do that for every other piece of cooking equipment." Without the "do" it's nonsensical. And that was exactly my point.
It's kind of sad that "for" is the keyword programming languages settled on for the loop construct. Ever since its counterpart "do" was dropped from the for-statement, it's just been utterly nonsensical. I mean how on…
I'm glad you are so sure. Maybe the new national security law of HK is less than the Platonic ideal of a perfect law. Is it also fair to say that you think the National Security Law of the US is bad too? Since chloerei…
> I can criticize my country because I’m not a blind nationalist. Are you sure you aren't? Let's see those comments criticizing your country. > And the US doing something wrong doesn’t excuse what China is doing to a…
> Instead of an ad hominem, That touched a nerve, didn't it? Let me guess, you don't speak any of these Chinese dialects: Cantonese, Taiwanese, or Mandarin. Because if you did, you would know there's massive overlap…
I share your concern. Since the response body is not encoded, there's no safe end-of-response marker byte(s) to use. So content-length seems like the way to go. But knowing content-length ahead of time is difficult for…
>> IMO, this is an indictment of the structure, more so than the individual. > 1000% agree. So you agree that it's the structure of the organization that's at fault, not Andrew Yang?
> I can't think of much I would trade from now for something in the Jobs era. I can do without > the rich Corinthian leather Taste, you either have it or you don't. Steve certainly did. > the PowerPC, The Mac switched…
Maybe XML could be the right tool for some jobs, it's just that the entire industry have searched for these jobs for the past two decades, and very few have turned up. In other words, it's a solution looking for a…
> android.R.layout.simple_list_item_1 The Android API is primarily geared towards constructing GUIs declaratively in XML, and as with anything infected with the XML plague, it's a huge bloated mess half of which is…
> When China says "You know what, China? No. We will not break our own agreement. How could you even suggest that? Hong Kong is sovereign" What on earth are you on? Ever heard of "one country, two systems"? One country?…
Have you been to, read about, or seen any news about China in the last, oh I don't know, 50 years? Or did you make up your mind about China during the height of the Cold War era and you're never going to change it no…
> It is called handover in English, but somehow in Chinese it is return to china or hand back to china. The UK recognizes the PRC as the successor regime of China, and thus the rightful owner of all that's due of the UK…
I think you're being downvoted because the title of the post is The "Granny Knot", and your wording sounds like you're saying Ian claims he invented the "Granny Knot". But obviously you're talking about the "Ian knot".…
I do the same, don't even need a shoe horn, and my heel tabs hold up just fine. Seriously, who has time to tie their shoelaces everytime they put on their shoes?
I can't stand it either. But I think I'm beginning to understand it. It seems that's the way it works for competition in the consumer market. Consumers respond to the coolness factor in a major way. Microsoft probably…
> If Microsoft had "stopped" at Windows 2000 (like it has ostensibly "stopped" at Windows 10), and had focused on refining that piece of near-perfection I for one, wished for the same thing. Alas, once Apple came out…
> Even if it looks 'ugly' by today's standard No it does NOT. It's beautify because it's simple, yet consistent and clear. Today's "standard"? That's the ugly one.
> It's not just the FOSS community, look at how non technical people react every time gmail, outlook or excel makes a tiny change to the UI (not to mention big ones). Nice try Google/Microsoft developer! I'm pretty…
I checked it, and the case you linked, out. So there is a similar law in the US, even though it's not named "National Security Law". And you can be prosecuted under that law. How different is it really, from the…
> "do" is a terrible keyword. Not at all. "do" helps a lot to make the code read like English and thus more understandable.
> "Do your homework" doesn't imply a loop either. But "for these subjects, do your home work" does. > Nor does "This could take a while" I never claimed that "while" alone is any better. > It should not be a shock that…
There you need the word "each" to convey that it's a loop. I'd certainly agree that "for each" is much better than "for" alone.
There you need the word "every" to convey that it's a loop. I'd certainly agree that "for each" is much better than "for" alone.
It's only natural if you already know that a for-statement is a loop. "while" is no better without the "do".
> "Clean this item and put it away. Then do that for every other piece of cooking equipment." Without the "do" it's nonsensical. And that was exactly my point.
It's kind of sad that "for" is the keyword programming languages settled on for the loop construct. Ever since its counterpart "do" was dropped from the for-statement, it's just been utterly nonsensical. I mean how on…
I'm glad you are so sure. Maybe the new national security law of HK is less than the Platonic ideal of a perfect law. Is it also fair to say that you think the National Security Law of the US is bad too? Since chloerei…
> I can criticize my country because I’m not a blind nationalist. Are you sure you aren't? Let's see those comments criticizing your country. > And the US doing something wrong doesn’t excuse what China is doing to a…
> Instead of an ad hominem, That touched a nerve, didn't it? Let me guess, you don't speak any of these Chinese dialects: Cantonese, Taiwanese, or Mandarin. Because if you did, you would know there's massive overlap…
I share your concern. Since the response body is not encoded, there's no safe end-of-response marker byte(s) to use. So content-length seems like the way to go. But knowing content-length ahead of time is difficult for…