Sunday, September 20, 2009

fighting horses in the mist


fighting horses in the mist
Originally uploaded by j_wijnands.
Was up early this morning. Mist was still on the fields and when I drove up I noticed the horses being restless. I missed 20 horses breaking into a gallop. I did manage to capture these two having a discussion.

Tricky shot, way at the edge of my Sigma's 70-300 range, low light so high iso and fog is tricky to meter, the line between losing the mood and getting horrible noise is rather fine.

Despite all that and despite the obvious shortcommings I really like this shot.

Thursday, September 17, 2009

Here's me trying to be clever


DSC_7724
Originally uploaded by j_wijnands.
I noticed this nice scene on my way to work this morning. I love moody cloudy skies especially at sunrise.

Anyway, as we all know metering this requires care, the contrast between the ground and the lighter parts of the clouds is big so you'll either underexpose or blow highlights.

I figured I'd be clever and HDR it. What I forgot for a moment is that even with shutter speeds above 1/200 and my camera set to continuous high the tractor would still travel some distance. I discovered this when I plunked my 3 bracketed frames into photomatix. Load of ghosting on the wheels. So I tried another apporach, took a frame I liked, hit it with 20% d-lighting and a neutral grad.

Sunday, September 13, 2009

Not a massive crowd pleaser


Mouflon
Originally uploaded by j_wijnands.
Shot this this morning. Very grey and blue light. First time in ages I encountered mouflon.

One of these shots that won't draw massive crowds, mainly because the small version isn't that interesting.

Thursday, September 10, 2009

RFC 1149 alive and well after 19 years!

As a recent experiment in South Africa proved the old RFC 1149, transmission of IP over avian carriers. I think the ISP involved, Telkom, should be very, very ashamed of itself! My sympathies go out to the sysadmins who need to work which such slow lines.

Tuesday, September 08, 2009

Windows 7 and Diana Krall

Now I can hear you wonder, what on earth is the relation between those two? Has the best jazz singer of the last two decades signed a deal with Microsoft?
Not that I know of.

Early last week I got a chance to trade in my aging Lenovo T60 laptop for a slightly newer T61. And I also got invited to participate in my employer's Windows 7 beta program.

So I've been running Windows 7 for about a week now and I love it! It's robust, quick to start and I like the interface. I also, and I never thought I'd write this, the Mediaplayer that came bundled with it. It plays xvid without an extra codec (although you do need a codec for the common AC3 sound, I use Shark's Windows 7 codec pack) and it also seems like the audio playback is way better than my old T60 with Windows XP. So I'm listening to a high-bitrate version of Diana Krall's Departure bay. Excellent song, love the lyrics!


The fading scent of summertime
Arbutus trees and firs
The glistening of rain-soaked moss
Going to the dairy queen at dusk
Down narrow roads
In autumn light

The salt air and the sawmills
And the bars are full of songs and tears
To the passing of the tugboats
And people with their big ideas

Saturday, September 05, 2009

Last portrait for a while


Last portrait for a while
Originally uploaded by j_wijnands.
Soon after I shot this I bumped into my lightstand and discovered the flash wasn't properly secured. So it took a fall to the ground and now it will not turn on.

I am quite upset by this.

Friday, August 28, 2009

Introduction

It’s been quite a while since I wrote anything about Windows. The reason for that is quite simple, I haven’t had any real technical challenges up until now.

Situation: A medium sized windows domain with a time synchronization issue. It had gotten so bad that clients were experiencing Kerberos issues and some applications were displaying irrational behavior.

A quick investigation revealed that due to a change a few weeks earlier the domain had no reliable time source. In addition to that the PDC emulator had been moved to VMware ESX, something my VMware expert tells me is not a good idea.

Further investigation told me that the problems started much earlier than this and that ESX was most likely not the culprit here.

Now, how does time synchronization work? Quite simple really, a client or a member server asks the domain controller serving the logon request. The domain controllers get their time from the PDC Emulator.The PDC emulator gets time either from it’s internal clock, a source on the internet or an external device such as a GPS clock. There’s a very good description of the whole process in KB 884776.

