<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://jimorc.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://jimorc.github.io/" rel="alternate" type="text/html" /><updated>2026-07-27T20:54:42-04:00</updated><id>https://jimorc.github.io/feed.xml</id><title type="html">I Live in a Tech World</title><subtitle>Thoughts and musings on technology, including photography, computing, software development, and information security.</subtitle><author><name>Jim from I Live in a Tech World</name></author><entry><title type="html">Camera Categories Types</title><link href="https://jimorc.github.io/photography/camera-types/" rel="alternate" type="text/html" title="Camera Categories Types" /><published>2026-07-17T00:00:00-04:00</published><updated>2026-07-17T00:00:00-04:00</updated><id>https://jimorc.github.io/photography/camera-types</id><content type="html" xml:base="https://jimorc.github.io/photography/camera-types/"><![CDATA[<p class="notice--info">I am a stills photographer. I do not shoot any video, and do not use specialised devices such as drones, or underwater, trail or film cameras. This post, as with all other photography-related posts on this website therefore
discusses stills photography only, and is aimed at beginning stills photographers.</p>

<p class="notice--info">Except where indicated, the information in this post was retrieved from
<a href="https://nokishita-camera.com/sensor-size-comparison-find-your-best-camera-fit/">Sensor Size Comparison: Find Your Best Camera Fit</a>. You should read that post
for greater detail.</p>

<p>There are many different ways to categorise cameras. For example, cameras can be categorised by media type; sensor size; single or interchangeable lens; viewfinder, electronic screen, or rangefinder; and so forth. In this post,
I will attempt to classify, clarify, and cross-reference these categories. So let’s begin.</p>

<h1 id="sensor-types">Sensor Types</h1>

<p>Digital cameras use one of two sensor types: Charge Coupled Device (CCD) and Complementary
Metal-Oxide-Semiconductor (CMOS). CCD sensors were used in cameras up until about 2005 or so, with CMOS sensors
being used from the early 2000’s onwards.</p>

<p>CCD sensors have traditionally produced higher quality, lower noise images. CMOS sensors are more power efficient,
and have advanced to be just about on par with CCD sensors in terms of quality and noise performance.
For a detailed discussion of the differences between CCD and CMOS sensors, and how camera sensors work, see
<a href="https://petapixel.com/what-is-ccd-cmos-sensor/">What is the Difference Between a CCD and CMOS Camera Sensor?</a>.
Since all sensors in modern still photography cameras are CMOS type, the differences are not germaine to this
discussion.</p>

<h1 id="sensor-sizes">Sensor Sizes</h1>

<p>Sensor size (both physical dimensions and the number of pixels on the sensor) affects a number of characteristics,
such as low light performance,
depth of field, and out of focus quality (bokeh). For example, a 1/2.3 sensor has extremely poor low light
performance, but larger
depth of field (the amount of the image that appears in focus) and much less bokeh for the same lens
aperture setting than any of the larger sensors.</p>

<p>Sensor size also affects the size of lenses required to cover the full area of the sensor. For each increase
in sensor size, lenses must be larger in diameter and therefore are heavier in weight. Compare, for example,
the lenses for the cameras in your smartphone to the lenses on a typical full frame camera.</p>

<table>
  <thead>
    <tr>
      <th>Size Name</th>
      <th>Physical Size</th>
      <th style="text-align: center">Crop Factor</th>
      <th>Pixel Density</th>
      <th>Low Light Performance</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1/2.3*</td>
      <td>6.17mm x 4.55mm</td>
      <td style="text-align: center">5.64</td>
      <td>up to about 14 MPixels</td>
      <td>very poor</td>
    </tr>
    <tr>
      <td>1 Inch (1in)**</td>
      <td>13.2mm x 8.8mm</td>
      <td style="text-align: center">2.7</td>
      <td>3 to 48 MPixels</td>
      <td>poor</td>
    </tr>
    <tr>
      <td>Micro Four Thirds (MFT)</td>
      <td>17.3mm x 13mm</td>
      <td style="text-align: center">2</td>
      <td>16 to 20 MPixels</td>
      <td>fair</td>
    </tr>
    <tr>
      <td>APS-C</td>
      <td>24mm x 16mm***</td>
      <td style="text-align: center">1.5 to 1.6</td>
      <td>20 to 35 MPixels</td>
      <td>good</td>
    </tr>
    <tr>
      <td>Full Frame (FF)</td>
      <td>36mm x 24mm</td>
      <td style="text-align: center">1</td>
      <td>20 to 60 MPixels</td>
      <td>better</td>
    </tr>
    <tr>
      <td>Large and Medium Format (LF)</td>
      <td>up to 53.4mm x 40mm<em>**</em></td>
      <td style="text-align: center">0.64</td>
      <td>50 to above 100 MPixels</td>
      <td>best</td>
    </tr>
  </tbody>
