MudWalker mailing list has moved
Wednesday, July 26th, 2006 01:03The MudWalker mailing list has moved.
The new address for posting is mudwalker@cubik.org (you need to subscribe to post).
The MudWalker mailing list has moved.
The new address for posting is mudwalker@cubik.org (you need to subscribe to post).
plist.py 1.2 is now available, adding support for boolean values. It is a Python module which converts between Mac OS X XML property lists and Python data structures.
Thanks to Robert White for the addition.
Mac OS X 10.4.4: "Includes later versions of the Courier and Monaco system fonts that resolve certain Central European language and Cyrillic glyph display issues". In unantialiased Monaco 9, I have noticed the following differences:
And yes, I do mean intermittently. The appearance of 'p' is changing as I use the system.
This is another Mac OS X screen saver, which I've been working on but haven't really “finished” to my satisfaction. I’ve decided to publish it anyway.
The basic idea is that there is a grid with various terrain types (which is incrementally modified), and various “mobiles” wander about it. The terrains so far are ground, mountain/wall, water, and bridge. The mobiles are bouncing rollers, edge followers, and fish.
The camera picks several mobiles (usually two) and keeps them in view, choosing different ones after a while, or if the group wanders too far apart.
What's missing:
Here are some rather small screenshots:
mergesvn
(not to be confused with svn merge
) is a simple tool I wrote to resolve conflicts in Subversion working copies using the Mac OS X FileMerge application.
Given the name of a file with conflicts, it automatically finds the ".mine
" and ".rN
" files svn
creates for a conflict. Saving the FileMerge window will overwrite the file; you must do svn resolved yourself. [Update: The above-linked version will run svn resolved for you.]
If SBCL reports that the sb-posix
contrib module fails to build, it may be a good idea to:
$ sudo chmod o-w /
I just uploaded GLToy 1.1, a Mac OS X screen saver. From the page:
Miscellaneous OpenGL-based effects with transitions. Highly randomized. Slightly interactive (press I for help).
I wrote in a comment previously:
No, it's a PowerBook G4 12", latest revision (scrolling trackpad).
It goes to sleep normally. On wakeup the light goes out and the drives make the usual noises, but the screen remains off (not blank, and not backlight-off-but-showing-an-image). The one time I tried network access, SSH just hung and ping reported, IIRC, “Host is down”.
It didn’t do this when I first got it, but I didn’t put it to sleep for a while after that so I didn’t notice exactly when it started doing this.
I had an unrelated crash today, and I decided to try something while I had the opportunity.
I turned it off, waited five minutes, unplugged everything, waited five minutes, removed the battery, waited five minutes, put the battery back in, waited five minutes, plugged it in, waited five minutes, and then turned it on again. Now it works.
Ah, modern technology.
Update’s update: Apparently if I do anything but click Sleep at the login screen, it again won’t wake up. Ngh.
Installed Mac OS X 10.4 last night. Miscellany that I can remember this morning:
I clicked on Safari. Safari loaded, started showing a page, crashed. The Crash Reporter dialog now has a button to relaunch the application. If it crashes again, the dialog offers to relaunch it with the preference file moved aside. If it crashes again, the “Report” button becomes the default. (Still no apparent hooks for reporting a crash to anyone but Apple.)
I got it to not crash after launch by copying the plist entry (ack, plists are now binary by default!) from my 10.3 system that says “start up with blank page”. Trying various web pages, and setting up a WebView in Interface Builder, seems to indicate that WebKit crashes whenever a GIF (not PNG, not JPEG) image is present on a page.
I haven’t seen any other reports of this problem yet. Hmm.
mdimporter
” process is crashing about once a minute (and accumulating crash logs). I understand this is the Spotlight indexing process.