• Post Reply Bookmark Topic Watch Topic
  • New Topic
permaculture forums growies critters building homesteading energy monies kitchen purity ungarbage community wilderness fiber arts art permaculture artisans regional education skip experiences global resources cider press projects digital market permies.com pie forums private forums all forums
this forum made possible by our volunteer staff, including ...
master stewards:
  • r ranson
  • Carla Burke
  • Nancy Reading
  • John F Dean
  • Jay Angler
  • paul wheaton
stewards:
  • Pearl Sutton
  • Burra Maluca
  • Joseph Lofthouse
master gardeners:
  • Timothy Norton
  • Christopher Weeks
gardeners:
  • Jeremy VanGelder
  • Maieshe Ljin
  • Nina Surya

E.P.Powell: Hedges, Windbreaks, Shelters and Live Fences

 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Internet Archive has this book (published in 1900) with its "home page" at:

https://archive.org/details/hedgeswindbreaks00powe

The Sloan Foundation paid to have this book scanned from a copy at the USA Library of Congress.  There are 168 pages in the scanning.  That particular file is labelled PDF.  It may be that the B/W PDF version is just a greyscale version of it, so not quite so memory intensive.

I started from the full text version, inserting LaTeX commands so that I can turn this into a digital (not analog) book with internal links and other fancy stuff available to modern PDF documents.  I am also fixing various kinds of OCR errors as I see them.  I am about 92% of the way through the book, should be finished before the night is out.

The LaTeX style I am using, is Tufte.  This allows for extensive margin notes, such as one might generate when proofreading something.

If people here would like to get a copy to proofread (you will need one of the scanned PDF versions for this, I would think), send me an email.  I don't think there is any other way to do this.  If you have nothing to do and are good at graphics, maybe you could cut out the images and clean them up to send to me?  I would imagine there are some generic tools for doing this to 100+ year old books.  Part of this is probably a colour shift (as the page yellows with age).

I had thought that the Library of Congress might like such a copy; but it seems I thought wrong.  So, what I will do is "wrap" an interpretation around the book.  I will index all the plants mentioned (common name and taxonomic name) and do other things.

If I reply, I will reply from a different email name.  But, if you are interested send email to powell@materialisations.com  When the project is done, I will destroy that email address.
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first pass was just inserting the minimal LaTeX commands and fixing things to the point where it would "compile".  It does compile.

The second pass is correcting more mistakes, and starting to add content and comments for the "Interpretation" I am wrapping the book with.  I am just approaching the end of Chapter IV Evergreens (which is approximately the half way point).

I have changed all occurrences of implied lists in the text with explicit lists (usually enumerate, one is descrption).  In one place, Powell used quotation marks to add emphasis to a word; I have changed that to a changed to a slanted typeface.
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Someone liked my update?  Thanks.  

There are parts of this chapter on Evergreens, that had me looking at the scanned image pages a few times today.

Powell's book tends to use an italic typeface when presenting taxonomic names for species (genus, or whatever).  Which is a reason for why those kinds of data are more susceptible to OCR scanning errors.

TeX and LaTeX have long differentiated between italic and slanted typefaces.  I am not sure, but I think there are instances where a typeface could have both (and they are not the same).  I would imagine that they differ in how much they slant, but there could be differences in the serifs, if present.

I would imagine that most people on Permies, come from the WYSIWYG world of Microsoft Word/Office and whatever the name is for Apple software of a similar nature.  I don't.  I started with TEXTFORM (or on the IBM 3[67]0 type mainframe where I learned, it was *TEXTFORM*).  Off to my M.Eng. degree at Carnegie-Mellon, and I came across Scribe.

I also came to know UNIX (or UN*X).  I think the first one was runoff (to run off a text document).  That was too many letters to type, and so the next one was roff.  Someone improved roff, to make nroff (which is where I came in).  The GNU project produced a fork, for groff.  There was a typesetting version of nroff, called troff.  There was a device-independent version of troff called ditroff.  There was a quasi-commercial thing called eroff.  Maybe more.  Basically all of those just processed text.  These programs by default read the data on STDIN and wrote to STDOUT.  There were a bunch of "little languages" added to the roff family, for doing specialised tasks.  Eqn did equations.  Tbl did tables.  There were others.

I had some eroff/tbl/eqn stuff I used.  But mostly, I discovered TeX and I've since spent all my time there in terms of document preparation.  I once made a document (I think it was a resum\'e) that I had to edit with a binary editor to remove a couple of bytes because of a bug in the text formatter (probably some version of TeX).  If I go to make a document in LibreOffice, I am typically disappointed as I cannot make it as good as I can with LaTeX.  There are times where I want to get information out of or into a Word document; hence I've dabbled in Perl to try and deal with Word or OpenOffice/LibreOffice documents.  


LaTeX has had the ability to hyper-reference information.  To set up a hyperlink between a table of contents entry and a chapter is an example.  And I believe many PDF display programs will do that.  LaTeX allows one to connect a "link" in a document to an Internet web page.  And as most PDF display programs don't do HTML, means they need to spawn a HTML browser to see the content at the end of the link.

In terms of being helpful to people, I am thinking that a person sets up links to wikipedia/EN.  I think PFAF (Plants for a Future) is also a good  place to go to, but they seem to be having funding problems for the last year or two.  There are lots of plants which have more than one common name.  So perhaps one uses the marginnote capability of the Tufte style to list all the known common names, so that a person can search the PDF for common names?

I am also thinking that it would be useful to point to more information about people mentioned in this document.  Just because I.M.Blowhard is mentioned in some text, doesn't mean anyone today is going to know about him/her.  Are there other things a person should add to an "Interpretation" wrapped around a classic source?

What else is useful in an interpretation of a 100 (or more) year old document?
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Windbreaks chapter.

Powell is talking about a number of trees (Sassafras, weeping elm, wild apples, and Judas Tree).

The next paragraph, talks about some tree's tendency to split the trunk.  The last tree mentioned in the previous paragraph is the Judas Tree.  Which I believe is a Cercis (Redbud is another Cercis).  He talks about "massive"  as a description of the tree, and putting a hoop of iron around the tree to control the splitting as being things that fit in with the tree.

As near as I can tell, if this Judas Tree is a Cercis, one of the last words I would use to describe it is massive.  The word dainty comes to my mind before massive.

Is there some other plant which is called a Judas Tree (growing in the NE USA in 1900)?

Or, since the previous paragraph specifically mentions 3 trees and waves its hands at wild apples, that all 3 of the named trees can suffer from trunk splitting as they age?

 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Windbreaks chapter.

Windbreaks for bees.

Powell feels the best windbreak tree to help bees is the basswood (which might also be called linden).  I know of basswood because it is said to be one of the best woods for wood carving (I don't carve wood, I am supposed to have expertise on materials).

Like many useful trees I run across, suckering is apparently a problem for basswood.

Many trees that can be trees (what a wonderful concept, eh?) are prevented from being trees in the mind of Powell by cattle in the forest.  I think Powell may be assigning blame to the wrong animal, or perhaps the blame should be shared.  Deer (Bambi) is an animal that will keep trees that should be trees, from becoming trees.  Staying as some shrub their entire life.  I would hazard a guess that most of the damage that Powell is assigning to cattle, probably was done by deer.  Fences (barbed wire, or Osage-orange (and similar)) of the time were mostly trying to keep animals in.  I see little writing about deer and their effects on farms.  Maybe I am looking in the wrong places?

But Powell's writing on basswood is interesting.  You can prune it to stay as a shrub.  And you could make a hedge of this shrub.  And the hedge will sucker.  You could allow some suckers to develop into trees (at an appropriate distance and spacing).  And so you could have an upper row of trees on either side of a hedge, all of which have flowering basswood.  Probably a reasonable windbreak; but certainly a big spring feed for bees.

Not everyplace gets retrograde winds that are of damaging magnitude (I do).  But, if one sets up a reasonable windbreak to handle the normal winds, this idea of a triple basswood hedge/windbreak seems a useful thing to plant on the leeward side.

The biggest problem I see in this, is that basswood doesn't fix nitrogen.  
 
D Nikolls
pollinator
Posts: 1782
Location: Victoria BC
317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That would be me; wish I had the time to help.

Seems a valuable thing to do, there are are so many old books with great information that are not easy to access, and this one sounds neat.

Perhaps others will be inspired, and one day we will have a library of such improved versions!
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the praise Dillon!

I think my ability to  grow the right hedge, or hedge row, is going to make or break this farm of mine.  And since it revolves around Osage orange and honey locust; this book  could be somethign I base my farm on.

Another chapter done on the second pass (Woman's World so to speak).  By pages, I am 2/3 done.  But much of the end of a book is calculated, and not edited.  I'm at 73% of the source document.

This section of Chapter V is not of a writing to the early 21'st century.  Men are the most important, women only do support work, children are considered male.  And the author is a reverend.  It's not my kettle of fish.  I've met a lesbian couple taking over a farm (which my Mom used to live on).  I am childless and unmarried.

I much like Powell's idea for an gazebo (he is calling it an arbor I think).  Plant a bunch of arbor-vatae with a diameter of 15-20 feet in a "circle".  Force the trees to grow into what I will vaguely describe as a teepee (I've seen it spelled tipi, and didn't recognize it).  And then some pruning and branch management.

 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Powell knows about monoculture.  And much of his writing leans towards polyculture, could even be permaculture.
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hah.  I've had my first snowfall or two already.  This cold spell should last through the weekend, and then get significantly above 0 again.  Potatoes are not finished being harvested.

But, this thread isn't about spuds or places which get snow early.

I've got the second pass done on all of Powell's text.  I have LaTeX generating the Table of Contents.  It could generate a List of Figures, if I had figures to list.

Something (probably tufte-book) is pulling in hyperref.  So, to read what I have now in a hyperref aware PDF browser, you could click on a Table of Contents entry, and it should take you to the desired page.  But, you can set up arbitrary links within the document (it isn't limited to Table of Contents, Index or similar).  Hyperref is capable of working with Internet URLs, but I don't think I should use those.  This book lasted 120 years; are any URLs I add going to last that long?

Proof-reading against the scanned text is one part of the next step.  If people could help with that, it would be wonderful.  If not, it will be slower.  If people could create images (and clean them up) from the scanned document; that would also be wonderful.  If not, it will be slower.

If people want to help out, I will build a special PDF for them; which doesn't have any of my input.

I've got lots of trees to plant, and a few hedges and/or windbreaks.  I think Powell would not like the idea of my trying to build 2000 feet  of hedge/windbreak for the first time.  I've been studying the land, the problems, the solutions and whatever else I can find for 3 years now.  I will make mistakes, I have to live with them.  In a sense, not really.  I'm approaching 60 years old.  The fast growing part of my deer exclusion hedge could take 10-20 years to develop.  The windbreak part downwind of the hedge would take 100 years to develop.  I will not live to see it through.  If I make enough progress, maybe I can set up an enduring corporation to carry on after I become food for worms in the ground?
 
Tj Jefferson
pollinator
Posts: 1345
Location: Virginia USDA 7a/b
357
4
hugelkultur forest garden hunting chicken food preservation bee
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Gordon Haverland wrote:Many trees that can be trees (what a wonderful concept, eh?) are prevented from being trees in the mind of Powell by cattle in the forest.  I think Powell may be assigning blame to the wrong animal, or perhaps the blame should be shared.  Deer (Bambi) is an animal that will keep trees that should be trees, from becoming trees.  Staying as some shrub their entire life.  I would hazard a guess that most of the damage that Powell is assigning to cattle, probably was done by deer.  Fences (barbed wire, or Osage-orange (and similar)) of the time were mostly trying to keep animals in.  I see little writing about deer and their effects on farms.  Maybe I am looking in the wrong places?

But Powell's writing on basswood is interesting.  You can prune it to stay as a shrub.  And you could make a hedge of this shrub.  And the hedge will sucker.  You could allow some suckers to develop into trees (at an appropriate distance and spacing).  And so you could have an upper row of trees on either side of a hedge, all of which have flowering basswood.  Probably a reasonable windbreak; but certainly a big spring feed for bees.

Not everyplace gets retrograde winds that are of damaging magnitude (I do).  But, if one sets up a reasonable windbreak to handle the normal winds, this idea of a triple basswood hedge/windbreak seems a useful thing to plant on the leeward side.

The biggest problem I see in this, is that basswood doesn't fix nitrogen.  



Gordon,

I think deer season back then was pretty expansive in most states- most of the year except the breeding season. Our current social feeling that deer are cute and fun to look at was not common, the predators were eliminated so people could use deer as a food source, and they did. My grandfather said he rarely ever saw them on his farm, you didn't need a license on your property, and they were hunted when available. The current infestation of deer in the US at least is due to cultural changes after Bambie (TM-don't want to be sued) as the country urbanized and the urban voters displaced rural ones.

Most damage back then was due to domestic animals-cows, sheep, pigs and draft horses. There weren't very many other large domesticated species used. It was a direct transplant of Northern European farming practices.

I'm interested in your project, I find the OCR images that have been converted to epubs to be of modest quality and this looks like a nice contribution.  
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Tj Jefferson.

For the near term, I am not going to be able to do anything on this project.  The computer with the data has a hardware problem, and will not run.

I am living with my Mom, and I don't think she would eat much deer meat.  But, if I was alone; it sure would be nice to put on the order of 300 deer a year into the freezer.  Even if by law; I have to donate that to food banks.


 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This project is on hiatus for a while (weeks?).  I am trying to harvest potatoes, and the computer that has my typesetting work, has a hardware problem.  My guess is graphics card or power supply.
 
D Nikolls
pollinator
Posts: 1782
Location: Victoria BC
317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Gordon Haverland wrote:This project is on hiatus for a while (weeks?).  I am trying to harvest potatoes, and the computer that has my typesetting work, has a hardware problem.  My guess is graphics card or power supply.



I have the impression you need no help on the tech front, but will mention that I sure replaced a lot more bad PSUs than vid cards in my time as a techmonkey. Harddrives would be top of the list though.

Hope the potatoes go better than my bountiful but very buggy harvest!
 
Gordon Haverland
Posts: 489
Location: Dawson Creek, BC, Canada
45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have more or less moved to high efficiency PSU.  For bigger PSU, I am leaning towards the Digital PSU from Corsair (RMXXXi).  For the smaller power supplies, I am looking to SeaSonic PSU.  I believe both are 80+ Platinum, full modular cables.

I think the power supply in the machine which is "dead", is not quite 80% efficient.  I have a SeaSonic 550 80+ Platinum coming.  If the computer was using 320W (maxed out GPU), I think the PSU in it would be drawing 400W, while this new SeaSonic would only be drawing 340.  So, I save 60W at maximum usage.  The biggest GPU I have, is the AMD RX570, which only draws 75W (or so).  The GPU in the bad machine is a RX-460, and the GPU I can swap in is a RX-560; which is nominally the same thing (they are both 1024 shaders?).

Two winters ago, I started upgrading my main server, it still isn't finished.  Hopefully this winter.  I should have about 15-20 TB of RAID-10 storage, and perhaps 10 TB of ordinary disks or SSD beyond that.  The RAID-10 is spread across 2 machines (the main server still to finish).

 
denise ra
pollinator
Posts: 575
Location: OK High Plains Prairie, 23" rain avg
93
cattle forest garden trees tiny house composting toilet building homestead
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gordon, How's it going with this book project? Now might be a great time to get online help with it.
 
denise ra
pollinator
Posts: 575
Location: OK High Plains Prairie, 23" rain avg
93
cattle forest garden trees tiny house composting toilet building homestead
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Gordon Haverland - still need help on this project?
gift
 
How To Preserve Eggs by Leigh Tate
will be released to subscribers in: soon!
reply
    Bookmark Topic Watch Topic
  • New Topic