ADVERTISEMENT

Americans abuzz over drone sightings in New Jersey

Published Dec 14, 2024 06:10 am

CHATHAM, New Jersey (AP) – That buzzing coming out of New Jersey? It's unclear if it's drones or something else, but for sure the nighttime sightings are producing tons of talk, a raft of conspiracy theories, and craned necks looking skyward.

Cropping up on local news and social media sites around Thanksgiving, the saga of the drones reported over New Jersey has reached incredible heights.

DRONE SIGHTINGS.jpg

DRONES? – This photo provided by Trisha Bushey shows the evening sky and points of light near Lebanon Township, New Jersey, on Thursday, Dec. 5, 2024. (Trisha Bushey via AP)

This week seems to have begun a new, higher-profile chapter: Lawmakers are demanding (but so far not getting) explanations from federal and state authorities about what's behind them. Gov. Phil Murphy wrote to President Joe Biden asking for answers. New Jersey's new senator, Andy Kim, spent Thursday night on a drone hunt in rural northern New Jersey, and posted about it on X.

More drone sightings have been reported in New York City, and Mayor Eric Adams says the city is investigating and collaborating with New Jersey and federal officials. And then President-elect Donald Trump posted that he believes the government knows more than it's saying. "Let the public know, and now. Otherwise, shoot them down!!!" he posted on his social media site.

But perhaps the most fantastic development is the dizzying proliferation of conspiracies – none of which has been confirmed or suggested by federal and state officials who say they're looking into what's happening. It has become shorthand to refer to the flying machines as drones, but there are questions about whether what people are seeing are unmanned aircraft or something else.

Some theorize the drones came from an Iranian mothership. Others think they are the Secret Service making sure President-elect Donald Trump's Bedminster property is secure. Others worry about China. The deep state. And on.

In the face of uncertainty, people have done what they do in 2024: Create a social media group.

The Facebook page, New Jersey Mystery Drones – let's solve it, has nearly 44,000 members, up from 39,000 late Thursday. People are posting their photo and video sightings, and the online commenters take it from there.

One video shows a whitish light flying in a darkened sky, and one commenter concludes its otherworldly. "Straight up orbs," the person says. Others weigh in to say it's a plane or maybe a satellite. Another group called for hunting the drones literally, shooting them down like turkeys. (Do not shoot at anything in the sky, experts warn.)

Trisha Bushey, 48, of Lebanon Township, New Jersey, lives near Round Valley Reservoir where there have been numerous sightings. She said she first posted photos online last month wondering what the objects were and became convinced they were drones when she saw how they moved and when her son showed her on a flight tracking site that no planes were around. Now she's glued to the Mystery Drones page, she said.

"I find myself – instead of Christmas shopping or cleaning my house – checking it," she said.

She doesn't buy what the governor said, that the drones aren't a risk to public safety. Murphy told Biden on Friday that residents need answers. The federal Homeland Security Department and FBI also said in a joint statement they have no evidence that the sightings pose "a national security or public safety threat or have a foreign nexus."

"How can you say it's not posing a threat if you don't know what it is?" she said. "I think that's why so many people are uneasy."

Then there's the notion that people could misunderstand what they're seeing. William Austin is the president of Warren County Community College, which has a drone technology degree program, and is coincidentally located in one of the sighting hotspots.

Austin says he has looked at videos of purported drones and that airplanes are being misidentified as drones. He cited an optical effect called parallax, which is the apparent shift of an object when viewed from different perspectives. Austin encouraged people to download flight and drone tracker apps so they can better understand what they're looking at.

Nonetheless, people continue to come up with their own theories.

"It represents the United States of America in 2024," Austin said. "We've lost trust in our institutions, and we need it."

Federal officials echo Austin's view that many of the sightings are piloted aircraft such as planes and helicopters being mistaken for drones, according to lawmakers and Murphy.

That's not really convincing for many, though, who are homing in on the sightings beyond just New Jersey and the East Coast, where others have reported seeing the objects.

For Seph Divine, 34, another member of the drone hunting group who lives in Eugene, Oregon, it feels as if it's up to citizen sleuths to solve the mystery. He said he tries to be a voice of reason, encouraging people to fact check their information, while also asking probing questions.

"My main goal is I don't want people to be caught up in the hysteria and I also want people to not just ignore it at the same time," he said.

"Whether or not it's foreign military or some secret access program or something otherworldly, whatever it is, all I'm saying is it's alarming that this is happening so suddenly and so consistently for hours at a time," he added.

Related Tags

World news
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.