<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://scarcs.ca/lib/exe/css.php?s=feed" type="text/css"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
    <title>Sun Coast Amateur &lt;br&gt;Radio Club Society - blog</title>
    <tagline></tagline>
    <link rel="alternate" type="text/html" href="https://scarcs.ca/"/>
    <id>https://scarcs.ca/</id>
    <modified>2026-05-17T10:56:25+00:00</modified>
    <generator>FeedCreator 1.8</generator>
    <entry>
        <title>computer_hobby_movement_in_canada</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-05-14/computer_hobby_movement_in_canada"/>
        <created>2026-05-14T16:08:07+00:00</created>
        <issued>2026-05-14T16:08:07+00:00</issued>
        <modified>2026-05-14T16:08:07+00:00</modified>
        <id>https://scarcs.ca/blog/2026-05-14/computer_hobby_movement_in_canada</id>
        <author>
            <name>ve7rbe</name>
        </author>
        <summary>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;computer_hobby_movement_in_canada&quot;&gt;Computer Hobby Movement in Canada&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://museum.eecs.yorku.ca/exhibits/show/hobby_canada/hobby_canada&quot; class=&quot;urlextern&quot; title=&quot;https://museum.eecs.yorku.ca/exhibits/show/hobby_canada/hobby_canada&quot; rel=&quot;ugc nofollow&quot;&gt;https://museum.eecs.yorku.ca/exhibits/show/hobby_canada/hobby_canada&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
</summary>
    </entry>
    <entry>
        <title>quick_offline_ham_search</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-05-01/quick_offline_ham_search"/>
        <created>2026-05-12T13:32:29+00:00</created>
        <issued>2026-05-12T13:32:29+00:00</issued>
        <modified>2026-05-12T13:32:29+00:00</modified>
        <id>https://scarcs.ca/blog/2026-05-01/quick_offline_ham_search</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;quick_offline_ham_search&quot;&gt;Quick Offline Ham Search&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
