Patriot Gun News
  • Home
  • Gun News
  • Concealed Carry
  • Second Amendment
  • Tactical
  • Firearms
  • Contact us
    • DMCA / Copyrights Disclaimer
    • Privacy Policy
    • Terms and Conditions
Skip to content
Patriot Gun News
Your Only Source for Gun News
  • Gun News
  • Concealed Carry
  • Second Amendment
  • Tactical
  • Firearms
  • Contact us
    • DMCA / Copyrights Disclaimer
    • Privacy Policy
    • Terms and Conditions

Letter to the Editor: Crazy for gun control | Opinion

April 11, 2021 by admin 22 Comments

Second Amendment

[ad_1]

Letter to the Editor: Crazy for gun control | Opinion | bakersfield.com



You have permission to edit this article.






According to David Keranen’s recent piece, there have been an average of 385 mass shootings in the U.S. since 2014 (“COMMUNITY VOICES: Crazy for guns,” April 6). Gee, I must have missed the headlines.

Keranen quotes New Zealand and Australia having fewer mass shootings since stricter gun laws were passed. He failed to mention crime has increased in both of these countries. We are fortunate to live in a county that has a sheriff who is both a veteran and believes in the Second Amendment. There are a number of people in this county who have a concealed carry license. They have passed a background check and if a veteran, has proof of an honorable discharge.

According to a local TV station, there have been 31 homicides in the county so far this year. I have not seen any of the deaths caused by a concealed carry person. So who commits these crimes? Drug dealers, gang bangers and thieves. People who are not allowed to own guns. Maybe Keranen can ask them to turn in their guns.

Rather than bad-mouthing the NRA, maybe he should read the American Rifleman. The American Rifleman is a monthly publication of the NRA. It lists articles every month of people who save their life or their families’ lives using a firearm. Maybe Keranen should give up his automobile. I am pretty sure he doesn’t drive drunk, but he can save the rest of the country from drunken drivers.

— Frank Simon, Bakersfield



‘;

if ($(content).html() == “”) {
row = ”;
}

return row;
};
if (typeof oResponse.next_url == ‘undefined’) {
// URL supplied is no good. Revert to original URL
sNextUrl = sOriginURL;
} else {
sNextUrl = scrubURL(oResponse.next_url);
}

// Manage response
if (typeof oResponse.assets != ‘undefined’ && oResponse.assets.length > 0) {

// Remove old more data
$(“#infinite-more”).remove();

// Build infinity set
$.each(oResponse.assets, function(index) {
// Display assets once origin is found
if (bFoundOrigin == true) {
if (this.id == sOriginID) {
bInfiniStop = true;
sNextUrl = null;
$(“#infinite-more”).remove();

} else if (bInfiniStop == false && this.id != ‘c231313e-97d1-11eb-9b14-07d7ba10ca4c’) {
// Display asset
var sHTML = ”;
if (this.content) {
if (sInfinityType == ‘summary_sticky_siderail’) {
if (counter == 0) {
sHTML += displayRegion(counter);
}
counter++;
sHTML += ‘


‘;
if (rPositions.indexOf(counter) > -1) {
sHTML += displayRegion(counter);
}
} else {
if (counter == 0) {
sHTML += displayRegion(counter);
}
counter++;

sHTML += ‘

‘ + this.content + ‘

‘;

if (bShowAd == true) {
// Show advertisement
sHTML += ”
bShowAd = false;
} else {
bShowAd = true;
}
sHTML += ‘


‘;
if (rPositions.indexOf(counter) > -1) {
sHTML += displayRegion(counter);
}
}
}
}
} else {
if (this.id == sOriginID) {
// Origin found. Begin displaying assets
bFoundOrigin = true;
} else {
// Origin found is false. Skip asset
// Fail-safe in case origin is not present in set. This can be removed when origin is fixed.
if (bFirstRun == true) {
// Stored first id
sFirstID = this.id;
bFirstRun = false;
} else if (this.id == sFirstID) {
// We’ve started again. Force origin
sOriginID = sFirstID;
bFoundOrigin = true;
} // end Fail-safe
}
}
// Append infinity set to container
$(“#infinite-container”).append(sHTML);
});

// Include block_id on newly added list items
$(‘#infinite-container .infinite-item.original’).each(function() {
var sHref = scrubURL($(this).find(“.card-headline a”).attr(“href”));

// Add to image and headlines links
$(this).removeClass(‘original’)
.find(“.card-headline a, .image a”)
.attr(“href”, sHref + “#tncms-source=infinity-scroll-summary-next”);
});

// Check next URL
if (sNextUrl) {
// if origin hasn’t been found yet and we hit next_url. Trigger the set to pull in again.
if (bFoundOrigin == false) {
// No origin yet. Call the populate function
populateInfinitySet(sNextUrl);
} else {
// Append sNextUrl to infinity set
$(“#infinite-container”).append(”);
}
}

// Refresh waypoints
Waypoint.refreshAll();
if (sInfinityType == ‘summary_sticky_siderail’) {
__tnt.regions.stickySide.determineStick($(‘#sticky-right-rail’), $(‘#sticky-right-rail-spacer’), ‘siderail’);
}
} else {
// Empty asset set returned. Go back in for a real set
populateInfinitySet(sNextUrl);
}
});
}

// Infinite waypoint
var waypoint = new Waypoint({
element: document.getElementById(‘infinite-container’),
handler: function(direction) {
if (direction == ‘down’) {
if (bInfiniStop == true) {
// FINISHED. Kill the waypoint
this.destroy();
} else {
// Log waypoint hit event
__tnt.trackEvent({‘category’:’infinity-scroll’,’action’:’request’, ‘label’:’assets requested’, ‘value’: true});
var nextURL = $(‘#infinite-more’).data(‘next-url’);
populateInfinitySet($(‘#infinite-more’).data(‘next-url’));
}
}
},
offset: ‘bottom-in-view’
});

// Rewrite URL to for preview
function scrubURL(sURL) {
if (typeof sURL != ‘undefined’){
return sURL;
}
}