Profile_bird

Hey there! jostheim is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving jostheim's tweets.

Already using Twitter
from your phone? Click here.

jostheim

  1. sharing my itunes library from home to a remote network: love ssh tunneling
  2. Addedum to my question, do I just use dynamically added roles?
  3. Another rails question: I have restful auth & data that users enter, I want 2 be sure only the user who enters that data can change it, how?
  4. RT @lof: Pedal Brain has launched. I helped on the web app: http://en.pedalbrain.com Congrats to @mattbauer! PiPress article: http://bit ...
  5. iphone is currently playing through alpine stero and powering internet tethering via mifi; over under on how long the battery lasts?
  6. So using #evernote on iPhone 30 secs to start is too long for a quick note taking app... Just my $0.02 but speed it up!
  7. @varikin not sure, other idea (from @sethweiner) to bill for the time but if selected it goes into the price, if not they owe me for my time
  8. @sethweiner good idea this has been infrequent so never really thought about it, but that I how I'll go in the future
  9. I think these requirements consultations are going to start being hourly rate things for me, no more freebies.
  10. Second time this year I go help a potential client work out requirements, and then they give the contact to someone else, same for others?
  11. Okay I'll say it: ActiveRecord overriding to_json is a huge #fail, looks to me like the @attributes cannot be serialized if use :only
  12. What is wrong with that?
  13. def to_json(options = {}) options[:only] = [ :callback_url, :name, :order, :command_id ] return super( options ) end
  14. How do I override to_json in an activerecord subclass Single table inheritance? when I add :only flags to the to_json method I get no json
  15. I think I can hear the New Orleans PA guy better than the NFL network announcers...
  16. RT @bfeld: Short URL’s Are Entertainingly Out of Control http://goo.gl/fb/LoUh : here, here! and they are a security nightmare
  17. RT @staticnullvoid: RT @johannarothman: Why I don't like time-based estimates and what I do instead http://bit.ly/5xudNf
  18. @zingstring beta signup
  19. @jrmehle agreed, was thinking to linearly about what parameters are sent, little is actually "posted", just depends on the pov I think
  20. @tcollen @k2heikkila thanks for the input, I was thinking GET, b/c I am not adding data, but maybe I am posting data (copying), POST it is