Aaaarrgghhhh

I quote from the Movable Type Movable Type User Manual: AUTHORS AND PERMISSIONS: “You can edit your own authoring permissions by selecting your own name from the pulldown menu. Be careful when doing this, however, particularly with respect to turning off author-editing permissions for yourself. If you turn off your author-editing permissions, you will be unable to turn them back on.” I’ve gone and done this on all the blogs of the other users on my installation, so that I don’t get listed as author on the blogs that I don’t have anything to do with.

Read More

dri_resume for XFree86 4.3.0 RC 1

I’ve made binary snapshots of my suspend/resume capable DRI Radeon drivers for XFree86 4.3.0 RC 1 (i.e. 4.2.99.901) available on the dri resume pages. My patches weren’t submitted early enough to be included in the looming XFree86 4.3.0 release, but will be merged with the XFree86 CVS shortly afterwards. Once more distribution vendors have standardised on 4.3.0 and things have settled down, my binary drivers should also be able to stabilise.

Read More

Extremely narrow text boxes in Movable Type

It could be because I set something up incorrectly, but people have been seeing unusably narrow text entry boxes (TEXTAREA) in Movable Type 2.51 with Mozilla (1.0 and 1.2.1), Opera 7 and IE 6.0. So I ran: mkdir new && for i in *.tmpl; do cat $i | sed -e \ 's/<tmpl_if name="AGENT_MOZILLA"> cols=\"\"&lt;\/TMPL_IF&gt;/\ cols=\"80\"/g' &gt; new/$i; done &amp;&amp; cp new/* ./ in the tmpl directory and it all seems to be usable now.

Read More

Blogging will continue here

Rudolph paved the way when he moved out from LiveJournal. I’d been looking at alternatives myself and finally got around to installing the brilliant Movable Type. After having fixed (worked around really) a stupid bug with extremely narrow textboxes in Mozilla 1.0 and 1.2.1, everything seems to work now. Paul also came along for the ride. See my livejournal for what happened before.

Read More

Valuable lessons learned today…

After having gone back to my workstation vendor for the 4th time in so many months today with a broken graphics card and after having had to replace the now scarce SMP motherboard, I’ve learned two very valuable lessons: When you buy a workstation for Real Work(tm), get at least a three year on-site guarantee. You might think that you can’t afford the extra EUR150 (or roundabout), but after you tally up all the time you might have to spend fixing your own workstation during its lifetime, you’ll realise that you’re wrong.

Read More

Porting woes

This is brilliant. Microsoft Visual C++ violates the ISO C++ standard (at least as far as my 1998 document is concerned) with regards to this very fundamental and simple scoping behaviour, but they do not admit that this is a violation as such. Instead they claim that one can work around this “problem” by using a special compiler switch that disables “language extensions”. However, depending on your configuration, making use of this switch will break compilation of certain Visual C++ headers (ntheader.

Read More