Tagged articles
17 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 12, 2026 · Industry Insights

Why Your PC Is Getting Faster: Inside Intel’s New x86S Architecture

The article explains how Intel’s newly announced x86S architecture simplifies the decades‑old x86 design by dropping 16‑ and 32‑bit modes while still supporting legacy 32‑bit applications, reducing processor complexity and improving performance amid growing ARM competition.

64-bitCPU architectureCompatibility
0 likes · 10 min read
Why Your PC Is Getting Faster: Inside Intel’s New x86S Architecture
Open Source Linux
Open Source Linux
Jun 28, 2024 · Fundamentals

How Much Virtual Memory Does a Linux Thread Actually Use?

This article reviews Linux virtual memory layouts for 32‑bit and 64‑bit systems, explains the kernel and user address spaces, details how threads consume stack memory, and outlines both virtual‑memory and kernel‑parameter limits that affect the maximum number of threads a process can create.

32-bit64-bitThread Limits
0 likes · 8 min read
How Much Virtual Memory Does a Linux Thread Actually Use?
Liangxu Linux
Liangxu Linux
Oct 30, 2023 · Fundamentals

How Much Virtual Memory Does a Linux Thread Actually Consume?

This article reviews Linux virtual memory layouts for 32‑bit and 64‑bit systems, explains the different memory segments, shows how the default 8 MiB thread stack impacts virtual address consumption, and calculates practical thread limits based on virtual memory and kernel parameters.

32-bit64-bitThread Stack
0 likes · 8 min read
How Much Virtual Memory Does a Linux Thread Actually Consume?
Liangxu Linux
Liangxu Linux
Aug 20, 2023 · Fundamentals

Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem

The article recounts how Ken Thompson and Dennis Ritchie invented the Unix epoch as a single integer counting seconds since 1970, explains its advantages, exposes the 32‑bit overflow issue known as the Y2K38 problem, and outlines the transition to 64‑bit timestamps in modern systems.

64-bitEpoch TimeOperating Systems
0 likes · 7 min read
Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem
IT Services Circle
IT Services Circle
Jul 10, 2023 · Fundamentals

The Story Behind Unix Epoch Time and the Y2K38 Problem

This article recounts how Ken Thompson and Dennis Ritchie devised the Unix Epoch Time as a simple integer timestamp, explains its advantages, the 32‑bit limitation leading to the Y2K38 issue, and describes the transition to 64‑bit timestamps in modern systems.

32-bit64-bitEpoch Time
0 likes · 6 min read
The Story Behind Unix Epoch Time and the Y2K38 Problem
Open Source Linux
Open Source Linux
Mar 13, 2023 · Fundamentals

What Makes ARMv8 Architecture Powerful? A Deep Dive into 64‑Bit Features

This article provides a comprehensive overview of the ARMv8 architecture, detailing its 32‑bit and 64‑bit execution states, backward compatibility, key enhancements such as larger register pools and address spaces, and the specific characteristics of ARMv8‑A processors like Cortex‑A53, A57, and A73.

64-bitARMv8aarch64
0 likes · 16 min read
What Makes ARMv8 Architecture Powerful? A Deep Dive into 64‑Bit Features
BaiPing Technology
BaiPing Technology
Jan 17, 2022 · Mobile Development

How to Ensure Your Android App Supports 64‑Bit ABI and Pass Store Requirements

This guide explains why Android apps must adopt 64‑bit architectures, outlines market mandates, describes the ABI landscape, shows how to detect missing 64‑bit native libraries with Gradle scripts or the EasyPrivacy plugin, and provides step‑by‑step instructions for updating build configurations, testing, and publishing compliant APKs or App Bundles.

64-bitAPKAndroid
0 likes · 13 min read
How to Ensure Your Android App Supports 64‑Bit ABI and Pass Store Requirements
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 7, 2020 · Mobile Development

64-bit Adaptation Practices for iQIYI Android App

iQIYI migrated its Android app to 64‑bit by configuring ABI selection, delivering native libraries via universal or split APKs, plugin packages, and a cloud‑based SO distribution platform, adding a front‑end SDK and back‑end publishing service, and applying size‑reduction and hot‑fix optimizations, resulting in faster startup, better performance, and a unified library management workflow.

64-bitAndroidSO library
0 likes · 10 min read
64-bit Adaptation Practices for iQIYI Android App
GF Securities FinTech
GF Securities FinTech
Aug 1, 2019 · Mobile Development

How to Upgrade React Native to 0.59.10 for 64‑Bit Support

This guide explains why Google’s 64‑bit requirement forces a React Native upgrade, outlines the benefits of moving to version 0.59.10, and provides step‑by‑step instructions for updating iOS, Android, Babel configuration, native modules, and handling deprecated components and API changes.

64-bitAndroidXReact Native
0 likes · 10 min read
How to Upgrade React Native to 0.59.10 for 64‑Bit Support