• Hero lost, hero found

    One of my childhood heroes died last week.

    I’ll always remember how he taught me to ski, lessons so memorable I remember them over 20 years later.
    I’ll always remember how he was the one who picked me up and carried me over 100m down the ski slope when I fell and broke my wrist as a 10 year old (I still have the scar where the bone came through)
    I’ll always remember how he could keep us, we children, entertained with games and tricks using nothing more than a tin tray with a little water, or simpler still just our fingers. I still play those games with my children.
    I’ll always remember the barbeque with chicory wood chippings smoking the meat.
    I’ll always remember an impromptu game of rounders in the park behind his house.

    At his funeral, I found he wasn’t just my hero.

    Over 200 people crammed in to celebrate his life and share how Bob had influenced their lives. There were a dozen readings, every one filled with how he’d inspired that person, and often their friends, to achieve a myriad of different things.
    I never knew he’d introduced a city teenager to canoeing, who later canoed for England
    I never knew he’d inspired so many in Skiing, working at a national level to develop the sport when I only knew him as the instructor at my local dry slope.
    I never knew he’d inspired not only the children at the local rugby club, but the parents too.
    I never knew… so many more things that I learnt about Bob yesterday.


  • Ruby woes: NameError and uninitialized constant

    The thing I hate most about learning a new programming language is the time it takes to do the simplest things… something goes wrong and it takes hours to figure it. Sure, it’s worth it once you know but boy do I hate that time consuming learning process.

    Meet today’s problem.

    NameError in StoryController#index
    uninitialized constant StoryController::Story
    RAILS_ROOT: C:/Documents and Settings/sroot/My Documents/NetBeansProjects/scaffoldlearning
    Application Trace | Framework Trace | Full Trace
    C:/InstantRails-1.7-win/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in `const_missing’
    app/controllers/story_controller.rb:5:in `index’

    Having spent 6 hours, googled as many variations as possible, I’ve finally tracked the problem is something to do with activesupport-2.0.2. I know this only because an earlier ruby program I created following a tutorial works without problem using the same code. When I purposefully break the earlier program, it’s error reads:

    NameError in StoryController#index
    uninitialized constant StoryController::Storys
    RAILS_ROOT: ./script/../config/..
    Application Trace | Framework Trace | Full Trace
    C:/InstantRails-1.7-win/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.4.2/lib/active_support/dependencies.rb:477:in `const_missing’
    #{RAILS_ROOT}/app/controllers/story_controller.rb:7:in `index’

    A similar error message but on a different version of activesupport. Unfortunately I have no idea how to fix this (or downgrade my rails install, or know if it’s a good thing to downgrade my install – will that just break something else?), so that will now have to wait until tomorrow.


  • Spam filter that blocks the spam senders from RECEIVING email!

    Interesting, I just tried to report spam to a company who I assume ran the campaign in good faith. The report got an unexpected response:

    : host lonvs07.kinexus.net[212.113.24.167] said: 554
        Service unavailable; Client host [89.234.3.158] blocked using
        relays.ordb.org; ordb.org was shut down on December 18, 2006. Please remove
        from your mailserver. (in reply to RCPT TO command)
    

    Panic! One of our server IP’s got blacklisted as a spam source!….. phew, not the case (thank you slashdot), emailiq are filtering their email for spam using a blacklist database that shut down over a year ago. The blacklist have decided they gave enough notice to people filtering against their list, so from now on they are reporting every email checked as being spam. If you’re not getting email today, better check with your mail provider.

    This company may not have meant to send spam, but because of spam they now have no email until the reconfigure their servers. Events like this show just how much spam is really costing everyone.


Search this site


Free apps

  • birthday.sroot.eu – Your birthday or other celebration date based on [years on other planets] / [how many seconds/days] / [how far you’ve travelled around the sun]
  • stampulator.sroot.eu – Calculates the combination and how many 1st, 2nd, large 1st and large 2nd class Royal Mail stamps you need on large envelopes and packets

Recent posts


Archives


Categories