View RSS Feed

WingedPanther

  1. Collaboritive coding

    by on 01-31-2010 at 07:09 PM
    Recently, in the course of doing some Beta-reading with my wife of some fanfiction stories, it became apparent that it would be really helpful if we could each add our comments at the same time, and independently.

    Google Wave was the obvious tool for this. Unfortunately, loading it on dialup is a bit ridiculous. OK, it's a LOT ridiculous. Nice software, but the bloat is almost impossible to deal with.

    After a little bit of research, I next tried AbiWord. It's a ...
    Categories
    Uncategorized
  2. Impressions of Haskell

    by on 10-18-2009 at 01:37 PM
    I decided a few days ago to take a serious look at Haskell, and started yesterday. I cracked open a tutorial at http://learnyouahaskell.com/ and started playing with GHCi.

    Haskell can bend your mind. It appears to be based on the model of Turing Machines called Recursive Functions. There are no variables, only n-ary functions. A nullary function is a constant. Other functions produce output in a deterministic manner.

    The only non-deterministic functions are the ...
    Categories
    Uncategorized
  3. Get to know your compiler

    by on 10-14-2009 at 11:44 AM
    As many of you know, I use Delphi quite a bit at work, and also like using jEdit for my code editor. Yesterday, I started looking at what it would take to build projects from command-line so I could just work in jEdit for everything except form layout.

    This is where things got ugly. It turns out that Delphi provides two incompatible methods for compiling a project. The first method is to build your project from within the IDE. This will use all of your settings for third party ...
    Categories
    Uncategorized
  4. Book Review: Design Patterns

    by on 10-14-2009 at 06:40 AM
    The full title of the book is Design Patterns: Elements of Reusable Object-Oriented Software, by Erich Gamma, Richard Helm,Ralph Johnson, and John Vlissides. Before I start, I'll warn you that the copyright on this book is from 1995. As a result, the ideas in this book should not be news to you.

    Unfortunately, they were. This is the book that answered the one question I've always answered my biggest question: "What's so darned special about OOP that means it makes software reusable ...
    Categories
    Uncategorized
  5. Book Review: The Pragmatic Programmer

    by on 09-20-2009 at 07:33 PM
    In the course of becoming a programmer, you reach a point where you feel like your problem isn't with knowing the language. This is where a book like this comes in. It's a list of practical tips for improving how you approach the process of programming.

    It includes a list of 70 tips (such as learn a code editor well). These are organized around several major techniques. Prototyping is one, incremental development is another. If some of these techniques seem contradictory, they ...
    Categories
    Uncategorized
Page 1 of 12
1 2 3 11 ... LastLast