How to Create a Complete Interior Design Plan in 30 Minutes

How to Create a Complete Interior Design Plan in 30 Minutes

Editor’s Note: Train a Lora in 15 minutes, Generate dozens of inspiration images in 3 minutes, Convenient parameter adjustments, Create your own AI assistant. In the AI era, Every designer should become an AI trainer. No need for scientific internet access, No computer configuration requirements, The “Academy” sibling company “Yiyuan AI” is currently open for … Read more

Competition Experience Sharing: Filtering Skyscrapers from OMA and SOM Perspectives

Competition Experience Sharing: Filtering Skyscrapers from OMA and SOM Perspectives

Li Honglin Graduate Student in Architecture, University of California, Berkeley Currently employed at SOM San Francisco Previously worked at OMA Netherlands – Rotterdam EFFEKT Denmark – Copenhagen Metrogramma Italy – Milan, etc. Website: honglin-li.com / Instagram: honglin_li (In the following interview, Li Honglin will be referred to as ā€œLā€) ā–ˆ In your personal profile, you … Read more

Thoughts on Headquarters Design by Silas Chiow and Qiu Huikang

Thoughts on Headquarters Design by Silas Chiow and Qiu Huikang

Viewing Architecture Lounge We invite outstanding figures from architecture, engineering, art, and design fields both domestically and internationally to share their knowledge, experiences, and insights in their respective professions. While promoting healthy communication and development within the design industry, the aim is to inspire more friends to explore uncharted possibilities. Featured Guest In this edition … Read more

Valuable Experiences of SOM Urban Design

Valuable Experiences of SOM Urban Design

“Urban Construction” Becomes A Convenient Guide For Urban Planning Table of Contents Part One: Introduction to Urban Construction Part Two: Nine Principles of 21st Century Urban Design Part Three: The Future of Cities ~In “Urban Construction: Valuable Experiences of SOM Urban Design (Part One)” we read the first part of the book and the first … Read more

Urban Fabric: Valuable Experiences from SOM City Design

Urban Fabric: Valuable Experiences from SOM City Design

“Urban Fabric” has become a convenient guide for the urban planning industry. This book publicly shares the valuable urban design experiences of the globally renowned SOM design firm for the first time. Published in 2013, it reflects the value direction that urban design, as a practical discipline, needs to convey a design perspective based on … Read more

Analysis of Top Three Proposals for Jiuwei International Headquarters Design Competition

Analysis of Top Three Proposals for Jiuwei International Headquarters Design Competition

The Jiuwei International Headquarters Pilot Area is located in the core of the Guangdong-Hong Kong-Macao Greater Bay Area, adjacent to major strategic platforms such as Shenzhen International Airport and the Qianhai Shenzhen-Hong Kong Modern Service Industry Cooperation Zone. In the future, it can be conveniently connected to the western bank of the Pearl River through … Read more

What to Learn from SOM?

What to Learn from SOM?

As a special guest, Professor Chen Chaohui, after listening to the rich and exciting lectures from four experts of SOM and engaging in in-depth discussions, couldn’t hide her excitement and sent her “reflections” to our media center. This is shared as a perspective for a deeper understanding of the SOM lecture. What to Learn from … Read more

Summary of ARM Related Knowledge

Summary of ARM Related Knowledge

1. What do T, D, M, and I stand for in ARM7TDMI? Answer: These four letters represent a characteristic of ARM: T: High-density 16-bit Thumb instruction set extension D: Supports on-chip debugging M: 64-bit multiplication instruction I: Includes embedded ICE hardware simulation module 2. Quick Knowledge Summary: ARM7 adopts a 3-stage pipeline, while ARM9 adopts … Read more

Does ARM Architecture Support Interrupt Nesting?

Does ARM Architecture Support Interrupt Nesting?

Click the blue "Arm Selected" in the upper left corner and select "Set as Star" Note: This article primarily discusses the ARMV8-aarch64 architecture, gicv3, and Linux kernel 5.14 by default. Consideration: Have you ever thought about a scenario where a high-priority interrupt preempts another interrupt that is currently being processed? This is known as interrupt … Read more

Comprehensive Summary of ARM Basics

Comprehensive Summary of ARM Basics

One ARM Assembly Generally, our computers are X86 architecture machines. Here we use clang to compile our files. Compiling files by ourselves and using IDA to learn alongside makes it easier to understand. Two Some instructions about clang: Using clang to directly compile into an executable file // Compile our file into ARMv5 architecture file … Read more