내가원하는 것은 나의 운명에 충실하는 것이다

우리는 현재 4차원의 존재라는 것을 인정해야 한다. 하지만 모든 차원을 관통하는 무한에 가까워 져야한다. 도달해야한다. 내가 도달하면 좋고 내가 아니더라도 선조의 정신을 이어받은 누군가가 무한에 다가가야 한다.더욱더 무한(영원)에 가까워 질수있도록 초월을 기준으로 하여 따라 행동과 마음을 자기스스로를 컨트롤 할수있어야 하는것이 4차원존재의 현재로서의 숙명이다. 뇌를 개발하고 발굴하고 학습을 스스로 지속하면 언젠간 특이점과 무한에 도달할테니.. 그것이 우리의 숙명이고, 나의 운명이다.

무한에 도달할때까지 무한을 향해 스스로를 컨트롤 하기,

제자리 배치 습관

도구와 물품의 자리배치를 행동반경안에 두며 빈도에 따라 행동반경 및 시야, 도구의 특징에 따라 자리배치하기

공간을 다른 곳으로 이동할때마다 제 자리배치 및 위치이동 (기존,새장소 모두)

차에 타면, 다음 장소에서 가지고 내릴것을 미리 꺼내놓고 행동반경에 배치

차에서 내릴때 자리배치 확인, 미리 배치된것들고 나가기

집에 들어올때 집을 나갈때 필요한것들을 미리꺼내놓고 행동반경에 배치, 그후 제자리 배치

how가 아닌 what에 핀트를 맞추는 습관, what을 제대로 알면 how는 저절로된다.

오늘 원하는것

- 신안프로젝트를 html과 css로 구현하는 것을 1시간하고 배운것을 정리해서 블로그에 올리기
<ul>마크다운 토글, 목록화 및 내가 쓸만한것들 </ul>
<ol>영미권 국가와 커뮤니케이션 스킬 연습했던거 다시 복습하기 </ol>
quizlet

오래동안 익힐것

HCI, BCI, 뇌컴퓨터 인터페이스



체계적으로 처리하는 습관

한가지에 2~4시간 몰입하는 습관

상위 0.001%의 능력

내가 원하는 것에 도달하는 가장 효율적인 방법 (the most efficient way to to what I want )

체계성 = 조직화능력 = systematic

how는 나중에, what을 파악하는 능력


HTML Tags

Address Tag

주소를 나타낼때 표기합니다.

1 Infinite Loop
Cupertino, CA 95014
United States
<address>
  1 Infinite Loop<br/> 
  Cupertino, CA 95014<br/> 
  United States
</address>

애플 홈페이지.

[애플 홈페이지](http://apple.com "애플 홈페이지입니다").
Abbreviation Tag - markdown

The abbreviation CSS stands for “Cascading Style Sheets”.

위 밑줄쳐진 CSS에 마우스를 올려보세요. 그럼 전체뜻이 보여지는 말풍선이 보여집니다.

이 태그는 이러한 기능을 합니다. 그럼 어떻게 작동시키는지 알아볼까요? 마크다운 방식으로 보여드리겠습니다.

The abbreviation CSS stands for "Cascading Style Sheets".

*[CSS]: Cascading Style Sheets
Cite Tag

cite tag는 저작물의 출처를 표기할 때 사용하며, 적절한 맥락 아래에서는 출처를 축약해서 표기할 수 있습니다.

“Code is poetry.(코드는 시다)” —Automattic(오토매틱)

"Code is poetry.(코드는 시다)" ---<cite>Automattic(오토매틱)</cite>
Code Tag

짧은 코드 조각을 나타내는 스타일을 사용해 자신의 콘텐츠를 표시합니다. 기본 스타일은 사용자 에이전트의 고정폭 글씨체입니다.

main()은 dart언어 함수며. 컴퓨터가 동작시에 가장 첫번째로 찾는 함수다.

<code>main()</code>은 dart언어 함수며. 
컴퓨터가 동작시에 가장 첫번째로 찾는 함수다.
Strike , del Tag

안녕하세요 반갑습니다. 잘지내셨나요?.
날씨가 아주 좋군요. 같이 점심식사 어떠신가요?

안녕하세요 반갑습니다. <strike>잘지내셨나요?</strike>.<br>
날씨가 아주 좋군요. <del>같이 점심식사 어떠신가요?</del>
Emphasize Tag - markdown

The emphasize tag should italicize text.

The emphasize tag should _italicize_ text.
Insert Tag

날씨가 아주 좋군요. 같이 점심식사 어떠신가요?같이 커피드실래요?

날씨가 아주 좋군요. <del>같이 점심식사 어떠신가요?</del><ins>같이 커피드실래요?</ins>
Keyboard Tag

This scarcely known tag emulates keyboard text, which is usually styled like the <code> tag.

This scarcely known tag emulates <kbd>keyboard text</kbd>,
which is usually styled like the `<code>` tag.
Preformatted Tag

This tag styles large blocks of code.

.post-title {
	margin: 0 0 5px;
	font-weight: bold;
	font-size: 38px;
	line-height: 1.2;
	and here's a line of some really, really, really, really long text, just to see how the PRE tag handles it and to find out how it overflows;
}
Quote Tag (인용문)

Developers, developers, developers - Steve Ballmer

The number one benefit of information technology is that it empowers people to do what they want to do. It lets people be creative. It lets people be productive.
<q>Developers, developers, developers</q> - Steve Ballmer
//<q>태그는 문장 내에 들어가는 인용문일 경우 사용,
  줄 바꿈 필요없는 짧은 인용에 사용하는 인라인 인용문, 자동으로 " "가 붙는다.
  
<blockquote>The number one benefit of information technology is that it empowers people to do what they want to do. It lets people be creative. It lets people be productive.</blockquote>
//<blockquote> 태그는 한 문단이나 내용 전체가 인용문일 경우사용 ,
  긴 텍스트의 인용을 별도의 블록으로 처리하는 인용문, 전체가 블록처럼 들여쓰기 된다.

Single line blockquote (mark down)

Stay hungry. Stay foolish.

Multi line blockquote with a cite reference:

People think focus means saying yes to the thing you’ve got to focus on. But that’s not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I’m actually as proud of the things we haven’t done as the things I have done. Innovation is saying no to 1,000 things.

Single line blockquote:

> Stay hungry. Stay foolish.

Multi line blockquote with a cite reference:

> People think focus means saying yes to the thing you've got to focus on. But that's not what it means at all. It means saying no to the hundred other good ideas that there are. You have to pick carefully. I'm actually as proud of the things we haven't done as the things I have done. Innovation is saying no to 1,000 things. // markdown 
Strong Tag

This tag shows bold text. - markdown

This tag shows bold text. This tag shows bold text.

This tag shows **bold text**.
This tag shows <b>bold text<b>.
This tag shows <strong>bold text</strong>.
Subscript Tag

아래첨자아래첨자

아래첨자<sub>아래첨자</sub>
Superscript Tag

위첨자위첨자

위첨자<sup>위첨자</sup>
mark Tag

This allows you to denote variables.

This allows you to denote <mark>variables</mark>.

hr tag (구분선)


<hr>