Viewing profile — thebluesky
thebluesky
HN member- Joined
- Thu, Jan 12, 2012, 9:13 AM UTC
- HN karma
- 234
- Public activity
- 173 items
- HN profile
- View on Hacker News ↗
About thebluesky
No profile information was provided.
Recent public activity
-
comment
Comment #5201617
Netbeans started getting some major traction around the 2005 - 2007 timeframe, but seems to have lost ground since the Oracle takeover. Limited support for Ruby/JRuby and virtually…
-
comment
Comment #5176699
Migration to Scala 2.10 Looking forward to the new language features and performance improvements :)
-
comment
Comment #5163553
Not really a prediction if it's something he was already observing.
-
comment
Comment #5150191
Is the source available anywhere? 1.5M locally or over a network? What is the size of each message?
-
comment
Comment #5098066
+1 for Spring not aging well The only thing that makes me happy in the Java world lately is Scala. It has it's flaws but is much more pleasant that old school Java.
-
comment
Comment #5053836
> I bet my money on Kotlin. Two weeks ago you were betting your money on Clojure: http://news.ycombinator.com/item?id=4981587
-
comment
Comment #5042483
> C# was here to stay from the beginning, we love it in the present and we will use it more and more in the future . This article would have received a bit more respect if it had b…
-
comment
Comment #5042461
> which Sun had sewed the crap out of them for Speaking of spelling mistakes...
-
comment
Comment #5020609
"knew" not "new"
-
comment
Comment #5015688
Many of the folks using Scala are experienced Java developers, your posts seem to be based on personal speculation rather than actual facts.
-
comment
Comment #5015682
I only develop on Linux, think you got confused by the way I phrased it. I meant that hardly anyone uses the OpenJDK package, not that hardly anyone uses Linux.
-
comment
Comment #5012457
The gains for this approach are usually marginal as disk IO is expensive vs generating code in memory using the JIT.
-
comment
Comment #5012452
In all seriousness most Java devs. regard the OpenJDK package as "that weird jvm that comes with the OS that nobody actually uses". First thing we do is download the latest JDK fro…
-
comment
Comment #5012445
Scala provides tail call optimization and invoke dynamic has been in the JVM for years (since JDK7). The JVM is also considerably faster than the CLR and unlike Mono is heavily use…
-
comment
Comment #5012439
My thoughts exactly. Scala seems to be the JVM language gaining the most traction at the moment. The JVM is an extremely impressive piece of engineering. Very reliable, great tooli…
-
comment
Comment #5012433
IntelliJ does do autoimport. I have very occasionally seen IntelliJ not offer an import suggestion for a class I have used, but overall it's an extremely polished experience.
-
comment
Comment #5012422
I can't speak to the other languages, but Scala is definitely being used pretty heavily in a number of pretty major back-end systems for stock trading, cloud computing, banking and…
-
comment
Comment #5009801
I'm really looking forward to using 2.10 now that it's (finally!) final. Over the last year it's been really interesting to see Scala popping up all over the place. One of the inte…
-
comment
Comment #5009709
Scalac 500-1000 lines per second according to the link, with a startup time of about 4-8 seconds. Startup time can be worked around with zinc/fsc/nailgun
-
comment
Comment #5006805
Most folks find that the IntelliJ Scala plugin is the best tool rather than Eclipse.
-
comment
Comment #5006799
That's what nailgun and zinc are for... See what the Jetbrains guys are currently using: http://blog.jetbrains.com/scala/2012/12/28/a-new-way-to-comp...
-
comment
Comment #5006794
Types for method and constructor parameters are always explicitly specified. Type inference generally used for local variables and method return types. This strikes a good balance …
-
comment
Comment #4951684
They briefly displayed non-discounted prices shortly after they got the site functioning again, but then corrected it.
-
comment
Comment #4949591
Maybe reassuring folks that the 24 hour counter will only start once the site is functioning again would go a long way towards stopping folks from hitting F5 so much...
-
comment
Comment #4932074
JDK 6 is EOL 2 months from now: https://blogs.oracle.com/henrik/entry/java_6_eol_h_h It's also pretty rare for folks to use that http client. It's normally the case that an apache …