ADVERTISEMENT

America grapples with 'ghost guns' amid epidemic of violence

Published Nov 24, 2019 12:00 am
By Agence France-Presse 

After his mother dropped him off at school, Nathan Berhow pulled a .45-caliber pistol out of his backpack, opened fire and killed two classmates, all using a weapon he'd assembled at home. Authorities say the Saugus High School shooter used a 'kit gun' (AFP Photo/Frederic J. BROWN / MANILA BULLETIN) Authorities say the Saugus High School shooter used a 'kit gun' (AFP Photo/Frederic J. BROWN / MANILA BULLETIN FILE PHOTO) Such guns are sometimes called "ghost guns" -- unregulated, easy to put together and almost impossible to trace because they have no serial number. The parts are readily available online, with no need for a background check. After opening fire at Saugus High School in Santa Clarita, near Los Angeles, Berhow shot himself fatally in the head. Three people were wounded in his rampage. The authorities do not know how Berhow obtained the gun. The boy's father, who died in 2017, liked hunting and owned six legally acquired guns, which were seized and destroyed after his death. The United States has lived through a sharp rise in mass shootings in recent years, alarming the public and triggering new debate on how to control this epidemic of violence. But the administration of President Donald Trump has opposed any new gun control restrictions.

- '80 percent guns' -

There is nothing illegal about ghost guns, which are not to be confused with guns that have had their serial number erased. They are also called "80 percent guns" because the parts are acquired separately and require a bare minimum of work to make them operational. There are kits to make pistols and even AR-15s, the weapon used in several recent mass shootings. They escape regulation because of one part, the only component that is really regulated in the US. For handguns, it's called the frame, and for rifles it's known as the receiver. "That one piece is the component that is subject to a background check, and is the one that has to be serialized under federal law," said David Pucino, with the Giffords Law Center to Prevent Violence. "You can purchase all those other parts and they're not considered a firearm," he added. "What companies do is sell the frame, then, with a little bit of work left to do on it. "And what they do is they leave a few holes left to be drilled in the frame or in the receiver. And they call this 80 percent completed." "And if they had bought it with those holes drilled out, it would have been serialized" and required a background check, Pucino said. Frames made with 3D printers can be adapted to take the parts of an AR-15 while also dodging the law. In the US, hundreds of thousands of these are made but there is no statistic on how many because there is no registry of them. The Bureau of Alcohol, Tobacco and Firearms says 30 percent of weapons found at crime scenes in California have no serial number and thus cannot be traced in a criminal probe.

- Small fraction -

New Jersey has banned the use of gun parts without serial numbers, while California has passed a law that will come into force in five years and bars anyone without a gun sales license from marketing them. These steps will help limit the spread of ghost guns but the Giffords Center says only a national law on serial numbers can address the problem. Mark Tallman, a professor in security studies at Colorado State University, says ghost weapons go back to the early days of the country and their existence does not have much effect on crime rates. "Most of the commercial guns in the United States are unregistered, and most of America's gun crimes are undertaken by offenders who are already unable to pass background checks to buy them," said Tallman. "Traffickers can also buy 'normal' guns and use inexpensive tools to destroy their serial numbers, making them almost as difficult to trace as a homemade 'ghost gun.' So, the overall impact of homemade guns on this complicated dynamic is still difficult to assess," he added. Pucini said he fears that more ghost guns will be used in school shootings because sellers do not check the age of buyers. But Tallman said the increase would not be due just to these weapons. "In my opinion, it's not realistic to expect a huge reduction in shootings just because we crack down on homemade guns, because many shootings were already happening before the 'ghost gun' craze, and many shootings still involve 'normal' guns," he said.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.