Live data from Hacker News

Viewing profile — Deinumite

Deinumite

HN member
Joined
Tue, Dec 06, 2011, 12:19 AM UTC
HN karma
95
Public activity
55 items

About Deinumite

No profile information was provided.

Recent public activity

  1. comment
    Comment #34537123

    I think this is one of the things that Java really solved even though the actual implementation is a bit weird. Being able to generate a war or jar as a released binary is somethin…

  2. comment
    Comment #25887612

    I see this cited a lot, but honestly I would say the majority of jobs use Spring, and it has been that way for quite a while.

  3. comment
    Comment #22029630

    I don't believe this is true. I received these alerts this morning, but as my phone is only on vibrate it did not produce any audio.

  4. comment
    Comment #21908871

    I wouldn't say so. The original plan was to have the LCBO handle sales of marijuana as well. The Liberal government that was drafting this plan lost the provincial election and the…

  5. comment
    Comment #19883217

    I'm not saying I disagree but for a lot of businesses (even one with relatively high traffic) it is not unheard of to deploy with almost no tuning of the GC (aside from setting a h…

  6. comment
    Comment #19883201

    Try a Spring Boot app using Gradle as the build tool. Weblogic and all those app servers were a product of a different time. They solve problems that are largely solved other ways …

  7. comment
    Comment #19004883

    From what I recall, Java didn't switch because it didn't work. I think it switched because the green threads were built on what Solaris supported, and they moved to full OS threadi…

  8. comment
    Comment #18791992

    I think that was taken into account when the "try with resources" statements were added to Java. As you said it would be nice if the languages could make these situations impossibl…

  9. comment
    Comment #16873132

    Java 8 (and 9 more so) bring a lot of changes but more focused on core libraries than the language itself. Not as drastic as the changes JS has seen. C++11 though is quite a bit di…

  10. comment
    Comment #16088028

    It is not a requirement for Java it is just standard practice. Also Maven does not allow you to remove packages once they are pushed, I think that is what he meant by Java being un…

  11. comment
    Comment #14767095

    This basically sums up my brief stint in healthcare. Every hospital / doctor wants to talk about the wealth of medical information they are sitting on... as you said most notes are…

  12. comment
    Comment #14748644

    I think it is also sometimes a simple barrier to entry to weed out some candidates (think of it as a super simple fizzbuzz). I also see a lot of job postings asking people to decod…

  13. comment
    Comment #14421123

    Java advancement is separate from JVM advancement. Quite a few things (the invokedynamic bytecode for example) were added to the JVM that aren't even used in Java. In fact Oracle h…

  14. comment
    Comment #14173018

    True although Ontario also has a geographical problem. The majority of the population lives in a very small part of the province, so the electricity for the rest of the province is…

  15. comment
    Comment #14161656

    This article looks like a fluff piece that is pretty thin on actual research. They talk about how great MaRS is and how much revenue it has generated... but in reality MaRS has bee…

  16. comment
    Comment #13740301

    It doesn't make as much sense for a webpage, but a 304 can be effective for an API. Say you have a resource that needs to be checked periodically, returning a 304 still has the ove…

  17. comment
    Comment #13730317

    My only complaint is that it often explodes when using vim or pagination certain files over SSH. Also ctrl+w by default in cmder closes the tab instead of the bash equivalent, I al…

  18. comment
    Comment #13206969

    Maybe but this also gives you more hosting options if you are in the cloud. Also tools like puppet and chef for example have an easier time provisioning Unix like machines than Win…

  19. comment
    Comment #13084950

    Comments like "There is only one JVM" leads me to believe that the Java comparison was only pulled in as some type of smear.

  20. comment
    Comment #12344765

    Thats just really the tip of the iceberg for cat-v to be honest. It is usually best to just avoid it in general.

  21. comment
    Comment #12344705

    That library is probably one of (if not the most) powerful concurrency libraries in existence.

  22. comment
    Comment #12219864

    We tend to get quite a bit of snow in Canada, and it is pretty cold. I'm not sure if riding in the winter is common elsewhere but where I live in Canada I don't ever see cyclists i…

  23. comment
    Comment #12219855

    And yet the other day there was an article on here about Canada's issue hiring high tech workers. The thread was filled with a ton of programmers that left Toronto / Canada to go t…

  24. comment
    Comment #12168725

    I'm not sure about Spring Security but as for Spring Boot itself http://www.mitchellbosecke.com/pebble/documentation/guide/sp...

  25. comment
    Comment #12168637

    I've been looking at http://www.mitchellbosecke.com/pebble/home but I have not yet had a chance to use it.