The problems start if your PDC emulator isn’t keeping good time or, and this happened to me, if it’s not advertising on the network as being a reliable time source.

Symptoms

Usually you’ll see things like these in the eventlog:

Date: 27-5-2009
Time: 20:46:32
User: N/A
Computer: DC02
Description:
The time provider NtpClient cannot reach or is currently receiving invalid time data from <ip address> (ntp.m|0x0|<ip address>:123-><ip address>:123).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type: Warning
Event Source: W32Time
Event Category: None
Event ID: 47
Date: 27-5-2009
Time: 20:48:08
User: N/A
Computer: DC02
Description:
Time Provider NtpClient: No valid response has been received from manually configured peer <ip address> after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS name.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type: Error
Event Source: W32Time
Event Category: None
Event ID: 29
Date: 27-5-2009
Time: 20:48:08
User: N/A
Computer: DC02
Description:
The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are currently accessible. No attempt to contact a source will be made for 15 minutes. NtpClient has no source of accurate time.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Event Type: Warning
Event Source: W32Time
Event Category: None
Event ID: 14
Date: 28-5-2009
Time: 1:46:47
User: N/A
Computer: DC02
Description:
The time provider NtpClient was unable to find a domain controller to use as a time source. NtpClient will try again in 15 minutes.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Quick fixes

Google for any of these event ids and you’ll find thousands of discussions. Common causes of this problem:

Windows time service (w32time) isn’t running.
Your system isn’t allowed to make a connection on port 123 UDP to your time source. So, check your service and firewall settings and restart the service (on the command prompt: net stop w32time && net start w32time).

If that doesn’t help…

Check if your domain controllers know and agree which server the PDC emulator is. On a command prompt:

Type ntdsutil, and then press ENTER.
1. Type domain management, and then press ENTER.
2. Type connections, and then press ENTER.
3. Type "connect to server ServerName", where ServerName is the Name of the Domain Controller you would like to view, and then press ENTER.
4. Type quit, and then press ENTER.
5. Type "select operation target", and then press ENTER.
6. Type "list roles for connected server", and then press ENTER.

Check this on at least two domain controllers. If they don’t agree you’ve got a real problem. If any of the roles are on a server that is offline you will need to seize the roles to a working server.

In my case the roles were properly distributed but on the PDC Emulator I still had the problems I mentioned earlier. In an hour I would have several Event ID 37 (currently receiving valid time) and Event ID 38 (ntp client cannot reach or is receiving invalid time data) messages. On the other DCs I had pretty much the same pattern.

So, next step was to make sure the other DCs and member servers were actually set to take their time from the domain. This is set in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters in the string Type. This string can have these values:

# NoSync. The time service does not synchronize with other sources.
# NTP. The time service synchronizes from the servers specified in the NtpServer registry entry.
# NT5DS. The time service synchronizes from the domain hierarchy.
# AllSync. The time service uses all the available synchronization mechanisms.

Now, all systems except my PDC Emulator were in fact set to NT5DS. And yet none were properly synchronizing time.

Hmmm….

Was my PDC emulator doing the proper advertising on the network? Let’s investigate.

C:\WINDOWS\system32>dcdiag

Doing primary tests

Testing server: Default-First-Site-Name\DC01
Starting test: Replications
......................... DC01 passed test Replications
Starting test: NCSecDesc
......................... DC01 passed test NCSecDesc
Starting test: NetLogons
......................... DC01 passed test NetLogons
Starting test: Advertising
Warning: DC01 is not advertising as a time server.
......................... DC01 failed test Advertising

<truncated>

Starting test: FsmoCheck
Warning: DcGetDcName(TIME_SERVER) call failed, error 1355
A Time Server could not be located.
The server holding the PDC role is down.
Warning: DcGetDcName(GOOD_TIME_SERVER_PREFERRED) call failed, error 1355
A Good Time Server could not be located.
......................... domainname.com failed test FsmoCheck

Now, that last sentence about the PDC role holder being down had me puzzled and send me chasing ghosts. Google it and you’ll find numerous discussions where this was true. But in my case it simply wasn’t. I double checked with NTDSutil and it simply was not down!

