Live data from Hacker News

Viewing profile — jnericks

jnericks

HN member
Joined
Mon, Feb 25, 2013, 5:19 PM UTC
HN karma
17
Public activity
15 items

About jnericks

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #22238463

    Learn and adopt a flexibility routine, perform all or some of it before doing a workout or just at night before bed... I suggest the Limbar 11 as a starting point https://youtu.be/…

  3. comment
    Comment #22115208

    Agreed, debuggers can be nice to have but they are mostly a crutch.... Write modular code with unit tests and you find your need for debuggers is really a rarity

  4. comment
    Comment #22115186

    You can also use the bang command at the end of your query.... Just learned this myself recently and makes changing your search engine quickly if you don't like the results

  5. comment
    Comment #21237368

    Its a shallow view of the language and shows how egotistic he probably is.

  6. story
  7. story
  8. comment
    Comment #14462623

    check out the videos that Francesc Campoy is putting out on his youtube channel "JustForFunc", he does code reviews and the one of him implementing the context package is great for…

  9. comment
    Comment #12446861

    galaxy s7/note7 are both waterproof with 3.5mm jacks

  10. comment
    Comment #11221536

    this was inevitable

  11. comment
    Comment #11175305

    You are correct but part of the work being done to get .NET native working is the aot compilation. https://blog.rendle.io/what-ive-learned-about-dotnet-native/

  12. comment
    Comment #10507348

    This, I've recently been writing more Java lately and I miss C# quite a bit

  13. comment
    Comment #10300365

    // this hack is gross final String[] val = new String[1]; Callable func = () -> val[0] = "Hello"; func.call(); System.out.print(val[0]);

  14. comment
    Comment #9891952

    these are also used by companies for their mobile POS devices

  15. comment
    Comment #9347930

    The New Touring Omnibus, a dev who was interviewed on FogCreek's blog, Peteris Krumins, said that it was his favorite book of all time.