I'm not sure this is the right place to post this, but I couldn't find a better place. I have this idea for a series of nodes to posts and wanted feedback before I got started.

My idea is to show various uses of Perl for my cryptogram hobby. In each article I'd show how I did it and invite improvements. I have several "chapters" of ideas to post, and the (not) working title is something like "How I did it - you can do better: Goibhniu's Cryptogram applications for Perl - Chapter 0: Introduction", etc. I like all the parts, but that's obviously too long for a node title. I imagine standard sections a) motivating and describing the problem in cryptograms, b) presenting my solution and how I use it, c) inviting improvements from code eficiency to redesign.

Some nodes might be:

ok, that's not very informative if you're not into the cryptogram stuff already, but suffice it to say (for now) that these bring up slightly different areas of Perl to discuss as well. Also, my coding is horrible, so I'm sure there will be much helpful advice for improvements that others could learn from (if there's interest).

I guess I have some questions to help decide whether to get started:


I humbly seek wisdom.
  • Comment on Idea for series of nodes - feedback requested

Replies are listed 'Best First'.
Re: Idea for series of nodes - feedback requested
by jdporter (Paladin) on Aug 24, 2007 at 02:03 UTC

    I think it would ideally be posted in Meditations. On the topic of posting series of articles, particularly as regards naming, see recent discussion Posting a series of articles....

    A word spoken in Mind will reach its own level, in the objective world, by its own weight

      I had a similar concern about Meditations as I did about Tutorials. I'm not sure these are going to give anything PROFOUND about Perl. Might I use the Meditations as a starting place and get it considered for moving to another place if the community prefers it there?

      By the way, thanks for the Posting a series of articles... link. There's alot of good stuff in there for anyone considering something similar.

      And also thanks for the encouragement. I'm looking forward to getting started writing this weekend.


      I humbly seek wisdom.

        The criteria for Meditations are fairly fuzzy, whereas the criteria for Tutorials are quite strict. Unless you write the articles in a tutorial style, Tutorials is not appropriate. A post which is meant to be a launching point for discussion isn't a tutorial.

        A word spoken in Mind will reach its own level, in the objective world, by its own weight
Re: Idea for series of nodes - feedback requested
by stonecolddevin (Parson) on Aug 24, 2007 at 01:43 UTC

    This sounds like a good idea and could probably be put in Tutorials if i'm not mistaken...

    meh.

      Thanks for the encouragement (and also to all the upvoters).

      Would it go in Tutorials if I'm more presenting info on Crytpograms than on Perl? Don't get me wrong; this is going to be a VERY Perl-centric series (I'm not coding in C). Still, I'm a self-admitted not-very-good Perler. I expect the meaty Perl stuff will come from the "you can do better" part of "How I did it - you can do better".


      I humbly seek wisdom.
Re: Idea for series of nodes - feedback requested
by samizdat (Vicar) on Aug 24, 2007 at 18:38 UTC
    goibhniu,

    If you look at the expertise distribution for Perlmonks, it's a pretty steep exponential. Very few of us are masters, and most of us should be more humble than we are. One thing we all share, though, is that we all appreciate Perl code and want to see more. Practical code -- working code -- is __always__ a good addition to PM, no matter how elegant or efficient, because we all can learn something from it.

    Perhaps consider CUFP?

    Don Wilde
    "There's more than one level to any answer."
Re: Idea for series of nodes - feedback requested
by mmmmtmmmm (Monk) on Aug 28, 2007 at 11:20 UTC
    I would personally find it very useful.I haven't played much with cryptograms, but I just did a quick lookup and it seems like an interesting topic -- closely related to the lexical analysis projects I'm working on currently. So I could definitely benefit from a tutorial.

    Looking forward to seeing what you come up with...

    --Snorfles
Re: Idea for series of nodes - feedback requested
by goibhniu (Hermit) on Aug 28, 2007 at 18:36 UTC

    Thanks, all for the up votes. It seemed to me that this belonged in Cool Uses for Perl, so I'm getting started and putting Part 0 there. I hope Part 0 doesn't dissappoint; it's kinda thin on Perl. Now I need to get started on Part 1 so I can get the series back on topic.

    update: s/Chapter/Part/g; added link to Chapter^H^H^H^H^H^H^H Part 0.


    I humbly seek wisdom.