> For the complete documentation index, see [llms.txt](https://d2m.doyoki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://d2m.doyoki.com/week-08.md).

# Week 08

## Annealing 풀림 &#x20;

{% embed url="<https://youtu.be/GFVeYXJJndw>" %}

## Forged 단조&#x20;

{% embed url="<https://youtu.be/QgiMz-NZ2rw>" %}

{% embed url="<https://youtu.be/bfyHJOK1_xY>" %}

#### Forged VS Cast

{% embed url="<https://youtu.be/GKHBBXtI5rk>" %}

## Metal Permanent-mold Casting  주조

{% embed url="<https://www.youtube.com/watch?v=xL8ZCp93ulU>" %}

## Metal Sand-Casting 주조 &#x20;

{% embed url="<https://youtu.be/N2hYTdrzujI>" %}

## Metal Rolling

{% embed url="<https://youtu.be/btzgKAjncSo>" %}

{% embed url="<https://youtu.be/c8K7RLT6BJY>" %}

## Waterjet and ... &#x20;

{% embed url="<https://youtu.be/xQzP65UFcl4>" %}

{% embed url="<https://youtu.be/D5ziiX_235Q>" %}

{% embed url="<https://youtu.be/3Tgn0ofJ2yI>" %}

## Metal Hot Extrusion

{% embed url="<https://youtu.be/Y75IQksBb0M>" %}

## Laser Welding

{% embed url="<https://youtu.be/yuTIR5E98Dw>" %}

{% embed url="<https://youtu.be/z3zuPyjFTsk>" %}

## Brazing&#x20;

Brazing is a metal-joining process in which two or more metal items are joined together by melting and flowing a filler metal into the joint, the filler metal having a lower melting point than the adjoining metal.&#x20;

{% embed url="<https://youtu.be/07ODV2Bdqow>" %}

{% embed url="<https://youtu.be/TQP8EBQRvr0>" %}

**Welding** is a way of heating pieces of metal using electricity or a flame so that they melt and stick together. There are many kinds of **welding**, including arc **welding**, resistance **welding**, and gas **welding**. The most common type is arc **welding**.

#### <http://www.kaempfandharris.com/blog/difference-between-brazing-and-welding>

## Adhesive

{% embed url="<https://youtu.be/JQkBcfvy5O4>" %}

{% embed url="<https://youtu.be/XXTg9ZlNliU>" %}

{% embed url="<https://youtu.be/q-ORsGXPTwY>" %}

## Riveting

{% embed url="<https://youtu.be/4GXt02w66Tg>" %}

{% embed url="<https://youtu.be/yuJqCtSrad0>" %}

## Friction Welding

{% embed url="<https://youtu.be/RsQYYhQJ2kA>" %}

{% embed url="<https://youtu.be/03FioPzhEBM>" %}

{% embed url="<https://www.redherring.com/asia/progress-speeds-up-on-dubai-to-abu-dhabi-uae-hyperloop/>" %}

{% embed url="<https://video.wired.com/watch/the-story-behind-the-internet-s-favorite-robots>" %}

{% embed url="<http://thegear.co.kr/16382>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://d2m.doyoki.com/week-08.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
