Tagged articles
6 articles
Page 1 of 1
Bighead's Algorithm Notes
Bighead's Algorithm Notes
Sep 27, 2025 · Artificial Intelligence

Weekly Time-Series Paper Digest (Sep 20‑26, 2025)

This digest summarizes three recent arXiv papers that propose novel diffusion‑based generation, a channel‑independent convolution for multivariate forecasting, and a style‑guided diffusion framework, each demonstrating improved realism, coherence, and diversity of synthetic time‑series data through extensive experiments.

DS-DiffusionIConvMMD loss
0 likes · 8 min read
Weekly Time-Series Paper Digest (Sep 20‑26, 2025)
Open Source Tech Hub
Open Source Tech Hub
Apr 26, 2024 · Information Security

How to Safely Mitigate the glibc CVE‑2024‑2961 Iconv Overflow in PHP

This article explains the glibc CVE‑2024‑2961 buffer overflow in ISO‑2022‑CN‑EXT conversion, how it can be exploited through PHP's iconv extension, and provides practical mitigation steps such as applying distro patches, validating charset inputs, and removing vulnerable modules when patches are unavailable.

CVE-2024-2961IConvPHP
0 likes · 4 min read
How to Safely Mitigate the glibc CVE‑2024‑2961 Iconv Overflow in PHP
php Courses
php Courses
Dec 13, 2023 · Backend Development

Optimizing Web Page Encoding and Character Conversion with PHP

This article explains how to set the correct character encoding for web pages and demonstrates PHP functions such as meta charset, iconv, urlencode/urldecode, and mysqli_real_escape_string with practical code examples to ensure proper display and safe database insertion.

IConvMySQLiPHP
0 likes · 5 min read
Optimizing Web Page Encoding and Character Conversion with PHP
Alibaba Cloud Native
Alibaba Cloud Native
Dec 20, 2022 · Backend Development

Why Does Instrumentation.appendToSystemClassLoaderSearch Fail in Containers? A Deep Dive into Java Agent, JNI, and Thread‑Safety

This article investigates intermittent Java Agent errors caused by Instrumentation.appendToSystemClassLoaderSearch in container environments, tracing the issue through JNI calls, glibc stat failures, locale‑dependent iconv conversion, and ultimately fixing it with pthread thread‑local storage and proxy wrappers.

ContainerIConvJNI
0 likes · 11 min read
Why Does Instrumentation.appendToSystemClassLoaderSearch Fail in Containers? A Deep Dive into Java Agent, JNI, and Thread‑Safety
Alibaba Cloud Native
Alibaba Cloud Native
Jun 18, 2022 · Fundamentals

Unraveling Java Agent Crashes: JVM, glibc, and Thread‑Local Pitfalls

Starting from mysterious Java Agent errors in Alibaba Cloud environments, this article traces the failure through the JVM’s Instrumentation.appendToSystemClassLoaderSearch call, examines glibc’s stat and iconv conversions, reveals thread‑local storage issues, and presents concrete fixes using pthread TLS and proxy wrappers.

IConvJVMJava Agent
0 likes · 12 min read
Unraveling Java Agent Crashes: JVM, glibc, and Thread‑Local Pitfalls
ITPUB
ITPUB
Sep 13, 2016 · Fundamentals

Why Does Text Turn into Gibberish? Mastering Encoding and Fixing Garbled Characters

This article explains why text files can become unreadable garbled characters, explores binary representation, locale settings, and common character sets like ANSI and Unicode, and provides practical command‑line techniques such as using iconv to convert between encodings and avoid display issues.

GBKIConvcharacter-set
0 likes · 10 min read
Why Does Text Turn into Gibberish? Mastering Encoding and Fixing Garbled Characters