profile
System Software Engineer

Representation of Data (3)

[Section 02] representation of data ASCII to Unicode — How Text Is Stored and Moved > A concise, practical guide to ASCII, its limits, and how Unicode (UTF-8/16/32) solves them. Examples use C. ASCI...

2025년 8월 25일
·
0개의 댓글
·

Representation of Data (2)

[Section 02] representation of data Binary Representation of Numbers — A Practical Guide (Integers & Floats) Why multiple representations? Computers store values in fixed-width bit strings. For sign...

2025년 8월 20일
·
0개의 댓글
·

Pin a Package Version Installed via .deb or apt on Ubuntu

Keep a specific app version even when you run apt update / apt upgrade. Quick & simple: sudo apt-mark hold Strict version pin: create /etc/apt/preferences.d/.pref with Pin: version (Optional) Disab...

2025년 8월 14일
·
0개의 댓글
·

RTL Simulation and QEMU

RTL simulation https://wikidocs.net/170339 DPI-C & UVM DPI is an interface between SystemVerilog and a foreign programming language. Two layers, both sides of DPI are fully isolated the SystemVeri...

2025년 8월 14일
·
0개의 댓글
·

How to install gitlab CLI

glab is an open-source CLI tool that allows you to interact with GitLab directly from your terminal. This guide will walk you through installing glab

2025년 2월 26일
·
0개의 댓글
·

Representation of Data (1)

The way computers store and calculate numbers is crucial, especially in environments like mainframes or embedded systems where decimal formats such as

2024년 11월 19일
·
0개의 댓글
·

How to set-up Vim for C/C++ intelligence

This guide will help you set up Vim as a C/C++ development environment similar to VSCode's C/C++ extension. It includes setting up key plugins like Yo

2024년 10월 17일
·
0개의 댓글
·