Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ctoestreich
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ctoestreich
9y ago
On the Switch playing Mario Kart 8 with a 5 and 3 year old is everything I wanted. It can both be cooperative and competitive. We have also ventured coop through Mario Odyssey. I think Minecraft is fun, but you definitely have whole bunc
2.
▲
by
ctoestreich
11y ago
Moreover, "bugs" can linger around in code for a long time and you can't really track that metric. Code changing over time in a repository could be to fix bugs or refactor/rewrite etc. I think the original posters ques
3.
▲
by
ctoestreich
11y ago
I am also curious about this.
4.
▲
by
ctoestreich
12y ago
I will post this here as well for posterity. I appreciate the time you took to compare and contrast the frameworks and your article is very thorough. We started with backbone on a few large projects and found angular late. We have switched
5.
▲
by
ctoestreich
13y ago
Just on the surface the potential for the minified library with its reduced size and browser support sounds great. In just checking a few features it seems as though the performance doesn't line up with jquery atm. In a large applica
6.
▲
Testing Domain Constraints Using Grails 2.0 & Spock
(christianoestreich.com)
1 points
by
ctoestreich
15y ago
|
0 comments
7.
▲
Allowing Users To Inject Custom Beans Into Your Grails Plugin
(christianoestreich.com)
1 points
by
ctoestreich
15y ago
|
0 comments
8.
▲
by
ctoestreich
15y ago
I think they were trying to keep the hash sizes to ~1000 elements each key. At a 3 digit key you would be increasing the hashes to 300k elements each. You should augment the scripts and see if that has an impact on the performance, would b
9.
▲
by
ctoestreich
15y ago
I would like to see some example code or a gist of what you did. I played around with custom number packing and using the hashset in redis inspired by the original thread topic and your comment. You can find the post here: http://www.chr
10.
▲
Redis Hashsets - Performance Analysis & Numerical Key Compression
(christianoestreich.com)
1 points
by
ctoestreich
15y ago
|
0 comments