Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jnericks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jnericks
2y ago
+1
2.
▲
by
jnericks
7y ago
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/FSSDLDhbacc
3.
▲
by
jnericks
7y ago
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.
▲
by
jnericks
7y ago
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.
▲
Amazon Web Services reveals a managed Kafka service for streaming data
(geekwire.com)
2 points
by
jnericks
8y ago
|
0 comments
6.
▲
Top 3 voter concerns are Trump, immigration and racism
(geekwire.com)
2 points
by
jnericks
8y ago
|
0 comments
7.
▲
by
jnericks
9y ago
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 learning the go way of doing things. https:/
8.
▲
by
jnericks
10y ago
galaxy s7/note7 are both waterproof with 3.5mm jacks
9.
▲
by
jnericks
11y ago
this was inevitable
10.
▲
by
jnericks
11y ago
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/
11.
▲
by
jnericks
11y ago
This, I've recently been writing more Java lately and I miss C# quite a bit
12.
▲
by
jnericks
11y ago
// this hack is gross final String[] val = new String[1]; Callable func = () -> val[0] = "Hello"; func.call(); System.out.print(val[0]);
13.
▲
by
jnericks
11y ago
these are also used by companies for their mobile POS devices
14.
▲
by
jnericks
11y ago
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.