Viewing profile — UIZealot
UIZealot
HN member- Joined
- Tue, Aug 02, 2011, 6:07 AM UTC
- HN karma
- 78
- Public activity
- 183 items
- HN profile
- View on Hacker News ↗
About UIZealot
No profile information was provided.
Recent public activity
-
comment
Comment #29549914
> 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 pro…
-
comment
Comment #28773898
>> 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 Yan…
-
comment
Comment #28772808
> 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 presiden…
-
comment
Comment #28770779
> 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…
-
comment
Comment #28770069
> 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…
-
comment
Comment #28737159
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 wor…
-
comment
Comment #28736756
> 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 …
-
comment
Comment #28729316
> 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 commentato…
-
comment
Comment #28024556
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…
-
comment
Comment #28017918
> 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 "…
-
comment
Comment #28016566
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 an…
-
comment
Comment #28016504
> 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 rig…
-
comment
Comment #26878563
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 obvious…
-
comment
Comment #26870976
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?
-
comment
Comment #26679649
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 fact…
-
comment
Comment #26678626
> 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 s…
-
comment
Comment #26678558
> 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.
-
comment
Comment #26004484
> 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 Goog…
-
comment
Comment #24130929
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 d…
- comment
-
comment
Comment #24118300
> "do" is a terrible keyword. Not at all. "do" helps a lot to make the code read like English and thus more understandable.
-
comment
Comment #24118274
> "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 …
-
comment
Comment #24113833
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.
-
comment
Comment #24113828
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.
-
comment
Comment #24113766
It's only natural if you already know that a for-statement is a loop. "while" is no better without the "do".