Viewing profile — vaastav
vaastav
HN member- Joined
- Thu, May 14, 2015, 9:18 PM UTC
- HN karma
- 127
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About vaastav
No profile information was provided.
Recent public activity
-
comment
Comment #45305630
How is this different from/similar to Barrelfish?
-
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.
-
comment
Comment #36763670
Its in the last paragraph of the article...Very easy to miss given the code uses goroutines and channels.
-
comment
Comment #36763649
The runtime switch was buried in the last paragraph of the article. All of the code was using goroutines and channels....
-
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…
-
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.
-
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
-
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 …
-
comment
Comment #35297220
So basically a normal phone from the mid-00s
-
comment
Comment #35286980
Always remember to clean up the .tex files before submitting to arxiv
-
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…
-
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…
-
comment
Comment #27081723
And observing their technology might switch it from working to non-working
-
comment
Comment #26962791
What about false positives? How did you account for that?
-
comment
Comment #20766689
TIL you could send messages on YouTube
-
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.
-
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.
-
comment
Comment #19412247
This is an amazing project! Kudos
-
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…
- story