On my linux computer, I keep a &lt;code&gt;csv&lt;/code&gt; file of the &lt;abbr title=&quot;Innovation, Science and Economic Development&quot;&gt;ISED&lt;/abbr&gt; ham database for when I need to quickly look up someone.  Here are a few tricks to make the process really quick.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Quick Offline Ham Search&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;quick_offline_ham_search&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-220&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;setup&quot;&gt;Setup&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Instead of using my browser to download the file from &lt;abbr title=&quot;Innovation, Science and Economic Development&quot;&gt;ISED&lt;/abbr&gt; (&lt;a href=&quot;http://apc-cap.ic.gc.ca/datafiles/amateur_delim.zip&quot; class=&quot;urlextern&quot; title=&quot;http://apc-cap.ic.gc.ca/datafiles/amateur_delim.zip&quot; rel=&quot;ugc nofollow&quot;&gt;http://apc-cap.ic.gc.ca/datafiles/amateur_delim.zip&lt;/a&gt;), I run this script, which:
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 Downloads the &lt;code&gt;zip&lt;/code&gt; file to my &lt;code&gt;~/Ham&lt;/code&gt; folder
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 Changes the extension to &lt;code&gt;csv&lt;/code&gt;
&lt;/div&gt;&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt;
 Deletes all the files I don&amp;#039;t want
&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;dl class=&quot;file&quot;&gt;
&lt;dt&gt;&lt;a href=&quot;https://scarcs.ca/_export/code/blog/2026-05-01/quick_offline_ham_search?codeblock=0&quot; title=&quot;Download Snippet&quot; class=&quot;mediafile mf_sh&quot;&gt;ised.sh&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;&lt;pre class=&quot;code file bash&quot;&gt;&lt;span class=&quot;co0&quot;&gt;#!/bin/bash&lt;/span&gt;
&amp;nbsp;
&lt;span class=&quot;re2&quot;&gt;DIR&lt;/span&gt;=&lt;span class=&quot;re1&quot;&gt;$HOME&lt;/span&gt;&lt;span class=&quot;st0&quot;&gt;&amp;quot;/Ham&amp;quot;&lt;/span&gt;
&amp;nbsp;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;Downloading Amateur Archive from ISED website:&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;wget&lt;/span&gt; &lt;span class=&quot;re5&quot;&gt;--report-speed&lt;/span&gt;=bits http:&lt;span class=&quot;sy0&quot;&gt;//&lt;/span&gt;apc-cap.ic.gc.ca&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;datafiles&lt;span class=&quot;sy0&quot;&gt;/&lt;/span&gt;amateur_delim.zip &lt;span class=&quot;re5&quot;&gt;-P&lt;/span&gt; &lt;span class=&quot;re1&quot;&gt;$DIR&lt;/span&gt; 
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt;
&amp;nbsp;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;Unzipping archive:&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw3&quot;&gt;cd&lt;/span&gt; &lt;span class=&quot;re1&quot;&gt;$DIR&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;unzip&lt;/span&gt; amateur_delim.zip
&amp;nbsp;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;Changing extension to csv&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;mv&lt;/span&gt; amateur_delim.txt amateur_delim.csv
&lt;span class=&quot;kw2&quot;&gt;chmod&lt;/span&gt; &lt;span class=&quot;nu0&quot;&gt;644&lt;/span&gt; amateur_delim.csv
&amp;nbsp;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;Deleting amateur_delim.zip, lisezmoi_amat_delim.txt, and readme_amat_delim.txt&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw2&quot;&gt;rm&lt;/span&gt; amateur_delim.zip lisezmoi_amat_delim.txt readme_amat_delim.txt
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt;
&amp;nbsp;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt; &lt;span class=&quot;st0&quot;&gt;&amp;quot;Done.  Note that the custom separator is:   ;&amp;quot;&lt;/span&gt;
&lt;span class=&quot;kw3&quot;&gt;echo&lt;/span&gt;&lt;/pre&gt;
&lt;/dd&gt;&lt;/dl&gt;

&lt;p&gt;
To look up the file, I added this line to my &lt;code&gt;alias&lt;/code&gt;:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;alias&lt;/span&gt; &lt;span class=&quot;re2&quot;&gt;hamsearch&lt;/span&gt;=&lt;span class=&quot;st_h&quot;&gt;'cat ~/Ham/amateur_delim.csv |grep -i '&lt;/span&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Setup&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;setup&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;221-1231&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit3&quot; id=&quot;usage&quot;&gt;Usage&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
To update my local file, I only have to type this into the terminal:
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;ised.sh&lt;/pre&gt;

&lt;p&gt;
To look up something, I only have to type this into the terminal
&lt;/p&gt;
&lt;pre class=&quot;code bash&quot;&gt;hamsearch &lt;span class=&quot;br0&quot;&gt;&amp;#91;&lt;/span&gt;Search Term&lt;span class=&quot;br0&quot;&gt;&amp;#93;&lt;/span&gt; &lt;/pre&gt;

&lt;/div&gt;

&lt;h3 id=&quot;examples&quot;&gt;Examples&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
You can search for a callsign:
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;hamsearch ve7aaa

VE7AAA;Arthur Ellwood;Abrahamson;760 OXFORD PLACE;CAMPBELL RIVER;BC;V9W7Y7;A;;C;D;;;;;;;&lt;/pre&gt;

&lt;p&gt;
Or search for any strings in that file. Use &lt;kbd class=&quot;__keyboard&quot;&gt;&amp;#039;&lt;/kbd&gt;&lt;kbd class=&quot;__keyboard&quot;&gt;&amp;#039;&lt;/kbd&gt; if there&amp;#039;s more than one word.
&lt;/p&gt;
&lt;pre class=&quot;code&quot;&gt;hamsearch &amp;#039;vancouver general&amp;#039;

VA7LGH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7PRH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7RHS;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7SGH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7SMH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7VCH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7VCS;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9
VA7VGH;Ernest;Mix;436 CARDIFF WAY;PORT MOODY;BC;V3H3T1;A;B;;D;;Vancouver Coastal Health Amateur Radio Group;c/o VCH Emergency Management - Vancouver General Hospital;855 West 12th Avenue, JPPS1, Room 1769;VANCOUVER;BC;V5Z1M9&lt;/pre&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Usage&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;usage&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:2,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;1232-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>extremely_low_frequencies</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-05-11/extremely_low_frequencies"/>
        <created>2026-05-12T06:45:31+00:00</created>
        <issued>2026-05-12T06:45:31+00:00</issued>
        <modified>2026-05-12T06:45:31+00:00</modified>
        <id>https://scarcs.ca/blog/2026-05-11/extremely_low_frequencies</id>
        <author>
            <name>ve7rbe</name>
        </author>
        <summary>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;extremely_low_frequencies&quot;&gt;Extremely Low Frequencies&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://computer.rip/2026-05-09-extremely-low-frequencies.html&quot; class=&quot;urlextern&quot; title=&quot;https://computer.rip/2026-05-09-extremely-low-frequencies.html&quot; rel=&quot;ugc nofollow&quot;&gt;https://computer.rip/2026-05-09-extremely-low-frequencies.html&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
</summary>
    </entry>
    <entry>
        <title>html_offline_logger</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-05-10/html_offline_logger"/>
        <created>2026-05-10T16:11:58+00:00</created>
        <issued>2026-05-10T16:11:58+00:00</issued>
        <modified>2026-05-10T16:11:58+00:00</modified>
        <id>https://scarcs.ca/blog/2026-05-10/html_offline_logger</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;html_offline_logger&quot;&gt;html Offline Logger&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://github.com/LesF4/hambook-full-web&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/LesF4/hambook-full-web&quot; rel=&quot;ugc nofollow&quot;&gt;HamBook (Full Web)&lt;/a&gt; is a super lightweight logger “program” that requires no installation.  It&amp;#039;s a single html file with almost 6000 lines of code that runs offline in your browser of choice.  It has the ability to import/export ADIF and Cabrillo files.
&lt;/p&gt;

&lt;p&gt;
I played around with it for a bit this morning to see if it could be used as a net logging program (I think it could, but with a few limitations).
&lt;/p&gt;

&lt;p&gt;
I opened the file in a text editor and did a bit of “Find &amp;amp; Replace” to roughly translate some key terms from French to English.  Here&amp;#039;s my modified copy if anyone is interested in playing around with it a bit:  &lt;a href=&quot;https://scarcs.ca/_media/blog/2026-05-10/hambook_en_v1.5.html.zip&quot; class=&quot;media mediafile mf_zip&quot; title=&quot;blog:2026-05-10:hambook_en_v1.5.html.zip (58.6 KB)&quot;&gt;hambook_en_v1.5.html.zip&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;html Offline Logger&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;html_offline_logger&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>echolink_webapp</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-04-27/echolink_webapp"/>
        <created>2026-04-28T02:38:08+00:00</created>
        <issued>2026-04-28T02:38:08+00:00</issued>
        <modified>2026-04-28T02:38:08+00:00</modified>
        <id>https://scarcs.ca/blog/2026-04-27/echolink_webapp</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;echolink_webapp&quot;&gt;Echolink WebApp&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://scarcs.ca/_detail/blog/2026-04-27/echolinkwebapp.jpg?id=blog%3A2026-04-27%3Aecholink_webapp&quot; class=&quot;media&quot; title=&quot;blog:2026-04-27:echolinkwebapp.jpg&quot;&gt;&lt;img src=&quot;https://scarcs.ca/_media/blog/2026-04-27/echolinkwebapp.jpg&quot; class=&quot;mediaright&quot; align=&quot;right&quot; loading=&quot;lazy&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;Looks like it&amp;#039;s possible to run Echolink right from the browser:
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://webapp.echolink.org/&quot; class=&quot;urlextern&quot; title=&quot;https://webapp.echolink.org/&quot; rel=&quot;ugc nofollow&quot;&gt;https://webapp.echolink.org/&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Echolink WebApp&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;echolink_webapp&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>meshcore_split</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-04-27/meshcore_split"/>
        <created>2026-04-28T02:33:00+00:00</created>
        <issued>2026-04-28T02:33:00+00:00</issued>
        <modified>2026-04-28T02:33:00+00:00</modified>
        <id>https://scarcs.ca/blog/2026-04-27/meshcore_split</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;meshcore_split&quot;&gt;MeshCore Split&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
There&amp;#039;s some internal stuff going on in the MeshCore team.  It&amp;#039;s worth reading &lt;a href=&quot;https://blog.meshcore.io/2026/04/23/the-split&quot; class=&quot;urlextern&quot; title=&quot;https://blog.meshcore.io/2026/04/23/the-split&quot; rel=&quot;ugc nofollow&quot;&gt;this blog post&lt;/a&gt;.  I&amp;#039;ve updated the links on our &lt;a href=&quot;https://scarcs.ca/links/meshcore/home&quot; class=&quot;wikilink1&quot; title=&quot;links:meshcore:home&quot; data-wiki-id=&quot;links:meshcore:home&quot;&gt;MeshCore page&lt;/a&gt; to point away from the &lt;code&gt;.uk&lt;/code&gt; site.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;MeshCore Split&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;meshcore_split&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>project_nomad</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-04-25/project_nomad"/>
        <created>2026-04-26T06:07:30+00:00</created>
        <issued>2026-04-26T06:07:30+00:00</issued>
        <modified>2026-04-26T06:07:30+00:00</modified>
        <id>https://scarcs.ca/blog/2026-04-25/project_nomad</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;project_nomad&quot;&gt;Project NOMAD&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.projectnomad.us/&quot; class=&quot;urlextern&quot; title=&quot;https://www.projectnomad.us/&quot; rel=&quot;ugc nofollow&quot;&gt;Project NOMAD&lt;/a&gt; is a self-contained, offline knowledge and education server.
&lt;a href=&quot;https://scarcs.ca/_detail/blog/2026-04-25/dashboard.png?id=blog%3A2026-04-25%3Aproject_nomad&quot; class=&quot;media&quot; title=&quot;blog:2026-04-25:dashboard.png&quot;&gt;&lt;img src=&quot;https://scarcs.ca/_media/blog/2026-04-25/dashboard.png?w=800&amp;amp;tok=d7d166&quot; class=&quot;mediacenter&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;800&quot; /&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Project NOMAD&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;project_nomad&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>te-kevflex</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-03-25/te-kevflex"/>
        <created>2026-03-25T16:56:23+00:00</created>
        <issued>2026-03-25T16:56:23+00:00</issued>
        <modified>2026-03-25T16:56:23+00:00</modified>
        <id>https://scarcs.ca/blog/2026-03-25/te-kevflex</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;te-kevflex&quot;&gt;TE-KEVFLEX&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;https://scarcs.ca/_detail/blog/2026-03-25/products-te-kevflex-2.jpg?id=blog%3A2026-03-25%3Ate-kevflex&quot; class=&quot;media&quot; title=&quot;blog:2026-03-25:products-te-kevflex-2.jpg&quot;&gt;&lt;img src=&quot;https://scarcs.ca/_media/blog/2026-03-25/products-te-kevflex-2.jpg?w=300&amp;amp;tok=64b39a&quot; class=&quot;mediaright&quot; align=&quot;right&quot; loading=&quot;lazy&quot; alt=&quot;&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;Interesting product from Australia:  &lt;a href=&quot;https://tetemtron.com/product/te-kevflex/&quot; class=&quot;urlextern&quot; title=&quot;https://tetemtron.com/product/te-kevflex/&quot; rel=&quot;ugc nofollow&quot;&gt;antenna wire with a kevlar core&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;TE-KEVFLEX&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;te-kevflex&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
    <entry>
        <title>emergency_communication_for_non-hams</title>
        <link rel="alternate" type="text/html" href="https://scarcs.ca/blog/2026-03-24/emergency_communication_for_non-hams"/>
        <created>2026-03-24T19:35:58+00:00</created>
        <issued>2026-03-24T19:35:58+00:00</issued>
        <modified>2026-03-24T19:35:58+00:00</modified>
        <id>https://scarcs.ca/blog/2026-03-24/emergency_communication_for_non-hams</id>
        <author>
            <name>va7fi</name>
        </author>
        <summary>


&lt;h1 class=&quot;sectionedit1&quot; id=&quot;emergency_communication_for_non-hams&quot;&gt;Emergency Communication for Non-Hams&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
I just created a new page outlining two tools (&lt;a href=&quot;https://scarcs.ca/ecomm/non-ham&quot; class=&quot;wikilink1&quot; title=&quot;ecomm:non-ham&quot; data-wiki-id=&quot;ecomm:non-ham&quot;&gt;FRS and Meshcore&lt;/a&gt;) that non-amateur radio operators can use to stay connected with their local groups in case of an emergency.  To navigate there from the home page: &lt;code&gt;Emergency&lt;/code&gt; → &lt;code&gt;SCEC page&lt;/code&gt; → &lt;code&gt;FRS and Meshcore&lt;/code&gt;.
&lt;/p&gt;

&lt;p&gt;
Any club member should feel free to edit the page as needed!
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Emergency Communication for Non-Hams&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;emergency_communication_for_non-hams&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;11-&amp;quot;} --&gt;</summary>
    </entry>
</feed>
