HN user

osi

463 karma

http://fotap.org/~osi

[ my public key: https://keybase.io/osi_; my proof: https://keybase.io/osi_/sigs/6jEikJ9vu_2tOwaFCRbj09aKC8iIOPaqt_drin94OR4 ]

Posts13
Comments161
View on HN

i worked at a then-web3.0 startup in the 00’s that had built something that could have been pivoted into this, but instead the CEO wanted to be like Digg instead.

the commercial community of practice is small for sure.

i use property based testing for the external api of my business domain service.

yes, the test code is an “oracle”, knowing what the service _should_ be doing. it’s a parallel implementation of the logic, highly geared towards the use-case of testing.

ah, Student Congress. I did that and loved it too. I enjoyed it more for learning how to effectively troll, since I wasn't as good as the "politics" part needed to win.

Also lost to history is 10gen's original intent of being more of a complete platform, with Mongo just being the storage layer. Business Insider ran on that platform. Some details in https://www.usv.com/blog/10gen

(A friend of mine was VP Eng there and was trying to recruit me to work on the larger platform, but as Mongo started gaining traction they dropped the other parts to focus on that)

i train brazilian jiu jitsu 4-5x a week. most of Mon-Thurs evening for classes, then sometimes an open mat session on the weekend.

when i started the goal was weight management, as i was getting tubby as i was getting older. that part worked. now (9 years later), it is for fun.

for me, it wasn't just the ESPN cost, which was buried in the package. it was also the "regional sports fees" that Comcast lists as separate line items and have very obvious increases.

i helped build a triple store on top of postgresql back in '06-'08. company is gone so i don't know where the IP ended up, but it was a good foundation. we were competitive with the other players at the time.

Rust vs. Go 10 years ago

Java would be disqualified due to GC:

It is worth noting that Go came nearest disqualifying itself entirely here. If it were not possible to lock out Go’s GC in critical regions Rust would win by default.

yes, exactly this. and by having scalable GC algos so you don't need to do "off heap" tricks in java, things are much easier.