I'm getting "This video is currently unavailable"?
Rich Hickey: Deconstructing the Database
11–20 of 93 posts
Re: Rich Hickey: Deconstructing the Database
#12It's not Open Source, for anyone who cares about that. It's interesting how strange it feels to me for infrastructure code to be anything other then Open Source.
I'm sort of shocked that the query language is still passing strings, when Hickey made a big deal of how the old database do it that way. I guess for me a query is a data structure that we build programmatically, so why force the developer to collapse it into a string? Maybe because they want to support languages that aren't expressive enough to do that concisely?
Re: Rich Hickey: Deconstructing the Database
#13There are two people that I will stop what I'm doing and watch every new lecture they make: Rich Hickey and Bret Victor. Both are visionaries.
Re: Rich Hickey: Deconstructing the Database
#14Fascinating stuff. Some things that came up for me while watching this and the other videos on their site[1]: It's not Open Source, for anyone who cares about that. It's interesting how strange it feels to me for infrastructure code to be anything other then Open Source. I'm sort of shocked that the query language is still passing strings, when Hickey made a big deal of how the old database do it that way. I guess fo…
Re: Rich Hickey: Deconstructing the Database
#15There are two people that I will stop what I'm doing and watch every new lecture they make: Rich Hickey and Bret Victor. Both are visionaries.
The clojure crowd seems to be filled with it. And they even attract gurus like oleg kiselyov. Most of their lectures are worth the time entirely.
Re: Rich Hickey: Deconstructing the Database
#16There are two people that I will stop what I'm doing and watch every new lecture they make: Rich Hickey and Bret Victor. Both are visionaries.
And both will be at Strange Loop this year! http://thestrangeloop.com/sessions
Re: Rich Hickey: Deconstructing the Database
#17Earlier quoted context omitted.
The clojure crowd seems to be filled with it. And they even attract gurus like oleg kiselyov. Most of their lectures are worth the time entirely.
One of the reasons I've adopted Clojure (for small things... so far...) is the high density of very smart folks using it and building it.
Re: Rich Hickey: Deconstructing the Database
#18Earlier quoted context omitted.
And both will be at Strange Loop this year! http://thestrangeloop.com/sessions
Strange Loop is such a great conference. I wish there was something like that here in Europe.
Re: Rich Hickey: Deconstructing the Database
#19I recall Datomic making a bit of a splash on HN when it was announced 6+ months ago, but basically crickets since then. Anybody build something cool that took advantage of Datomic's unique design?
Re: Rich Hickey: Deconstructing the Database
#20There are two people that I will stop what I'm doing and watch every new lecture they make: Rich Hickey and Bret Victor. Both are visionaries.
Or Rich (Value of Values, Simple Made Easy ...) for that matter.