Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: xu Clear Filter

Jank is C++

jank is C++ If you've wondered how much a solo dev can build for seamless C++ interop on a quarter, you're about to find out. In April, jank was unable to reach into C++ at all. Toward the end of this post, I'll show some real world examples of what works today. Before that, though, I want to say thank you for the sponsorship this quarter, not only by all of my individual Github sponsors, but also by Clojurists Together. I also want to say thank you to Vassil Vassilev and Lang Hames for buildin

Topics: cpp ftxui jank std type

4 Arrested Over Scattered Spider Hacking Spree

WIRED reported this week on public records that show the United States Department of Homeland Security urging local law enforcement around the country to interpret common protest activities and surrounding logistics—including riding a bike, livestreaming a police encounter, or skateboarding—as “violent tactics.” The guidance could influence cops to use everyday behavior as a pretext for police action. An AI hiring bot used on the McDonald’s “McHire” site exposed tens of millions of job applican

Topics: ai group week xu year

jank is C++

jank is C++ If you've wondered how much a solo dev can build for seamless C++ interop on a quarter, you're about to find out. In April, jank was unable to reach into C++ at all. Toward the end of this post, I'll show some real world examples of what works today. Before that, though, I want to say thank you for the sponsorship this quarter, not only by all of my individual Github sponsors, but also by Clojurists Together. I also want to say thank you to Vassil Vassilev and Lang Hames for buildin

Topics: cpp ftxui jank std type

jank Is C++

jank is C++ If you've wondered how much a solo dev can build for seamless C++ interop on a quarter, you're about to find out. In April, jank was unable to reach into C++ at all. Toward the end of this post, I'll show some real world examples of what works today. Before that, though, I want to say thank you for the sponsorship this quarter, not only by all of my individual Github sponsors, but also by Clojurists Together. I also want to say thank you to Vassil Vassilev and Lang Hames for buildin

Topics: cpp ftxui jank std type

US government confirms arrest of Chinese national accused of stealing COVID research and mass-hacking email servers

In Brief The U.S. Justice Department has confirmed the arrest of Chinese national Xu Zewei, an alleged prolific contract hacker who carried out cyberattacks for China. Xu was arrested in Italy at the request of U.S. prosecutors. Xu and another Chinese national Zhang Yu, who remains at large, are accused in a nine-charge indictment of “hacking and stealing crucial COVID-19 research” from U.S. universities during February 2020. The DOJ said Xu worked for a company called Shanghai Powerock Networ

Alleged Chinese hacker tied to Silk Typhoon arrested for cyberespionage

A Chinese national was arrested in Milan, Italy, last week for allegedly being linked to the state-sponsored Silk Typhoon hacking group, which responsible for cyberattacks against American organizations and government agencies. According to Italian media ANSA, the 33-year-old man, Xu Zewei, was arrested at Milan's Malpensa Airport on July 3rd after arriving on a flight from China. Italian police arrested the suspect on an international warrant from the U.S. government. ANSA reports that Xu is

Former Ubisoft executives convicted in France

French video game giant Ubisoft has been embroiled in a multiyear saga regarding a toxic company culture , multiple sexual harassment investigations and harassment suits filed by former employees. In 2023, five former Ubisoft executives were arrested on various charges related to these investigations. On Wednesday, a French court sentenced three of them to suspended sentences for enabling a culture rife with sexual and psychological harassment. Former editorial vice president Thomas Francois wa

Melbourne man discovers extensive model train network underneath house

Key Points After finalising the purchase of a home in Melbourne's northern suburbs, a Melbourne man found something unexpected. There had been no mention of the expansive model train network beneath the home's floors. Coincidentally, new owner Daniel Xu is a keen train enthusiast and engineer. As any new homeowner will know, there are always unknown things to be found in a new place. From a kitchen cupboard that never seems to close properly, a curiously painted over area or the real per

Topics: home model new train xu

Touching the back wall of the Apple store

Touching the back wall of the Apple store 23 Jun, 2025 Here's a dumb story. When I was in high school, my friends and I had a game we used to play at the mall: we would go into the Apple store and try to make it to the back wall of the store, touch it, and exit out the front without an Apple staff person talking to us. We were fascinated with the Apple store in the mall because it was essentially an interactive luxury goods store where they'd let you actually grasp all the luxury goods with y

Subsecond: A runtime hotpatching engine for Rust hot-reloading

§Subsecond: Hot-patching for Rust Subsecond is a library that enables hot-patching for Rust applications. This allows you to change the code of a running application without restarting it. This is useful for game engines, servers, and other long-running applications where the typical edit-compile-run cycle is too slow. Subsecond also implements a technique we call “ThinLinking” which makes compiling Rust code significantly faster in development mode, which can be used outside of hot-patching.