Except that some things are only worth taking a picture of if you have the right gear. (Yeah, the subsequent paragraphs kinda agree with this, but I do think it’s worth spelling out that for some sorts of photos, “the camera you have with you” may well be sufficiently unsuitable as to be useless.)
They say that gear doesn’t matter, but it does
11–20 of 49 posts
Re: They say that gear doesn’t matter, but it does
#12People very often ask me what camera I used to take a photo. When they do, it's usually the Pixel! Maybe 80% of the time it's a phone camera shot.
Of course highly specific gear matters for sports shooting (as he mentions) or wildlife shooting (telephoto), but otherwise limitations don't matter too much. Blurry or lower dpi photos are OK. Quick editing on your phone is OK. Finding the right photo in the world is still what matters most.
One of the reasons I love the Leica Q2, with its fixed 28mm lens (no zooming, no changing lenses), is that it forces you to find these photos. You're not thinking about gear, about what to bring or how to start. Instead you spend your energy just seeing and moving (zoom with your feet only) and I think this makes you a better photographer than one with a bigger gear loadout. It's also why I think I can seamlessly switch between my 'real' camera and my phone when thinking about what to point at, since I'm married to just a single focal length.
Since I always have my phone, I get more shots on my phone, and maybe to the audience those are the most impressive shots, so they ask, and they find out I'm using a phone camera. The gear definitely doesn't matter that much.
Re: They say that gear doesn’t matter, but it does
#13Re: They say that gear doesn’t matter, but it does
#14Does ski matter to beginners? Say, for a Ski beginner who can cruise light blue runs with ugly movement when carving? Should I just pick a pair in a certain price range, or pay close attention to all kinds of parameters.
If you don't know/care, you should probably go to the local rental shop and buy a pair from them at the end of the season.
Re: They say that gear doesn’t matter, but it does
#15I think the sentence describe it perfectly.
Gear won't take good photos. But it sure makes it easier if you know what you are doing. And it also opens new possibilities.
It is all good, IF you know how to use it. Probably the best advice I got when I started was to settle on a simple piece of gear, fairly constrained, and learn how to use it creatively. I settled on a Fuji X100s which is prime, non interchangeable lens. I learned everything about it for the next year and I am probably better photographer for it. When you learn everything about your fairly simple camera you can start learning how to use it creatively. The camera itself becomes your tool and you learn to predict what is going to happen and what is/not going to work in a particular situation. Those skills, for some reason, transfer when you change to other cameras.
Give my full frame with my expensive lenses to my wife and the pictures are worse than she would do on a phone. It is just too complicated for her to be thinking about the photo, not that she pays a lot of attention to the composition anyway.
So what is the application?
Whatever you do, try to understand different aspects of your craft and maybe figure out which of those aspects you are underutilising and how you could force yourself to learn them better.
For example, as a developer, decades ago, I was thrown on a project that required me to write a lot of code in a very constrained environment (embedded C, low memory, etc.) without being able to compile and run it. I was able to run my code once a week.
I probably learned more about programming working for 3 years on this project than I learned over the rest of my career before and after. I learned that compile/run/fix loop is a crutch that most people never wean themselves of because it is just so damn convenient. I learned that you can teach yourself to write code for days and then get it to work correctly on the first try (most of the time). I learned it gives you superpowers.
I can now barely stand watching people who can't predict what their code does, it feels so amateurish. I know I did the same and I know it was a chance that I learned it, but still.
It also makes your code much, much more bug free and reliable. Because QA/QC/code reviews, etc. only find certain types of problems that manifest themselves fairly easily. To reduce other types of bugs you have to create less bugs in your initial version because nobody will ever find them and fix them for you. Those bugs are still there and will manifest themselves in those rare occasions or when you refactor the software a bit. It also means when you are done coding the application is pretty much production ready -- there is no QA/QC phase where bugs are getting fixed.
Re: They say that gear doesn’t matter, but it does
#16Does ski matter to beginners? Say, for a Ski beginner who can cruise light blue runs with ugly movement when carving? Should I just pick a pair in a certain price range, or pay close attention to all kinds of parameters.
Re: They say that gear doesn’t matter, but it does
#17I mean c'mon, look at Golang. It is not a good language[0][1]. And yet, folks built k8s with it, and many other things.
It's like that with photographic gear too. Just like the best camera is the one you have, the best language is the one that all your domain experts can use. And if they're good at knowledge and design, but shitty at programming, golang it will be.
But it's also worth noting that k8s was not written in C++. Tools matter.
[0] https://yager.io/programming/go.html [1] https://xetera.dev/thoughts-on-go/
Re: They say that gear doesn’t matter, but it does
#18As someone who does photography and videography, "Gear doesn't matter" is less about that the gear doesn't matter at all, but more that beginners tend to focus more on getting good gear rather than sharpening their skills, before they have the skill to use better/more advanced gear. A bit like buying really good monitors for audio production before you really trained your hearing so you won't hear any difference betw…
I think this is tied in with Adam Savage's observation that practice alone gets you 80% of the way to mastery. Talent is what gets you the the other 20%. Gear strikes me as being similar. High-end gear won't really improve the work of someone who is much below the 80% mastery mark, but it can make all the difference in the world to someone above it. I also really like his approach to buying gear: if it's the first of…
I call this the Harbor Freight tool philosophy! If you need a tool that you do not have, buy it from Harbor Freight (the store sells very cheep but still functional tools). If (and only if) you wear out the Harbor Freight tool, then you know that your use-case deserves a higher level of investment and you go and buy the best version of the tool you can afford. This is a very simple and practical measure (for DIY folks) to decide what equipment to invest in.
Re: They say that gear doesn’t matter, but it does
#19Re: They say that gear doesn’t matter, but it does
#20Saying that gear doesn't matter is like old fogey programmers saying that programming languages don't matter. A good programmer can wrangle code in anything reasonably practical. And I say that as one of those old fogey programmers. I mean c'mon, look at Golang. It is not a good language[0][1]. And yet, folks built k8s with it, and many other things. It's like that with photographic gear too. Just like the best camer…