Viewing profile — osi
osi
HN member- Joined
- Sat, Jul 26, 2008, 3:38 PM UTC
- HN karma
- 463
- Public activity
- 175 items
- HN profile
- View on Hacker News ↗
About osi
[ my public key: https://keybase.io/osi_; my proof: https://keybase.io/osi_/sigs/6jEikJ9vu_2tOwaFCRbj09aKC8iIOPaqt_drin94OR4 ]
Recent public activity
-
comment
Comment #44306442
UDA enables both approaches. each has its place.
-
comment
Comment #39152650
that’s been a problem longer than phones. worse, maybe, but not new.
-
comment
Comment #37117424
bravo sir very well explained.
-
comment
Comment #34564917
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 co…
-
comment
Comment #28589904
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 impl…
-
comment
Comment #28162536
We're using jqwik's stateful testing to achieve this, https://jqwik.net/docs/current/user-guide.html#stateful-test... It's essentially as you described.
- story
-
comment
Comment #15600710
agreed. if it is a "2 hour" project, have that be part of the on-site interview (with the expectation that people might not complete it)
-
comment
Comment #15595407
and _even if it were_, the ASF doesn't mind. contributors are free to dedicate their time to whatever they choose.
-
comment
Comment #15443505
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.
-
comment
Comment #15139890
heh, i remember writing a fake "memory clear" program on my TI back in 1994/1995 (i don't remember the exact model).
-
comment
Comment #15131955
the OP observed the problem on a raspberry pi. sounds like it could be a problem with the ARM JVM that is being used.
-
comment
Comment #15125088
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 i…
-
comment
Comment #14788044
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…
-
comment
Comment #14237046
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 increa…
- story
-
comment
Comment #14219113
I was just reading https://blog.openai.com/adversarial-example-research/ and it struck me that an understanding of geometry might help. For the examples and scenarios cited, the ge…
-
comment
Comment #14081919
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 th…
-
comment
Comment #13783569
makes me wonder how long they would have lasted had the initial implementation been done simpler (ie, not in their PyDatalog fork).
- story
-
comment
Comment #13430742
dunno- just copying what was in the original article :)
-
comment
Comment #13430473
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 …
-
comment
Comment #13359617
I think that's back when Gotham died :/ http://randsinrepose.com/archives/rip-gotham/
-
comment
Comment #13223814
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.
-
comment
Comment #13219959
Look at what Erlang's BEAM VM does. It has per-"process" heaps iirc.