Presentation: Adopting Memory-Safety and Fine-Grained Compartmentalisation with CHERI
CHERI 아키텍처가 메모리 안전성과 분할 처리를 어떻게 개선하는지 설명합니다.
CHERI architecture improves memory safety and fine-grained compartmentalization.
AI가 선별한 아티클
CHERI 아키텍처가 메모리 안전성과 분할 처리를 어떻게 개선하는지 설명합니다.
CHERI architecture improves memory safety and fine-grained compartmentalization.
C로 만든 AI 모델, antirez의 새로운 엔진 공개!
Antirez unveils new engine in C for AI model generation!
Kermit의 45주년을 기념하며 15년 만에 새로운 C-Kermit 버전이 출시되었습니다.
Kermit celebrates 45 years with the first new C-Kermit release in 15 years.
C의 sizeof 파싱 난이도에 대한 설명.
An explanation of the parsing difficulty of sizeof in C.
relayd(8)와 httpd(8)의 개발이 기여자들의 참여로 활성화되고 있다.
The development of relayd(8) and httpd(8) is reviving through contributions from operational users.
SDL 2를 사용하여 C로 구현한 Fasttracker II 클론에 대한 글입니다.
An article about a Fasttracker II clone implemented in C using SDL 2.
C로 구현한 안정적인 온디바이스 실시간 음성 잡음제거 라이브러리 설명.
Description of a stable on-device real-time noise cancellation library implemented in C.
PCB 디자인, 3D 프린팅, C 언어를 배우며 음악을 듣기 위해 노력한 이야기입니다.
The author shares their journey of learning PCB design, 3D printing, and C to listen to music.
Lone Lisp는 Linux 시스템 호출 위에서 직접 실행되는 독립적인 Lisp 언어다.
Lone Lisp is an independent Lisp language running directly on Linux system calls.
C 문자열의 NUL 종료 방식의 한계와 현대의 대안에 대한 논의.
Discussion on the limitations of C strings with NUL termination and modern alternatives.
C 프로그램의 세그멘테이션 오류 원인 분석.
Analysis of the cause of segmentation fault in a C program.
GLM-5.2 모델을 소비자용 컴퓨터에서 실행하는 방법을 소개합니다.
This article explains how to run GLM-5.2 on consumer machines.
자기 수정 코드를 위한 언어인 Insert에 대한 소개입니다.
Introduction to Insert, a language for writing self-modifying code.
DOS 게임 F-15 Strike Eagle II 리버싱 프로젝트의 테스트 파일럿 모집.
Recruitment for test pilots for the F-15 Strike Eagle II reversing project.
Rust와 C/C++의 메모리 안전성 CVE 집계 방식 차이를 설명합니다.
The article explains the difference in CVE reporting for memory safety vulnerabilities in Rust and C/C++.
blqsort의 성능을 분석한 글입니다.
An analysis of why blqsort is faster than most Quicksort implementations.
C에서의 체비셉 다항식과 그 도함수에 관한 글입니다.
Discussion on Chebyshev polynomials and their derivatives in C.
FFmpeg에서 발견된 21개의 제로데이에 대한 보안 경고.
Security alert on 21 zero-days found in FFmpeg.
C 게임을 WASM으로 포팅하며 겪은 모든 버그를 공유합니다.
Sharing every bug encountered while porting my C game to WASM.
C 구성 파일을 위한 AOT 코드 생성기 cfgsafe에 대한 설명.
An explanation of cfgsafe, an AOT code generator for C configuration files.
Python과 C에서 텍스트 확산 모델 추론을 다룬 글입니다.
Discusses inferring text diffusion models in Python and C.
C 언어 기초를 장난스러운 코드로 다룬 연재.
The fourth series on basic C language using playful code snippets.
제29회 IOCCC 2025 수상작이 발표되었다.
Winners of the 29th IOCCC 2025 have been announced.
C 프로그래밍을 활용하여 재미있는 예제들을 다룹니다.
Explores fun examples using the C programming language.
Branchless Quicksort가 std::sort와 pdqsort보다 빠르다는 내용입니다.
Branchless Quicksort is faster than std::sort and pdqsort.
Zig의 창시자 Andrew Kelley와의 인터뷰 내용 소개.
Introduction to an interview with Zig creator Andrew Kelley.
C 코드의 이식성과 비표준 확장에 대한 분석.
Analysis of C code portability and reliance on non-standard extensions.
RISC-V 마이크로컨트롤러에서 DCGAN을 구현하여 64x64 고양이 얼굴을 생성합니다.
Implementing DCGAN on a RISC-V microcontroller to generate 64x64 cat faces.
2차원 격자 기저 축소에 대한 C 언어 구현 기사를 소개합니다.
An article introducing 2-D lattice basis reduction implemented in C.
C 언어의 규칙과 동작에 대한 퀴즈의 내용을 다룸.
Quiz on C language rules and undefined behaviors.