So… what was going wrong here? At this point I realized that the messages in the event log weren’t very helpful. They are too generic. I wanted to know what was really happening so I turned on debug logging on the Windows Time service. And that gives you information!

149258 09:35:51.3586829s - DomainHierarchy: we are now the domain root. Should be advertised as reliable
149258 09:35:51.3586829s - ClockDispln: we're a reliable time service with no time source: LS: 0, TN: 864000000000, WAIT: 86400000

Quickly followed by two successful synchronizations and a lot of failed ones after that.

At this point I was formulating the hypothesis that there’s some sort of successful/failed ratio that might influence whether or not windows considers itself a reliable source. I was also highly suspicious of my NTP source by now. I asked around and found I had a network connection to another domain that didn’t have this problem. So I decided to set the domain controller of that domain as my time source to see what would happen. I also decided to check my time settings agains the values outlined in KB 816042.

I changed:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer
with the proper IP address (don’t forget to put in a ,0x1 if you enter a name instead of IP address.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags
I set to 5

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval
I changed from 3600 to 900.

And I restarted the time service again. Went to grab a cup of coffee and typed in dcdiag /v /test:advertising

C:\WINDOWS\system32>dcdiag /v /test:advertising

Domain Controller Diagnosis

Performing initial setup:
* Verifying that the local machine DC01, is a DC.
* Connecting to directory service on server DC01.
* Collecting site info.
* Identifying all servers.
* Identifying all NC cross-refs.
* Found 4 DC(s). Testing 1 of them.
Done gathering initial info.

Doing initial required tests

Testing server: Default-First-Site-Name\DC01
Starting test: Connectivity
* Active Directory LDAP Services Check
* Active Directory RPC Services Check
......................... DC01 passed test Connectivity

Doing primary tests

Testing server: Default-First-Site-Name\DC01
Test omitted by user request: Replications
Test omitted by user request: Topology
Test omitted by user request: CutoffServers
Test omitted by user request: NCSecDesc
Test omitted by user request: NetLogons
Starting test: Advertising
The DC DC01 is advertising itself as a DC and having a DS.
The DC DC01 is advertising as an LDAP server
The DC DC01 is advertising as having a writeable directory
The DC DC01 is advertising as a Key Distribution Center
The DC DC01 is advertising as a time server
The DS DC01 is advertising as a GC.
......................... DC01 passed test Advertising

Yesss!!!

I restarted the time service on the secondary domain. It immediately confirmed it was synchronising by logging and event id 35.

Event Type: Information
Event Source: W32Time
Event Category: None
Event ID: 35
Date: 28-8-2009
Time: 12:33:06
User: N/A
Computer: DC02
Description:
The time service is now synchronizing the system time with the time source dc01.domain.com (ntp.d|<ip address>:123-><ip address>:123).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Lessons learned

  • A lot of people experience time problems that are related to either the service not running or a firewall blocking UDP traffic on port 123.
  • Don’t use net time anymore, use w32tm instead.
  • Check if your servers are getting time from the domain (that NT5DS key)
  • Troubleshooting starts at your PDC Emulator.
  • If your PDC Emulator isn’t advertising properly your domain will not synchronize.
  • Turn on debug logging on the Windows Time service if you’re into serious issues.
  • You need a reliable time source that’s well connected to your network.
  • You should monitor your event logs on warnings and errors generated by the w32time.

Wednesday, August 26, 2009

Well... I've put in a bit of practice. The set is portable, it straps to the outside of my lowepro flipside 300. I used it at my wife's brothers birthday for a few family snaps.

This one turned out nice but for the distraction in the background.

Square

Nothing a crop couldn't fix.


DSC_7089_DXO copy2

Someone commented on one of my earlier shots at flickr. I tried to use my secondary flash, aSB-26, to provide light in the background to make it brighter and whiter. That failed rather spectacular.


And sometimes I get it wrong

Way too much light in the background. This is still a bit of a puzzler to me. There's loads of information out there that mentions how great two flashes in full manual are but very little on how exactly you set a manual flash.

I think I'll hit the SB-26 manual, see what that says.

Saturday, August 22, 2009

Something that’s been on my list for a while now is to shoot portraits with an improvised “Strobist” style setup.

Tuesday I was in the Rotterdam area so I paid a visit to kamera-express. They did have umbrellas for a good price but to mount that on a tripod all they had was an expensive piece of manfrotto kit (the 026 lite tilt umbrealla adapter). So, I asked around and Camex in Amsterdam had a much cheaper Hama adapter (part nummer 6079).

Picked it up this morning. An SB-600 I already had and an old tripod which will do untill I can get a lightstand.

Mounted together it looks like this:

So I decided to give it a try. SInce I’m shooting a nikon D300 with a SB-600 I don’t need to use cactus triggers but can rely on Nikon’s CLS

With the first dozen of shots I found these two:

Now, I’m quite pleased with these. Not because they’re exceptional quality but because these were shot with no experience with a setup like this, with no special preparation except for getting my lighting equipment out. This was shot in my living room with nothing special, not even a backdrop.

Tuesday, August 18, 2009

Getting your whitebalance just right...

That's something often overlooked by the beginner and too many intermediate photographers. Get it just right and your pics will look that much better. Get it wrong and you'll get pics that just look "Wrong". Get it really wrong and you get nasty red or blue casts.
Many current DSLR cameras feature autowhitebalance which is mostly ok between 3500 and 6000 degrees kelvin. And they have presets which almost never match what you're doing. Get a bit of practice and you can guesstimate light color.
There's ways around this of course, the easiest is to shoot a custom whitebalance from a piece of plain white paper. Or buy a special test card. Or spend a lot of money on a special lenscap.

You can also really dive into the matter which is what Leon Goodman has done. I've not read the entire article with care yet but at a

Saturday, August 15, 2009

Birthday present 2009


new toy
Originally uploaded by j_wijnands.
A redged MT-523 monopod with, for the next few months, a simple Calumet head. Combination feels very sturdy and I think it's a good compromise between stability and easy of use.

Tuesday, August 11, 2009

Windmill


Windmill
Originally uploaded by j_wijnands.
Went for a drive in my lunchbreak. The south part of the Haarlemmermeer is a place that I seldom visit. I did today and found this windmill.

Sunday, August 09, 2009

How far can you go as a nature photographer?


tiny toad
Originally uploaded by j_wijnands.
Yesterday,I read something about a photographer who used a plant mister on a fly to get it to sit still long enough (Always a challenge with flies).

That reminded me of the, to me, despicable practice of some nature photographers. They catch an animal, freeze it to within an inch of it's live (or beyond) and then start photographing it.

This morning I found this little toad on a busy path playing death. Not a safe place to do that when a hord of joggers was about to stampede over that patch. So I picked him up and put him somewhere safe.

To me that's pretty much the limit of what I'll do to an animal to take a picture of it.

Friday, August 07, 2009

100mm tokina doubts resolved


Vanessa atalanta
Originally uploaded by j_wijnands.
Recently I've had a very low keeper ratio with the tokina 100mm 2.8 macro. So low that I was wondering if I had to go trough the trouble of using the AF fine tune on the body.

Yesterday I noticed this butterfly, Vanessa Atalanta to be specific, on a bush in my garden. I shot about a dozen frames of it. 2 where not shapr because I focussed on the wrong spot. The rest turned out as this one did. Sharp where it counts.

Looking back I think the low keeper ratio was a combination of me getting used to my new camera, poor technique and wind moving the branches on which the insects sat.

Anyway, this shot proves again that the tokina with the D300 is as good a combination as the person using it.

Now all I have to learn is how to do shots like this from a tripod.

Sunday, August 02, 2009

Exeter Cathedral 1


Exeter Cathedral 1
Originally uploaded by j_wijnands.
Or how you can make AWB to your advantage. No, this isn't shopped, just converted from NEF to JPG. The color difference is purely from the camera's whitebalance.

Thursday, July 30, 2009

Hobgoblin


Hobgoblin
Originally uploaded by j_wijnands.
Every vacation I shoot one of these. This year it's Hobgoblin. A nice, dark red beer with loads of flavor and depth. Of course not for sale here.

Tuesday, July 28, 2009

God I miss Dartmoor


Dartmoor 8
Originally uploaded by j_wijnands.
One of the most impressive places I've ever been. What I wouldn't give to be able to walk here and keep on walking... Walk in perfect solitude and at the end of the day a dry place to sleep, a bowl of stew, some crusty bread, a pint of dark ale and a good nights sleep.. And repeat the next day untill all my worries have leaked out of my mind.

Friday, July 24, 2009


Another panorama
Originally uploaded by j_wijnands.
Or Image Composite Editor as they prefer to call it. It's free and can be found here: http://research.microsoft.com/en-us/um/redmond/groups/ivm/ICE/

I downloaded when I, once again, got an error message from Photoshop's photo stitcher function.

This is way better than photoshops. Handles a lot of formats, autodetects what's the best solution is and stitches. Two drawbacks
1. It's extremely slow in VMWare
2. It tends to default to saving a very small version of your pano.

Besides that I really like it.I just use it to stich horizontal panoramas and export to plain old jpg but this tool can handle loads of things such as HD view and Silverlight deep zoom

Sunday, July 19, 2009

God, it's hard to be back


Looe bay
Originally uploaded by j_wijnands.
I've come to the conclusion that I really like the UK and adore Cornwall.

Thursday, June 25, 2009

Railroad perspective in black and white

Funny this, 5 views, 2 favorites and 1 comment. So the few people who see it like it.

I've just upgraded my Dxo filmpack. Lovely piece of software, highly recommended.

Sunday, June 21, 2009

Esther being herself


DSC_5172
Originally uploaded by j_wijnands.
Despite the obvious mistakes here I really do like her expression

Saturday, June 20, 2009

Panorama time


Untitled_Panorama1
Originally uploaded by j_wijnands.
Sometimes you just got to.
Does this justify a panorama head for a tripod? Not yet.

Friday, June 19, 2009

Blackberries and chocolate as far as the eye can see

Bakesale at the kids' school. Liked the looks of this cake. Jpg and even set to vivid, get an eyeful people, this is something you wont' often see...

Thursday, June 18, 2009

Graduated Neutral Density filters part 1

Let me start with a disclaimer. This post describes my experiences. I am by no means an expert, I’m just writing this to order my own thoughts, for the fun of it and for the slight chance that people with even less knowledge than I have may find it useful.

All example pics are clickable and will lead to flickr where you’ll find different sizes and full exif.

A recent article in Amateur Photographer got me interested in using neutral density filters in my landscape photography. Landscape shots can be demanding because you’re often dealing with a lot of dynamic range. A typical landscape shot can end up like this.

Shot in matrix metering. 3/4 of the picture is sky so the camera tries to expose the whole scene properly but ends up with a sky that’s more or less acceptable and a ground that’s just too dark.

I must add here that my Nikon D300 outperforms the s*** out of my old D50. With the D50 the ground would have been much darker and lost detail.

Anyway, enter the gradual neutral density filter.

What is it?

It’s a filter where one part is colored and the other part isn’t. They exist in two main types, screw-in and rectangular in a holder. I’ve looked at the screw-in type and consider it less than ideal. It’s not flexible, you’re depended on what the manufacturer has decided for you.

Instead I went for a system with rectangular filters. Because I’m on a limited budget and because of availability I went for Cokin. Cokin is a well known French filter maker that many of us remember from the film days. They’re not dead yet even though I don’t really see a use for many of their products any more.

Cokin makes filters in 4 sizes. For us hobby photographers on a limited budget only the smallest two are of interest. A-system which will fit lenses up to 62mm. I went for the P-system which will fit lenses up to 82mm. P-system is a bit more expensive but because the filters are bigger (84mm wide instead of 67mm) there’s more room to move them and some of the lenses that are on my someday list have a 67mm thread.

Cokin sells single filters but also kits. I selected the H-250 kit  which includes:

  • Gradual Grey G2 (ND2)
  • Gradual Grey G2 (ND4)
  • Gradual Grey G2 Soft (ND8)
  • P-system holder

Now for the holder to mount on the filter thread on the front of your lens you need an adapter ring. They are relatively cheap and available in loads of sizes. I selected 52mm for my 50mm and 18-55 zoom and 62mm for my 28-105mm zoom. I bought all this mail order from Foto Konijnenberg. Ordered and paid on Monday, received it yesterday.

 

I also ordered the P255 stackable hood, more on that in a future post.

Using it

Open all the packages, slide the appropriate ring in the holder, screw it on your lens and you’re ready to go.

It’s not quite that simple of course. I started by digging up the old Velbon tripod I have on long-term loan from my dad. Went to a nice spot just outside town and set up. I metered in spot metering off the ground of the image and then set the camera on the tripod. To establish a baseline I first took the shot in matrix metering:

Like I said, results like you would expect. I then slid in the first filter, the 121L which should help cover a two stop difference between the sky and the ground.

It took me some fiddling to get it properly positioned. Fortunately I remember something I read here where they advise you to use the DoF preview button to check the placement of the filter. That does help.

I then tried the 121S which is a whopping 8 stops but with a softer transition between the colored and the blank part.

So… it does work. What I have learned already is that your metering requires real attention when you’re doing this. You do need to know rather exactly the difference in stops between the ground and the sky. That’s a matter of shooting discipline.

What I need to learn and to gain some experience in is positioning the filter properly and quickly and shooting without tripod. Yes, I know  I shouldn’t but the main reason I bought this kit now is our family vacation to Cornwall and Devon this summer and I can’t have the rest of the family waiting around for minutes while I set up for a single shot.

There you have it, my first small steps in filter usage and yet another step in learning proper landscape photography.

Sunday, June 14, 2009

One of my worst shots in a long time


tiny frog
Originally uploaded by j_wijnands.
Well, that's what I thought when I noticed how badly this was focussed. Then I looked again and noticed it has a certain something. The incredible Dof..

Just don't view it bigger.

Saturday, June 13, 2009

Forest view


Forest view
Originally uploaded by j_wijnands.
This is one of those pics that's just very me. Shot in Leiduin, an old estate with english style landscape gardens. I very deliberately exposed for the light green near the vanishing point. The trees are darker but it all very much reminds of how it actually is there.

Sunday, June 07, 2009

Simple birdshot? Or not?


Wren
Originally uploaded by j_wijnands.
The wren, also known as winter wren or, in dutch, winterkoninkje. At 10cm length it's a LOT smaller than the common house sparrow which we all know as a tiny bird. It's so small and light that I suspect it's the smallest bird of north-west europe.

It's quite easily startled, usually it's a challenge to get closer than 5 meters to wild birds like this.

In this case I was very lucky. This bird followed me for a few meters hopping from branch to branch, chattering at me. It came so close that I could get this shot with my humble Sigma 70-300.

Saturday, June 06, 2009

young planespotter


young planespotter
Originally uploaded by j_wijnands.
I love pics like this. Spent an hour or so with Bas and Akos shooting some planes. Bas is now using my D50.

Tuesday, June 02, 2009

Going Walkabout

Or, as close as you can get in my densely populated world.

My friend Akos has just bought a D90 and was interested in going outside and putting it trough it’s paces. I figured it might be nice to have some company on one of my walks and I find it rewarding to help a new photographer with those faltering few first steps. So on a bright sunday morning we set out for my 8km walk near Zandvoort.

Yes, that’s me on my size 16 Meindls with my new White Rock hat. For some reason I can’t take pictures well while wearing sunglasses and I find that now I’m older bright sun on my head gives me sunstroke way faster than it used to so this is my solution. On my right hip a 1 liter canteen US Army model I picked up in a local army surplus store for a few euros. On hot days like this protection from the sun is important but drinking enough is even more important. A doctor once told me that if you don’t need to piss you don’t drink enough. Still good advice I think.

The photography kit is safe in a lowepro flipside 300.

This walk leads you along a lot of rather bare dune landscape. Just one good shot there of a caterpillar crossing the road.

 

A bit further on I did manage a good landscape snap.

And here’s a shot Akos did of me doing this:

The color difference is significant. I think mine is close to the truth, the other shot seems a bit overexposed and more saturated than mine.  I like this a lot, it shows clearly what photography means for me. Just me alone with nature capturing it’s beauty.

Near the end of our walk we saw a lot of young rabbits.

A few years ago myxomatosis took a terrible toll on the rabbit population. I’m glad to see it’s recovering now. Not only because adolescent rabbits such as this one are a nice sight but also because they are an important part of the food chain.

I had hoped to get a better shot of a sand lizard but it was just too warm and sunny and these lizards are very quick when they are properly warmed.

This one I shot the day before.

That’s it. A nice walk, healthy exercise, some good shots from a small bit of nature that manages to survive in the overcrowded west of my country. The walk itself is mapped here.

Some day I hope to visit one of the bigger nature reserves in North America for some serious hiking and shooting.

Sunday, May 31, 2009

Sometimes the subject matters a lot


Sand Lizard aka Lacerta agilis
Originally uploaded by j_wijnands.
I've been after one of these for about a month. They're skittish and well camouflaged. Finally I got one. With the trusty ol' 28-105.

Sand lizard also known, in dutch, as dune lizard. One of the 4 species of lizard native to the Netherlands.

Friday, May 22, 2009

Ai Chihuahua!


Ai Chihuahua!
Originally uploaded by j_wijnands.
Or, what you can do if you take your camera with you. Spotted this and had the d300 with me.

small fry


small fry
Originally uploaded by j_wijnands.
About the limit of my tokina I think. These were freshly hatched and about 3mm.

Thursday, May 21, 2009

living in my garden


DSC_3621
Originally uploaded by j_wijnands.
This sort of bee. I got an "insect hotel" which is a wooden frame with pieces of reed like you can see here. All sorts of insects live there now.

Sunday, May 17, 2009

Black Cormorant


Cormorant
Originally uploaded by j_wijnands.
Sloppy nest builders these birds. They'll land in the top of a tree and wrestle away whatever small branch they can.

I still remember sometime in the second part of the 1980s. The first breeding pair was back and it made the news. These days there's thousands of these birds around and they're pushing other fish eating birds away.

Wednesday, May 13, 2009

Peanutball


Peanutball
Originally uploaded by j_wijnands.
Or how I love that D300. Lovely action shot this!

Seems like the year has flown by, already it's may again and the yearly peanutball tournament is here again.

Tuesday, May 12, 2009

Pied wagtail in flight


Pied wagtail in flight
Originally uploaded by j_wijnands.
This is hard. The D300's AF system is excellent but my Sigma 70-300 isn't the fastest to focus and I don't have the skills yet to track these birds.

Sunday, May 10, 2009

What's horizontal?


base player
Originally uploaded by j_wijnands.
One of my pet peeves in photo processing is pictures that are a few degrees short of proper horizontal or vertical.

When I used photoshop as my main editing tool I used ptlens to correct this. In Capture NX it's build in. These tools tend to work by the user (that's me) identifying a straight line. Usually works great.

