securitylab_nJuly 15, 2026🇷🇺Translated from Russian

Poisson's Spot: 200-Year-Old Optical Effect That Proved Light Is a Wave Now Enables Simple Creation of Optical Skyrmions for Future Photonic Computing

Researchers have found that light can form tiny, stable structures resembling twisted hedgehog spines, known as optical skyrmions. These configurations arise not as individual particles but as organized patterns in the properties of the light field, where polarization directions, spin, and electric and magnetic vectors vary point by point to create a robust topological arrangement.

Until now, generating such patterns typically demanded costly metamaterials—artificially engineered microscopic structures that manipulate light in ways impossible for ordinary materials. Their fabrication requires extreme precision, sophisticated equipment, and meticulous calibration, restricting experiments to only a handful of specialized laboratories.

The new method eliminates the need for custom-designed surfaces. Scientists simply placed a small opaque disk in the path of a coherent laser beam. At the center of the resulting shadow, a bright spot emerged where the light's properties spontaneously organized into several topological patterns.

The Poisson Spot: A 200-Year-Old Phenomenon

This bright central spot is the famous Poisson spot, also called the Arago spot. The effect played a decisive role in early 19th-century debates over whether light travels exclusively in straight lines like particles or behaves as a wave. Wave theory predicted that a bright point would appear at the exact center of the shadow behind a round obstacle because diffracted waves bend around the edges, interfere constructively, and reinforce each other.

Observation of the Poisson spot confirmed diffraction—the ability of waves to bend around obstacles and spread after passing through narrow apertures. Two centuries later, the same principle offers a straightforward route to far more complex light structures.

Four Types of Optical Skyrmions Generated Simultaneously

The experimental setup produced up to four distinct varieties of optical skyrmions at once: spin skyrmions, Stokes skyrmions, and structures associated with the electric and magnetic fields of light. Spin describes the rotational characteristics of the light field, while Stokes parameters characterize polarization—the direction of oscillation of the light wave. Electric and magnetic vectors indicate the orientation of the respective components of the electromagnetic field at every point in space.

Computer models revealed these structures as twisted arrays of arrows, each representing the direction of a specific light property, collectively forming an ordered pattern resembling rays that gradually spiral around the center.

Advantages for Research and Future Applications

The simultaneous appearance of four skyrmion types allows direct comparison within a single light field, something previously difficult because different structures often required separate setups and conditions. This enables scientists to examine how electric, magnetic, spin, and polarization components relate to one another, even when their individual topological patterns differ in shape, size, or handedness.

Topological patterns maintain their essential properties under smooth stretching or deformation, making them attractive for information storage and transmission because data remain protected against random environmental distortions. Light offers multiple controllable parameters—intensity, phase, polarization, spin, and field orientations—that researchers can tune by adjusting laser power, disk size, and optical geometry.

While practical devices remain a future goal, the simplified approach removes major technical barriers. More laboratories can now reproduce the experiment, vary parameters, and investigate how these stable configurations emerge and interact. The work also gives the classic Poisson spot an unexpected new role: from proving the wave nature of light to serving as a tool for advancing photonics, complex materials research, and next-generation computing systems.

Related articles

AntiMalwareOther

Rostelecom Outage Triggers 29-Minute Mass Disruptions Across Russian Internet Services

A 29-minute failure in Rostelecom's data transmission network on August 6 caused widespread access problems to Russian online services. The operator quickly rerouted traffic to backup equipment, restoring normal operations without revealing the root cause. Users reported issues connecting to marketplaces, banks, social platforms, IT company services and other telecom providers. The majority of complaints originated from Rostelecom's own subscribers who experienced connection and service access failures. Although the incident remained brief and did not escalate into prolonged digital disruption, it highlighted the heavy reliance on a single major provider. The event demonstrated how even a short technical problem at a large operator can simultaneously affect access to stores, financial services and everyday online platforms.

HabrOther

Read-Only Utility Automates Detailed Audits of UserGate NGFW Firewall Policies

A cybersecurity specialist at Gazprom CPS developed a read-only utility to analyze large-scale UserGate NGFW firewall policies without making any configuration changes. The tool connects via the UserGate XML-RPC API to collect rules, statistics, zones, network lists, services, users, and groups, then normalizes the data into a unified model for analysis. It performs eleven independent checks grouped into lifecycle, overly permissive access, observability, and documentation categories, flagging rules that have not fired recently, allow management ports broadly, lack logging, or have empty descriptions. Results are exported to a navigable Excel report featuring a rules-by-checks matrix, human-readable object names, and editable manual verdicts such as OK, requires attention, or false positive. The first full run on a production policy with over 1000 rules and 4500 related objects took 24 minutes and highlighted 39 percent of rules for review, with more than half showing multiple red flags. The approach preserves the original snapshot in JSON for repeatable offline analysis and comparison over time.

AntiMalwareOther

Internet Outages Disrupt Access to Russian Websites and Applications Across Multiple Regions

Users in several Russian regions reported widespread connectivity problems where internet access appeared available but failed to load most domestic websites and online services. Affected areas include Saint Petersburg along with Nizhny Novgorod, Rostov, and Tyumen regions according to reports compiled by the Telegram channel Baza. Connections remained technically active yet produced repeated errors when attempting to reach Russian sites, mobile applications, and web-based platforms. The precise scale of the disruption remains undetermined and it is unclear whether the incidents stem from a single technical fault or simultaneous failures among multiple network operators. No official statements have been issued regarding the root causes or expected restoration timelines. Individuals affected continue to refresh pages and restart applications while waiting for services to recover.

HabrOther

Step-Up Authentication vs 2FA: Implementing Additional Verification for Sensitive Operations in Corporate Systems

Traditional two-factor authentication secures only the initial login, leaving active sessions vulnerable to misuse during sensitive tasks such as accessing payroll data. Step-Up Authentication addresses this by requiring extra verification at the moment of critical actions rather than at login. The article details how one project moved beyond standard Identity Provider features in WSO2 by building a dedicated PIN-code service and gateway-2fa microservice. This approach uses signed cookies with TTL controls and JWT cross-checks to enforce elevated trust levels without disrupting normal user flows. The solution aligns with Zero Trust principles and was monitored via Matomo and ELK for usage and performance metrics. Key implementation considerations include balancing TTL duration, encrypting stored PINs, and conducting load testing before deployment.