</table>

<p>*There are actually a number of different size designations ranging from 1/3 to 1/1.7 with corresponding
physical size differences, but 1/2.3 is the most common, and therefore the only one listed here.</p>

<p>**Called 1 Inch for historical reasons.</p>

<p>***Canon’s APS-C sensors are 22.5mm x 15mm.</p>

<p><em>**</em>Fujifilm GFX cameras have a sensor size of 43.8mm x 32.9mm.<sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup></p>

<h1 id="camera-types">Camera Types</h1>

<p>DSLR</p>
<ul>
  <li>interchangeable lenses</li>
  <li>sensor is fronted by a two screen shutter which is in turn fronted by a mirror that diverts the light entering
  the camera into a pentaprism and then out the viewfinder.</li>
  <li>some DSLRs also have a rear electronic screen which may display the same image as the viewfinder.</li>
  <li>any of large and medium format, full frame, APS-C, and Micro four Thirds</li>
  <li>When the shutter button is pressed, the screen flips up out of the way, first shutter screen opens, and at the
  end of the exposure, the second shutter screen closes.
Mirrorless</li>
  <li>interchangeable lenses</li>
  <li>sensor may be fronted by a one or two screen shutter which remains open. The sensor is read continuously and the
  image is fed directly to an electronic viewfinder or electronic screen on the rear of the camera.</li>
  <li>Point and shoot</li>
  <li>automatic settings making it simple to use</li>
  <li>usually 1/2.3 sensor</li>
  <li>fixed lens with either a fixed focal length or small zoom range (1-3x is typical)</li>
  <li>poor low light performance
Compact</li>
  <li>similar in size to point and shoot, but with advanced camera settings</li>
  <li>may have larger sensor than point and shoot. At least one has a full frame sensor.</li>
  <li>fixed lens with either a fixed focal length or small zoom range (1-3 types is typical)</li>
  <li>poor low light performance
Bridge</li>
  <li>fixed lens with very large zoom range (1-24x up to 1-60x)</li>
  <li>usually 1/2.3 sensor size so poor low light performance
Large and Medium format
Smartphone
Rangefinder</li>
</ul>

<p>Sensor Sizes
1/3 to 1/1.7
1/2.3 is a typical size, about 6.17mm x 4.55mm
budget point and shoot cameras
older smartphones and entry level phones
pocket zoom cameras
poor low light performance</p>

<p>1 Inch
13.2mm x 8.8mm (actually 15.9mm diagonal, not 25.4mm which is 1 inch)
newer smartphones
poor low light performance, but better than 1/2.3</p>

<p>Micro Four Thirds
17.3mm x 13mm
offers balance between compact camera and lens size, and performance
better low light performance than 1 inch sensor, but poorer than APS-C</p>

<p>APS-C
22.5mm x 15mm (Canon) to 24mm x 16mm (Other manufacturers)
good balance between image quality, low light performance, and cost</p>

<p>Full Frame
36mm x 24mm (same as 35mm film)
very good image quality, low light performance, and superior depth of field control</p>

<p>Large Format
43.8mm x 32.9mm (Fujifilm GFX) up to 53.4mm x 40mm
best image quality, incredible depth of field
significantly more expensive than full frame bodies and lenses</p>

<h2 id="camera-type-vs-lens-type">Camera Type vs Lens Type</h2>

