Clerical Rigor

  • Business
  • Writing Free Software
Illustration of a bird flying.
  • The podcast about podcasting

    Ogg Vorbis Podcast MP3 Podcast Transcript: Hello, this is C.J. Adams-Collier, the host of “Podcasting with C.J.”, and I’m here to speak to you about Podcasting. Well, that just about does it for our show. We hope you enjoyed it, and we’ll see you next time!

    May 2, 2006
  • MySQL Meetup 2006/05/01

    Hannah, Scarlet and I attended the Seattle Meetup, since we heard Arjen was planning on being in town. We went to the normal location, but the owner told me they were closed due to their entire staff being involved in the civil rights march. We arrived to a table full of the regulars. Breadsticks, pizza, […]

    May 2, 2006
  • GUI Service Management App in Mono

    On Saturday at LinuxFest NorthWest, I was approached by someone named Paul who was intererested in writing graphical applications to execute common tasks. I asked for an example, and he mentioned service management of for instance, apache and bind. So we wrote a small mono app using Glade as the interface designer. http://colliertech.org/svn/admin/ServiceTool/ Here is […]

    May 1, 2006
  • New pre-release of the maxdb<->mysql bi-directional synchronization manager code

    Let me stress that this code is not complete and has not been tested. This is probably not something you want to get involved in. Move along. Thank you. Bye bye. Now that I am writing to an empty house…. I’ve pushed a new version of the synchronization manager code to my subversion repository. It […]

    April 27, 2006
  • A quick over-view of RDBMSs’ general place in the world, and ours in particular

    [1][2][3] RDBMSs (or for clarity, Databases) are a basic element of any computer-based appliance in the same way as are an Operating System, Web Server and software development platform. As is common for developers of Open Source software, I am quite familiar with Linux as the Operating System, Apache as the Web Server, MaxDB and […]

    April 20, 2006
  • YAPC::NA

    April 20, 2006
  • MySQL AB :: The MaxDB series on PlanetMySQL.

    We’ve published the first few episodes of the weekly MaxDB series in .pdf form. Please take a look and let us know what you think! MySQL AB :: The MaxDB series on PlanetMySQL.

    April 3, 2006
  • Anybody need some cycles on a sun machine?

    Hey you mono folks. Yeah, you. You know who I’m talking about. Do you need some cycles on a sun machine to run build tests?

    April 2, 2006
  • Is gtkglarea-sharp ready for production?

    I don’t know. Probably not quite yet. But there has been interest using the toolkit in a production video game. Fun. But what do you all think?

    March 31, 2006
  • Useful MaxDB commands

    To find a list of tables in a schema: $ sqlcli -u TEST,TEST -d SYNCMANA “SELECT * FROM TABLES WHERE SCHEMANAME = ‘TEST'” To find a list of triggers on a table: $ sqlcli -u DBSERVICE,SECRET -d SYNCMANA “SELECT * FROM TRIGGERS WHERE TABLENAME = ‘T'” To describe a table’s structure: $ cat me && […]

    March 31, 2006
←Previous Page
1 … 41 42 43 44 45
Next Page→

Clerical Rigor

Proudly powered by WordPress