Subversion: This client is too old to work with working copy ‘XXX’
October 27, 2008
I thought I’d thoroughly read this article, but upon reading it again today, I noticed a key point I’d missed. If you can’t upgrade your SVN client, do a fresh checkout with the older client. I’m going to have to try this now…
This client is too old to work with working copy ‘XXX’
The full error message is:
This client is too old to work with working copy ‘.’; please get a newer Subversion client.You will get this error message once you have used a Subversion client linked with a higher Subversion version, and then try to execute a command with a Subversion client linked with an older version, e.g., you used an 1.4.x client on your working copy, and now you try an svn 1.3.x client on the same working copy.
The reason for this is that Subversion 1.4 and 1.5 upgrade the working copies transparently on every command. But once the working copy format is upgraded, older clients can’t access the working copy anymore because they don’t know the new format.
The only solution to ‘fix’ this is to upgrade whatever clien
via This client is too old to work with working copy ‘XXX’ | TortoiseSVN
baadf00d!
October 26, 2008
Came across this while debugging a program today in Eclipse:
0xBAADF00D: Used by Microsoft’s LocalAlloc(LMEM_FIXED) to mark uninitialised allocated heap memory(http://en.wikipedia.org/wiki/Magic_number_(programming)#Magic_debug_values)
…I very obviously forgot to initialize one of my variables.
Picnik!
October 25, 2008
Picnik!, originally uploaded by William WM.
As an added bonus, this is also a 1680×1050 widescreen wallpaper! =)
Toys
October 23, 2008
Toys, originally uploaded by William WM.
Among other things included in this image is my PowerShot SD450, post E18 Error Fix.
WordPress.com » WordPress 2.7: Coming Soon
October 20, 2008
Nice!
As you may know, we’ve been working behind the scenes on the design and development of version 2.7 of the WordPress software that powers your blog. The administration interface you’re used to will be changing as a result of your feedback and the results of the usability testing we conducted over the summer. Version 2.7 is due to release officially on November 10, but in the meantime, we’re posting sneak previews of the look and functionality to come. So far we’ve covered the new navigation system and the new Dashboard. If you want to get an early idea of what you can expect come November, head over to the WordPress.org blog and check out The Visual Design of 2.7 and The New 2.7 Dashboard.
We’ll be publishing more descriptions of how things will work over the next couple of weeks so that when the change comes it won’t be a complete surprise. We’re also working on new Help materials that you can use for reference (replacing FAQs, screencasts, etc.) while you adjust to the new structure. Overall, the response so far is that the new interface is easier to use, and that it’s faster to access the screens people use most, so hopefully once you’ve checked out the posts linked above, you’ll be as excited for the launch of 2.7 as we are.
Disable Ubuntu System Beep!
October 20, 2008
If you’re like me, you’re probably quite annoyed with the system beep in Ubuntu. Luckily, there’s an easy fix:
To disable it temporarily:
- In Terminal (or the console), enter: “sudo rmmod pcspkr”
- You should not hear the system beep until your next system reboot.
To disable it permanently:
- In Terminal (or the console), enter: “sudo nano /etc/modprobe.d/blacklist”
- At the end of the file, enter a new line “blacklist pcspkr”
- Type Ctrl+O (to save the file), then Ctrl+X (to exit nano)
- After your next system reboot, you should no longer here the system beep.
Thanks to Turning Off The System (hardware) Beep : Linux Tutorial for the info!
Crossing
October 18, 2008
Microsoft Word: Strikethrough Shortcut Key
October 18, 2008
This is freakin’ awesome; I had no idea that you could assign keyboard shortcuts this easily:
From word.tips.net:
- Press Ctrl+D or choose Font from the Format menu. (If you are using Word 2007, press Ctrl+D or click the Home tab of the ribbon, then click the small control at the bottom-right of the Font group.) Word displays the Font tab of the Font dialog box. (Click here to see a related figure.)
- Hold down Alt+Ctrl and, at the same time, press the plus sign on the numeric keypad. The mouse pointer turns into a clover symbol.
- Click on the Strikethrough check box in the Font dialog box. (As you move the mouse pointer to get ready to click, the mouse pointer may change back to an arrow instead of a clover; this is OK.) When you click, Word displays the Customize Keyboard dialog box with the insertion point blinking in the Press new Shortcut Key box. (Click here to see a related figure.)
- Type whatever shortcut key you want to use for the strikethrough format. Just hold down whatever combination of the Alt, Ctrl, and Shift keys you want, and then press the desired key to go with that combination. If the combination is already taken, that information shows just below the Customize Keyboard dialog box, and you can then change to a different shortcut key. (A good combination to consider is Alt+Shift+S or Ctrl+Alt+S, neither of which are used in a default installation of Word.)
- Click the Assign button. The shortcut key is now assigned to apply strikethrough formatting.
- Click Close to dismiss the Customize Keyboard dialog box.
- Click Cancel to dismiss the Font dialog box.
(via Topics: Strikethrough Shortcut Key)
More shortcuts available here: http://word.tips.net/W020_Shortcut_Keys.html
70,000 Hits!
October 18, 2008
Woo-hoo! Another milestone!
Special thanks to the post Visual Studio 2008 Is Pretty Damn Slow… for giving me over 7,000 hits on its own! (Seems that people are still searching pretty heavily for Visual Studio 2008 being slow and how to fix it…)
Post to WordPress Bug?
October 14, 2008
Anyone ever seen this when attempting to use the “Press This” bookmarklet with a large chunk of text selected?
Interesting to note that they’re using LiteSpeed, as well.
Magic number (programming) - Wikipedia, the free encyclopedia
October 14, 2008
Interesting list of “Magic Debug Values” from Wikipedia:
0x..FACADE: Used by a number of RTOSes0xA5A5A5A5: Used in embedded development because the alternating bit pattern (10100101) creates an easily recognized pattern on oscilloscopes and logic analyzers.0xABABABAB: Used by Microsoft’s HeapAlloc() to mark “no man’s land” guard bytes after allocated heap memory0xABADBABE: Used by Apple as the “Boot Zero Block” magic number0xABADCAFE: A startup to this value to initialize all free memory to catch errant pointers0xBAADF00D: Used by Microsoft’s LocalAlloc(LMEM_FIXED) to mark uninitialised allocated heap memory0xBADBADBADBAD: Burroughs large systems “uninitialized” memory (48-bit words)0xBADCAB1E: Error Code returned to the Microsoft eVC debugger when connection is severed to the debugger0xBADC0FFEE0DDF00D: Used on IBM RS/6000 64-bit systems to indicate uninitialized CPU registers0xBADDCAFE: On Sun Microsystems‘ Solaris, marks uninitialised kernel memory (KMEM_UNINITIALIZED_PATTERN)0xBEEFCACE: Used by Microsoft .NET as a magic number in resource files0xC0DEDBAD: A memory leak tracking tool which it will change the MMU tables so that all references to address zero0xCAFEBABE: Used by both Mach-O (”Fat binary” in both 68k and PowerPC) to identify object files and the Java programming language to identify .class files0xCAFEFEED: Used by Sun Microsystems‘ Solaris debugging kernel to mark kmemfree() memory0xCEFAEDFE: Seen in Intel Mach-O binaries on Apple Computer’s Mac OS X platform (see0xFEEDFACEbelow)0xCCCCCCCC: Used by Microsoft’s C++ debugging runtime library to mark uninitialised stack memory0xCDCDCDCD: Used by Microsoft’s C++ debugging runtime library to mark uninitialised heap memory0xDDDDDDDD: Used by MicroQuill’s SmartHeap and Microsoft’s C++ debugging heap to mark freed heap memory0xDEADBABE: Used at the start of Silicon Graphics‘ IRIX arena files0xDEADBEEF: Famously used on IBM systems such as the RS/6000, also used in the original Mac OS operating systems, OPENSTEP Enterprise, and the Commodore Amiga. On Sun Microsystems‘ Solaris, marks freed kernel memory (KMEM_FREE_PATTERN)0xDEADDEAD: A Microsoft Windows STOP Error code used when the user manually initiates the crash.0xDEADF00D: All the newly allocated memory which is not explicitly cleared when it is munged0xEBEBEBEB: From MicroQuill’s SmartHeap0xFADEDEAD: Comes at the end to identify every OSA script0xFDFDFDFD: Used by Microsoft’s C++ debugging heap to mark “no man’s land” guard bytes before and after allocated heap memory0xFEEDFACE: Seen in PowerPC Mach-O binaries on Apple Computer’s Mac OS X platform. On Sun Microsystems‘ Solaris, marks the red zone (KMEM_REDZONE_PATTERN)0xFEEEFEEE: Used by Microsoft’s HeapFree() to mark freed heap memory0xFEE1DEAD: Used by Linux reboot() syscall
via Magic number (programming) - Wikipedia, the free encyclopedia
BobAtkins.com: Manual focus lenses on Canon EOS bodies
October 14, 2008
I found this excellent post below from BobAtkins.com about using manual focus lenses on Canon EOS bodies via this great article at Photojojo: Better Lenses for Less Money: How To Use Vintage Lenses with Your DSLR
Using Manual Focus Lenses on Canon EOS bodies
A common question is whether older manual focus lenses from other manufacturers can be used with a Canon EOS body. The answer is a qualified “yes” in many cases. Of course you don’t get autofocus, nor do you get any sort of focus confirmation. Also, you don’t get any sort of automatic iris operation. In most SLRs, focusing is done at full aperture, and if you stop the lens down to, say, f11, it remains fully open until just before exposure, then it stops down for the exposure and opens up again. This gives a brighter viewfinder image and makes focusing easier and more accurate. When these lenses are mounted on an EOS body, stop down metering must be used. That means that the lens is first focused at full aperture (for maximum accuracy), then manually stopped down to the shooting aperture before the shot is taken. Some people have trouble accurately focusing using the standard EOS viewfinder screen, since it has no focus aids (like a split image center). While some of the higher end models (like the EOS-1 series, the EOS 3 and the EOS A2), so have additional accessory screens with focus aids (e.g. screen Ec-B has a split image center), the consumer level cameras (Rebel, Elan, digital Rebel, 10D, 20D) do not.
Clearly using a manual focus lens is inconvenient, but sometimes it can be worth it if the equivalent EOS lens is expensive, if the manual focus lens is better than any Canon EF or EF-S series lens (rare, but it happens), if you shoot mostly static subjects or if you don’t use the lens very often.
via Canon EOS lens Adapters - Manual focus lenses on Canon EOS bodies
Alien Landscape
October 12, 2008
Lifehacker: Firefox Mobile Alpha Screenshot
October 12, 2008

The alpha build of Mobile Firefox (codenamed Fennec) has been available for testing by brave Nokia N810 users for some time now, but Mozilla developer Brad Lassey just got it up and running on a Windows Mobile device, and shares a couple of screenshots. Obviously there’s quite a bit of work to be done, but it’s an exciting preview at what getting Firefox in your pocket will look like in the near future. [via]









![pdx [portland] pdx [portland]](http://farm2.static.flickr.com/1046/3168818707_570cff7348_t.jpg)


