Viewing profile — jnericks
jnericks
HN member- Joined
- Mon, Feb 25, 2013, 5:19 PM UTC
- HN karma
- 17
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About jnericks
No profile information was provided.
Recent public activity
- comment
-
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/…
-
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
-
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
-
comment
Comment #21237368
Its a shallow view of the language and shows how egotistic he probably is.
- story
- story
-
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…
-
comment
Comment #12446861
galaxy s7/note7 are both waterproof with 3.5mm jacks
-
comment
Comment #11221536
this was inevitable
-
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/
-
comment
Comment #10507348
This, I've recently been writing more Java lately and I miss C# quite a bit
-
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]);
-
comment
Comment #9891952
these are also used by companies for their mobile POS devices
-
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.