• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I'm a lumberjack!

 
Trailboss
Posts: 23780
IntelliJ IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my younger days, wood showed up in blocks that I was required to split into something that would fit into the woodstove.
Over the last couple of years, I learned a bit about chainsaws and happened across an excellent supply of logs already on the ground, limbed and dry. So I used the chainsaw to cut the logs into blocks and then split them like when I was a kid.
I had used the chainsaw to cut down some small trees or take off some limbs here and there. Nothing significant.
Yesterday was the first time I fell a tree that could kill me. It was a dead snag that needed to be converted into firewood. It was leaning in such a way that it would want to fall in a swamp far from the truck. I managed to cut it so that it fell where I wanted it to fall. I was surprised at how easy it was.
That's all. Just wanted to share. Sorry about the lack of Monty Python references.
 
Sheriff
Posts: 6450
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
He's a lumberjack and he's okay.
He works all night and he sleeps all day.
 
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On sharing , one from the Perl Monks ,from the 'Throat warbler mangrove'.
#!/usr/bin/perl
package I;
sub m {print "I'm $_[0]\n";}
sub AUTOLOAD {print "$AUTOLOAD $_[0]\n";}
1;
package He;
sub s {print "He's $_[0]\n";}
sub AUTOLOAD {print "$AUTOLOAD $_[0]\n";}
1;
package main;
sub AUTOLOAD {our $AUTOLOAD=~s/main::/�/;print "and $AUTOLOAD $_[0]\n";}
sub Wednesday {print "On Wednesdays ";}
I'm("a lumberjack") && I'm("OK");
I::sleep("all night") && I::work("all day");
I::chop("down trees"),I::eat("my lunch");
I::go("to the lavatree");
if (Wednesday()) {I::go("shopping") && have("buttered scones for tea");}
He's("a lumberjack") && He's("OK");
He::sleeps("all night") && He::works("all day");
He::chops("down trees"),He::eats("hi�s lunch");
He::goes("to the lavatree");
if (Wednesday()) {He::goes("shopping"�) && has("buttered scones for tea");}
regards
 
Ranch Hand
Posts: 161
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Paul Wheaton:

Yesterday was the first time I fell a tree that could kill me.


Don't sell yourself short, Paul. All trees can kill you-- just ask Euell Gibbons.
I remember with some satisfaction building the first few layers of a log cabin when I was a kid, circa 12 years old. I did it with my own bare hands and a single-headed axe. I remember the smell and feel of the pine sap in my hands and my clothes.
I learned to chew tobacco out there, and eventually my trips out into the woods to work on the cabin turned into an opportunity to sit on the logs and dip snuff. When I was thirteen I invited over my friends and we camped out in the first few layers of the log cabin, drinking beer and smoking cigars.
I never did finish the log cabin, and one year when I went home to visit my folks, I tried to find it. It was gone. My father had cut it up for firewood.
When I'm stressed out now, I think about sitting on those logs with the axe in my hands, watching the squirrels run around in the trees above me.
 
buckaroo
Posts: 401
Postgres Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Don't sell yourself short, Paul. All trees can kill you-- just ask Euell Gibbons


Paul: I fell timber for a living for twenty years. Trees from 8" DBH (Diameter Breast High) to 9' on the stump; from 20' tall to 200' tall. I can tell you the worst hurts I ever had were from limbs and 'pecker poles'! There was never more satisfaction in the work than 'pulling' a 'leaner' in a totally different direction than it wanted to go. GOOD FOR YOU! Believe me, not everyone can do it!
 
author
Posts: 9050
21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just imagine how much fun it is to be a beaver!
 
HS Thomas
Ranch Hand
Posts: 3404
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Beaver fun :

[ November 11, 2003: Message edited by: HS Thomas ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic