Live data from Hacker News

Viewing profile — vaastav

vaastav

HN member
Joined
Thu, May 14, 2015, 9:18 PM UTC
HN karma
127
Public activity
20 items

About vaastav

No profile information was provided.

Recent public activity

  1. comment
    Comment #45305630

    How is this different from/similar to Barrelfish?

  2. comment
    Comment #37108884

    Is it tho? It's only understandable to me if I also read the subtitles. Otherwise it just sounds as random noise.

  3. comment
    Comment #36763670

    Its in the last paragraph of the article...Very easy to miss given the code uses goroutines and channels.

  4. comment
    Comment #36763649

    The runtime switch was buried in the last paragraph of the article. All of the code was using goroutines and channels....

  5. comment
    Comment #36763565

    Grows unbounded. I wasn't recommending that one should set GOGC=off. Just making a remark that one could should they choose to do so. EDIT: Sorry, I misunderstood part of your ques…

  6. comment
    Comment #36763533

    Sure but that's what the implementation of the coro in this post uses under the hood. Not sure how this is any better wrt overheads.

  7. comment
    Comment #36763457

    Garbage collector in Go is optional. You can switch off garbage collection by setting the environment variable GOGC=off. More info about GOGC: https://dave.cheney.net/tag/gogc

  8. comment
    Comment #36763440

    Not sure if this really is required. Most cases in Go are served well by GoRoutines and for yield/resume semantics, 2 blocking channel are enough. This seems to add complexity for …

  9. comment
    Comment #35297220

    So basically a normal phone from the mid-00s

  10. comment
    Comment #35286980

    Always remember to clean up the .tex files before submitting to arxiv

  11. comment
    Comment #34873936

    You can export Jaeger traces via OTel as well. I am assuming the question here is why is there a different SDK rather than just re-using the standardized OTel APIs + libs for traci…

  12. comment
    Comment #27189060

    As a potential user, I am quite unsure as to why I would use this over something like TexStudio or even VSCode enabled with some LaTeX plugins. Could you tell me/us some pro/cons o…

  13. comment
    Comment #27081723

    And observing their technology might switch it from working to non-working

  14. comment
    Comment #26962791

    What about false positives? How did you account for that?

  15. comment
    Comment #20766689

    TIL you could send messages on YouTube

  16. comment
    Comment #20538005

    Misleading title. A more accurate title would be "Github block accounts of Iranain nationals to comply with US trade embargo" Aside from that, HOLY SHIT.

  17. comment
    Comment #20226180

    UBC has a 2 year BCS (Bachelor in CS) programme for people who already have a prior Bachelor's degree. It's not online but pretty much equivalent to a normal CS degree.

  18. comment
    Comment #19412247

    This is an amazing project! Kudos

  19. comment
    Comment #18115616

    GoVector is a vector clock logging library written in Go. The vector clock algorithm ( https://en.wikipedia.org/wiki/Vector_clock ) is used to order events in distributed systems i…

  20. story