<table>
  <thead>
    <tr>
      <th style="text-align: left">Type</th>
      <th style="text-align: center">fixed focal length</th>
      <th style="text-align: center">zoom</th>
      <th style="text-align: center">interchangeable</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: left">Point and Shoot</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Compact</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Smartphone</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Bridge</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Rangefinder</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">DSLR</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
    </tr>
    <tr>
      <td style="text-align: left">Mirrorless</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
    </tr>
  </tbody>
</table>

<h2 id="camera-type-vs-sensor-size">Camera Type vs Sensor Size</h2>

<table>
  <thead>
    <tr>
      <th style="text-align: left">Type</th>
      <th style="text-align: center">1/2.3</th>
      <th style="text-align: center">1in</th>
      <th style="text-align: center">MFT</th>
      <th style="text-align: center">APS-C</th>
      <th style="text-align: center">FF</th>
      <th style="text-align: center">LF</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style="text-align: left">Point and Shoot</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Compact</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">rare</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Smartphone</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Bridge</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Rangefinder</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">DSLR</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center"> </td>
    </tr>
    <tr>
      <td style="text-align: left">Mirrorless</td>
      <td style="text-align: center"> </td>
      <td style="text-align: center"> </td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
      <td style="text-align: center">✓</td>
    </tr>
  </tbody>
