Live data from Hacker News

Viewing profile — tailhook

tailhook

HN member
Joined
Wed, Nov 26, 2014, 5:05 PM UTC
HN karma
22
Public activity
15 items

About tailhook

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #11102513

    Yes. But that's on debian (IIRC) kernel, i.e. the patched one. On stock kernel it requires CONFIG_USER_NS setting enabled, and it just works.

  4. comment
    Comment #11102505

    vagga is built by vagga itself, so you can look at how to make musl rust here: https://github.com/tailhook/vagga/blob/master/vagga.yaml#L23... There is already a musl libc distribu…

  5. comment
    Comment #10230145

    Do you have any links on the "dependency-graph dataflow system" that you are talking about? Sounds a little bit similar to what I'm trying to do, except at higher scale.

  6. comment
    Comment #10230080

    Well, I believe that it's almost impossible to make rust threads lightweight because every green thread needs a stack anyway. This may be fixed with some stuff like `async/await`. …

  7. story
  8. comment
    Comment #8905602

    Ah.. yeah, my English is not very good. I mean Mesos tries to be platform to build on top. Some common denominator for other solutions.

  9. story
  10. comment
    Comment #8666728

    Do you have a link for description of how it works in QNX?

  11. comment
    Comment #8666722

    Well, here is a good article: https://plus.google.com/+RipRowan/posts/eVeouesvaVX It seems that Amazon started using microservices in 2002. Do you think 12 years is not enough to l…

  12. comment
    Comment #8666710

    Sorry, English is not my native language. You can use "notes" in medium, to point me to the mistakes.

  13. comment
    Comment #8666703

    Probably yes, it's a problem of a baggage. If you would start clean, you need two things: 1. Support full threading and one of the memory models that allows it. To have an inspirat…

  14. comment
    Comment #8666690

    > Article suggests that a high performance framework is implemented > where notification of a unavailability will be propagated "before > real user tried to execute a request" (whi…

  15. comment
    Comment #8663361

    Well, for many protocols it easy. I had written (a useful subset of) mysql protocol parser in a weekend. Sure, this is in Python, so reimplement it in C is much harder, still not y…