Files
cjsatnarine.space/projects/frolicking_photographer/nikon-camera/index.html

62 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CJ Satnarine</title>
<link rel="stylesheet" href="/style.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@0.174.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@0.174.0/examples/jsm/"
}
}
</script>
<script type="module" src="/main.js"></script>
<script type="module" src="/window.js"></script>
</head>
<nav>
<a href="https://cjsatnarine.github.io/">Home</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/blog/"><strike>Rants</strike> Posts</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/projects/">My Stuff</a>
<span id="text"> | </span><a href="https://cjsatnarine.github.io/stuff_I_like/">Stuff I Like</a>
<hr>
</nav>
<body>
<section class="section">
<div class="container">
<h1 id="title" class="title">
Nikon D70s
</h1>
<p>Some time in the July of 2025, I managed to get my hands on a Nikon D70s DSLR that was sitting around for years. I got it with a <code>Nikon NIKKOR 70-300mm f/4.0-5.6 D AF ED Lens</code> and a <code>Nikon DX SWM ED IF Aspherical 67 AF-S Nikkor 18-70mm 1:3.5-4.5G ED</code>. Honestly, I don't know what any of this means, but with time I'll learn. I was hoping to learn photography with this camera, however, we have a problem:</p>
<p><img src="https://cjsatnarine.github.io/projects/frolicking_photographer/nikon-camera/fungi_friends.png" alt="Fungi in lens" /></p>
<p>It seems that though the nearly one decade of the camera sitting around has allowed a colony of fungi to reside in both lenses. Even though I have computer refurbishing experience, I am genuinely too afraid to open up the lenses because I'm not confident I would be able to put them together.The above image is from the <code>70-300mm</code> lens, which looks pretty bad. The other lens, the <code>18-70mm</code>, isn't as <em>bad</em>, but the fungi is still pretty visible:</p>
<p><img src="https://cjsatnarine.github.io/projects/frolicking_photographer/nikon-camera/fungi_on_moon.png" alt="Fungi with moon" /></p>
<p>I'm going to have to fix this eventually. Somehow. Anyway, here's one of the first pictures I took with the camera:</p>
<p><img src="https://cjsatnarine.github.io/projects/frolicking_photographer/nikon-camera/dark.png" alt="dark" /></p>
</div>
</section>
</body>
<footer id="footer">
<center>
<a href="https://evilr.ing/cjsatnarine/previous">&lt;</a>
<a href="https://evilr.ing">EVILRING</a>
<a href="https://evilr.ing/cjsatnarine/next">&gt;</a>
<p> Made with <a href="https://www.getzola.org/">Zola</a></p>
</center>
</footer>
</html>