Viewing profile — olivergeorge
olivergeorge
HN member- Joined
- Sun, Apr 03, 2011, 10:44 PM UTC
- HN karma
- 8
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About olivergeorge
No profile information was provided.
Recent public activity
-
comment
Comment #43466322
Diversity makes teams stronger but makes clear communication harder. 20% of the population aren't neurotypical... they're simply not wired the same way. Throw in cultural differenc…
-
comment
Comment #11886466
Interesting bit to me is the communication problems, not so much the technical ones, we live with tradeoffs. The thing is communicating takes time and busy people are entitled to p…
-
comment
Comment #10934924
Seems like they've been so busy making us things to talk about them. I'm okay with that! I do look forward to seeing the survey.
-
comment
Comment #9939482
Love that workflow demo! https://www.youtube.com/watch?v=Ci4uviG8S0o
-
comment
Comment #6700643
Perhaps note that scripts should be loaded after form elements. You get an odd error if (init) runs before the form elements exist.
-
comment
Comment #4446985
This might only be vaguely related. It's an example of managing bank account balances using datomic taking advantage of transaction functions. https://gist.github.com/3134849
-
comment
Comment #4288135
Thanks Rich. Updated.
-
comment
Comment #4288075
Just thought I'd risk proposing some possible architectures to confirm I see how the licenses (and datomic) applies. Standard web application using free edition. Three servers. Arc…
-
comment
Comment #4221351
I've really enjoyed using light table. I spent a few solid days using it while implementing a spreadsheet into a webapp (I wrote the algorithm in clojure and then migrated to cloju…
-
comment
Comment #3669307
Some kind of compare-and-set! operator which occurs at the transactor perhaps. Update: 1. you can do synchronous transactions. http://datomic.com/docs/javadoc/datomic/Connection.ht…