<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for mattrepl</title><link>http://disqus.com/by/mattrepl/</link><description></description><atom:link href="http://disqus.com/mattrepl/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 19 Jan 2011 21:56:42 -0000</lastBuildDate><item><title>Re: Measuring Measures - Measuring Measures - Woven is Looking for Distributed Systems Folks</title><link>http://measuringmeasures.com/blog/2011/1/18/woven-is-looking-for-distributed-systems-folks.html#comment-131633897</link><description>&lt;p&gt;Code was recently moved from the clj-sys profile to getwoven.&lt;/p&gt;&lt;p&gt;Check it out here: &lt;a href="http://github.com/getwoven" rel="nofollow noopener" target="_blank" title="http://github.com/getwoven"&gt;http://github.com/getwoven&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Wed, 19 Jan 2011 21:56:42 -0000</pubDate></item><item><title>Re: Measuring Measures - blog - Sparse Matrices: infer, Clojure and the jvm</title><link>http://measuringmeasures.com/blog/2010/8/26/sparse-matrices-infer-clojure-and-the-jvm.html#comment-72422275</link><description>&lt;p&gt;There appears to be a Java port of SVDLIBC:&lt;/p&gt;&lt;p&gt;&lt;a href="http://bender.unibe.ch/svn/codemap/Archive/svdlibj/src/ch/akuhn/edu/mit/tedlab/" rel="nofollow noopener" target="_blank" title="http://bender.unibe.ch/svn/codemap/Archive/svdlibj/src/ch/akuhn/edu/mit/tedlab/"&gt;http://bender.unibe.ch/svn/...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Thu, 26 Aug 2010 12:48:30 -0000</pubDate></item><item><title>Re: Connecting SLIME a remote Clojure Repl</title><link>http://asymmetrical-view.com/2009/08/20/emacs-slime-remote-repl.html#comment-15198669</link><description>&lt;p&gt;Kyle, this is a great post and is likely to help a lot of folks.&lt;/p&gt;&lt;p&gt;One minor point, I'd recommend changing "image", as in "Lisp image", to "process."  In the Common Lisp world, it's frequently the case that you have a Lisp process that loads (and can save to) an image - unfortunately, the JVM doesn't include image loading/saving and thus Clojure lacks it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Fri, 21 Aug 2009 12:34:59 -0000</pubDate></item><item><title>Re: Tech Tuesday: The Fiddly Bits</title><link>http://blog.urbantastic.com/post/81336210#comment-6615939</link><description>&lt;p&gt;"BigTable clone" is too fuzzy a term.  I meant a distributed, scalable storage database for structured data [1].&lt;/p&gt;&lt;p&gt;Tokyo Cabinet is certainly lower level than BigTable, but I don't know how else to refer to the Tokyo Cabinet stack that &lt;a href="http://mixi.jp" rel="nofollow noopener" target="_blank" title="mixi.jp"&gt;mixi.jp&lt;/a&gt; (essentially the Japanese version of Facebook) uses.  It includes Tokyo Cabinet, Tokyo Tyrant, and Tokyo Dystopia.&lt;/p&gt;&lt;p&gt;The exposed scaffolding and simple design make managing a TC-based database less scary than other more opaque designs.&lt;/p&gt;&lt;p&gt;If you haven't checked it out yet, their presentation slides [2] might inspire you to see how TC could be used as a BigTable stand-in for web applications.&lt;/p&gt;&lt;p&gt;_&lt;br&gt;1 - To make things even clearer I'll add: the database is not limited to row-oriented storage, lacks a fixed schema, and supports column indexes.&lt;/p&gt;&lt;p&gt;2 - &lt;a href="http://tokyocabinet.sourceforge.net/tokyoproducts.pdf" rel="nofollow noopener" target="_blank" title="http://tokyocabinet.sourceforge.net/tokyoproducts.pdf"&gt;http://tokyocabinet.sourcef...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Wed, 25 Feb 2009 12:37:09 -0000</pubDate></item><item><title>Re: Tech Tuesday: The Fiddly Bits</title><link>http://blog.urbantastic.com/post/81336210#comment-6611708</link><description>&lt;p&gt;If you haven't yet, you may want to check out Tokyo Cabinet.  Out of the promising, open source BigTable clones (Cassandra, Hypertable, Tokyo Cabinet), it appears to lead for the sort of performance you'd want to back a web app and is the maturest.&lt;br&gt;_&lt;br&gt;Tokyo Cabinet - &lt;a href="http://tokyocabinet.sourceforge.net/index.html" rel="nofollow noopener" target="_blank" title="http://tokyocabinet.sourceforge.net/index.html"&gt;http://tokyocabinet.sourcef...&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Wed, 25 Feb 2009 10:33:08 -0000</pubDate></item><item><title>Re: Why Make Erlang a Functional Language?</title><link>http://humani.st/why-make-erlang-a-functional-language/#comment-761708</link><description>&lt;p&gt;Functional programming doesn't require syntax as messy as Erlang's [1] and Prolog, from which Erlang's looks were taken, is a logic programming language.&lt;/p&gt;&lt;p&gt;Also, Erlang's ugliness in referencing functions as arguments [2] is pretty annoying for a FP language.&lt;br&gt;__&lt;/p&gt;&lt;p&gt;[1] See Haskell, ML family, or Clojure.&lt;/p&gt;&lt;p&gt;[2] "fun someFn/&amp;lt;arity&amp;gt;" instead of "someFn".  A good example of coding for the compiler.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Fri, 27 Jun 2008 09:55:05 -0000</pubDate></item><item><title>Re: dynamic typing - log</title><link>http://dynamictyping.org/post/30313561#comment-285955</link><description>&lt;p&gt;It could cause a drop in readers.  It depends on where YC wants the site to head: should it be constantly updated with the latest news, no matter how trivial? or feel more like a journal and suffer from a delay.  Of course, there's no guarantee that slowing things down will help.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Mon, 31 Mar 2008 14:00:39 -0000</pubDate></item><item><title>Re: dynamic typing - log</title><link>http://dynamictyping.org/post/22198683#comment-45178</link><description>&lt;p&gt;Testing the comment system.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Revelle</dc:creator><pubDate>Sat, 22 Dec 2007 17:29:46 -0000</pubDate></item></channel></rss>