HN user

tmendez

91 karma
Posts2
Comments14
View on HN

Maybe because my account is new? Maybe because it's a Bloomberg shared article (By Jason Schreier)? Not sure, just grasping at straws.

Edit: I'm guessing I'm right. Looks like Hackernews stripped the share key in the URL sometime after this was posted... the publicly posted one... from Jason himself, so now the article is paywalled.

Our Git Hash Bug 2 years ago

This was my thinking, yeah; been playing too much Hearthstone lately so I had RNG on my mind o_o

Our Git Hash Bug 2 years ago

sorry, I work in game development so whenever we hit something that doesn't happen every time we call it RNG for fun

I'd be curious to run experiments on this with one of my Go services. However, as far as I can tell, Go's garbage collection is precise and there's no way to run a Go program with a different (conservative) garbage collector. Am I overlooking something or am I out of luck here?