I’ve now got a feedburner feed: http://feeds2.feedburner.com/novolocus
You may wish to update your reader – or not, I’m not going to turn off WordPress’s own feed.
I’ve now got a feedburner feed: http://feeds2.feedburner.com/novolocus
You may wish to update your reader – or not, I’m not going to turn off WordPress’s own feed.
So, I’ve been using Vista quite happily for a fair while now. All the doomsayers complaining about how it would use so much more resources were wrong – provided your turn off the transparent borders on windows it still runs just the same (it seems to me) as XP. I guess I’ve always said to friends that it’s alright – I wouldn’t pay to upgrade to it (it doesn’t seem to offer much), but if I was buying a new PC, I’d be okay with it. The only problem I had doing just that was with blackhole detection in the new TCP/IP stack, and that was… exotic.
However, I think I’ve just found my first big gripe. Performing standard system maintenance on my desktop, which is used pretty much exclusively as a VM host, I noticed that my primary drive was using 40Gb. That seemed rather high for Vista, Office ’07, SharePoint Designer and Adobe Reader. Naturally, I broke out Treesize:
So, 28% of my drive is being taken up by the winsxs folder. What the hell is that? Read more »
The “Get Recent Comments” widget on my WordPress blog gets screwed up sometimes – to fix it:
Go to Settings > Recent Comments and hit Update Recent Comment Options. ‘Nuff said.
A requirement that I’ve seen appear a few times recently is for:
Automatic filtering of content that is deemed to be harmful, threatening, unlawful, defamatory, infringing, abusive, inflammatory, harassing, vulgar, obscene, fraudulent, invasive of privacy or publicity rights, hateful, or racially, ethnically or otherwise objectionable is filtered.
Yes, we all love a good jolt of lawyerspeak that is completely unconnected with what is possible for a computer to do ‘automatically’. I mean, let’s ignore that the court cases for what counts as, well, any of those things can be less than clear cut – if they were, cases would be short, and lawyers would earn less.
(As it happens, I am legally an ethnic minority in England – which I object to!)
Anyway, obviously complex decisions that require the judgement of human intelligence (let alone Judges) are beyond the wit of a computer program – hell, if it can’t find my printer, how’ll it find a bit of text ‘defamatory’? Read more »
Okay, so many of my colleagues are away on holiday at the moment, and that can make getting everyone into one room to show them a presentation difficult.
Unfortunately, I wanted to show some of out Sales and pre-sales guys some of the ‘standard’ customisations to search that I was working on last month. I could do screenshots and Powerpoint – but it’s slower to create, and not as easy to see as a video.
Well, I’d heard of Camtasia, and it transpires they’ve a 30 day free, so I thought I’d give it a go. Well, it is very good. Clearly, there is a lot to the program – much more than I’ve used – but I was able to get a video recorded showing my stuff in an hour. Not bad when the film itself is 20 minutes long!
It has some really neat features, too, like zooming and panning to where you’ve clicked, so that if you’ve only got a small video resolution you can still see the important bits on an activity at 100% zoom.
What I would say is that the documentation and introductory videos do seem to gently suggest that planning what you’re going to demonstrate might be useful – and they’re right. I’d say from my short experience that planning what you’re going to do is essential. As is a decent mike – my seemed to struggle a bit.
Anyway, would I pay $300 for it? Well, for the company, yes, it’s a snap. It isn’t something that a ‘home’ user is likely to pay that for, but for business quality screen recordings, I wouldn’t look any further.
I’ve just upgraded to WordPress 2.5 – my blog was complaining that I should upgrade – and it feels rather like a downgrade.
I can deal with the fact that the Admin UI isn’t as good as it was – although the Dashboard has improved – but authoring posts has got worse:
Come on chaps, this isn’t release ready – you shouldn’t have been advising users to upgrade yet. Everyone, steer clear until these issues are fixed. Perhaps it would be a lot easier to not use Flash, eh?
I didn’t realise this, but Visual Studio allows you to see comments beginning TODO, HACK and UNDONE in the task list pane. That’s really quite neat, though it’s unfortunate that the list only contains items for files that are currently op open in the IDE. You can also add your own ‘tokens’ via the Options > Task List dialog. Vish has a pretty good summary. It’s just a shame that the task list isn’t for all files, irrespective of whether they’re open or not. Still, a neat feature that I didn’t know about.
A note for myself, ‘cos I get really annoyed about Explorer opening at the ‘My Documents’ folder – you can set the default path to the machines root by changing Explorer’s menu shortcut to:
%SystemRoot%\explorer.exe /n, /e, /select, C:\
I found this advice here. And if you’re wondering why I’d want this – I have a laptop for business stuff, and a desktop for Virtual Machines only. Now I just have to figure out how to work across the two machines…
A really neat tip by Andrew Woodward – Vista contains a screen capture tool – type ‘Snip’ into the Start Menu’s search box…
I got a new laptop, and it came with Vista. To be honest, I didn’t really want Vista, but it’s being pushed in a big way – XP laptops are pretty rare already. (What I REALLY wanted was a Linux laptop, but that’s another matter).
Unfortunately, on firing up the machine and connecting it to my wireless hub, it could only see parts of the web. With my work laptop, sat right next to it, I could see any site that I tried to look at, but my new Vista laptop couldn’t – it couldn’t find microsoft sites, McAfee, Mozilla.com, cNet.com, etc.. But it could find google (and other sites) right away.
So, I tried pinging these sites – and got a response. But I couldn’t ever get a web page back. Curious.
I’ve seen this before, so I tried changing the MTU (Maximum Transfer Unit) settings for my machine – only to discover that they’ve moved in Vista. So, I found a little application to change the settings. I restarted, and it continued to not work.
Curious. So I took my laptop to work, and tried the problem sites there. Over my work connection, I could see whatever sites I wanted to. This upped it to Curious and Frustrating – it was some sort of inter-relationship between Vista, and my connection at home.
Thus, I contacted Belkin support. They took a wee while over replying, but I received a response, the guts of which is below:
To get the issue resolved, we suggest you to change the MTU on the Vista computer.The first method to set the MTU is using DrTCP (http://www.dslreports/drtcp). You will need to run DrTCP as Administrator (right click the executable and select `Run as administrator`), otherwise it will not work. The other tricky thing is that the names of the network interface are shown a bit cryptic – see the screenshot – but you should be able to identify them. As usual, enter the MTU value, click Save and click Exit. After making the change, you will need to reboot the PC.
When the PC has rebooted, you can check if the MTU is set correctly by going to a command prompt and issuing the command: netsh interface ipv4 show interfaces, which you can abbreviate to netsh int ip show int, as the screenshot shows. This will list all the network interfaces with their MTU`s in a readable way. (In case you were wondering, the MTU shown for the Loopback interface is a dummy value of 2^32-1 – or 32 binary 1`s).
You can also set the MTU using the command line, for that purpose open the command prompt as administrator (right click it and select `Run as administrator`), and issue the command: netsh int ip set interface “9″ mtu=1400, where the 9 is the number of the interface for the previous screenshot (be sure to include the quotes) and you can change the MTU to any value desired. The change is effective immediately but will not survive a reboot. To make it permanent, repeat the command and append “store=persistent” to it: netsh int ip set interface “9″ mtu=1400 store=persistent.
If you only run the last command and not the one without the store= option, you`ll need to reboot for the new MTU to take effect.
To test if the MTU is effective, ping the router with the -f and -l options: the maximum size of the ping packet should be 28 less than the MTU. In this example ping 192.168.2.1 -f -l 1372 should give a reply, ping 192.168.2.1 -f -l 1373 should give the message that fragmentation is needed but the DF flag is set.
“Okay”, I thought, “I’ve tried the MTU settings and that didn’t work. But I’ll try their way anyway”. I used the DrTCP application, followed their instructions – and the problem continued. Arse. Finally, as a last gasp, I used the command line instructions they’d also given and success! The MTU setting changes worked this time, although why they didn’t when I’d changed them both times before is a mystery.
Of course, by this time I’d gotten so annoyed with it all that I’d tried a reinstall of Vista, so I’ll have to reinstall all of the stuff it came with. This isn’t as daft as it might seem – I’ve had a similar problem to this before, but it turned out that it was a problem applying Windows 2000 SP4, and that I had to reinstall the service pack to fix it.
Oh well, I prefer a clean system anyway.
Anyway, kudos to Belkin UK tech support. I was impressed.