User Gene T - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T10:49:17Zhttp://stackoverflow.com/feeds/user/10770http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1657682/pattern-match-in-formal-parameter-of-function-definition1pattern match in formal parameter of function definitionGene T2009-11-01T17:05:40Z2009-11-05T00:05:38Z
<p>Here's something I've seen in erlang code a few times, but it's a tough thing to google and I can only find this example (the first code block in link below):</p>
<p><a href="http://www.process-one.net/en/wiki/ejabberd%5FHTTP%5Frequest%5Fhandlers/" rel="nofollow">http://www.process-one.net/en/wiki/ejabberd%5FHTTP%5Frequest%5Fhandlers/</a></p>
<p>In the "head" of function definition of process/2</p>
<pre><code>process(_LocalPath = ["world"], _Request) ->
</code></pre>
<p>there is a pattern match on first parameter / argument; </p>
<p>Does this act similarly like a guard, so the following clause will be executed only if the first argument passed to process/2 is string "world", or is "world" some kind of a default argument? Or i completely misunderstood/ mis-guessed?</p>
http://stackoverflow.com/questions/1636455/where-is-erlang-used-and-why/1651309#16513092Answer by Gene T for Where is Erlang used and why?Gene T2009-10-30T17:42:59Z2009-10-30T19:08:01Z<p>What is erlang good for?</p>
<p><a href="http://beebole.com/en/blog/erlang/why-erlang/" rel="nofollow">http://beebole.com/en/blog/erlang/why-erlang/</a></p>
<p><a href="http://www.aquabu.com/2008/2/15/erlang-pragmatic-studio-day-3-notes" rel="nofollow">http://www.aquabu.com/2008/2/15/erlang-pragmatic-studio-day-3-notes</a></p>
<p><a href="http://www.reddit.com/r/programming/comments/9q0lr/erlang%5Fand%5Fhighfrequency%5Ftrading/" rel="nofollow">http://www.reddit.com/r/programming/comments/9q0lr/erlang%5Fand%5Fhighfrequency%5Ftrading/</a>
(jerf's answer)</p>
<p>It's important to realize that Erlang's 4 parts: the language itself, the VMs(BEAM, hipe) standard libs (plus modules on github, CEAN, etc.) and development environment are being steadily updated / expanded/improved. For example, i remember reading that the floating point performance improved when Wings3d's author realized it needed to improve (I can't find a source for this). And this guy just wrote about it:</p>
<p><a href="http://marian-dan.com/wordpress/?p=324" rel="nofollow">http://marian-dan.com/wordpress/?p=324</a></p>
<p>A couple years ago, Tim Bray's Wide Finder publicity and all the folks starting to do web app frameworks and HTTP servers lead (at least in part) to improved regex and binaries handling. And there's all the work integrating HiPE and SMP, the dialyzer project, multiple unit testing and build libs springing up, ..</p>
<p>So its sweet spot is expanding, The difficult thing is that the official docs can't keep up very well, and the mailing list and erlang blogosphere volume are growing quickly </p>
http://stackoverflow.com/questions/1569035/what-makes-erlang-suitable-for-soft-real-time-applications/1570018#15700180Answer by Gene T for What makes Erlang suitable for soft real-time applications?Gene T2009-10-15T02:28:34Z2009-10-17T19:10:41Z<p>In end Chap 1, Cesarini / Thompson book, which is excellent, it talks about code SLOC difference vs. a C++ telecomm app: 85% of the C++ code is defensive coding, memory management, high-level communications, which are pretty much unnecessary in functionally comparable erlang code.</p>
<p>Take a look if you're in a bookstore or can borrow from somebody. </p>
<p>also read about research into hard realtime apps </p>
<p><a href="http://lambda-the-ultimate.org/node/2954" rel="nofollow">http://lambda-the-ultimate.org/node/2954</a></p>
<p><a href="http://www.scribd.com/doc/415282/05nicosi" rel="nofollow">http://www.scribd.com/doc/415282/05nicosi</a></p>
http://stackoverflow.com/questions/1529896/debugging-a-scripting-language-like-ruby/1533469#15334690Answer by Gene T for Debugging a scripting language like rubyGene T2009-10-07T18:47:44Z2009-10-07T18:47:44Z<p>There's a lot of good advice here, i recommend going through some best practices:</p>
<p><a href="http://github.com/edgecase/ruby%5Fkoans" rel="nofollow">http://github.com/edgecase/ruby%5Fkoans</a></p>
<p><a href="http://blog.rubybestpractices.com/" rel="nofollow">http://blog.rubybestpractices.com/</a></p>
<p><a href="http://on-ruby.blogspot.com/2009/01/ruby-best-practices-mini-interview-2.html" rel="nofollow">http://on-ruby.blogspot.com/2009/01/ruby-best-practices-mini-interview-2.html</a></p>
<p>(and read Greg Brown's book, it's superb)</p>
<p><hr /></p>
<p>You talk about large scripts. A lot of my workflow is working out logic in irb or the python shell, then capturing them into a cascade of small, single-task focused methods, with appropriate tests (not 100% coverage, more focus on edge and corner cases).</p>
<p><a href="http://binstock.blogspot.com/2008/04/perfecting-oos-small-classes-and-short.html" rel="nofollow">http://binstock.blogspot.com/2008/04/perfecting-oos-small-classes-and-short.html</a></p>
http://stackoverflow.com/questions/1524154/naming-boolean-columns-in-rails/1526522#15265220Answer by Gene T for Naming Boolean columns in RailsGene T2009-10-06T15:57:29Z2009-10-06T15:57:29Z<p><a href="http://wiki.rubyonrails.org/rails/pages/ReservedWords" rel="nofollow">http://wiki.rubyonrails.org/rails/pages/ReservedWords</a></p>
<p>Tangential answer: These reserved words are the only page remaining from the old Rails wiki, I believe. But using conflicting names has cost people hours of debugging.</p>
http://stackoverflow.com/questions/215924/firefox-visually-flag-redirect-in-address-bar1Firefox: visually flag redirect in address barGene T2008-10-19T02:55:57Z2009-10-01T08:50:25Z
<p>I'm wondering if there's any way to have Firefox 3 (or IE 7 or safari 3.1 or Opera) flag that a redirect has occurred (i.e. any deltas between the hyperlink or URL entered into address bar, and the page you land on), whether you've arrived from a hyperlink or entering URL into address bar.</p>
<p>I've googled some, looked at the <a href="https://addons.mozilla.org/en-US/firefox/addon/8092" rel="nofollow">linker addon</a>, but the rightclick is an additional step I don't want to have to do.</p>
<p>Edit: If anybody can point me at the mozilla docs that show how to track clicked links and pages landed on in different tabs, i'll take a crack at writing a bookmarklet. TIA</p>
http://stackoverflow.com/questions/1498606/book-recommendations-for-perl-type-programming-in-python-or-ruby/1499488#14994880Answer by Gene T for book recommendations for perl type programming in python or rubyGene T2009-09-30T17:12:58Z2009-09-30T17:12:58Z<p>the ruby book recommendations above are good, there are a bunch more on Amazon. The OO models for ruby, python and Java are different, it's worth looking at that stuff. The perl OO model stands apart (I think that's a nice euphemism!)</p>
<p><hr /></p>
<p>python: I like the Pilgrim and Hetlund books</p>
<p><a href="http://rads.stackoverflow.com/amzn/click/1590599829" rel="nofollow">http://www.amazon.com/Beginning-Python-Novice-Professional-Second/dp/1590599829/</a></p>
<p><a href="http://diveintopython.org/toc/index.html" rel="nofollow">http://diveintopython.org/toc/index.html</a></p>
<p>Again, a bunch more on Amazon.</p>
http://stackoverflow.com/questions/1496246/functional-programming-model-efficiency-erlang-specific/1498261#14982610Answer by Gene T for functional programming model efficiency (Erlang specific)Gene T2009-09-30T13:52:32Z2009-09-30T13:52:32Z<p>You might not know about "erlc -S" and "to_core" options, which lets you inspect the bytecodes (BEAM or HiPE)</p>
<p><a href="http://stackoverflow.com/questions/586362/pattern-matching-implementation">http://stackoverflow.com/questions/586362/pattern-matching-implementation</a></p>
<p><a href="http://www.nabble.com/Re%3A-Idiomatic-Erlang%2C-style-performance-question-p18061921.html" rel="nofollow">http://www.nabble.com/Re%3A-Idiomatic-Erlang%2C-style-performance-question-p18061921.html</a></p>
<p>HTH</p>
http://stackoverflow.com/questions/1490841/comparing-performance-between-ruby-and-python-code/1498047#14980470Answer by Gene T for Comparing performance between ruby and python codeGene T2009-09-30T13:15:29Z2009-09-30T13:15:29Z<p>(you didn't specify py 2.5, 2.6 or 3; or ruby 1.8 or 1.9, jruby, MRI; The JVM has a wealth of tools to attack memory issues; Generally it 's helpful to zero in on memory depletion by posting stripped down versions of programs that replicate the problem</p>
<p>Heapy, ruby-prof, bleak house are all good tools, here are others:</p>
<p>Ruby </p>
<p><a href="http://eigenclass.org/R2/writings/object-size-ruby-ocaml" rel="nofollow">http://eigenclass.org/R2/writings/object-size-ruby-ocaml</a></p>
<p>watch ObjectSpace yourself
<a href="http://www.coderoshi.com/2007/08/cheap-tricks-ix-spying-on-ruby.html" rel="nofollow">http://www.coderoshi.com/2007/08/cheap-tricks-ix-spying-on-ruby.html</a></p>
<p><a href="http://sporkmonger.com/articles/2006/10/22/a-question" rel="nofollow">http://sporkmonger.com/articles/2006/10/22/a-question</a></p>
<p>(ruby and python)
<a href="http://www.softwareverify.com/" rel="nofollow">http://www.softwareverify.com/</a></p>
http://stackoverflow.com/questions/1483405/is-erlangs-recursive-functions-not-just-a-goto/1493724#14937240Answer by Gene T for is erlangs recursive functions not just a goto?Gene T2009-09-29T16:49:14Z2009-09-29T19:15:45Z<p>I don't have much to add, these are all good answers, but i did go through search engine results, bookmarked a bunch o' stuff which helped me understand. </p>
<p>As efficiency guide notes, this is one of the areas where the langage is being actively improved by Ericsson. For example "andalso" and "orelse" weren't tail recursive when they were introduced, but they are now. </p>
<p><a href="http://www.erlang.org/eeps/eep-0026.html" rel="nofollow">http://www.erlang.org/eeps/eep-0026.html</a></p>
<p><a href="http://erlang.org/doc/efficiency%5Fguide/myths.html#2.3" rel="nofollow">http://erlang.org/doc/efficiency%5Fguide/myths.html#2.3</a></p>
<p><a href="http://lobstertech.com/2008/sep/24/introduction%5Fdistributed%5Ferlang/" rel="nofollow">http://lobstertech.com/2008/sep/24/introduction%5Fdistributed%5Ferlang/</a></p>
<p><a href="http://stackoverflow.com/questions/997276/how-does-one-use-cached-data-in-a-functional-language-such-as-erlang">http://stackoverflow.com/questions/997276/how-does-one-use-cached-data-in-a-functional-language-such-as-erlang</a></p>
<p><a href="http://techspeak.plainlystated.com/2009/08/erlang-ruby-ring-network.html" rel="nofollow">http://techspeak.plainlystated.com/2009/08/erlang-ruby-ring-network.html</a></p>
<p><hr /></p>
<p>This series is really helpful:</p>
<p><a href="http://funcall.blogspot.com/2009/04/you-knew-id-say-something.html" rel="nofollow">http://funcall.blogspot.com/2009/04/you-knew-id-say-something.html</a></p>
<p><a href="http://funcall.blogspot.com/2009/05/you-knew-id-say-something-part-v.html" rel="nofollow">http://funcall.blogspot.com/2009/05/you-knew-id-say-something-part-v.html</a></p>
<p><a href="http://concise-software.blogspot.com/2009/07/whats-big-deal-with-tail-recursion.html" rel="nofollow">http://concise-software.blogspot.com/2009/07/whats-big-deal-with-tail-recursion.html</a></p>
<p><a href="http://paulbarry.com/articles/2009/08/30/tail-call-optimization" rel="nofollow">http://paulbarry.com/articles/2009/08/30/tail-call-optimization</a></p>
http://stackoverflow.com/questions/1462407/ruby-edge-cases/1462949#14629491Answer by Gene T for ruby edge casesGene T2009-09-22T22:22:43Z2009-09-22T22:22:43Z<p>Here's some tests / test suites for syntax highlight, parsers in ANTLR etc</p>
<p><a href="http://seclib.blogspot.com/2005/11/distinguish-leftshift-and-heredoc.html" rel="nofollow">http://seclib.blogspot.com/2005/11/distinguish-leftshift-and-heredoc.html</a></p>
<p><a href="http://www.sapphiresteel.com/Ruby-Blocks-Parameters-and-for" rel="nofollow">http://www.sapphiresteel.com/Ruby-Blocks-Parameters-and-for</a></p>
<p><a href="http://eigenclass.org/hiki.rb?ruby%20weird%20syntax" rel="nofollow">http://eigenclass.org/hiki.rb?ruby%20weird%20syntax</a></p>
<p><a href="http://groups.google.com/group/comp.lang.ruby/browse%5Ffrm/thread/01f81c499ab599e9?hl=en" rel="nofollow">http://groups.google.com/group/comp.lang.ruby/browse%5Ffrm/thread/01f81c499ab599e9?hl=en</a></p>
<p><a href="http://groups.google.com/group/columbusrb/browse%5Ffrm/thread/ffd9f223d4e49328" rel="nofollow">http://groups.google.com/group/columbusrb/browse%5Ffrm/thread/ffd9f223d4e49328</a></p>
http://stackoverflow.com/questions/1257798/is-there-a-rigorous-general-introduction-to-event-based-programming-in-textbook-o/1427662#14276620Answer by Gene T for Is there a rigorous general introduction to event-based programming in textbook or monograph form?Gene T2009-09-15T14:49:30Z2009-09-15T14:49:30Z<p>take a look at gen_event:</p>
<p><a href="http://spawnlink.com/articles/an-introduction-to-gen%5Fevent-account-notifications/" rel="nofollow">http://spawnlink.com/articles/an-introduction-to-gen%5Fevent-account-notifications/</a></p>
<p><a href="http://www.erlang.org/doc/man/gen%5Fevent.html" rel="nofollow">http://www.erlang.org/doc/man/gen%5Fevent.html</a></p>
<p><hr /></p>
<p>Armstrong and Cesarini / Thompson books (both excellent) have short examples (about 1-page )</p>
http://stackoverflow.com/questions/1403087/how-can-i-convert-an-html-table-to-csv/1404282#14042820Answer by Gene T for How can I convert an HTML table to CSV?Gene T2009-09-10T09:34:48Z2009-09-10T09:34:48Z<p>here's a few options</p>
<p><a href="http://groups.google.com/group/ruby-talk-google/browse%5Fthread/thread/cfae0aa4b14e5560?hl=nn" rel="nofollow">http://groups.google.com/group/ruby-talk-google/browse%5Fthread/thread/cfae0aa4b14e5560?hl=nn</a></p>
<p><a href="http://ouseful.wordpress.com/2008/10/14/data-scraping-wikipedia-with-google-spreadsheets/" rel="nofollow">http://ouseful.wordpress.com/2008/10/14/data-scraping-wikipedia-with-google-spreadsheets/</a></p>
<p><a href="http://stackoverflow.com/questions/259091/how-can-i-scrape-an-html-table-to-csv">http://stackoverflow.com/questions/259091/how-can-i-scrape-an-html-table-to-csv</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1852" rel="nofollow">https://addons.mozilla.org/en-US/firefox/addon/1852</a></p>
http://stackoverflow.com/questions/528042/where-can-i-find-good-erlang-reference-for-bifs/1318780#13187801Answer by Gene T for where can I find good erlang reference for "BIFs" ?Gene T2009-08-23T15:08:13Z2009-09-08T08:41:52Z<p>late update: Aug 09</p>
<p>this is kind of like Railsapi.com</p>
<p><a href="http://erlapi.prepor.ru/docs/" rel="nofollow">http://erlapi.prepor.ru/docs/</a></p>
<p><a href="http://groups.google.com/group/erlang-programming/browse%5Ffrm/thread/1e5bcaf304ef249f/1b3d0d676603a81d?lnk=gst&q=erlapi#" rel="nofollow">http://groups.google.com/group/erlang-programming/browse%5Ffrm/thread/1e5bcaf304ef249f/1b3d0d676603a81d?lnk=gst&q=erlapi#</a></p>
<p>source: </p>
<p><a href="http://github.com/prepor/erlapi-static/tree/master" rel="nofollow">http://github.com/prepor/erlapi-static/tree/master</a></p>
<p><hr /></p>
<p>also: </p>
<p><a href="http://erldocs.com/otp%5Fsrc%5FR13B/" rel="nofollow">http://erldocs.com/otp%5Fsrc%5FR13B/</a></p>
<p><a href="http://www.gotapi.com/erlang" rel="nofollow">http://www.gotapi.com/erlang</a></p>
<p><a href="http://www.dpawson.co.uk/erlang/" rel="nofollow">http://www.dpawson.co.uk/erlang/</a></p>
http://stackoverflow.com/questions/1222084/how-do-i-create-a-temp-filename-in-erlang/1385936#13859360Answer by Gene T for How do I create a temp filename in Erlang?Gene T2009-09-06T15:34:50Z2009-09-06T15:34:50Z<p>Late answer: I just noticed the test_server module which has scratch directory support, worth a look</p>
<p><a href="http://erldocs.com/otp%5Fsrc%5FR13B/test%5Fserver/test%5Fserver.html?i=12" rel="nofollow">http://erldocs.com/otp%5Fsrc%5FR13B/test%5Fserver/test%5Fserver.html?i=12</a></p>
http://stackoverflow.com/questions/1348896/what-is-the-best-functional-language-for-scientific-programming/1355697#13556970Answer by Gene T for What is the best functional language for scientific programmingGene T2009-08-31T03:46:47Z2009-08-31T07:11:53Z<p>Implicit is you want library functionality at least equal scipy / numpy/ matplotlib , along with the huge number of C / linux tools available: R, GSL, sage, octave. Also tools to integrate relational DB, key-value and doc stores, hadoop, etc. Probably only java and .NET libs are going to give that kind of batteries included.</p>
<p>Erlang is the only FP language I've learned in anger. It's "mature" for its traditional server/middleware core competency, but there's a recognition that it could do a lot more. For example, web app frameworks need decent regex engine to do URL recognition and generation, and there was that Tim Bray todo about Erlang and apache logfiles (WideFinder) so the erlang core team is working on it (Robert Virding's libraries).</p>
<p>So it's today not a language known for matrix and statistical math, map-reduce and SIMD data analytics, but given its push into new types of apps, it could surprise you, and the VM's ability to spawn, manage, and terminate ten of thousands of processes and more (gracefully) is unrivaled.</p>
http://stackoverflow.com/questions/1280991/activerecord-for-erlang/1319960#13199601Answer by Gene T for ActiveRecord for ErlangGene T2009-08-24T00:23:08Z2009-08-28T21:51:31Z<p>Some googling reveals libs / clients / wrappers for Couchdb described "ActiveRecord like libraries like CouchFoo", and advise to steer clear:</p>
<p><a href="http://upstream-berlin.com/2009/03/31/the-case-of-activerecord-vs-couchdb/" rel="nofollow">http://upstream-berlin.com/2009/03/31/the-case-of-activerecord-vs-couchdb/</a></p>
<p><a href="http://debasishg.blogspot.com/2009/04/framework-inertia-couchdb-and-case-of.html#" rel="nofollow">http://debasishg.blogspot.com/2009/04/framework-inertia-couchdb-and-case-of.html#</a></p>
<p>as to your comment on "not suited for web apps yet", I think the pieces are there: mochiweb, couch, yaws, nitrogen, erlyweb. There's some powerful tools, very different paradigm, certainly, from rails, django and PHP.</p>
http://stackoverflow.com/questions/1340578/sudo-gem-update-dry-run/1341568#13415680Answer by Gene T for Sudo gem update --dry-run?Gene T2009-08-27T14:42:24Z2009-08-27T14:42:24Z<p>There's also this (scroll to bottom)</p>
<p><a href="http://pond.org.uk/ruby/" rel="nofollow">http://pond.org.uk/ruby/</a></p>
http://stackoverflow.com/questions/1315434/how-to-get-all-docs-with-actsassolr/1320081#13200810Answer by Gene T for how to get all docs with acts_as_solrGene T2009-08-24T01:19:17Z2009-08-24T01:19:17Z<p>I have in my sketchy notes that you can modify parser_methods.rb, around l. 75 to return only AR ID's, not the objects themselves. Worth a try in large datasets.</p>
http://stackoverflow.com/questions/1318604/ruby-alternative-for-lucene/1320062#13200620Answer by Gene T for Ruby alternative for LuceneGene T2009-08-24T01:08:31Z2009-08-24T01:08:31Z<p>unfortunately, in most cases, ferret is not what you're looking for, it's got recurring issues with re-indexing speed, index corruption and segfaults on the server. I think most people are going to SOLR, sphinx, and Xapian. I recall seeing some Tsearch / postgres apps mentioned, Tsearch seems to be a industrial-strength solution</p>
<p>Take a look here</p>
<p><a href="http://stackoverflow.com/questions/1132284/full-text-searching-with-rails">http://stackoverflow.com/questions/1132284/full-text-searching-with-rails</a></p>
http://stackoverflow.com/questions/657235/is-erlang-a-concise-language-from-a-programmers-perspective/1319990#13199900Answer by Gene T for Is Erlang a concise language from a programmer's perspective?Gene T2009-08-24T00:37:26Z2009-08-24T01:01:14Z<p>You have to spend some time, write code, to understand erlang's sweet spot, vs. all the other emerging tools, DHT, doc stores, mapreduce frameworks, hadoop, GPU, scala, ... If you try to do, say SIMD type apps outside the sweet spot, you'll probably end up fighting the paradigm and writing verbose code, whereas if you hit problems that need to scale servers and middleware seamlessly up and down, it flows naturally. (And the rise of scala in its sweet spot is inevitable, too, I think)</p>
<p>A good thing to look up would be the Tim Bray Wide Finder experiment (distilling big apache log files) from a couple years ago, and how he was disappointed with erlang.</p>
<p>I generally don't recommend putting much store in the Alioth shootout, given you inevitably end up comparing really good and bad code, but if you need to put numbers of LOC, erlang vs. C, ruby, whatever</p>
<p><a href="http://shootout.alioth.debian.org/u32q/erlang.php" rel="nofollow">http://shootout.alioth.debian.org/u32q/erlang.php</a></p>
http://stackoverflow.com/questions/1319809/recursive-model-in-rails/1320014#13200140Answer by Gene T for Recursive model in RailsGene T2009-08-24T00:51:12Z2009-08-24T00:59:01Z<p>There's probably some AR builtins or libs plugins / gems to handle most non-bizarre use cases, but: Not clear if you're talking about a </p>
<ul>
<li>join table / Actve record association, (heterogeneous relationsip, 2 or three tables)</li>
<li>nested set / acts_as_tree, (tree of like objects in one table) or </li>
<li>Single table inheritance, somewhat heterogeneous objects in one table</li>
</ul>
<p>or, the messiest thing, a
- Entity-Attribute-Value table (EAV) design</p>
<p><a href="http://en.wikipedia.org/wiki/Entity-Attribute-Value%5Fmodel" rel="nofollow">http://en.wikipedia.org/wiki/Entity-Attribute-Value%5Fmodel</a></p>
http://stackoverflow.com/questions/1025234/websites-web-applications-using-erlang/1318690#13186900Answer by Gene T for Websites & Web Applications Using ErlangGene T2009-08-23T14:19:32Z2009-08-23T14:19:32Z<p>Gerakines delicious slides: </p>
<p><a href="http://blog.socklabs.com/2008/09/30/erlang%5Fis%5Fdelicious%5Fcufp%5Fslide.html" rel="nofollow">http://blog.socklabs.com/2008/09/30/erlang%5Fis%5Fdelicious%5Fcufp%5Fslide.html</a></p>
<p>startups:</p>
<p><a href="http://www.nabble.com/startups-using-Erlang-td21982339.html" rel="nofollow">http://www.nabble.com/startups-using-Erlang-td21982339.html</a></p>
http://stackoverflow.com/questions/1221858/talk-to-data-warehouse-style-tables-with-activerecord/1225304#12253041Answer by Gene T for Talk to data warehouse-style tables with ActiveRecord?Gene T2009-08-04T00:50:13Z2009-08-04T00:50:13Z<p>there's another which I haven't used, but looks good:</p>
<p><a href="http://github.com/wvanbergen/active_olap/tree/master" rel="nofollow">http://github.com/wvanbergen/active_olap/tree/master</a></p>
<p><a href="http://techblog.floorplanner.com/2008/07/29/active-olap-released/" rel="nofollow">http://techblog.floorplanner.com/2008/07/29/active-olap-released/</a></p>
<p><hr /></p>
<p>and this for SOLR which i found in google</p>
<p><a href="http://code.google.com/p/kettle-solr-plugin/" rel="nofollow">http://code.google.com/p/kettle-solr-plugin/</a></p>
http://stackoverflow.com/questions/1153265/how-to-make-rubys-n-ends-look-better/1158578#11585781Answer by Gene T for How to make Ruby's N ends look better?Gene T2009-07-21T11:15:32Z2009-07-21T11:31:39Z<p>I have seen nested "{ }" blocks and 4-space soft tabs and:</p>
<blockquote>
<p>end;end;end;end</p>
</blockquote>
<p>I suppose this saves vertical space, but I don't recommend, The above comments on avoiding deep nesting and commenting your block-ending lines are the valid approaches. Maybe deep nesting is to avoid method call overhead for things that need speeding up, but readability almost always trumps that kind of "optimization"</p>
http://stackoverflow.com/questions/1156846/what-software-programming-language-is-like-ruby/1158552#11585521Answer by Gene T for What software programming language is like Ruby?Gene T2009-07-21T11:09:27Z2009-07-21T11:09:27Z<p>I've been learning scala with Odersky's book. It's still very much JVM and java lib based, but the syntax, actor model and functional aspects are surprisingly flexible. </p>
<p>As far as the metaprogramming / DSL aspect of ruby, javascript and scheme fit the bill, for more mainstream dynamic/ scripting languages. And i think Ruby's debt to to haskell and smalltalk has been acknowledged </p>
http://stackoverflow.com/questions/1132284/full-text-searching-with-rails/1144115#11441152Answer by Gene T for Full Text Searching with RailsGene T2009-07-17T15:45:52Z2009-07-21T05:05:37Z<ul>
<li><p>thinking_sphinx and sphinx work beautifully, no indexing, query, install problems ever (5 or 6 install, including production slicehost )</p></li>
<li><p>why doesn't everybody use sphinx, like, say craigslist? read here about its limitations (year and a half old articles. The sphinx developer, Aksyonoff, is working on these and he's putting in features and reliability and stamping out bugs at an amazing pace)</p></li>
</ul>
<p><a href="http://codemonkey.ravelry.com/2008/01/09/sphinx-for-search/" rel="nofollow">http://codemonkey.ravelry.com/2008/01/09/sphinx-for-search/</a></p>
<p><a href="http://www.ibm.com/developerworks/opensource/library/os-php-apachesolr/" rel="nofollow">http://www.ibm.com/developerworks/opensource/library/os-php-apachesolr/</a></p>
<p><a href="http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-searc">http://stackoverflow.com/questions/737275/pros-cons-of-full-text-search-engine-lucene-sphinx-postgresql-full-text-searc</a></p>
<ul>
<li><p>ferret: easy install, doesn't stem properly, very slow indexing (one mysql db: sphinx: 3 seconds, ferret: 50 minutes). Well documented problems (index corruption) in drb servers in production under load. Having said that, i have use it in develometn since acts-as_ferret came out 3 years ago, and it has served me well. Not adhering to porter stemming is an advantage in some contexts.</p></li>
<li><p>Lucene and Solr is the gorilla/mack truck / heavyweight champ of open source search. The teams have been doing an impressive number of new features in <a href="http://www.lucidimagination.com/blog/2009/02/05/looking-forward-to-new-features-in-solr-14/" rel="nofollow">solr 14 release:</a></p></li>
<li><p>acts-as-solr: works well, once the tomcat or jetty is in place, but those sometimes are a pain. The <a href="http://mattmatt.github.com/acts%5Fas%5Fsolr/" rel="nofollow">A-A-S fork by mattmatt</a> is the main fork, but the project is relatively unmaintained.</p></li>
<li><p>re the tomcat install: SOLR/lucene has unquestionably the best knowledge base/ support search engine of any software package i've seen ( i guess i'm not that surprised), the search box here:</p></li>
</ul>
<p><a href="http://www.lucidimagination.com/" rel="nofollow">http://www.lucidimagination.com/</a></p>
<ul>
<li><p><a href="http://www.linux-mag.com/id/7341" rel="nofollow">Sunspot the new</a> ruby wrapper, build on solr-ruby. Looks promising, but I couldn't get it to install on OSX. Indexes all ruby objects, not just databases through AR </p></li>
<li><p>one thing that's really instructive is to install 2 search plugins, e.g. sphinx and SOLR, sphinx and ferret, and see what different results they return. It's as easy as <code>@sphinx_results - @ferret_results</code></p></li>
</ul>
<p><hr /></p>
<p>just saw this post and responses</p>
<p><a href="http://zooie.wordpress.com/2009/07/06/a-comparison-of-open-source-search-engines-and-indexing-twitter/" rel="nofollow">http://zooie.wordpress.com/2009/07/06/a-comparison-of-open-source-search-engines-and-indexing-twitter/</a></p>
<p><a href="http://www.jroller.com/otis/entry/open_source_search_engine_benchmark" rel="nofollow">http://www.jroller.com/otis/entry/open_source_search_engine_benchmark</a></p>
<p><a href="http://www.flax.co.uk/blog/2009/07/07/xapian-compared/" rel="nofollow">http://www.flax.co.uk/blog/2009/07/07/xapian-compared/</a></p>
http://stackoverflow.com/questions/340073/do-you-have-any-favorite-ergonomic-exercise-or-habit/406228#4062280Answer by Gene T for Do you have any favorite ergonomic exercise or habit?Gene T2009-01-02T07:28:48Z2009-07-19T21:13:46Z<p>late answer: 3 exercises that really help:, </p>
<p>The Powerweb and dynaflex things from here:</p>
<p><a href="http://www.fitter1.com/Catalog/Category/35/HandWrist.aspx" rel="nofollow">http://www.fitter1.com/Catalog/Category/35/HandWrist.aspx</a></p>
<p>and wrist curls with a 5 lb. weight:</p>
<p><a href="http://www.amazon.com/Roller-Strength-Training-Fingers-Forearms/dp/B00146G68O/" rel="nofollow">http://www.amazon.com/Roller-Strength-Training-Fingers-Forearms/dp/B00146G68O/</a></p>
<p><hr /></p>
<p>One thing i've found very important: adjust the angle of the keyboard and angle of your hand, i.e. raise back of keyboard pretty high, and elevate heels of hand on rolled-up handtowel, if this suits you. Back of hand should be inline with top of forearm, not angled down or up.</p>
http://stackoverflow.com/questions/953118/is-there-a-risk-of-a-ruby-gem-acting-like-a-trojan/1150752#11507520Answer by Gene T for Is there a risk of a Ruby gem acting like a trojan?Gene T2009-07-19T20:09:09Z2009-07-19T20:09:09Z<p>There have been proposals to cryptographically sign gems, so you would know at least that the author's code hasn't been tampered with, but there's been no uptake on this</p>
<p><a href="http://pablotron.org/files/signing_gems.txt" rel="nofollow">http://pablotron.org/files/signing_gems.txt</a></p>
http://stackoverflow.com/questions/1148364/quick-and-easy-slicehost-slices/1150690#11506902Answer by Gene T for Quick and easy Slicehost slicesGene T2009-07-19T19:38:11Z2009-07-19T19:50:10Z<p>If you arent' experienced linux/apache admin, you can follow a sequence of 6-8 of pickled onions posts: apt-get update, SSH, iptables, mysql, ruby, gems, rails, apache, mod_rails</p>
<p>Here's the sequence for <a href="http://github.com/GavinJoyce/rubyjobs/tree/master" rel="nofollow">ubuntu intrepid</a></p>
<p><hr /></p>
<p>Here's what i used for Hardy</p>
<p><a href="http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-1" rel="nofollow">http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-1</a></p>
<p><a href="http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-2" rel="nofollow">http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-2</a></p>
<p><a href="http://articles.slicehost.com/2009/2/2/ubuntu-intrepid-installing-mysql-with-rails-and-php-options" rel="nofollow">http://articles.slicehost.com/2009/2/2/ubuntu-intrepid-installing-mysql-with-rails-and-php-options</a></p>
<p><a href="http://articles.slicehost.com/2008/4/25/ubuntu-hardy-installing-apache-and-php5" rel="nofollow">http://articles.slicehost.com/2008/4/25/ubuntu-hardy-installing-apache-and-php5</a></p>
<p><a href="http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-config-layout" rel="nofollow">http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-config-layout</a></p>
<p><a href="http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-1" rel="nofollow">http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-1</a></p>
<p><a href="http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-2" rel="nofollow">http://articles.slicehost.com/2008/4/28/ubuntu-hardy-apache-configuration-2</a></p>
<p><a href="http://articles.slicehost.com/2008/4/30/ubuntu-hardy-ruby-on-rails" rel="nofollow">http://articles.slicehost.com/2008/4/30/ubuntu-hardy-ruby-on-rails</a></p>
<p>(This is a good minimal sequence. I would recommend spending more time learning iptables, denyhosts, how to blacklist IP's and summarize logfiles to lock the server down).</p>
http://stackoverflow.com/questions/1657682/pattern-match-in-formal-parameter-of-function-definition/1677540#1677540Comment by Gene T on pattern match in formal parameter of function definitionGene T2009-11-05T19:03:57Z2009-11-05T19:03:57ZThanks, very clear explanation. I don't see any advantage to pattern matching / testing a formal parameter's value in the function definition vs. testing formal argument's value in the function invocation, where the value tested for is readily apparent.http://stackoverflow.com/questions/1657682/pattern-match-in-formal-parameter-of-function-definition/1657703#1657703Comment by Gene T on pattern match in formal parameter of function definitionGene T2009-11-01T18:23:01Z2009-11-01T18:23:01ZThanks for reply. This is a useful technique, less typing than guardshttp://stackoverflow.com/questions/1657682/pattern-match-in-formal-parameter-of-function-definition/1657701#1657701Comment by Gene T on pattern match in formal parameter of function definitionGene T2009-11-01T17:18:26Z2009-11-01T17:18:26ZThanks. I did find an explanation/example of this coding technique
<a href="http://learnyousomeerlang.com/syntax-in-functions" rel="nofollow">learnyousomeerlang.com/syntax-in-functions</a>http://stackoverflow.com/questions/1430501/how-would-one-implement-apple-itunes-genius-algorithm/1430514#1430514Comment by Gene T on How would one implement Apple iTunes 'Genius' algorithm?Gene T2009-09-16T04:58:53Z2009-09-16T04:58:53Zthese books too
<a href="http://www.amazon.com/Algorithms-Intelligent-Web-Haralambos-Marmanis/dp/1933988665/" rel="nofollow">amazon.com/Algorithms-Intelligent-Web-Haralambos-…</a>
<a href="http://www.amazon.com/Collective-Intelligence-Action-Satnam-Alag/dp/1933988312/" rel="nofollow">amazon.com/Collective-Intelligence-Action-Satnam-…</a>http://stackoverflow.com/questions/1308527/when-does-erlangs-parallelism-overcome-its-weaknesses-in-numeric-computingComment by Gene T on When does Erlang's parallelism overcome its weaknesses in numeric computing?Gene T2009-08-29T05:29:52Z2009-08-29T05:29:52Zthere is one counterexample, which i haven't had time to look at source code of yet: wings3d
<a href="http://www.wings3d.com/" rel="nofollow">wings3d.com</a>http://stackoverflow.com/questions/387/lucene-score-results/392#392Comment by Gene T on Lucene Score resultsGene T2009-07-17T15:24:43Z2009-07-17T15:24:43Zupdated link:
<a href="http://lucene.apache.org/java/2_4_0/scoring.html" rel="nofollow">lucene.apache.org/java/2_4_0/scoring.html</a>http://stackoverflow.com/questions/392217/is-there-a-ruby-python-html-reflow-layout-library/392243#392243Comment by Gene T on Is there a Ruby/Python HTML reflow/layout library?Gene T2008-12-27T04:10:38Z2008-12-27T04:10:38Zdimensions plugin:
<a href="http://brandonaaron.net/docs/dimensions/" rel="nofollow">brandonaaron.net/docs/dimensions</a>
FF 3 has:
<a href="https://developer.mozilla.org/en/DOM/element.getBoundingClientRect" rel="nofollow">developer.mozilla.org/en/DOM/…</a>
http://stackoverflow.com/questions/342590/sorting-domain-names/342637#342637Comment by Gene T on Sorting domain namesGene T2008-12-05T03:21:51Z2008-12-05T03:21:51Zsplit by "." then piece together ".com.au" and ".co.uk" vs ".com"http://stackoverflow.com/questions/118813/how-do-i-uninstall-python-from-osx-leopard-so-that-i-can-use-the-macports-version/118824#118824Comment by Gene T on How do I uninstall python from OSX Leopard so that I can use the MacPorts version?Gene T2008-11-22T19:22:45Z2008-11-22T19:22:45Zi think this is true also of different linux distro's, various library /package/software installers rely on the perl, python , ruby factory installed interpreters, you should leave them there, symlink around themhttp://stackoverflow.com/questions/282267/good-programming-monitor-actual-display-dimensions-vs-diagonal-marketing-sizeComment by Gene T on Good Programming Monitor: Actual Display Dimensions vs Diagonal "Marketing" Size?Gene T2008-11-11T23:00:16Z2008-11-11T23:00:16Zthis is programming related, buta close duplicate of
<a href="http://stackoverflow.com/questions/263500/best-programming-monitor" rel="nofollow" title="best programming monitor">stackoverflow.com/questions/263500/…</a>http://stackoverflow.com/questions/275591/best-guide-to-turn-a-powerbook-into-a-web-server/275599#275599Comment by Gene T on Best guide to turn a PowerBook into a web server?Gene T2008-11-09T16:13:19Z2008-11-09T16:13:19Zi think tiger requires/assumes less memory, tho i haven't tested rigorously. My leopard PB w/2G grinds the Hard drive all the timehttp://stackoverflow.com/questions/267237/whats-the-best-way-to-unit-test-protected-private-methods-in-ruby/267401#267401Comment by Gene T on What's the best way to unit test protected & private methods in Ruby?Gene T2008-11-06T03:45:10Z2008-11-06T03:45:10Zi think this usage was revoked in 1.9http://stackoverflow.com/questions/193560/implementing-a-compiler-in-itself/256685#256685Comment by Gene T on implementing a compiler in "itself"Gene T2008-11-02T13:04:27Z2008-11-02T13:04:27Zunfortunately, you can't see the "Related" gray sidebar til you ask a question!http://stackoverflow.com/questions/187219/how-do-i-get-a-terminal-program-to-honour-cursor-keys/187393#187393Comment by Gene T on How do I get a terminal program to honour cursor keys?Gene T2008-10-20T16:44:47Z2008-10-20T16:44:47ZI think apple doesn't like anything GPL'd
<a href="http://www.mrchucho.net/2007/11/06/leopard-readline-and-vi-bindings/" rel="nofollow">mrchucho.net/2007/11/…</a>http://stackoverflow.com/questions/53132/mouse-for-programmer/53155#53155Comment by Gene T on Mouse for programmerGene T2008-10-19T22:46:51Z2008-10-19T22:46:51Zyou can vacuum clean teh trackball with a brush attachment, that seems to dislodge stuff in there. I've had to throw a couple away, they were beyond vacuuming. Main thing is to not be eating cheeseburgers and scrolling too.