Viewing profile — yjh0502
yjh0502
HN member- Joined
- Thu, Jun 16, 2011, 2:43 PM UTC
- HN karma
- 124
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About yjh0502
No profile information was provided.
Recent public activity
-
comment
Comment #40076360
I’ll wait until it gets crash-safe filesystem.
- story
- comment
-
comment
Comment #28207912
One of our mac mini CI server also failed to boot after update today. When it happens on Linux I usually try to troubleshoot the problem rather than resetting a whole machine. It d…
-
comment
Comment #26080165
`Just a` / `Nothing` in case of Haskell :)
-
comment
Comment #16842527
Could the algorithm be applied to block cache problem with single item size, like filesystem block cache or database cache?
-
comment
Comment #16836915
I used it frequently when mixing `Result` with `Future`. For example, fn do_something() -> Box > { let val = match do_result() { Ok(x) => x, Err(e) => return Box::new(err(e.into())…
-
comment
Comment #16280038
It's a feature, just like strace or something.
-
comment
Comment #16047098
I seems that someone discovered KASLR from NT kernel. https://twitter.com/aionescu/status/930412525111296000
- comment
-
comment
Comment #15290873
Could you write default username/password on a release page? :)
- story
-
comment
Comment #10329280
more general, adaptive version: https://github.com/armon/libart
-
comment
Comment #9716708
Faster version with SIMD instructions: https://github.com/lemire/simdcomp
-
comment
Comment #9496303
I'm not sure Erlang with a immutable infrastructure concept is good idea. Dynamic code reloading and upgrading without downtime is a key feature of Erlang, and immutable infrastruc…
- story
-
comment
Comment #7783352
Seoul, South Korea. Gigabit internet is available for ~$18/month.
-
comment
Comment #7759245
It seems that multiple files are merged into single vedis.c file. It's good for embedding into application, sqlite does the same, but I think it's better to open original source co…
-
comment
Comment #7228632
How about SCTP? It also supports multimple streams on single connection, no head-of-line blocking, multihoming, and in standard.
-
comment
Comment #6921365
Adaptive radix tree ( https://github.com/armon/libart ) is also an impressive data structure. It also supports ordered iterations while showing similar random read/write performanc…
-
comment
Comment #5936804
Here's PDF version: https://www.dropbox.com/s/dt6xzum432zine0/CSharp%20Language%...
-
comment
Comment #5206357
Maybe this post is the original one: http://tilomitra.com/the-crazy-world-of-code/
-
comment
Comment #4792015
It seems that it does not support Android target yet. I can't find Android support in its homepage & editor.
- story