</table>

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:1" role="doc-endnote">
      <p><a href="https://ymcinema.com/2024/03/23/fujifilm-gfx-100s-medium-format-mirrorless-camera-is-1600-off/">Y. M. Cinema Magazine</a> <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name>Jim from I Live in a Tech World</name></author><category term="Photography" /><category term="cameras" /><summary type="html"><![CDATA[I am a stills photographer. I do not shoot any video, and do not use specialised devices such as drones, or underwater, trail or film cameras. This post, as with all other photography-related posts on this website therefore discusses stills photography only, and is aimed at beginning stills photographers. Except where indicated, the information in this post was retrieved from Sensor Size Comparison: Find Your Best Camera Fit. You should read that post for greater detail. There are many different ways to categorise cameras. For example, cameras can be categorised by media type; sensor size; single or interchangeable lens; viewfinder, electronic screen, or rangefinder; and so forth. In this post, I will attempt to classify, clarify, and cross-reference these categories. So let’s begin. Sensor Types Digital cameras use one of two sensor types: Charge Coupled Device (CCD) and Complementary Metal-Oxide-Semiconductor (CMOS). CCD sensors were used in cameras up until about 2005 or so, with CMOS sensors being used from the early 2000’s onwards. CCD sensors have traditionally produced higher quality, lower noise images. CMOS sensors are more power efficient, and have advanced to be just about on par with CCD sensors in terms of quality and noise performance. For a detailed discussion of the differences between CCD and CMOS sensors, and how camera sensors work, see What is the Difference Between a CCD and CMOS Camera Sensor?. Since all sensors in modern still photography cameras are CMOS type, the differences are not germaine to this discussion. Sensor Sizes Sensor size (both physical dimensions and the number of pixels on the sensor) affects a number of characteristics, such as low light performance, depth of field, and out of focus quality (bokeh). For example, a 1/2.3 sensor has extremely poor low light performance, but larger depth of field (the amount of the image that appears in focus) and much less bokeh for the same lens aperture setting than any of the larger sensors. Sensor size also affects the size of lenses required to cover the full area of the sensor. For each increase in sensor size, lenses must be larger in diameter and therefore are heavier in weight. Compare, for example, the lenses for the cameras in your smartphone to the lenses on a typical full frame camera. Size Name Physical Size Crop Factor Pixel Density Low Light Performance 1/2.3* 6.17mm x 4.55mm 5.64 up to about 14 MPixels very poor 1 Inch (1in)** 13.2mm x 8.8mm 2.7 3 to 48 MPixels poor Micro Four Thirds (MFT) 17.3mm x 13mm 2 16 to 20 MPixels fair APS-C 24mm x 16mm*** 1.5 to 1.6 20 to 35 MPixels good Full Frame (FF) 36mm x 24mm 1 20 to 60 MPixels better Large and Medium Format (LF) up to 53.4mm x 40mm** 0.64 50 to above 100 MPixels best *There are actually a number of different size designations ranging from 1/3 to 1/1.7 with corresponding physical size differences, but 1/2.3 is the most common, and therefore the only one listed here. **Called 1 Inch for historical reasons. ***Canon’s APS-C sensors are 22.5mm x 15mm. **Fujifilm GFX cameras have a sensor size of 43.8mm x 32.9mm.1 Camera Types DSLR interchangeable lenses sensor is fronted by a two screen shutter which is in turn fronted by a mirror that diverts the light entering the camera into a pentaprism and then out the viewfinder. some DSLRs also have a rear electronic screen which may display the same image as the viewfinder. any of large and medium format, full frame, APS-C, and Micro four Thirds When the shutter button is pressed, the screen flips up out of the way, first shutter screen opens, and at the end of the exposure, the second shutter screen closes. Mirrorless interchangeable lenses sensor may be fronted by a one or two screen shutter which remains open. The sensor is read continuously and the image is fed directly to an electronic viewfinder or electronic screen on the rear of the camera. Point and shoot automatic settings making it simple to use usually 1/2.3 sensor fixed lens with either a fixed focal length or small zoom range (1-3x is typical) poor low light performance Compact similar in size to point and shoot, but with advanced camera settings may have larger sensor than point and shoot. At least one has a full frame sensor. fixed lens with either a fixed focal length or small zoom range (1-3 types is typical) poor low light performance Bridge fixed lens with very large zoom range (1-24x up to 1-60x) usually 1/2.3 sensor size so poor low light performance Large and Medium format Smartphone Rangefinder Sensor Sizes 1/3 to 1/1.7 1/2.3 is a typical size, about 6.17mm x 4.55mm budget point and shoot cameras older smartphones and entry level phones pocket zoom cameras poor low light performance 1 Inch 13.2mm x 8.8mm (actually 15.9mm diagonal, not 25.4mm which is 1 inch) newer smartphones poor low light performance, but better than 1/2.3 Micro Four Thirds 17.3mm x 13mm offers balance between compact camera and lens size, and performance better low light performance than 1 inch sensor, but poorer than APS-C APS-C 22.5mm x 15mm (Canon) to 24mm x 16mm (Other manufacturers) good balance between image quality, low light performance, and cost Full Frame 36mm x 24mm (same as 35mm film) very good image quality, low light performance, and superior depth of field control Large Format 43.8mm x 32.9mm (Fujifilm GFX) up to 53.4mm x 40mm best image quality, incredible depth of field significantly more expensive than full frame bodies and lenses Camera Type vs Lens Type Type fixed focal length zoom interchangeable Point and Shoot ✓ ✓   Compact ✓ ✓   Smartphone ✓     Bridge   ✓   Rangefinder ✓     DSLR     ✓ Mirrorless     ✓ Camera Type vs Sensor Size Type 1/2.3 1in MFT APS-C FF LF Point and Shoot ✓ ✓         Compact ✓ ✓     rare   Smartphone ✓ ✓         Bridge ✓ ✓         Rangefinder       ✓ ✓   DSLR       ✓ ✓   Mirrorless     ✓ ✓ ✓ ✓ Y. M. Cinema Magazine &#8617;]]></summary></entry><entry><title type="html">Getting Started in Photography</title><link href="https://jimorc.github.io/photography/getting-started-in-photography/" rel="alternate" type="text/html" title="Getting Started in Photography" /><published>2026-07-15T00:00:00-04:00</published><updated>2026-07-15T00:00:00-04:00</updated><id>https://jimorc.github.io/photography/getting-started-in-photography</id><content type="html" xml:base="https://jimorc.github.io/photography/getting-started-in-photography/"><![CDATA[<p>So you think you want to take up photography as a hobby. The first question you probably think of is “which
camera should I buy?”. This is the wrong question to ask at this time. There are a few questions you must ask
first.</p>

<h2 id="questions-to-ask-before-buying-a-camera">Questions to Ask Before Buying a Camera</h2>

<h3 id="what-am-i-interested-in-photographing">What Am I Interested in Photographing?</h3>

<p>You may have one or two photography ideas in mind, but you should consider other areas that you might be interested
in. For example, here is a non-complete list of things to photograph. I have tried most of them at least once.</p>
<ul>
  <li>Nature
    <ul>
      <li>landscapes</li>
      <li>flowers and leaves</li>
      <li>birds and other wildlife</li>
      <li>insects</li>
      <li>tree bark</li>
      <li>sand and rocks</li>
    </ul>
  </li>
  <li>People
    <ul>
      <li>your friends and family in informal settings</li>
      <li>your children playing</li>
      <li>portraits</li>
      <li>weddings</li>
    </ul>
  </li>
  <li>Professional and amateur sports
    <ul>
      <li>baseball</li>
      <li>basketball</li>
      <li>hockey (ice, field, etc.)</li>
      <li>football (soccer, rugby, American, Canadian, Aussie Rules, etc.)</li>
      <li>tennis</li>
      <li>track and field</li>
      <li>bicycle races</li>
      <li>canoe and kayak races</li>
      <li>dragonboat races</li>
      <li>car, drag, motorcycle races</li>
      <li>horse races</li>
      <li>highland games</li>
    </ul>
  </li>
  <li>Street photography
    <ul>
      <li>people interacting with others or their environment</li>
      <li>street portraits</li>
      <li>indoor and outdoor events
        <ul>
          <li>fall fairs</li>
          <li>street festivals
            <ul>
              <li>giant garage sales</li>
              <li>ethnic festivals</li>
              <li>pride parades and festivals</li>
              <li>national holidays</li>
            </ul>
          </li>
        </ul>
      </li>
      <li>buildings and architecture</li>
      <li>cityscapes</li>
    </ul>
  </li>
  <li>Closeup and Macro
    <ul>
      <li>flowers</li>
      <li>insects</li>
      <li>fungus and lichens</li>
      <li>watches</li>
      <li>jewellery</li>
      <li>kitchen gadgets</li>
    </ul>
  </li>
  <li>Other
    <ul>
      <li>air shows</li>
      <li>car shows</li>
      <li>carnivals</li>
      <li>fireworks</li>
      <li>food</li>
      <li>still life</li>
      <li>ICM (Intentional Camera Movement)</li>
      <li>multiple exposures</li>
    </ul>
  </li>
</ul>

<p>And those are just a few photography subjects and ideas off the top of my head.</p>

<h3 id="what-will-i-do-with-my-photos">What Will I Do With My Photos?</h3>

<p>The obvious answer is ‘you will display them’. But how? Here are the most frequent ways:</p>
<ul>
  <li>On social media (Instagram, Facebook, flickr, Vero Social, etc.)</li>
  <li>In albums on my phone, tablet, or computer</li>
  <li>As slide shows on my computer and smart TV</li>
  <li>As screen saver images on my tablet or computer</li>
  <li>Printed and placed in photo albums and portfolios</li>
  <li>Printed and hung on a wall</li>
  <li>In printed books and zines</li>
  <li>Printed as post and other cards (Christmas, birthday, etc.)</li>
</ul>

<h2 id="now-what">Now What?</h2>

<p>So, you have made a start at answering the questions above. What camera should you buy? If you own a smart phone,
that is an iPhone or a phone that runs Android, then you already have a camera. Well, in most cases, more than one.
Every smart phone has at least two, and probably three or four lenses and sensors, with one on the front for
selfies, and one or more on the back. The ones on the back each come with a lens of different focal length, and
each sensor may have a different pixel density. More on that in an upcoming post.</p>

<p>So, if you have a smart phone, start with that. You will be able to determine what your interests are, and what
the limitations of that device is. Only then will you be ready to consider a new camera and its required
capabilities.</p>

<p>But that is for a different post.</p>]]></content><author><name>Jim from I Live in a Tech World</name></author><category term="Photography" /><category term="cameras" /><category term="photo interests" /><category term="photo uses" /><summary type="html"><![CDATA[So you think you want to take up photography as a hobby. The first question you probably think of is “which camera should I buy?”. This is the wrong question to ask at this time. There are a few questions you must ask first. Questions to Ask Before Buying a Camera What Am I Interested in Photographing? You may have one or two photography ideas in mind, but you should consider other areas that you might be interested in. For example, here is a non-complete list of things to photograph. I have tried most of them at least once. Nature landscapes flowers and leaves birds and other wildlife insects tree bark sand and rocks People your friends and family in informal settings your children playing portraits weddings Professional and amateur sports baseball basketball hockey (ice, field, etc.) football (soccer, rugby, American, Canadian, Aussie Rules, etc.) tennis track and field bicycle races canoe and kayak races dragonboat races car, drag, motorcycle races horse races highland games Street photography people interacting with others or their environment street portraits indoor and outdoor events fall fairs street festivals giant garage sales ethnic festivals pride parades and festivals national holidays buildings and architecture cityscapes Closeup and Macro flowers insects fungus and lichens watches jewellery kitchen gadgets Other air shows car shows carnivals fireworks food still life ICM (Intentional Camera Movement) multiple exposures And those are just a few photography subjects and ideas off the top of my head. What Will I Do With My Photos? The obvious answer is ‘you will display them’. But how? Here are the most frequent ways: On social media (Instagram, Facebook, flickr, Vero Social, etc.) In albums on my phone, tablet, or computer As slide shows on my computer and smart TV As screen saver images on my tablet or computer Printed and placed in photo albums and portfolios Printed and hung on a wall In printed books and zines Printed as post and other cards (Christmas, birthday, etc.) Now What? So, you have made a start at answering the questions above. What camera should you buy? If you own a smart phone, that is an iPhone or a phone that runs Android, then you already have a camera. Well, in most cases, more than one. Every smart phone has at least two, and probably three or four lenses and sensors, with one on the front for selfies, and one or more on the back. The ones on the back each come with a lens of different focal length, and each sensor may have a different pixel density. More on that in an upcoming post. So, if you have a smart phone, start with that. You will be able to determine what your interests are, and what the limitations of that device is. Only then will you be ready to consider a new camera and its required capabilities. But that is for a different post.]]></summary></entry><entry><title type="html">The Best Camera?</title><link href="https://jimorc.github.io/photography/the-best-camera/" rel="alternate" type="text/html" title="The Best Camera?" /><published>2026-07-15T00:00:00-04:00</published><updated>2026-07-15T00:00:00-04:00</updated><id>https://jimorc.github.io/photography/the-best-camera</id><content type="html" xml:base="https://jimorc.github.io/photography/the-best-camera/"><![CDATA[<p>What is the best camera? Simple, it is the one you have with you.</p>

<p>You may own several thousand
dollars worth of camera equipment, but that equipment is worthless if you do not carry it with you.
Your mobile phone works in a pinch, or even exclusively. Get to know it for when you do not have
your camera with you.</p>]]></content><author><name>Jim from I Live in a Tech World</name></author><category term="Photography" /><category term="cameras" /><summary type="html"><![CDATA[What is the best camera? Simple, it is the one you have with you. You may own several thousand dollars worth of camera equipment, but that equipment is worthless if you do not carry it with you. Your mobile phone works in a pinch, or even exclusively. Get to know it for when you do not have your camera with you.]]></summary></entry><entry><title type="html">What is Information Security?</title><link href="https://jimorc.github.io/infosec/what-is-information-security/" rel="alternate" type="text/html" title="What is Information Security?" /><published>2026-07-14T00:00:00-04:00</published><updated>2026-07-14T00:00:00-04:00</updated><id>https://jimorc.github.io/infosec/what-is-information-security</id><content type="html" xml:base="https://jimorc.github.io/infosec/what-is-information-security/"><![CDATA[<p>When information security is mentioned, most people think of two things:</p>
<ol>
  <li>Keeping stuff on their computing devices <strong>safe</strong>, whatever <strong>safe</strong> means.</li>
  <li>Confidentiality: keeping other people away from information like passwords,
