References

“Cantor (Mathematics Software).” 2024. In Wikipedia. https://en.wikipedia.org/w/index.php?title=Cantor_(mathematics_software)&oldid=1261188784.

“EmacsConf - 2024.” n.d. Accessed December 15, 2024. https://www.emacsconf.org/2024/.

“Qalculate! - the Ultimate Desktop Calculator.” n.d. Accessed December 15, 2024. https://qalculate.github.io/.

2024-12-15

<2024-12-15 Sun>

(excellent_advice_for_living.t2t)

Everyone’s time is finite and shrinking. 모든 사람의 시간은 유한하며 점점 줄어들고 있습니다. The highest leverage you can get with your money is to buy someone else’s time. 돈으로 얻을 수 있는 가장 큰 영향력은 다른 사람의 시간을 사는 것입니다. Hire and outsource when you can. 가능하면 고용하고 아웃소싱하세요.

  • [X] #모닝페이지
  • [X] #딥워크
  • [ ] #가족 #정리
  • [ ] #요약

#백링크

DONE 11:31 #타이거키즈 2시간 몰입

여기서 위대한 미소에 대해서 문득 생각했다.

22:46 중앙도서관 나가자

[2024-12-15 Sun 22:46]

23:21 충격 어떻게 한 것인가? 집을 다 헤집어 놓았네

그래야만 만족스럽다면 그리 해야지. 어쩌겠나. 아이가 힘들었을텐데. 이 것도 내 생각일뿐. 생각을 담을 필요없다. 그저 갈뿐. 내일 일어나면 시끄럽겠군. 한 사람만 화내자. 화를 들을 때는 나라도 화내지말자.

TODO 쪼개기 노트 개념를 쪼갠다는 것

[2024-12-15 Sun 11:37]

프레임워크 붙여 쓰지 마라.

TODO 이거 블로그 글 내보낸 것들 이거 다 노트에 다시 담아줘

[2024-12-14 Sat 04:40]

마크다운

TODO 조직저널 활용법 - ADHD 워크플로우 #조직저널

Carry Over Tips

워크플로우 중요하다.

By default, org-journal will try to carry over previous day TODO-marked items whenever a new journal file is created. The older journal entry will be inserted to the current day's file.

기본적으로 =org-journal=은 새 저널 파일이 만들어질 때마다 전날 할 일로 표시된 항목을 /이월/하려고 시도합니다. 이전 저널 항목은 현재 날짜의 파일에 삽입됩니다.

This feature is controlled through the org-journal-carryover-items variable. To disable this feature set org-journal-carryover-items to an empty string "". Any agenda tags view match string, tags, properties, and todo states are allowed. By default this is TODO=”TODO”. Which will match TODO items.

