Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cpprototypes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
61.
▲
by
cpprototypes
12y ago
I think the best balance is to allow remote working anytime, but only hire local. The focus of management should be on results, not on hours in the office. This system has the best of both worlds. Remote from anywhere in the world has a l
62.
▲
by
cpprototypes
12y ago
There is a potential dark side to this kind of automation: http://www.nytimes.com/interactive/2014/08/13/us/starbucks-w... There could be a lot of turmoil in the next few decades as society adapts t
63.
▲
by
cpprototypes
12y ago
The reason it sucks has more to do with the language and the culture that has grown up around it I think the culture is a far bigger issue than the language. Java is good when used properly, especially with the Java 8 updates. I don
64.
▲
by
cpprototypes
12y ago
For Los Angeles, UberX, Lyft, and others have the potential to solve the "last mile" issue of public transit. Especially with newer carpool features like UberPool and Lyft Line. LA is currently investing a lot into building more
65.
▲
by
cpprototypes
12y ago
I think I partially agree, but would rephrase it as this: It's important to pick your battles. Promoting only innate talent can lead to lazy adults with unfulfilled potential. However, promoting only hard work can lead to depressed a
66.
▲
by
cpprototypes
12y ago
Switching jobs works well when developers are in their 20's. But I've found in the 30's that a number of factors combine to make it much less attractive: 1) Each jump becomes less and less. There's an invisible salary
67.
▲
by
cpprototypes
12y ago
I think the Expo line will be a key factor. It will link SM with DTLA and there's plenty of cheap housing in between. And linking to DTLA (Union Station) is important because it's the link to the rest of SoCal through Metrolink.
68.
▲
by
cpprototypes
12y ago
The comment is off topic since the article is not about Spring or JBoss and it recommends against using Hibernate. The article is about a modern lightweight stack (JAX-RS, Jetty, Dagger, JDBI).
69.
▲
by
cpprototypes
12y ago
I've heard of Quasar before and had a general idea of what it is, but didn't look at the documentation carefully until now. My understanding is that I can run arbitrary synchronous code in Fibers? For example, consider the Mongo
70.
▲
by
cpprototypes
12y ago
The primary issue with the current technical interview style is this: No one likes working on a problem with someone watching them constantly. Most companies are underestimating the power of social presence. Just knowing that someon
71.
▲
by
cpprototypes
12y ago
They support Java 7 syntax, however they do not have the API improvements in Java 7. For example, Java 7 introduced a much improved File IO API in the java.nio.file package. It has very useful classes like Files ( http://docs.or
72.
▲
by
cpprototypes
12y ago
I like the changes in Java 8, but I'm concerned about Java fragmentation between Oracle/OpenJDK and Android. It seems Android is stuck on Java 1.6 (since Dalvik is not "true Java" and is more like a VM that happens to i
73.
▲
by
cpprototypes
12y ago
Tesla is interesting, but there may be an upcoming battle between EV and fuel cells since it seems Toyota, Honda, and Hyundai are supporting fuel cells instead of EV. But Tesla is not alone (Nissan, BMW) so this may be a battle that will s
74.
▲
by
cpprototypes
12y ago
Security could become a big factor in web vs native. For example, I don't trust the facebook native app. I've used both the web and native versions and the native version is smoother and better. But I don't trust facebook.
75.
▲
by
cpprototypes
12y ago
Last time I checked, which was a year ago, there's a federal $7500 tax credit and a California $2500 tax credit for electric cars. I don't know if these still exist or if they will when Tesla's new car is available. But if
76.
▲
by
cpprototypes
13y ago
The Java standard API has a lot of inconsistencies, but it would break too much code to remove old stuff. A simpler first step would be much more aggressive use of @Deprecated. There are entire packages in the standard API that should be
77.
▲
by
cpprototypes
13y ago
Time is important, but another factor is mental energy. I have only a certain amount of mental energy for each day. Things like TV, reading, and exercising are good when I'm in a low mental energy state. If I have a hard day at work
78.
▲
by
cpprototypes
13y ago
It seems to be back up, but struggling under the load of probably millions of users checking their email.
79.
▲
by
cpprototypes
13y ago
From the article, "a) never cold call each other’s employees; b) notify each other if making an offer to an employee of the other company, even if that employee applied for the job on his or her own without being recruited; c) any offe
80.
▲
by
cpprototypes
13y ago
Has anyone thought about using this new VR tech outside games? Maybe games will perfect the tech but there is so much potential outside it. For example the OS desktop metaphors could finally be taken to the next level. Files, recycle bins
81.
▲
by
cpprototypes
13y ago
A little bit off topic, but this reminds me again of how much the web needs an easy payment system (as easy as in-app purchases in mobile). EFF, wikipedia, I often see notices or news of things they're doing and think to myself that I
82.
▲
by
cpprototypes
13y ago
I was thinking about looking into Go, but this changed my plans. Aparapi + HSA chip looks far more fun and interesting. Combined with Java 8, and easy GPU programming is finally here.
83.
▲
by
cpprototypes
13y ago
Some thoughts/questions about asm.js 1) I understand the C/C++ -> LLVM -> Emscripten -> asm.js process. But I heard they're also working on supporting GC languages (like Java and Go). How would this work exactly?
84.
▲
by
cpprototypes
13y ago
Ran this on my Galaxy S3, impressive demo. As these techniques become more common, there may be a shift away from native mobile apps to web/hybrid(phonegap) apps for most applications.
85.
▲
by
cpprototypes
13y ago
How does the performance of this compare to AngularJS? Also a common performance issue in AngularJS is when there are too many watchers (such as a large table with many rows and columns) which causes the $digest to become really slow. Wou
86.
▲
by
cpprototypes
13y ago
I was about to ask the same question, great to hear that it's being worked on. Also good job on the documentation, clean and well organized.
87.
▲
by
cpprototypes
13y ago
If the ECMAScript committee would just take typing ideas from TypeScript, stamp ECMAScript 6.1 on it, and approve it as standard, JavaScript could become an amazing language.
88.
▲
by
cpprototypes
13y ago
When I look at Dart vs JS (JavaScript), I see a lot of parallels to Java/C#. The Java language stagnated for a long time under Sun. The language was usable only through the heroic efforts of tool vendors (Eclipse, IntelliJ, etc.) Ev
89.
▲
by
cpprototypes
13y ago
Competition is good but for app development it's becoming too much. Android and iOS and WP and maybe Firefox OS? Who can handle developing four versions of an app? There's been a lot of debate on native vs web based on performa
90.
▲
by
cpprototypes
13y ago
I think that depends on if the salary is fair. If it's not fair (below market) then it becomes the overwhelming factor. Above fair, it quickly has diminishing returns and other factors are stronger. Part of good management is recogn
More ›