banking information, and so forth.</li>
</ol>

<p>Those people are only partly correct. Let me explain.</p>

<!--more-->

<p>First of all, information security has three tenets;</p>
<ol>
  <li>Confidentiality, which almost everyone thinks of.</li>
  <li>Integrity. Making sure that your information is, and remains unaltered
when it shouldn’t be.</li>
  <li>Availability. Making sure that your information is not lost, either
accidentally or through malicious acts by others.</li>
</ol>

<h2 id="but-i-dont-have-anything-on-my-phonecomputer-that-is-worth-stealing">But I Don’t Have Anything on My Phone/Computer That is Worth Stealing</h2>

<p class="notice--danger">** Danger Notice** Boy, are you wrong there! Please read on.</p>

<p>To gain access to your computer/phone/tablet, you must log in using a password, PIN<sup id="fnref:1" role="doc-noteref"><a href="#fn:1" class="footnote" rel="footnote">1</a></sup>, or some biometric input
(facial recognition, finger print, and so forth). If I can gain access to your device for even a very short
period of time, I may be able to  determine
what that password or PIN is. I then have the same access as you to your device. I won’t discuss
how at the moment since there are many different ways; just know that I won’t need physical access.</p>

<p>Once I have access to your computer or other device, I can then take all the time I need to determine your
other passwords.
I would be able to access your emails and any websites that you save passwords for. Think your banks, social
media sites, and so forth. For all intents and purposes, I <strong>am</strong> you (confidentiality). I can then change
each password so that you lose access (availability). This can result in anything from minor inconvenience if you catch it soon
enough to outright disaster depending on what I have time to do.</p>

