Archive for 'jernstrom.org'

confused

I always thought of my site as a public notepad. I guess I have once again regressed  back to putting notes in Notepad.exe and putting URLs and binaries to a web drive that no one, except perhaps me, benefits of.

It’s not like I’ve been personally doing anything fancy, I’m just gathering and building upon other peoples achievements. I’m having a bit of a rough time as my interest sphere is quite over encompassing and feeling a bit uncertain of where to at technology wise – what to consult, what to advice…I’m not sure, I’m confused and I’m undecided. Certainly my work-life points me to a certain direction, and that’s a relief, but at the same time, real-life and autistic interest point to a much broader direction.

That’s my random thought :)    

 

This yet another dump of old stuff :-)

Over the years there have been a lot of talk about tuning the Visual Effects settings in a Terminal Server environment, more recently the same talk in XP VDI scenarios. I guess I never quite understood the fuzz, except that the common suggestion of VisualFXSetting”= (your preference) doesn’t really do anything

For clarification, this is what I’m talking about:

My Computer | Properties | Advanced
-> Performance | Settings | Visual Effects

Here’s a deliverable for some customer some time ago.
Oh yeah, it’s not my batch. I found the batch when I resarched the matter. I made slight modifications to meet the demand.  All credit to the original author.

standard 
This is straightforward from the trenches. Windows 2003 is showing age, but is still widely used.

I commented the settings with a KB article, when available. Even to my best effort some things got undocumented, such as the Microsoft Performance Team suggestions (NoRemoteChangeNotify is not included, I had that as an option in my .adm template, but people turned on that setting without knowing… see KB 831129 for more info. Quite for the same reasons I left the TCP offloading stuff commented away)

zip 

I ran into this revisions annoyance in WordPress…It’s no problem to turn off the beast, but rather to clean out the existing revisions from the DB.

Luckily others also get annoyed.  Andrei Neculau cooked up a nice sql query that took care of the leftovers

DELETE a,b,c
  1. FROM wp_posts a
  2. LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)
  3. LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)
  4. WHERE a.post_type = 'revision'

So, I got tired of the old CMS and after having evaluated a few alternatives I decided to use WordPress. The feature set (over)matched the simple needs of this site. WordPress is simple yet powerfull.

First thing that strikes is that a theme is not the usual replaceable chrome – It’s more or less the actual (presenting) engine. This quite rapidly gets extremely enerving and limiting. Sooner than quick I retardate (sic) to merely removing annoyances instead of utilizing and empowering what’s there.

However, given the generic other options, or even by itself, the benefits way overmatches the limitations, for me, now.

j