Tag: programming

  • perspective

    After the days of hacking away at Golden Cheetah and C++ on Windows, doing some html/css/php/js coding is like a breath of fresh air. There is something somewhat comforting about how rigid C++ is…I can quickly find where I’ve messed up, even if it takes me a bit to figure out how to correct my […]

  • GoldenCheetah for Windows…

    …is alive! Justin and I have sorted out the connection issues with the USB cradle. We needed to explicitly set up the communication parameters before trying to speak to the PowerTap. We changed D2XX.cpp:open() (For my bigger brain): ftStatus = FT_SetBaudRate(ftHandle,9600); ftStatus = FT_SetDataCharacteristics(ftHandle,\ FT_BITS_8,\ FT_STOP_BITS_1,\ FT_PARITY_NONE); if (ftStatus != FT_OK) { err = QString(“FT_SetDataCharacteristics: […]

  • Drawing Automata

    Of course, I can’t leave well enough alone. It was inevitable that I’d shirk other responsibilities to play and tinker with the drawing automata program. I’m happy with the results (so far), and am planning on printing these two as a diptych in a large format. A slightly altered version which shows the animated drawing […]

  • More fun at ITP

    ITP had their 2008 Spring Show this Monday and Tuesday. I went yesterday to check out the projects and to confirm if this was indeed the place where I want to be. Again, I was very impressed with most of the work and the enthusiasm of the students, and had a good time chatting with […]

  • GoldenCheetah…on Windows

    Very exciting development….GoldenCheetah has been ported to Windows. Justin Knotzke did most of the leg work and got the first build going. He helped hold my hand through getting my Windows development environment set up. Through much debugging I was able to pinpoint where the device communication was failing…and realized that there was an issue […]

  • Golden Cheetah releases a new version!

    Finally, the new work is public. Download available at http://www.goldencheetah.org/download.html. The biggest change is that the application now includes BikeScore. A metric developed by Dr. Phil Skiba based on TRIMPS and Andy Coggan’s TSS. These metrics aim to provide a way to quantify training load. It’s useful to help getting an appropriate amount of work […]

  • More features

    I noticed a thread on the Wattage forum that mentioned a new format for Ergomo CSV files. The poster also mentioned that they hadn’t used Golden Cheetah because they thought it was for Linux only. Anyway, I got a copy of an Ergomo CSV file and got to work on making GC. It was pretty […]

  • Universal!

    Golden Cheetah is universal! (i hope) I spent most of the evening setting up my development environment to get Golden Cheetah to compile as a universal OS X application. This would be made easier if I actually knew what I was doing. In the end, I recompiled Qt4.3.1 and QWT5.0.2 as universal before I could […]

  • Almost there…

    Golden Cheetah is on the verge of a new release. Sean’s committed Justin and my changes for BikeScore and metric/english preference into the svn trunk. I’ve cleaned up some of the user interface and have compiled an OS X Intel version. More importantly, we now have a desktop icon for the application under OS X…it’s […]

  • Golden Cheetah

    We sorted out the build issues largely, however I still haven’t been able to confirm if the problem was isolated to the target machine or to 10.4 in general. Regardless, the Dr. Phil Skiba’s BikeScore algorithm has been incorporated by Justin Knotzke using a bit of the code I had originally developed for Dr. Coggan’s […]

Mastodon Pixelfed