Re: Liftweb & Scala

2012-04-20 Thread Levi Pearson
This actually looks really cool. I have looked at Akka before, and it's good stuff. And the Play web framework seems to have borrowed a lot of the cool bits from the best Haskell web frameworks. The whole Enumerator/Iteratee thing is an awesome bit of functional goodness. I will definitely be check

Re: Liftweb & Scala

2012-04-20 Thread Levi Pearson
By the way, the Enumerator/Iteratee approach to IO was developed by Oleg Kiselyov. Google him and check out his website when you are prepared to have your mind blown. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */

Re: Webdev: the times, they are a changin'

2012-04-20 Thread John D Jones III
On 04/19/2012 03:48 PM, Jason Hall wrote: > > And yet at work his playlist jumps from Opeth to Ace of Base.. > > > And that is *not* a joke. > Yea, this is the truth, though I've been leaning much more into Meshuggah and Vildjharta for my metal; since Opeth's last album left much to be desired,

Re: Strange DVD Drive Behavior

2012-04-20 Thread Daniel Fussell
On 04/19/2012 06:18 PM, Stuart Jansen wrote: > On Thu, 2012-04-19 at 15:23 -0600, Daniel Fussell wrote: >> I bought 2 surplus HP dc7700's with LG DVD burners that are acting kind >> of funny. > A technical question in the middle of a vim vs emacs discussion? A pox > on your house! > > Sorry its my

Re: Webdev: the times, they are a changin'

2012-04-20 Thread Andrew McNabb
On Thu, Apr 19, 2012 at 11:14:44PM -0600, Andy Bradford wrote: > > Very nice, if you're using vim and have shift-v, otherwise... What vi are you using instead of Vim, and why? > Or, if you can estimate the number of lines in the block. Assuming there > are 10 lines, just do: > > 10>j > > If yo

Re: Strange DVD Drive Behavior

2012-04-20 Thread Stuart Jansen
On Fri, 2012-04-20 at 10:29 -0600, Daniel Fussell wrote: > On 04/19/2012 06:18 PM, Stuart Jansen wrote: > > On Thu, 2012-04-19 at 15:23 -0600, Daniel Fussell wrote: > >> I bought 2 surplus HP dc7700's with LG DVD burners that are acting kind > >> of funny. > > A technical question in the middle of

Re: Webdev: the times, they are a changin'

2012-04-20 Thread Jon Jensen
On Fri, 20 Apr 2012, Andrew McNabb wrote: > Or if you are using Vim, you can `set relativenumber`, and you'll never > have to guess. I started doing this a few weeks ago, and it's awesome. That's pretty neat! I hadn't seen that before. Jon -- Jon Jensen End Point Corporation http://www.endpo

Re: Webdev: the times, they are a changin'

2012-04-20 Thread Dave Smith
On Apr 19, 2012, at 11:13 PM, Joel Finlinson wrote: >> And how do I jump to the bottom of a Python block? >> Will something like this > http://www.vim.org/scripts/script.php?script_id=386 work? That's very nice. I'm playing with it now. Most agreeable. --Dave /* PLUG: http://plug.org, #utah on

Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Dave Smith
As long as we're talking about cool vim tricks for Python, why not start a new thread. I like ":set relativenumber". Very handy. Thanks! How about this: 1. I want to show a marker in the left-most column for lines I've changed according to "git diff" since my last commit. I use fugitive, but c

Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Andrew McNabb
On Fri, Apr 20, 2012 at 11:32:53AM -0600, Dave Smith wrote: > As long as we're talking about cool vim tricks for Python, why not start a > new thread. 1) Folding I have found jpythonfold to be the best python fold script out there: http://www.vim.org/scripts/script.php?script_id=2527 I use the

Re: Cool Vim Tricks for Python (was: Webdev: the times, they are a changin'_

2012-04-20 Thread Lonnie Olson
On Fri, Apr 20, 2012 at 11:58 AM, Andrew McNabb wrote: > On Fri, Apr 20, 2012 at 11:32:53AM -0600, Dave Smith wrote: >> As long as we're talking about cool vim tricks for Python, why not start a >> new thread. Need I mention this article from one of our own. http://sontek.net/turning-vim-into-a