However, in situations like these it can pose problems. The building is 400+ years old and the window isn't very straight any more. The base player? I doubt it, he was pretty mobile and enjoying his music. An object on the ground? Again, doubtfull, the ground wasn't perfectly level.

In the end I fiddled with it, rotated it about 3 degrees counterclockwise and left it at that.

Friday, May 08, 2009

Sunshine on my cappuccino


Sunshine on my capuccino
Originally uploaded by j_wijnands.
I've never been a fan of franchise restaurants. But today I went to a Bagels and Beans in Leiden and decided I like it. Good, fresh bagels, nice staff, decent coffee. Good concept. OK, the bagels are a little lighter than they should be and the cappuccinos are huge but there's a big audience for that.
Only thing I really didn't like were the very sweet muffins but that's personal. Since I bake these things myself I've tweaked my recipe to be less sweet. I like it that way but it does mean I find most other muffins (and a lot of pastry) too sweet. Other people won't have this problem I expect.

Thursday, May 07, 2009

At the feeder


At the feeder
Originally uploaded by j_wijnands.
One of the gang of 7 house sparrows that come to my feeder. Tricky shots with my simple sigma 70-300.

Annual pilgrimage to the efteling


Lost!
Originally uploaded by j_wijnands.
And just as every year we went to visit the efteling. Bought a new map and still had a hard time navigating trough the sprookjesbos.