Do you guys list a series of illegal activities as public interests on Facebook or something? Google's lack of privacy boundaries are much more disconcerting than this -- "Orwellian" seems to imply one being watched, which Facebook is not doing; you are publishing it yourself, to the Internet. This is just an example of poor UI design.
HN user
puffythefish
Except most iPhone apps accepted to the store already are utter crap.
It's not like they've heard of Bing either. And, isn't that the point?
I'd definitely appreciate an option for a more traditional theme like Google's or Bing's. It would make it a lot easier to get used to.
Well that's lame.
What terms did the original video violate?
In the actual software you can (thankfully) disable the voice.
Typo in the first sentence:
"Nobody could argue that the iPhone has been a revolutionary product in the cell phone industry"
Surely there should be a "not" in there somewhere?
Is there anything like this for OS X?
I'm not sure how productive it is to lump yourself into social categories like this. I tested as an INTP as well, but I would venture to say that I am generally a "finisher" (at least, when it comes to my projects). When I am really drawn into a project, I lose myself: nothing else matters, and I meticulously perfect each and every detail until it is "finished". Then I drop it and move onto something else.
I empathize with the other characteristics you mentioned: "dawdling, distracted, and forgetful of mundane chores, late for obligations, losing homework or library books, and generally disconnected from the external world". But I make a point to finish my projects, or else I feel dissatisfied with myself.
I think part of how I do this is that, although my attention does wander, when I am working on a project it only wanders across little details, rather than large concepts; rather than getting bored with the project itself and moving onto another, I merely get bored of a detail and focus on another (usually completely unrelated, but still within the realms of the vision that is the finished project). After doing this for a while, eventually the entire project is finished, because that is really all it is — a collection of little details. (Of course, this only works if you are perfectionist as I am.)
To be honest, I think that these arbitrary measurements like IQ tests and personality descriptions are irrelevant (and maybe even procrastinations) to solving your real problem. If you want to be able to finish projects, just work on them — you won't know what motivated you in theory until you discover it in practice.
I have regretted misspending my time, however.
They support this for Vimeo now as well.
I've noticed that either using Snow Leopard or using the "Play fullscreen in QuickTime" option cause better framerates. I think it has to do with support for the <video> tag.
This sounds like a good idea — not sure how to change it without botching this page, though.
Yeah, I wasn't sure about the name. Any suggestions on an alternative?
I do the same, but then realize: by doing this, I'm specializing into programming.
Code completion is a pretty big factor when writing Cocoa, though.
Perhaps, but why would a person give money to someone begging with an iPhone?
Begging with an iPhone?
These would be useful in something like the Closure Compiler http://code.google.com/closure/compiler/. Most seem like too much of a micro-optimization to use in real code though (especially given that they may change over time).
This would be nice, but it's not really feasible since it requires the browser vendor to implement a feature for backwards compatibility (kind of an oxymoron, isn't it?)
I'm not familiar with most Windows editors, but — at least on OS X — although blockwise selection is available in most editors, blockwise insertion like vim has is usually left out.
E.g., in vim say I have a list like this that I wanted to append a period to on each line (a simple example, but you can see its uses):
foo
bar
baz
I would just type block-wise select it (<c-v>$jj) and then type A.<esc>I use this feature all the time.
yi' will also work in this example.
Wow, that's a very nice app.
Sorry, maybe I used the wrong word; learning certainly requires work, but it shouldn't be treated as a chore.
Besides, a student blowing off tests and homework may not be less disciplined at all, they may just be working much harder on other things.
Oh, bullshit. It teaches "95% of kids" to hate learning because it turns it into a job.
Wouldn't they just end up compulsively checking the photo?
"But that same kid might naturally pick up the drums and learn to play them for fun, because he can be really good at it."
I don't think the reason a kid may pick it up is so much that "he can be really good at it", but rather because he is "learning to play them for fun". I.e., he's actually interested in it and therefore puts time and effort into it.
With the calculus example, I don't think it's that he's "not naturally talented" (although he may come to believe that), but that he is discouraged/intimidated by his environment. Given enough time and effort, there's no reason he couldn't pick up calculus just as well as the drums; the class simply takes away his passion for it and/or makes it feel like a job.
Ugh. This is why I hate the grading system. The basic premise the entire system relies on is fear of failure, which, to me, seems to be completely counter-productive to learning. When I am actually learning something, for instance programming, I don't learn by marginally getting better and going to a slightly higher level before, still succeeding at every step — I learn immersing myself in something completely over my head that I don't understand, and absolutely, miserably failing. When I finally get it, not only is the experience extremely gratifying, but I actually learn it; it's very difficult to forget something you now understand that only moments ago looked nearly impossible. In school, doing this is not only discouraged but nearly impossible — fail a class for even a few weeks and it will be very difficult to get your grade up and be able to get in any more honors classes; essentially, through the grading system you're labeled satisfactory (A/B, depending on your standards), average (C) or a failure (F), even though the only way to learn is through your mistakes.
I think a good indicator of how well you're learning something is to ask yourself, "If I asked myself about this subject 6 months ago, would I think I was an idiot?". In school, I can think of maybe 3 subjects that's true in, but not by much. With something I'm teaching myself through failing, like programming, I would probably think I was an idiot less than one month ago.