<p>I may not even be after your personal information and finances. I may encrypt all of your information and then
attempt to extort money from you to give you back access to it. (availability)</p>

<p>Or, I may use your internet or data connection to attack others. This is far more common than you think!</p>

<p>Maybe I will modify your files (integrity) or delete them (availability) just to screw with you.</p>

<h2 id="what-about-those-old-income-tax-returns-and-bank-records-you-threw-out">What About Those Old Income Tax Returns and Bank Records You Threw Out</h2>

<p>Information security is not just computer security. It is also what you did with that piece of paper, with personal
infomation on it, that you disposed of.</p>

<p>If I can gain access to your bank, income tax, and other financial records, even old ones,
I have more information about you that I could use to impersonate you. Once I have enough information, I would be
able to access to your bank accounts, take out
loans in your name, and so forth. It will take you years to undo the damage I could wreak.</p>

<h2 id="my-computer-crashed-and-now-i-cant-access-my-data">My Computer Crashed and Now I Can’t Access My Data</h2>

<p>You probably didn’t think that this falls under information security, but it does. Remember that information
security involves keeping your data safe. It is not safe if you can’t access it.</p>

<h2 id="summary">Summary</h2>

<p>So, information security involves keeping your data available and correct, not just away from others.</p>

<p>Information security is not <em>just</em> computer security; it involves many things including how you disposed of that
sheet of paper with personal information on it.</p>

<h2 id="where-do-we-go-from-here">Where Do We Go From Here?</h2>

<p>Future posts will cover many aspects of information security, including steps you can take to improve the
confidentiality, integrity, and availability of your information.</p>

<div class="footnotes" role="doc-endnotes">
  <ol>
    <li id="fn:1" role="doc-endnote">
      <p>PIN = Personal Identification Number <a href="#fnref:1" class="reversefootnote" role="doc-backlink">&#8617;</a></p>
    </li>
  </ol>
</div>]]></content><author><name>Jim from I Live in a Tech World</name></author><category term="InfoSec" /><category term="information security" /><category term="confidentiality" /><category term="availability" /><category term="integrity" /><summary type="html"><![CDATA[When information security is mentioned, most people think of two things: Keeping stuff on their computing devices safe, whatever safe means. Confidentiality: keeping other people away from information like passwords, banking information, and so forth. Those people are only partly correct. Let me explain.]]></summary></entry></feed>