Updates from May, 2008 Toggle Comment Threads | Keyboard Shortcuts

  • Tyler 11:59 pm on May 21, 2008 Permalink  

    Tweets on 2008-05-21 

    • installing a 256 color aware terminal for os x… #
    • @dpp – Sometimes I wish I lived in San Fran. :) #
    • Working on MappedDouble, or should I call it MappedTrouble! No? ok. #
    • Further testing on MappedDouble points to me not being a buffoon, so that’s a good thing. #
    • Has anyone bought the Penny Arcade game yet? Opinion? #

    Powered by Twitter Tools.

     
  • Tyler 11:59 pm on May 20, 2008 Permalink  

    Tweets on 2008-05-20 

    • I would say I’m currently knee-deep in web services. Earlier it was about waist deep. #
    • To increase your Karma follow this rule: If you finish the coffee, make more coffee. #
    • My internal lift app has many more users and many cool features in the pipe. Does anyone know how to stop time? #

    Powered by Twitter Tools.

     
  • Tyler 11:59 pm on May 19, 2008 Permalink  

    Tweets on 2008-05-19 

    • @rontibbs – http://es.cohesiveft.com/ #
    • @rontibbs – Like the virtual machine dave was going to build for you. #
    • Pushed out a new version of a webapp. That feels good. #
    • Sweet Canadian holiday… #
    • @ev – it’s 9*C in Toronto, we didn’t take your summer :) #
    • Happily realizing that things are less complicated than I am making them. Being a n00b… #
    • @mrtibbs – bye Ron *waves* #
    • coding lift apps all day so far, minus a run for tea. An excellent way to spend a holiday. #

    Powered by Twitter Tools.

     
  • Tyler 10:22 pm on May 19, 2008 Permalink  

    victoria day 

    From here, you realize that the kind of fireworks you buy at the variety store, they’re really not all that impressive.  They float up to about 4 or 5 storeys before they pop or fizzle out.  7, if you’re lucky.  I’m on the 9th floor, so I can kind of gauge how high these things are getting.

    But, when you put them all together, the effect is pretty interesting.  I wonder if all those people down there realize what this looks like from here.  I wonder if they realize that there are hundreds of other people shooting off $4 fireworks, all looking up at their little star, hoping that theirs will break out past the canopy of roofs that sprawl out as far as the eye can see.

    For a moment, I can’t tell the difference between the lights in apartment windows and the planes flying by and the flashing of turn signals and the exploding balls of phosphorus.  It all kind of melts into a sparkly horizon.

     
  • Tyler 11:59 pm on May 18, 2008 Permalink  

    Tweets on 2008-05-18 

    • Incorrectly moving a repo from svn to git. I’ll call it a learning experience, not a mistake :) #
    • Building server images… I don’t know what I’m doing. #

    Powered by Twitter Tools.

     
  • Tyler 11:59 pm on May 17, 2008 Permalink  

    Tweets on 2008-05-17 

    • About to head down and see Toronto FC take on Columbus Crew. I’m glad the weather broke. #

    Powered by Twitter Tools.

     
  • Tyler 11:59 pm on May 16, 2008 Permalink  

    Tweets on 2008-05-16 

    • Dear TimeMachine, thank you for saving a copy of a old src tree that I deleted. That was really helpful. Thanks, #
    • @mrtibbs – thanks, pullups were slow because I didn’t want to rip up my hands… again. #
    • @DavidAuyeung – no problem. #
    • Rereading the MapReduce paper from Google. #
    • @mrtibbs – a big fun dog or clothes? You choose. :) #
    • @twleung – I have a dropbox invite. #
    • @twleung – 10 in fact :) #
    • @ShawnY – that’s because no one is using it. #

    Powered by Twitter Tools.

     
  • Tyler 2:12 pm on May 16, 2008 Permalink
    Tags: ctags, , tags,   

    Liftweb + ctags + vim 

    [Updated: 2008/12/10]

    This is how I set up /Lift/, ctags, and vim (on OS X and Ubuntu):

    Add some scala definition to ctags:

    ty@Astra:~$ cat /home/ty/.ctags
    --langdef=scala
    --langmap=scala:.scala
    --regex-scala=/^[ \t]*class[ \t]+([a-zA-Z0-9_]+)/\1/c,classes/
    --regex-scala=/^[ \t]*trait[ \t]+([a-zA-Z0-9_]+)/\1/t,traits/
    --regex-scala=/^[ \t]*type[ \t]+([a-zA-Z0-9_]+)/\1/T,types/
    --regex-scala=/^[ \t]*def[ \t]+([a-zA-Z0-9_\?]+)/\1/m,methods/
    --regex-scala=/^[ \t]*val[ \t]+([a-zA-Z0-9_]+)/\1/C,constants/
    --regex-scala=/^[ \t]*var[ \t]+([a-zA-Z0-9_]+)/\1/l,local variables/
    --regex-scala=/^[ \t]*package[ \t]+([a-zA-Z0-9_.]+)/\1/p,packages/
    --regex-scala=/^[ \t]*case class[ \t]+([a-zA-Z0-9_]+)/\1/c,case classes/
    --regex-scala=/^[ \t]*final case class[ \t]+([a-zA-Z0-9_]+)/\1/c,case classes/
    --regex-scala=/^[ \t]*object[ \t]+([a-zA-Z0-9_]+)/\1/o,objects/
    --regex-scala=/^[ \t]*private def[ \t]+([a-zA-Z0-9_]+)/\1/pd,defs/
    

    Build the tags file:

    ty@Astra:~$ /opt/local/bin/ctags -h ".scala" -R --exclude=*.js -f liftags /Users/tjweir/g/clean/liftweb/
    

    I prefer to keep the tags file, in this case liftags, in the root of home. Put it where you want.

    Add the tags location to ~/.vimrc

    set tags=/home/ty/liftags
    

    Now you can open a file and execute

    :tag LiftSession

    and jump to the file.

     
  • Tyler 9:09 am on May 16, 2008 Permalink
    Tags: , ,   

    CrossFit: May 16 / 2008 – Angie again 

    Our benchmark WOD was Angie, and we did it again:
    65/100 Pullups
    65/100 Pushups
    65/100 Situps
    65/100 Squats

    Laura: Old / New: 18:53 / 18:13 – less 40 seconds
    Tyler: Old / New: 20:33 / 19:57 less 36 seconds

     
  • Tyler 11:59 pm on May 15, 2008 Permalink  

    Tweets on 2008-05-15 

    • Finally got vim+ctags+lift working. Took long enough. #
    • Whenever I call .toLong I sing "Too Long" by Daft Punk. Normal? I think so. #
    • For gnome-themes, do I still go to gnome-look.org? It’s been a while. Anyone have a better site? #

    Powered by Twitter Tools.

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
shift + esc
cancel