이 기능은 org-journal-carryover-items 변수를 통해 제어됩니다. 이 기능을 비활성화하려면 org-journal-carryover-items=를 빈 문자열 =""=로 설정하세요. 모든 [[http://orgmode.org/manual/Matching-tags-and-properties.html][안건 태그 보기 일치 문자열]], 태그, 속성 및 할 일 상태는 허용됩니다. 기본적으로 ~TODO"TODO"~입니다. TODO 항목과 일치합니다.

The old carryover items in the previous day's journal are processed by the function assigned to org-journal-handle-old-carryover variable. Default is to remove all of them. You can change this behavior by assigning a custom fuction to the variable. Your function has to take one argument, which is a list of old carryover entries. The list is in form of ((START_POINT (END_POINT . "TEXT")) ... (START_POINT (END_POINT . "TEXT"))); and in ascending order of START_POINT.

전날 저널의 이전 이월 항목은 org-journal-handle-old-carryover 변수에 할당된 함수에 의해 처리됩니다. 기본값은 모든 항목을 제거하는 것입니다. 변수에 사용자 정의 함수를 할당하여 이 동작을 변경할 수 있습니다. 함수는 이전 이월 항목의 목록인 인수를 하나만 받아야 합니다. 목록은 ((START_POINT (END_POINT . "TEXT")) ... (START_POINT (END_POINT . "TEXT")) 형식이며, START_POINT의 오름차순으로 정렬됩니다.

For example, you can choose putting a tag on the old carryover entries intead of removing them:

예를 들어 이전 이월 항목을 제거하는 대신 태그를 붙이는 것을 선택할 수 있습니다:

 
(defun my-old-carryover (old_carryover)
  (save-excursion
    (let ((matcher (cdr (org-make-tags-matcher org-journal-carryover-items))))
      (dolist (entry (reverse old_carryover))
        (save-restriction
          (narrow-to-region (car entry) (cadr entry))
          (goto-char (point-min))
          (org-scan-tags '(lambda ()
                            (org-set-tags ":carried:"))
                         matcher org--matcher-tags-todo-only))))))
 
(setq org-journal-handle-old-carryover 'my-old-carryover)

You can also skip carry over of Drawers through the org-journal-skip-carryover-drawers variable. This is specifically useful when you want to skip carry over of previous days clocked entries when it is under the drawer LOGBOOK. The variable accepts a list of drawers names which will be skipped on carry over. Sample configuration for skipping LOGBOOK drawer:

(setq org-journal-skip-carryover-drawers (list "LOGBOOK"))

[2024-11-21 Thu 13:08]

TODO Denote Integration

[2024-11-22 Fri 15:53]

이 부분은 나중에 적어줘

DONT 이맥스 클론 빌드

EmacsConf - 2024

(“EmacsConf - 2024” n.d.)

이맥시안

[2024-12-15 Sun 16:32]

@isamert:

TODO maxima 컴퓨터대수시스템

[2024-12-15 Sun 19:14]

오픈소스 리스프 계열 그리고?!

sudo apt-get install maxima
sudo apt-get install xmaxima
sudo apt-get install wxmaxima
 

TODO Cantor (mathematics software)

(“Cantor (Mathematics Software)” 2024)

Cantor is a free software mathematics application for scientific statistics and analysis. It is part of the KDE Software Compilation 4, and was introduced with the 4.4 release as part of the KDE Education Project’s kdeedu package.

sudo apt-get install cantor cantor-backend-maxima cantor-backend-python3

TODO kturtle - 한글코딩 터틀한글 이게 짱이다. #기하학 #터틀기하학

[2024-12-15 Sun 19:30]

개발 환경이니까 다 한거다.

KTurtle의 목표는 가능한 한 쉽고 접근하기 쉬운 프로그래밍을 만드는 것입니다. 따라서 어린 학생들에게 수학, 기하학 및 프로그래밍의 기초를 가르치기에 적합한 교육용 도구입니다.

KTurtle은 프로그래밍을 익힐 수 있는 교육용 프로그래밍 환경입니다. 사용자 인터페이스 내에서 모든 프로그래밍을 할 수 있습니다. 프로그래밍 언어는 로고(Logo)를 기반으로 하는 TurtleScript입니다. 모든 명령어와 메시지는 사용자의 언어로 번역됩니다. KTurtle은 직관적인 구문 강조, 간단한 오류 메시지, 쉽게 그릴 수 있는 통합된 캔버스, 내장 도움말, 느린 이동 및 단계별 실행을 지원합니다.

영어로 할 필요가 없다. 직관적이다.

코드 파일명은? turtle 그냥 텍스트지뭐.

kturtle 예제 GIF

>

복잡한 예제

KTurtle - KDE 앱 - apps.kde.org

>

한글코딩: 삼각형

>

처음화면
반복 3 {
  앞으로 100
  왼쪽회전 120
}

다른 한글 코드

처음화면
펜올림
앞으로 50
펜내림
 
반복 4 {
  범위 $x = 1 부터 100 {
    앞으로 10
    오른쪽회전 100 - $x
  }
}

ucblogo

 
➜ sudo apt-cache search ucblogo
qlogo - Language using turtle graphics famous for teaching kids
ucblogo - dialect of lisp using turtle graphics famous for teaching kids
~ via  v20.14.0 via 🐍 v3.12.3
 

Qalculate! - the ultimate desktop calculator

[2024-12-15 Sun 20:02] (“Qalculate! - the Ultimate Desktop Calculator” n.d.)

sudo apt-get install qalculate-gtk qalc cantor-backend-qalculate

TODO 통합개발 #이맥스통합개발환경 용어쪼개

[2024-12-15 Sun 19:31]

TODO @브렛빅터 #다이나믹랜드 #마인드스톰 #교육

TODO 샘리치 글 좀 모아서 정리해봐

[2024-12-15 Sun 21:25]

#샘리치: #클로저 #수학 #물리 #시스템

이 친구 글에 다 있다.

TODO eev eev 이맥스 패키지

[2024-12-15 Sun 21:26]

이 녀석이 키 바인딩을 바꾸네? contacts::Eduardo Ochs - edrx

왜 바꾸는 것인가? 또 바꾸는게 있는가? 자주쓰는 키바인딩을 왜 바꾸는가