Hacker News .hnnew | past | comments | ask | show | jobs | submit | aaron987's commentslogin

Are you referring to the Curse of Knowledge?

https://en.wikipedia.org/wiki/Curse_of_knowledge

What you are describing also sounds a little like the Dunning-Kruger effect:

https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect


Though it might also be worth mentioning that Tumblr is a total pain in the * to use precisely because of that customization. Every dang page is different and I never know what to click. Worse, Tumblr is so slow that every wrong click is an expensive loss of time and patience. On the rare occasion that I find a Tumblr worth following, I just use the RSS feed because the site is too frustrating.


This was discussed in the book "Flashboys". The real challenge with high speed trading in the long distance communication between the stuff on Wall Street and the commodities action going on in Chicago. That long distance communication is what many of these towers are being used for.


I've been using Duolingo to learn Italian. It was awesome up until about 40% fluency, then it lost its effectiveness. It was a great way to learn basic vocabulary and sentence structure, but after that I learned more by just reading my news in Italian.


The italian lessons in particular are, unfortunately, utter garbage. Peek at the French for an example of good lessons.


Yeah I had the same problem. I actually found this online course at ylanguage.com it was really effective.


Yes! This cannot be stressed enough.

Not just for car accidents, but this is true for emergencies in general. Always check your surroundings!

For example, if you find a guy laying on the sidewalk, he could have stepped on a down power line, slipped on ice, or recently gotten attacked by some punk who might still be nearby. If you don't know why he is unconscious, proceed with caution.


What, if any, effect might this have on Android, given that its all Java?


None — Android doesn't use Hotspot; they've had their own AOT compilation project for their platform (ART) for some time.


This probably does not affect android. In 5.0, android switched to AOT with a new VM, ART instead of Dalvik, which was a huge win for performance. Jitter in many, many apps went away completely, especially when scrolling. This did cause install times to increase, however. In 7.0 (or 7.1?) there is a mix of JIT with AOT for code that is deemed hot by a profiler, hopefully bringing the benefits of AOT without the lengthy install times.


Android and Oracle's Java have been diverged for quite a while. There aren't any Java 8 features available to Android now, so you sadly shouldn't hold your breath for any Java 9 features either, it will probably be a long, long time.


>>There aren't any Java 8 features available to Android now

that is incorrect. https://developer.android.com/guide/platform/j8-jack.html

Just plopped this into my activity to make sure: someList.stream().map(String::toUpperCase).forEach(System.out::println);

As long as minSdkVersion is 24 or higher you should be good.


Except it doesn't work and is full of bugs.

https://www.reddit.com/r/androiddev/comments/59gcr9/who_is_u...


Probably none. Android runs on a different implementation of the JVM called Android Runtime (ART), previously Dalvik.


Android is not JVM so it won't have much affect on it.


I came here to ask about that too. From what I've heard elsewhere, it sounds like Google is smart enough to figure out if you are posting unrelated content just for SEO purposes, and that engaging in such practices is a good way to get Google-smacked.


If it's just JSON, can't you do this:

head -10 myfile.json


Ideally you'd want to configure the browser to open JSON files & co with your default editor, since that makes for a very pleasant workflow.


My thought too, especially when I noticed the typo:

"...similar tastes to extrapolate how much the you will like some other movies..."


Headline bait. I was expecting some exciting breakthrough in nuclear reactor technology or something.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: