<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="https://lukeplant.me.uk/assets/xml/atom.xsl" type="text/xsl media="all"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom">
  <title>Luke Plant's home page (Posts about Blogging and bloggers)</title>
  <id>https://lukeplant.me.uk/blog/categories/blogging-and-bloggers.xml</id>
  <updated>2024-12-05T14:30:11Z</updated>
  <author>
    <name>Luke Plant</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://lukeplant.me.uk/blog/categories/blogging-and-bloggers.xml"/>
  <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/categories/blogging-and-bloggers/"/>
  <generator uri="https://getnikola.com/">Nikola</generator>
  <entry>
    <title>Emacs and personal trac wiki</title>
    <id>https://lukeplant.me.uk/blog/posts/emacs-and-personal-trac-wiki/</id>
    <updated>2009-03-18T02:01:12Z</updated>
    <published>2009-03-18T02:01:12Z</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/emacs-and-personal-trac-wiki/"/>
    <summary type="html">&lt;p&gt;I've blogged before about using trac as a personal wiki, now I've found I can use Emacs as my editor and trac browser it's even better...&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I've blogged before about &lt;a class="reference external" href="https://lukeplant.me.uk/blog/posts/personal-wiki-and-desktop-integration/"&gt;using trac as a personal wiki&lt;/a&gt;, and that has been working very well for me.&lt;/p&gt;
&lt;p&gt;But of course the day would was bound to come when using the text box in a
web browser was just too painful. I want to use emacs to edit the text, and
do so painlessly.&lt;/p&gt;
&lt;p&gt;Of course, I should have realised before that someone else would have already
done the hard work:&lt;/p&gt;
&lt;p&gt;&lt;a class="reference external" href="http://trac-hacks.org/wiki/EmacsWikiEditScript"&gt;http://trac-hacks.org/wiki/EmacsWikiEditScript&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has a few dependencies, as you might expect, and I also had to &lt;a class="reference external" href="http://savannah.nongnu.org/bugs/?25314"&gt;patch
xml-rpc.el&lt;/a&gt; because I'm using Emacs 23
(the author of trac-wiki.el, Shun-ichi GOTO, helpfully pointed me in the right
direction), but it's now working beautifully.&lt;/p&gt;
&lt;p&gt;It allows you edit wiki pages directly in Emacs, and much more: it's got
syntax highlighting, completion of page names, history and diff modes etc.,
with key bindings and integration for everything you might want.&lt;/p&gt;
&lt;p&gt;A few little Python XML-RPC scripts later, and I can convert this post
(written in my wiki, using Emacs, of course) into HTML ready for posting on
my blog).&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="personal-and-misc" label="Personal and misc"/>
    <category term="python" label="Python"/>
  </entry>
  <entry>
    <title>Leading whitespace in comments</title>
    <id>https://lukeplant.me.uk/blog/posts/leading-whitespace-in-comments/</id>
    <updated>2006-05-01T12:21:19+01:00</updated>
    <published>2006-05-01T12:21:19+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/leading-whitespace-in-comments/"/>
    <summary type="html">&lt;p&gt;I fixed my blog comments so that leading whitespace is now preserved – making it much more friendly to posted Python code.&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I fixed my blog comments so that leading whitespace is now preserved – making it
much more friendly to posted Python code.&lt;/p&gt;
&lt;p&gt;It was a matter of adding these lines of PHP:&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code php"&gt;&lt;a id="rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-1" name="rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-1" href="https://lukeplant.me.uk/blog/posts/leading-whitespace-in-comments/#rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-1"&gt;&lt;/a&gt;&lt;span class="x"&gt;$comment_text = preg_replace("/^(\s*)/me",&lt;/span&gt;
&lt;a id="rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-2" name="rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-2" href="https://lukeplant.me.uk/blog/posts/leading-whitespace-in-comments/#rest_code_bbcdb7d6bfd94d72810dd2826ea1fab8-2"&gt;&lt;/a&gt;&lt;span class="x"&gt;    'spaces_to_nbsp("$1")', $comment_text);&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;...where the implementation of spaces_to_nbsp() should be obvious. Old comments
won't be fixed, but new ones can contain Python code without worrying about
whitespace issues. At work we use Sharepoint, and I noticed that it handles
leading whitespace the same way as the above – it would be nice to see more web
apps doing this.&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="python" label="Python"/>
  </entry>
  <entry>
    <title>Scott Adams on blogging</title>
    <id>https://lukeplant.me.uk/blog/posts/scott-adams-on-blogging/</id>
    <updated>2005-10-26T22:32:23+01:00</updated>
    <published>2005-10-26T22:32:23+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/scott-adams-on-blogging/"/>
    <summary type="html">&lt;p&gt;Hilarious quotation from Scott Adams...&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I read this hilarious quotation in &lt;a class="reference external" href="https://web.archive.org/web/20051101014652/http://www.dilbert.com:80/comics/dilbert/dnrc/html/newsletter61.html"&gt;Scott Adam's DNCR newsletter, number 61&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;When I see news stories about people all over the world who are
experiencing hardships, I worry about them, and I rack my brain wondering how
I can make a difference. So I decided to start my own blog. That way I won't
have time to think about other people.&lt;/p&gt;
&lt;p&gt;People who are trying to decide whether to create a blog or not go through
a thought process much like this:&lt;/p&gt;
&lt;ol class="arabic simple"&gt;
&lt;li&gt;&lt;p&gt;The world sure needs more of ME.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Maybe I'll shout more often so that people nearby can experience the
joy of knowing my thoughts.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No, wait, shouting looks too crazy.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I know - I'll write down my daily thoughts and badger people to read
them. If only there was a description for this process that doesn't involve
the words egomaniac or unnecessary.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What? It's called a blog? I'm there!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;The beauty of blogging, as compared to writing a book, is that no editor
will be interfering with my random spelling and grammar, my complete
disregard for the facts, and my wandering sentences that seem to go on and
on and never end so that you feel like you need to take a breath and clear
your head before you can even consider making it to the end of the sentence
that probably didn't need to be written anyhoo.&lt;/p&gt;
&lt;/blockquote&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
  </entry>
  <entry>
    <title>Over and out</title>
    <id>https://lukeplant.me.uk/blog/posts/over-and-out/</id>
    <updated>2005-06-13T18:51:32+01:00</updated>
    <published>2005-06-13T18:51:32+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/over-and-out/"/>
    <summary type="html">&lt;p&gt;Goodbye blogosphere! I'm off to read a good book :-)&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;On Saturday I succeeded in convincing myself that I have better things do
than blog or read other people blogs. In fact, I convinced myself not only to
quit the Christian blogosphere, but bin my entire list of news feeds -- I
don't know how many hours I've wasted reading news of all sorts that,
although it may be interesting, is not nearly important enough for someone
who believes in eternity. It remains only to deal with the few things I think
I'll miss.&lt;/p&gt;
&lt;ol class="arabic simple"&gt;
&lt;li&gt;&lt;p&gt;The blogs of personal friends. It is kind of a nice way to stay in
touch with what people are doing, but I think personal e-mails are
probably better and more meaningful, so I hope that I'll use some of the
time I free up from reading blogs for that purpose.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A chance to air ideas and things I've been thinking about. This one's
easy: have real conversations with real people. If it's too private, I'll
write it in my journal (in fact I've often found that many things that
are really on my heart &lt;em&gt;are&lt;/em&gt; too personal for a blog, so my posts have
tended to be superficial anyway).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Various other bloggers who I've enjoyed reading: I suppose I'll pop
by from time to time on their websites. But the days of agregators are
over for me. I'll make Tim Challies proud by reading some of the books he
recommends, instead of just his reviews.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I'll leave this blog up, and comments open for a while (but I imagine the
spammers will annoy me too much before long). I'll still be posting
announcements for Kio-Sword here, and perhaps the occasional factual posting
of useful information, but that's all.&lt;/p&gt;
&lt;p&gt;Right, just deleted all my feeds from my bloglines account, it's over. The
other day I found "The Life of God in the Soul of Man" by Henry Scougal in a
digital format on &lt;a class="reference external" href="http://www.ccel.org/"&gt;CCEL&lt;/a&gt;. I've converted it to a
&lt;a class="reference external" href="http://www.crosswire.org/sword/"&gt;Sword&lt;/a&gt; module and printed it off using
&lt;a class="reference external" href="https://lukeplant.me.uk/kio-sword/"&gt;Kio-Sword&lt;/a&gt;. So I'm off to read a good
book :-).&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="christianity" label="Christianity"/>
    <category term="personal-and-misc" label="Personal and misc"/>
  </entry>
  <entry>
    <title>Blogging critique part 4: Reading matter(s)</title>
    <id>https://lukeplant.me.uk/blog/posts/blogging-critique-part-4-reading-matter-s/</id>
    <updated>2005-06-11T23:24:44+01:00</updated>
    <published>2005-06-11T23:24:44+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/blogging-critique-part-4-reading-matter-s/"/>
    <summary type="html">&lt;p&gt;I do not doubt that blogging can and does satisfy several (good) desires and needs that humans have, including the need to communicate and interact with others and the desire to learn new things. My problem is this: does blogging do these things as well as other means?&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Part 4 in my series – hot on the heels of part 3, since, despite the last
one being slightly more optimistic, I've kind of got an urge to rid myself of
this blogging habit. And I want "as for blogging, it shall cease", rather
than "it shall fade away" to be the conclusion!&lt;/p&gt;
&lt;p&gt;I do not doubt that blogging can and does satisfy several (good) desires and
needs that humans have, including the need to communicate and interact with
others and the desire to learn new things. My problem is this: does blogging
do these things as well as other means? It is not enough for blogging to be a
&lt;em&gt;good&lt;/em&gt; at what it's for. Christians must aspire to the &lt;em&gt;best&lt;/em&gt; use of their
time.&lt;/p&gt;
&lt;p&gt;I've already argued that blogging is not the best way to interact with other
Christians in terms of being a genuine influence, since we only get to see a
fraction of each other's lives. I'd add one more thing to that: I don't think
that being involved in blogging communities has helped my relationships with
other Christians in my church at all – the opposite if anything. It's
virtually impossible to discuss things you've encountered through bloggers
with people who look at you like you're having trouble speaking when you say
the word 'blog'. By blogging I've filled my mind with things that are more
likely to distance me from my real Christian family than actually edify them.&lt;/p&gt;
&lt;p&gt;With regard to learning, especially in regards to Christianity, I have to
rate the vast majority of Christian blogs as, &lt;em&gt;relatively speaking&lt;/em&gt;, a very
poor source of decent Christian teaching. This isn't primarily because the
authors are not up to scratch (the solution to those is easy – don't read
them). I'm talking even about the those that I admire and enjoy reading, and
whose authors I respect. The problem I have is with the medium:&lt;/p&gt;
&lt;p&gt;I very rarely read long blog posts, and I'm not alone, because I find that
very few people create them, knowing that to be popular in this arena, you
have to be, above all, &lt;em&gt;brief&lt;/em&gt;. Blogs also have to an attention-grabbing
title, and an interesting first paragraph. Otherwise, the blogger will be
classified as unfit to survive by the selective forces of the blogosphere,
and will soon be eliminated.&lt;/p&gt;
&lt;p&gt;This is all part of the sound bite culture we live in. Things must tickle our
minds for a few minutes (but preferably no more) to be worthy of our
attention. While this is depressing trend for the way we treat global and
local news in the mainstream media, it is catastrophic if we start having the
same attitude to theology.&lt;/p&gt;
&lt;p&gt;I find I treat books (and sermons for that matter) very differently from blogs.
When I pick up a book, I already know what to expect in terms of size, and to
some extent commit myself to spending quality time thinking about and getting
into it – far more than I'd ever consider with a blog post. I'll be reading it
not because it grabbed my attention, but because &lt;em&gt;I decided to apply my
attention to it&lt;/em&gt;, hopefully on the basis that it was well recommended as a good
book to read, or some other significant qualification. My diet is then decided
not by what other people happen to be blogging about, but what Christians over
the years have thought important enough to put into print. After an hour's
reading of a good Christian book I will, hopefully, have made some real progress
in understanding of a certain topic. Compare this to an hour's blog reading, in
which you attention has been divided over multiple topics, many of which you
really didn't need to know anything about at all. (For example, I spent at least
half an hour this evening being appalled by views on interracial marriage that
are apparently still alive and well in America. For a Brit, this is completely
irrelevant—this side of the Atlantic, no pastor or theologian would ever have to
write an article like &lt;a class="reference external" href="http://www.desiringgod.org/library/sermons/05/011605.html"&gt;the one that John Piper wrote&lt;/a&gt; on this subject).&lt;/p&gt;
&lt;p&gt;This comes down to a matter of self-discipline, and choosing wisely, but I think
that books and sermons encourage me to do this far better than blogs ever have.&lt;/p&gt;
&lt;p&gt;I guess this post parallels the opening sequence of a kids TV program I used to
watch, called "Why Don't You?":&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Why Don't You&lt;/em&gt;...turn your TV off and do something interesting instead?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;That's enough for a blog post, especially one that discourages blogging!&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="christianity" label="Christianity"/>
  </entry>
  <entry>
    <title>Blogging critique part 3: Nutters</title>
    <id>https://lukeplant.me.uk/blog/posts/blogging-critique-part-3-nutters/</id>
    <updated>2005-06-10T21:44:45+01:00</updated>
    <published>2005-06-10T21:44:45+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/blogging-critique-part-3-nutters/"/>
    <summary type="html">&lt;p&gt;One of the problems with all internet journalism is how easy it is to get involved...&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;Having read a few other bloggers over the past few days, in particular
Jollyblogger's &lt;a class="reference external" href="http://jollyblogger.typepad.com/jollyblogger/2005/06/why_its_cool_to.html"&gt;learthearted response&lt;/a&gt; to
some of the recent talk about Calvinism, and also various really good posts
(mainly on &lt;a class="reference external" href="http://www.challies.com"&gt;Challies&lt;/a&gt; IIRC), I'm thinking that the
view I expressed in my last post was a bit too pessimistic, and maybe I need to
lighten up a bit.&lt;/p&gt;
&lt;p&gt;Also, I've got some time to finish some thoughts partly triggered by
&lt;a class="reference external" href="http://phillipjohnson.blogspot.com/2005/06/quick-and-dirty-calvinism.html"&gt;Quick-and-Dirty Calvinism&lt;/a&gt;
by Phil Johnson (who I had never heard of until a few days ago):&lt;/p&gt;
&lt;p&gt;One of the problems with all internet journalism is how easy it is to get
involved. This is, of course, one it's great advantages, and there are plenty
of examples of how useful this has been, such as a few well-researched
bloggers exposing mainstream media (Pamela Jones of &lt;a class="reference external" href="http://www.groklaw.net"&gt;Groklaw&lt;/a&gt; justly achieved distinction and fame in this way),
and marginalised people being enabled to have a voice.&lt;/p&gt;
&lt;p&gt;But it also enables complete wackos to get a platform they would never have had
from anyone else. A case in point is &lt;a class="reference external" href="http://www.alexchiu.com/"&gt;Alex Chiu&lt;/a&gt;,
who I came across a few years ago while at University. Since I last visited,
this self proclaimed genius has expanded his apparent range of expertise from
medicine and physics (having invented an “Immortality Device”, and &lt;a class="reference external" href="http://www.alexchiu.com/spacestation/spacemainmenu.htm"&gt;explained
the unsolved mysteries of the universe&lt;/a&gt;), to politics (“How
to unite the entire world”), biology (“Alex Chiu's New Darwinisim”) and theology
(“What is God?”). The guy genuinely believes every word he says, and he has me
in stitches within minutes.&lt;/p&gt;
&lt;p&gt;The fame achieved by this poor bloke has no greater effect on the scientific
establishment than providing some amusement – the last thing you'll find is
any real scientist getting het up about his lunatic explanation of gravity
(it works like the static on a comb, apparently).&lt;/p&gt;
&lt;p&gt;In the Christian blogosphere too, there are plenty of people who would &lt;em&gt;never&lt;/em&gt;
be published by anyone who had to make some money from the book, and who may
well have no significant influence on others around them in &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Real_life"&gt;RL&lt;/a&gt;. Of course I'm not saying that either
of these mean they must be wrong – I'm simply pointing out that although
someone may be making a significant splash online, they may be no more worthy of
our attention than Alex Chiu, and were it not for the internet, we would never
spend a moment of our time on their ideas.&lt;/p&gt;
&lt;p&gt;But the problem with Christian doctrine is that &lt;em&gt;it actually matters&lt;/em&gt;. So
Christian's &lt;em&gt;do&lt;/em&gt; get het up when they see people spouting heresy or division,
and instead of ignoring sites like “Outside the camp” (deliberately not linked
as you have better things to do with your time), we actually engage with them,
especially if we worry that they are having an influence. Maybe we just need to
learn the advice of &lt;a class="reference external" href="http://www.biblegateway.com/passage/?search=Prov+26%3A4&amp;amp;version=47&amp;amp;submit=Lookup"&gt;Proverbs 26:4&lt;/a&gt;. Of course, that verse
has to be taken with it's sister, &lt;a class="reference external" href="http://www.biblegateway.com/passage/?search=Prov+26%3A5&amp;amp;version=47&amp;amp;submit=Lookup"&gt;Proverbs 26:5&lt;/a&gt;, but I suspect in
the blogging world, with the temptation to correct all the errors we see, it's
the former that is the most pertinent.&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="christianity" label="Christianity"/>
  </entry>
  <entry>
    <title>Blogging critique part 2: Mixed witness?</title>
    <id>https://lukeplant.me.uk/blog/posts/blogging-critique-part-2-mixed-witness/</id>
    <updated>2005-06-06T23:09:20+01:00</updated>
    <published>2005-06-06T23:09:20+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/blogging-critique-part-2-mixed-witness/"/>
    <summary type="html">&lt;p&gt;...As I see it, the sad truth is that the Christian sector of the blogosphere has a fairly mixed witness to the rest of the world...&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I've just finished the bulk of some web site development work for a Christian
organisation, so I've finally found time to carry on my series on criticisms of
blogging. In &lt;a class="reference external" href="https://lukeplant.me.uk/blog/posts/blogging-critique-part-1-genuine-influence/"&gt;my previous post&lt;/a&gt;, I wondered whether
the Christian blogosphere is really going to be an effective way to change
Christian's minds about things. In this one, I'm developing those thoughts, and
looking a bit more outward.&lt;/p&gt;
&lt;p&gt;Blogging is often touted as an effective evangelistic tool. As I see it, the sad
truth is that the Christian sector of the blogosphere has a fairly mixed witness
to the rest of the world. Take &lt;a class="reference external" href="http://phillipjohnson.blogspot.com/2005/06/quick-and-dirty-calvinism.html"&gt;Phillip Johnson's opening post&lt;/a&gt;,
for instance. I do not mean to criticise the post at all, as I in fact agree
with most of it and intend to pick up on some of the things he says in a later
post. What interests me most, however, is the discussion in the comments
afterwards. While parts of it are fine, it gets pretty ugly in places – one
party mis-judges, another retaliates, and name-calling abounds. This is by no
means the only place I've seen things like this – the discussion after &lt;a class="reference external" href="http://www.challies.com/archives/000124.php"&gt;Tim
Challies review of The Purpose Driven Life&lt;/a&gt; ends with Tim closing the
discussion with the words &lt;em&gt;If we are Christians, let us not behave as
unbelievers.&lt;/em&gt;, and those words could do some heeding in many boards and blogs
I've seen.&lt;/p&gt;
&lt;p&gt;There are a few things to say about these 'debates'. First, often those who
get worked up aren't the major players, but then again, an outsider probably
wouldn't notice who was who, and probably everyone who participates is at
least naming the name of Christ. Second, in some ways it is good that people
feel strongly about these things – if we don't get worked up about theology,
there is something wrong with our theology, or our piety. Third, I think
there is a large degree of mis-understanding about the nature of the
discussion, so people quickly take offence when none was intended. For
example, in the afore-mentioned book review at Challies, one commenter took
offence and described the post as an attack on what he obviously considered
to be a work of God and a man of God, despite the fact the review was far
from inflamatory in style.&lt;/p&gt;
&lt;p&gt;But these aren't just unfortunate accidents. The medium itself seems to bring
out all these things in people. I doubt that few people who have used the
internet for long will have failed to notice how a completely innocent
comment on a in an e-mail can come across as sarcastic, grumpy, beligerent or
worse, even to people you know. Add to this the fact that you are complete
strangers to most of the people you 'meet' on the internet, even those you
think you know well, and so will not have to deal with any fallout from a
harsh comment, and then add the strong feelings I mentioned earlier, and
you've got a recipe for disaster.&lt;/p&gt;
&lt;p&gt;It's become a policy of mine that in any discussions with Christian brothers
and sisters, as far as it depends on me, I ought to ensure they understand
that I love them before I criticise them. When it comes to criticising their
theology rather than them personally, this is even &lt;em&gt;more&lt;/em&gt; important, not
less, because it concerns what they believe about God, who, you must assume,
is more dear to them than life itself. With that rule, I just don't know how
to engage in any serious debate through blogging, apart from with people I
already know. I should point out that this rule doesn't in any way preclude
public debate – I can imagine how to obey it even in public preaching to
strangers, or in authoring a book. Nor am I saying that no bloggers achieve
it – many do so admirably. But somehow things still seem to get out of hand
in blogs and message boards, and with relatively little positive fruit.&lt;/p&gt;
&lt;p&gt;So to conclude, I'm inclined to suspect that blogosphere debate of theology
is doomed to be a poor witness to any unbelieving onlookers, as well as being
very ineffective in changing Christians' minds.&lt;/p&gt;
&lt;p&gt;I've got a lot more reasons coming, so I suspect I may have convinced myself
to quit this sphere before I get through them. I'll try to finish the series
anyway, in order to crystallise my thoughts and make a more decisive break.&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="christianity" label="Christianity"/>
  </entry>
  <entry>
    <title>Blogging critique part 1: Genuine influence?</title>
    <id>https://lukeplant.me.uk/blog/posts/blogging-critique-part-1-genuine-influence/</id>
    <updated>2005-04-23T16:22:33+01:00</updated>
    <published>2005-04-23T16:22:33+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/blogging-critique-part-1-genuine-influence/"/>
    <summary type="html">&lt;p&gt;I've become more and more skeptical about the usefulness of blogging and the blogosphere, especially from a Christian perspective. This will be the first in a series of posts that will criticise blogging :-) ...&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I've become more and more skeptical about the usefulness of blogging and the
blogosphere, especially from a Christian perspective. This will be the first
in a series of posts that will criticise blogging :-) . I don't think that's
a complete contradiction, as even good things usually need some criticism to
keep them good, and inside criticism is much more likely to be effective and
accurate than from those who have little idea of what this world is really
about. As well as contributing to general discussion on this topic, I'm
hoping to persuade myself to either quit the blogosphere, or moderate and
improve my usage of it.&lt;/p&gt;
&lt;p&gt;I'd like to start with questioning how well blogs are a real influence for
good. I'm thinking mainly of the Christian sub-culture within the
blogosphere. I've found that in my Christian life, I'm most effectively
influenced by the following:&lt;/p&gt;
&lt;ul class="simple"&gt;
&lt;li&gt;&lt;p&gt;Preaching: authoritative preaching from the Bible. And more than
that, I find preaching where I am present in person so much more
challenging and engaging than a sermon from a tape.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;People who are living out the truths they profess.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I feel that the medium of blogging fails to provide in both these areas. Real
preaching is very difficult to do right, if at all, on a blog. The problem is
the audience--you have no idea how long you'll have their attention for, and
so can't afford to tackle your subject in the way you might do in a sermon.
DV, I'll be addressing the nature of blog posts more fully in a later post--
suffice for now to say that blogs are rarely full of meaty sermon-like posts.&lt;/p&gt;
&lt;p&gt;Secondly, while bloggers may well be living out holy, God-pleasing lives, I
have no way of knowing. If I could witness opinions being lived out, and like
what I see, I might be forced to have a look a at a new idea more closely.
But, despite being faced with thousands of different Christian viewpoints and
theologies on the web, I haven't found myself attracted to any of the ones I
didn't already appreciate. I strongly doubt that I am going to make a
spiritually life-changing discovery through reading other people's blogs, nor
that I will cause something similar for anyone else.&lt;/p&gt;
&lt;p&gt;I admit that this last point could change if I got to know some other
bloggers more thoroughly. But again, that requires quite a lot of effort, and
can only really be done through non-public media, such as personal e-mails,
which then kind of reduces blogging itself to a means of meeting people.&lt;/p&gt;
&lt;p&gt;Blogging probably doesn't take away any time I would have spent listening to
sermons or Bible studies - for one thing, I tend not to use my computer at
all on the Lord's day. But it might be detracting from time spent with other
Christians who I know in the flesh, and I am much more able to fellowship
with, learn from and help in a meaningful way, and if so, has a lot to answer
for.&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="christianity" label="Christianity"/>
  </entry>
  <entry>
    <title>New blog system</title>
    <id>https://lukeplant.me.uk/blog/posts/new-blog-system/</id>
    <updated>2005-02-13T00:14:42Z</updated>
    <published>2005-02-13T00:14:42Z</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/new-blog-system/"/>
    <summary type="html">&lt;p&gt;I finished my new blog software, back to actually writing some blog entries...&lt;/p&gt;</summary>
    <content type="html">&lt;blockquote&gt;
&lt;p&gt;2017 update: This is a really old post. This blog no longer uses the PHP
code described, and I no longer think that PHP is appropriate for web
development, especially plain PHP templates because they do not auto-escape
by default.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I've managed to complete my new blogging software, and I'm rather pleased
with myself about it too.&lt;/p&gt;
&lt;p&gt;The web pages may look fairly similar, but under the hood it's completely brand
new. One new feature is a much better categories system - have a look at the
side bar - and a proper template engine, which is reflected in the fact that the
title of the page changes on the pages for individual items, amongst other
things. Also, for those of you using the RSS feed, have a look at my &lt;a class="reference external" href="https://lukeplant.me.uk/feeds.php"&gt;feeds&lt;/a&gt; page where you can customise your feed to posts that are of
interest to you. The comment forms now also have a 'Preview' button.&lt;/p&gt;
&lt;p&gt;The lack of filtering by category was one thing that was holding me back a bit -
I'm aware that posting about software and computers half the time is going to
make this fairly boring to most of the Christians who might read this blog. But
now you can filter that out yourself!&lt;/p&gt;
&lt;p&gt;I was pleased with how quickly I was able to develop this lot, and with the
quality of the resulting code – it took me about 5 evenings, and then about
half of today to add basic admin functions.&lt;/p&gt;
&lt;p&gt;My method is based around the &lt;a class="reference external" href="http://www.massassi.com/php/articles/template_engines/"&gt;excellent PHP Template Engine&lt;/a&gt; I mentioned
before. Did I mentioned that it is the &lt;a class="reference external" href="http://www.massassi.com/php/articles/template_engines/"&gt;best PHP Template Engine there is&lt;/a&gt;? It's &lt;a class="reference external" href="http://www.massassi.com/php/articles/template_engines/"&gt;really
great&lt;/a&gt; (that's for
Google). In total I've got around 1600 lines of code, but that includes the
template engine (which is only about 40 lines), admin functions for adding,
listing, deleting and editing posts, a very simple but powerful flatfile
database class I had to write at the same time, functions for getting cached
remote files (used for my blogrolls), the RSS feed, the RSS feed picker, and
a trackback server (pinched mainly from WordPress), as well as the front end
stuff. I've also implemented a kind of MVC (&lt;a class="reference external" href="http://c2.com/cgi/wiki?ModelViewController"&gt;Model View Controller&lt;/a&gt;) system, and I have a complete
data access layer (though one which is as simple as it can be - due to PHP
data structures my data model is reduced to a list of constants). I've loved
how flexible the template engine stuff is too - you can use it for as much or
as little of any page as you want.&lt;/p&gt;
&lt;p&gt;Lots of things came together to make this project first very quick, and secondly
something I'm proud of (can you tell?!): First was the template engine, and
realising that the goal is separation of presentation and 'business' logic, NOT
separation of PHP and HTML (or separation of declarative and imperative code, to
put it more generically); Second, keeping in mind lots of the &lt;a class="reference external" href="http://directory.google.com/Top/Computers/Programming/Methodologies/Object-Oriented/Criticism/"&gt;criticisms of OOP&lt;/a&gt; I've been reading, especially &lt;a class="reference external" href="http://www.cs.loyola.edu/~binkley/772/articles/oopbad.htm"&gt;Object Oriented
Programming Oversold&lt;/a&gt; and related
articles; third, and ironically, being more aware of MVC and other design
patterns; fourth, having a better grasp of how to design databases. The
resulting code tries to use a variety of paradigms &lt;strong&gt;as and when they are
useful&lt;/strong&gt;. It also uses some techniques and ideas I've not seen before, which at
first seemed like a bit of a hack, but after reading some more of the stuff
about &lt;a class="reference external" href="http://www.geocities.com/tablizer/top.htm"&gt;Table Oriented Programming&lt;/a&gt;
I've now decided are a deliberate move!&lt;/p&gt;
&lt;p&gt;The code still isn't perfect (or complete - I haven't don't bulk moderation of
comments yet, or admin front end for adding categories), and it hasn't totally
eliminated in all areas the tedious mapping of database fields to user interface
fields, which was something I was aiming for. There are also things I'm still
working out and experimenting with, but I've got a pretty good basis for further
PHP apps.&lt;/p&gt;
&lt;p&gt;One nice thing I've implemented is separation of the presentation and control of
forms such as the comments form. This will enable me to make it fairly spam
proof in the future, which is fast becoming a priority.&lt;/p&gt;
&lt;p&gt;I'll be writing up separate entries on the range of things I've learnt with this
project - it has been frustrating not having the software complete enough to use
it for blogging for this past week!&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
    <category term="lukeplantmeuk" label="lukeplant.me.uk"/>
    <category term="php" label="PHP"/>
    <category term="software-development" label="Software development"/>
    <category term="web-development" label="Web development"/>
  </entry>
  <entry>
    <title>Blogging politics</title>
    <id>https://lukeplant.me.uk/blog/posts/blogging-politics/</id>
    <updated>2004-10-15T12:29:03+01:00</updated>
    <published>2004-10-15T12:29:03+01:00</published>
    <author>
      <name>Luke Plant</name>
    </author>
    <link rel="alternate" type="text/html" href="https://lukeplant.me.uk/blog/posts/blogging-politics/"/>
    <summary type="html">&lt;p&gt;I join Brad in `refusing to blog politics &lt;http: blog-politics.html&gt;`_...&lt;/http:&gt;&lt;/p&gt;</summary>
    <content type="html">&lt;p&gt;I join Brad in &lt;a class="reference external" href="http://21stcenturyreformation.blogspot.com/2004/10/why-i-personally-do-not-blog-politics.html"&gt;refusing to blog politics&lt;/a&gt;. But my reasons are a bit different. Mainly because I
have no intention of boring my readers to death :-). I think this highlights
a difference between Americans and Brits. While I have seen (and not read!)
lots and lots of blog items about Bush, Kerry etc recently, I think many
Brits would rather read all seven volumes of &lt;em&gt;"Britain's favourite lamposts -
unillustrated Latin edition"&lt;/em&gt; than talk politics. I personally only managed
to survive the last time I heard a political debate by &lt;a class="reference external" href="http://en.wikipedia.org/wiki/Vogon_poetry"&gt;gnawing one of my own
legs off&lt;/a&gt;. OK, maybe it's just
me.&lt;/p&gt;</content>
    <category term="blogging-and-bloggers" label="Blogging and bloggers"/>
  </entry>
</feed>
