Live data from Hacker News

Viewing profile — yjh0502

yjh0502

HN member
Joined
Thu, Jun 16, 2011, 2:43 PM UTC
HN karma
124
Public activity
24 items

About yjh0502

No profile information was provided.

Recent public activity

  1. comment
    Comment #40076360

    I’ll wait until it gets crash-safe filesystem.

  2. story
  3. comment
  4. 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…

  5. comment
    Comment #26080165

    `Just a` / `Nothing` in case of Haskell :)

  6. comment
    Comment #16842527

    Could the algorithm be applied to block cache problem with single item size, like filesystem block cache or database cache?

  7. 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())…

  8. comment
    Comment #16280038

    It's a feature, just like strace or something.

  9. comment
    Comment #16047098

    I seems that someone discovered KASLR from NT kernel. https://twitter.com/aionescu/status/930412525111296000

  10. comment
  11. comment
    Comment #15290873

    Could you write default username/password on a release page? :)

  12. story
  13. comment
    Comment #10329280

    more general, adaptive version: https://github.com/armon/libart

  14. comment
    Comment #9716708

    Faster version with SIMD instructions: https://github.com/lemire/simdcomp

  15. 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…

  16. story
  17. comment
    Comment #7783352

    Seoul, South Korea. Gigabit internet is available for ~$18/month.

  18. 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…

  19. comment
    Comment #7228632

    How about SCTP? It also supports multimple streams on single connection, no head-of-line blocking, multihoming, and in standard.

  20. 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…

  21. comment
    Comment #5936804

    Here's PDF version: https://www.dropbox.com/s/dt6xzum432zine0/CSharp%20Language%...

  22. comment
    Comment #5206357

    Maybe this post is the original one: http://tilomitra.com/the-crazy-world-of-code/

  23. comment
    Comment #4792015

    It seems that it does not support Android target yet. I can't find Android support in its homepage & editor.

  24. story