Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
UIZealot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
UIZealot
5y ago
> Guess there's no accounting for taste, That's exactly it. Taste, you either have it or you don't. NeXTSTEP was good enough to pass the Steve Jobs taste test. Outside of Apple products, I double anything you consider &q
2.
▲
by
UIZealot
5y ago
>> 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?
3.
▲
by
UIZealot
5y ago
> Andrew eventually stole the pac's name and branding - Humanity Forward - put everyone out of a job "Not left, not right, forward" had been Andrew's slogan throughout his presidential campaign. The PAC may have come
4.
▲
by
UIZealot
5y ago
> He clearly doesn’t have a record of success as an executive, either in private or public sectors. You could say the same thing about Obama in 2008. > He seems like a nice guy. If he wants to get into politics, why not start as a cit
5.
▲
by
UIZealot
5y ago
> 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 to
6.
▲
by
UIZealot
5y ago
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 problem, and i
7.
▲
by
UIZealot
5y ago
> 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 braindead useless
8.
▲
by
UIZealot
5y ago
> Tabs that look like real-world tabs aren’t just a decorative style. They’re a visual metaphor. My brain likes visual metaphors. It craves them. As the preeminent Apple commentator at the time, Gruber said nothing when iOS 7 dumped ri
9.
▲
by
UIZealot
5y ago
Just as I suspected, you did know the history, you were just feigning ignorance. So I suspect you do know the relevant internation laws as well. But allow me to quote myself: > The UK recognizes the PRC as the successor regime of China,
10.
▲
by
UIZealot
5y ago
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 matter what?
11.
▲
by
UIZealot
5y ago
> 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 to China und
12.
▲
by
UIZealot
5y ago
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 ab
13.
▲
by
UIZealot
5y ago
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?
14.
▲
by
UIZealot
5y ago
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
15.
▲
by
UIZealot
5y ago
> 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
16.
▲
by
UIZealot
5y ago
> 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.
17.
▲
by
UIZealot
6y ago
> 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 techni
18.
▲
by
UIZealot
6y ago
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 situatio
19.
▲
by
UIZealot
6y ago
> "do" is a terrible keyword. Not at all. "do" helps a lot to make the code read like English and thus more understandable.
20.
▲
by
UIZealot
6y ago
> "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
21.
▲
by
UIZealot
6y ago
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.
22.
▲
by
UIZealot
6y ago
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.
23.
▲
by
UIZealot
6y ago
It's only natural if you already know that a for-statement is a loop. "while" is no better without the "do".
24.
▲
by
UIZealot
6y ago
> "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.
25.
▲
by
UIZealot
6y ago
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 mea
26.
▲
by
UIZealot
6y ago
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 stated that it
27.
▲
by
UIZealot
6y ago
Thank you for your reply. That's an impressive list of credentials. But it confirmed my suspicion: you don't speak Cantonese, Taiwanese, or Mandarin. >> You probably don't speak any Romance language outside of Englis
28.
▲
by
UIZealot
6y ago
> 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 b
29.
▲
by
UIZealot
6y ago
I agree that always sending content-length would be ideal, if it didn't come with the extra work and costs on the server that you mentioned. Chunked encoding is simple enough to implement, avoids all those issues, and would allow a Gem
30.
▲
by
UIZealot
6y ago
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 dynamically gen
More ›