Balance Programming

  • PowerPoint misfit

    I’m not a PowerPoint expert. I occasionally have to do presentation to colleagues but it’s not a regular part of my job. The discovery of a markdown to PowerPoint converters I’m probably going to use the PowerPoint editor even less. I normally most interested in the information, a bit of text and a few bullet…

  • Journey, destination and story

    I’ve been thinking about writing this one for a while, actually longer than that. I really needed an example to talk about. Fortunately I wrote some code recently. This is about code changes, how they made and how to present them. I’m going to talk about code changes as having a few different parts: The…

  • Dream formatter

    I have my own preferences about formatting code. Some developers do but I’ve met others who don’t care and just want to get on with the code. On a team you’re dealing with other developers who will have their own ideas about this. How does that work? Do you each do your own thing? Do…

  • Iterative development

    It can be useful to develop in a series of small steps. At each point trying to write the code that you need but not too much more. Building a huge library that you think you’ll need might be a waste of time but building something small that lets you simplify you current code is…

  • The Agile Manifesto

    I started with a brief history of Agile and now I’ll look in more detail at the big one the Agile Manifesto. My initial comments were that this was a process rather than a rulebook and it would need to involve the right set of people. The Agile Manifesto They have values: And some principles:…

  • Learning from… fine art restoration

    So I don’t practice fine art restoration myself, or indeed have much at all to do with painting, I do sometimes watch Baumgartner Restoration. It features the restoration of mostly paintings using modern materials and techniques. While the artwork is not world renowned none of it can simply be replaced. They are normally old pictures,…

  • Image generation

    I managed to avoid COVID until last week but it caught up with me. I’ve made a couple of attempts at writing something more complicated but it’s a bit much right now. My suggestion is to go off and watch this video on image generation by neural networks. It takes the idea of predicting just…

  • Design Patterns

    Reviewing Game Programming Patterns inspired me to read the classic Design Patterns, Elements of Reusable Object-Oriented Software. My guess going in was that it would be more complete but not as nice to read, that’s pretty much how it was. However there were some unique patterns in each book so, if you like patterns, it…

  • A brief history of Agile

    To deal with endless change the industry seems to have settled on Agile software development. However the original definition of Agile coming from the Agile Manifesto in 2001 hasn’t really survived. All these techniques call themselves agile but often it’s just a popular label rather than something deeper. Dealing with change is not new and…

  • Is source control overworked?

    I hope all of you out there are using source control. I’ve used a bunch of different systems over the years, most recently git. Any sort of source control is a massive step up from none at all. It means you: Does anyone else think that’s quite a lot for one system? Are all of…