links
2023-02-19Emacs
/r/emacs
/r/planetemacs
Usage
[M-x org-bookmarks]
The bookmarks Org mode file format
A bookmark entry in the bookmarks file requires three elements:
- headline is the bookmark title
- a tag “bookmark” to mark the headline as a bookmark
- the bookmark entry need to have a property “URL” with URL value
For example:
* Emacs
** /r/emacs :Reddit:bookmark:
:PROPERTIES:
:URL: https://www.reddit.com/r/emacs
:DATE: [2024-02-26 Mon 19:31]
:END:
** /r/planetemacs :Reddit:bookmark:
:PROPERTIES:
:URL: https://www.reddit.com/r/planetemacs/
:DATE: [2024-02-26 Mon 19:37]
:END:
+ org-column 사용하라!
+ =C-r= consult-history
링크와 짧은 설명글. 북마크. 역할. 태그 활용.
만약, 클론 했다면 파일 패스를 넣어야
서지정보 잘 넣고, 프로퍼티를 활용하면 된다.
링크는 날짜별로 넣을 뿐. 파싱하면 된다.
처음에 넣으려고 하면 복잡해진다. 일단 그냥 캡쳐를 하고, 파악하고 필요 없음 필요 없다고 적어라. 왜 필요 없는지.
그냥 지우지말고.
프로퍼티를 활용한다. 주소나
가이드를 어떻게?!
링크의 유형 중에 코드, 리포지토리, 아티클, 패키지? 등 나누어 볼 수 있다. 어떻게 구분을 할 것인가?
홈페이지
https://junghan0611.netlify.app/
https://junghan0611.github.io/
GitHub - imfing/hextra-starter-template: 🐣 Minimal template for using-
Personal
관리 중인 나의 깃허브 링크만 올려놓아도 편해진다.
junghan0611/org-2024 - github.com
https://github.com/junghan0611/proselint
https://github.com/junghan0611/zenn-blog
junghan0611/one.el - github.com
org to html 심플
junghan0611/crafted-dotfiles - github.com
meow 기반 닷 파일 포크. 잘 동작함
junghan0611/crafted-emacs - github.com
이걸 밀고 가려면 문서화를 해야할듯 /home/junghan/emacs/forked-pkgs/crafted-emacs
junghan0611/denote-explore/tree/main - github.com
junghan0611/denote - github.com
최신 버전으로 테스트 해야 해서 포크
https://github.com/junghan0611/textlint-plugin-org
junghan0611/orgmode-examples - github.com
~/emacs/forked-pkgs/orgmode-examples
junghan0611/practical-spacemacs-doc - github.com
junghan0611/.doom.d.simple - github.com
Work
Regex 정규식 관련
Emacs: Regex Tutorial - wilkesley.org
regex101: build, test, and debug regex - regex101.com
Demystifying Regular Expressions
https://youtube.com/watch?v=6pqhDjQKWng&si=l35yueGxcn_OcHYN
전뇌해커 최용님 자료
위키북스
IT 글쓰기와 번역 노트 - WikiDocs - wikidocs.net
https://github.com/ychoi-kr/ko-prfrdr
ychoi-kr/ko-prfrdr
https://github.com/ychoi-kr/seopyung
https://github.com/ychoi-kr/ko-editor
글첵 - 전문가용 문장 검사기 - geulcheck.pythonanywhere.com
Clojure Documents
Clojure - 기계인간 John Grib - johngrib.github.io
Brave Clojure
https://github.com/bradwilson/ansible-dev-pc
nix, guix 보다는 데비안에 이게 더 쉽다.
ansible/ansible-dev-pc
nbb nodejs clojure
nbb: ad-hoc scripting for Clojure on Node.js (by Michiel Borkent)
https://youtube.com/watch?v=7DQ0ymojfLg&si=JIa5q-rFQcx-IHHg
babashka 는 JVM / GraalVM
The London Clojurians are happy to present:
Title: nbb: ad-hoc scripting for Clojure on Node.js Speaker: Michiel Borkent Slides: https://speakerdeck.com/borkdude/nbb-at-london-clojurians-march-22-2022/
Michiel Borkent (https://github.com/borkdude) will be presenting “nbb: ad-hoc scripting for Clojure on Node.js”
nbb (https://github.com/babashka/nbb) is like babashka but for Node.js. It provides a way to write quick ad-hoc scripts for Node.js without requiring any other tools than Node.js and npm itself. You get access to the wide array of libraries in the Node.js ecosystem. Like babashka, nbb starts fast, scripts are evaluated by SCI and it has some common libraries built-in: promesa, reagent, js-interop. It comes with nREPL support for interactive development. Typical use cases are writing TUI apps, browser tests and small web apps using express. This talk highlights some of the use cases and also discusses some of the implementation details.
nbb(https://github.com/babashka/nbb)는 바바쉬카와 비슷하지만 Node.js 용입니다. Node.js 와 npm 이외의 다른 도구 없이도 Node.js 용 애드혹 스크립트를 빠르게 작성할 수 있는 방법을 제공합니다. Node.js 에코시스템의 다양한 라이브러리에 액세스할 수 있습니다. Babashka 와 마찬가지로 nbb 는 빠르게 시작되고 스크립트는 SCI 에 의해 평가되며 몇 가지 일반적인 라이브러리(promesa, reagent, js-interop)가 내장되어 있습니다. 대화형 개발을 위한 nREPL 지원도 함께 제공됩니다. 일반적인 사용 사례는 express 를 사용하여 TUI 앱, 브라우저 테스트 및 소규모 웹 앱을 작성하는 것입니다. 이 강연에서는 몇 가지 사용 사례를 강조하고 몇 가지 구현 세부 사항에 대해서도 설명합니다.
Write Node using clojure and deply to NPM
https://www.youtube.com/watch?v=_-G9EKaAyuI
- 좀 더 실전. 잠시만 왜 바로 뜨는가?!
- 다시
- 제발 해내자!
- vscode lsp 포메팅 룰은? 나와 다르다.
- 다시 들어간다.
- 좋아. 다시 클로저랑 놀아보자.
- 좋아. 가자!
- 스마트패런 모드만 사용하자. 통일하니 편하다.
- 다시 하면 된다.
- 다시 고우
00:00 Intro
00:26 Install Nbb
01:32 Setup Project
03:24 Start a REPL
04:47 Import packages from NPM
08:57 Run the script
10:20 Outlining our project
11:33 JavaScript Interop
13:30 Dealing with promises
16:12 Getting fields from JS objects
18:32 Convert JS object to Clojure
21:17 Validate Input
23:00 Selecting a month
25:52 Connect to MongoDB
32:00 Inspect data returned from a promise
34:00 Write data to MongoDB
39:53 Query MongoDB
48:21 Debugging
53:00 Use env vars
57:50 Package and deploy to NPM
무엇을 배웠는가?!
Tree-sitter
clojure-mode meets tree-sitter
clojure-mode meets tree-sitter | Meta Redux
이맥스에게 유리하게 작용할 것이라는 말의 의미?
emacs-config/emacs-config.org at main · garyo/emacs-config
https://github.com/garyo/emacs-config/blob/main/emacs-config.org#tree-sitter-based-code-folding
abougouffa/treesit-fold - github.com
이 버전을 고려해보자.
REPL Driven Development, Clojure’s Superpower - Sean Corfield
https://youtube.com/watch?v=gIoadGfm5T8&si=PP2EIG1znMErNcvC
Org-Agenda and Workflow
Org Mode - Organize Your Life In Plain Text! - doc.norang.ca 2023
업데이트 되었다니. 검토한다.
UOMF: Managing web bookmarks with Org Mode
UOMF: Managing web bookmarks with Org Mode
특별한게 없다. 그냥 잘 모아둔 것.
- sparse tree 를 사용한다.
- 다음과 같이 하나 파일에 북마크로 묶는다.
- 태그를 이용하여 분류한다.
("b" "Bookmark" entry (file+headline ,(concat my-org-files-path "notes.org") "Bookmarks")
"* %x%?\n:PROPERTIES:\n:CREATED: %U\n:END:\n\n" :empty-lines 2)
GLT 2018 - The Advantages of File Name Conventions and Tagging karl-voit
Controlled vocabulary - en.wikipedia.org novoid/filetags - github.com
Let me speculate that you refer to controlled vocabulary, i.e. a constrained set of keywords/tags used to categorize something. I didn’t get to know about controlled vocabulary as a name until I stumbled over Karl Voit’s filetags (a Python-based implementation to organize files), and his talk at GLT18 The Advantages of File Name Conventions and Tagging. He addresses this about 16 min into the video.
제어 어휘, 즉 무언가를 분류하는 데 사용되는 제한된 키워드/태그 집합을 가리키는 것으로 추측합니다. 저는 제어 어휘라는 용어를 처음 알게 된 것은 Karl Voit 의 파일태그(파일 정리를 위한 Python 기반 구현)와 GLT18 에서의 강연 ‘파일 이름 규칙과 태깅의 장점’을 우연히 접하기 전까지는 몰랐어요. 그는 동영상에서 약 16 분 동안 이 문제를 다룹니다.
Emacs Meet up Session II: Org Agenda - Vedang - YouTube
훌륭
Curious (Clojure) Programmer: Clojure Development Workflow with Spacemacs and CIDER
https://curiousprogrammer.net/posts/2017-05-12-clojure-development-workflow-with-spacemacs-and-cider
https://youtu.be/4ecC3jqHooc?si=KVS6w0lHygcq9b0P
https://youtu.be/Ykztwp2DXjs?si=8OaqooxxJ1P0d8xC
https://github.com/plexus/my-reagent-project
https://github.com/curiousprogrammer-net/clojure-tip-of-the-day/tree/master
Development Workflow with Spacemacs - YouTube
2016.11.21 영상. Emacs 24. 헉. 워크플로우?!
Modal Editing : evil
- d $
- d ^
- w : evil-forward-word-begin
- :%s/Survey/Quiz/gi 여기서 i 는 대소문자 무시.
clsty/evil-tutor-sc - github.com
튜터를 번역해서 제공해야 한다.
REPL driven development with Clojure using Spacemacs, CIDER and clj-kondo - Y…
최고의 영상이다.
https://github.com/tyler-dodge/org-assistant
https://github.com/woop/awesome-quantified-self
https://github.com/ActivityWatch/awesome-activitywatch
Improvements to pure-paragraph-refill
:생성:
https://emacs.dyerdwelling.family/emacs/20230226200456-emacs--improvements-pure-paragraph-fill/
Sorting Org Tags using Org Mode!
:생성:
https://emacs.dyerdwelling.family/emacs/20230406210733-emacs--more-sorting-tags-options/
Writing Hangul/Korean
글쓰기 능력을 잃으면 사고력도 일부 잃게 됩니다.
:생성:
https://gptnews.tistory.com/m/613
한국어 조사/어미 및 어휘형태소 리스트
:생성:
http://nlp.kookmin.ac.kr/data/han-dic.html
koalanlp/nodejs-support - github.com 형태소 분석기 모음
더 나은 Git 워크플로우를 향해서 :: BlaCk_Log
:생성:
https://black7375.tistory.com/92
Uses This
:생성:
Advanced searching
:생성:
https://orgmode.org/worg/org-tutorials/advanced-searching.html
https://github.com/jherrlin/learn-awk
:생성:
Emacs workspace management with tab-bar mode
:생성:
https://mihaiolteanu.me/emacs-workspace-management.html
https://github.com/ziishaned/learn-regex
:생성:
https://github.com/DeathKing/Learning-SICP
:생성:
https://github.com/emacs-vs
:생성:
뭘 해서 똑같이 할건데? 리스트는 알아야
https://github.com/novoid/dot-emacs
:생성:
https://github.com/tumashu/cnfonts
:생성:
for hangul
PARA in Roam Reserach, Managing projects and tasks
:생성:
https://youtube.com/watch?v=SQ71uG1q79g&feature=share
종교인문학특강 : 제 130 회 다석의 생애와 사상, 정양모 신부, 천주교 은퇴 사제
:생성:
https://youtube.com/watch?v=HwO7zJn5iP4&feature=share
README Articles
[ ] Org Mode For Project Breakdown and Estimation | Irreal
https://irreal.org/blog/?p=11157
[ ] The levels of Emacs proficiency
https://vivekhaldar.com/articles/the-levels-of-emacs-proficiency/
The values of Emacs, the Neovim revolution, and the VSCode gorilla - Murilo Pereira
https://www.murilopereira.com/the-values-of-emacs-the-neovim-revolution-and-the-vscode-gorilla/
[ ] How to open a file in Emacs - Murilo Pereira
https://www.murilopereira.com/how-to-open-a-file-in-emacs/
[ ] Rebuilding the spellchecker
https://zverok.space/spellchecker.html
The Emacs Package Developer’s Handbook
https://alphapapa.github.io/emacs-package-dev-handbook/
EmacsConf - 2022 - talks - Using SQLite as a data source: a framework and an example
https://emacsconf.org/2022/talks/sqlite/
Grokking Simplicity
https://github.com/ericnormand/grokking-simplicity-code
미래 종교
테크니컬 라이팅 깔끔하게 완성하는 10 가지 원칙
https://insight.infograb.net/blog/2023/03/30/technical-writing-guide/
입찰정보 - 2023 년 국민의 글쓰기 능력 진단 체계 개발 | 문화체육관광부
https://www.mcst.go.kr/kor/s_notice/notice/bidView.jsp?pSeq=9470
건진 스마트문진
[Web 발신] [강북삼성병원 수원건진센터]
김정한님 스마트문진 미완료 상태로 확인 됩니다. 건진센터 방문 전까지 완료해 주 시면 원활한 진행이 가능합니다.
■ 등록번호 : 01125943 ■ 스마트문진 작성 안내
- 문진표 작성 로그인주소 :
건진 2 주 전부터 스마트문진 작성이 가능합니다.
로그인 순서 안내 성명, 등록(예약)번호, 비밀번호를 순서대로 입력하시면 됩니다. 비밀번호는 매년 초기화 되어 해마다 등록 후 사용하시면 됩니다.
- 비밀번호 등록방법
비밀번호 클릭-> 팝업창에서 비밀번호 등록 -> 로그인 화면에 등록한 비밀번호 입력 로그인 하시면 됩니다.
원활한 작성을 위해 PC 로 접속 부탁드립니다.
https://codeberg.org/martianh/emacs-translation-resources
ychoi-kr/ko-prfrdr: Utils for Korean proofreaders
https://github.com/ychoi-kr/ko-prfrdr
gaoDean/org-remoteimg
https://github.com/gaoDean/org-remoteimg
https://github.com/tefkah/org-roam-timestamps
https://github.com/publicimageltd/delve
VIM GUIDE
https://github.com/johngrib/simple_vim_guide
sample for me
https://github.com/NotBrianZach/spacemacsCopilotLayer
Use GNU Emacs
https://www2.lib.uchicago.edu/keith/emacs/#org82d92b7
Per-project xref history in Emacs
https://magnus.therning.org/2023-03-03-per-project-xref-history-in-emacs.html
Edit everything in Emacs
https://blog.meain.io/2021/edit-everything-in-emacs/
What is in a modern code editor?
https://blog.meain.io/2022/modern-text-editor/
A Clean Writing Environment | Irreal
https://irreal.org/blog/?p=11279
Org tag sort
https://emacs.dyerdwelling.family/emacs/20230406210733-emacs--more-sorting-tags-options/
YouTube 에서 ‘org-noter 2023: an Emacs package for taking notes in PDFs an ePUBs’ 보기
Structural Editing
mickeynp/combobulate: Structured Editing and Navigation in Emacs
A Consistent Structural Editing Interface | Karthinks - karthinks.com
https://github.com/DogLooksGood/emacs-rime/blob/master/README_EN.org
:생성:
atuin
:생성:
https://github.com/ellie/atuin
paip-lisp
:생성:
https://github.com/norvig/paip-lisp
Emacsbook : KR
:생성:
http://tsgates.github.io/emacsbook/
한국어 기본 조사 목록 | Oh, my Korean!
:생성:
https://stibee.com/api/v1.0/emails/share/Xp5o32A9s4XfsjlJoOOs14G4Q_d2tgo=
:생성:
YouTube 에서 ‘Evil Mode: Or, How I Learned to Stop Worrying and Love Emacs’ 보기
:생성:
https://github.com/alphapapa/unpackaged.el
https://github.com/ag91/ya-org-capture
https://github.com/lgmoneda/dot-emacs
http://lgmoneda.github.io/2023/04/08/semantic-search-for-org-roam.html
티마카세 다도에서 배우는 세상
https://www.youtube.com/live/fRs-PHioXyU?feature=share
괴로움 다도
lisp programming lecture 1-6
Cal Newport’s Time-block planner in Logseq
https://youtube.com/watch?v=D8CRNuuBkoU&feature=share
비슷하게 가면 된다. 호환도 가능하다 로그시크.
https://github.com/fritzgrabo/elfeed-webkit
https://github.com/spellcheck-ko/hunspell-dict-ko/releases/tag/0.7.93
Introducing Org GTD v3
https://youtube.com/watch?v=YNqFZ4VBppA&feature=share
https://github.com/emacsmirror/fixed-page-mode
https://github.com/erikw/vim-keybindings-everywhere-the-ultimate-list
https://github.com/gicrisf/qute-config
https://github.com/liferooter/textpieces
https://github.com/meain/dotfiles/commit/fa63ed2931687bcafb50b229f90b878b8c0380d4
https://github.com/kiyoka/Sumibi
Emacs Org-mode: Organizing a Scientist’s Life and Work by Prof. Carsten …
https://youtube.com/watch?v=WgyRdnjRI4o&feature=share
Docset Generation Guide - Kapeli
ravi/consult-dash: Emacs consult interface to dash-docs-el - consult-dash - Codeberg.org
https://codeberg.org/ravi/consult-dash
https://github.com/tecosaur/lexic
org-R: Computing and data visualisation in Org-mode using R
https://orgmode.org/worg/org-tutorials/org-R/org-R.html
https://github.com/zamansky/presentations
Kaushal Modi / hugo-sandbox · GitLab
https://gitlab.com/kaushalmodi/hugo-sandbox
Basic example with audio player (9fc40208) · Commits · Kaushal Modi / hugo-sandbox · GitLab
워크래프트: 오크와 인간 - 나무위키
https://github.com/charignon/image-link
https://github.com/wandersoncferreira/dotfiles
https://github.com/wandersoncferreira/evil
https://github.com/syl20bnr/spacemacs/issues/15896#issuecomment-1586298156
프로그래밍 할때 편한 캠핑 의자가 있을까? | GeekNews
https://news.hada.io/topic?id=9424
Boredom is essential for productivity | Cal Newport and Lex Fridman
https://youtube.com/watch?v=h5w5XYvTAlU&feature=share
https://github.com/redguardtoo/mastering-emacs-in-one-year-guide
HN 표시: 오픈 소스 이력서 작성기 및 구문 분석기
https://gptnews.tistory.com/m/730
Pandas 를 자바스크립트에서! Danfo.js
https://youtube.com/watch?v=rPCgsu0bcM4&feature=share
https://toolfinder.co/news
koalanlp.github.io/nodejs-support/
https://koalanlp.github.io/nodejs-support/
Murilo Pereira 이 분의 글을 다루고 싶다
https://www.murilopereira.com/
Emacs 의 가치, Neovim 혁명, VSCode 고릴라 - Murilo Pereira
https://www.murilopereira.com/the-values-of-emacs-the-neovim-revolution-and-the-vscode-gorilla/
https://github.com/kijimaD/create-link
https://github.com/kijimaD/roam
cape-dict code sample
https://github.com/minad/cape/commit/7056296268cbd1faaef631cc4f8e1f0a34d03094
TypeScript development with Emacs, tree-sitter and LSP in 2022 - vxlabs
https://vxlabs.com/2022/06/12/typescript-development-with-emacs-tree-sitter-and-lsp-in-2022/
https://github.com/zenn-dev/zenn-docs
https://github.com/e-/Hangul.js
orzechowskid/tsx-mode.el at emacs29
https://github.com/orzechowskid/tsx-mode.el/tree/emacs29
Zenn/Qiita 에 투고하는 같은 기사를 일원 관리하는 GitHub 레파지토리를 만들었습니다
https://zenn.dev/ot07/articles/zenn-qiita-article-centralized
https://github.com/zzamboni/ox-leanpub
abo-abo/orca: ORg CApture
https://github.com/abo-abo/orca
How to Increase Knowledge Productivity: Combining the Zettelkasten Method and Building a Second Brain • Zettelkasten Method
https://zettelkasten.de/posts/building-a-second-brain-and-zettelkasten/
- Defining Categories in Org Files for Hugo
https://www.emacs.dyerdwelling.family/emacs/20230513130655-emacs--hugo-adding-categories/
https://github.com/jojoldu/markdown-tistory
https://github.com/taxijjang/AutoCommitTistory
https://github.com/jojoldu/md-tistory
https://github.com/anpigon/obsidian-tistory-plugin
Why engineers should focus on writing - Dmitry Kudryavtsev
https://www.yieldcode.blog/post/why-engineers-should-write/
https://github.com/mattn/efm-langserver
lsp
(iterate think thoughts): Introducing Kit Framework
https://yogthos.net/posts/2022-01-08-IntroducingKit.html
https://github.com/kijimaD/roam
https://github.com/kijimaD/roam/actions 액션 리스트
https://github.com/jdtsmith/indent-bars
https://github.com/borkdude/bebo
https://github.com/XargsUK/awesome-adhd
GANTT chart in Emacs
https://youtube.com/watch?v=5ViUBaarsbw&si=st6e9aquK-Jjds14
Data Analysis with Emacs Org Mode: Tables and AWK Source Blocks
https://youtube.com/watch?v=km5nXENXEQE&si=GjIO65gjxx331yOQ
Creating Gantt charts by Exporting to TaskJuggler
https://orgmode.org/worg/org-tutorials/org-taskjuggler.html
https://github.com/jgm/pandoc-templates
Rare Interview with Viktor Frankl 1977
https://youtube.com/watch?v=o4uAsVvtqIQ&si=DZ1nKqH_TKHUf4EJ
EmacsConf - 2021 - talks - On the design of text editors
https://emacsconf.org/2021/talks/design/
Emacs: search and replace basics
https://youtube.com/watch?v=f2mQXNnChwc&si=A-XRrT_coOOJE3wT
‘공부잘하는 아이’로 키우려면 이렇게 하세요!!(김주환 교수 풀버전)
https://youtube.com/watch?v=g5GvJf_q36A&si=iUOaJcc8JF0Gl5-o
Simulating Machines in Clojure
Blog Series: Using Org Mode Features (UOMF) :org-mode:
https://karl-voit.at/2019/09/25/using-orgmode/
clojure / clojurescript
https://youtube.com/playlist?list=PL9KxKa8NpFxKImpq9wvow5xCeMZzB840H&si=Nm80b56GJFET4oiz
Functional Programming in 40 Minutes • Russ Olsen • GOTO 2018
https://youtube.com/watch?v=0if71HOyVjY&si=Ng6HQwXlo2fs1pFx
The values of Emacs, the Neovim revolution, and the VSCode gorilla - Murilo Pereira
https://www.murilopereira.com/the-values-of-emacs-the-neovim-revolution-and-the-vscode-gorilla/
RACKET
Why learn Racket? A student’s perspective - Micah Cantor :stem,
https://www.micahcantor.com/blog/why-learn-racket/
csaoid cheat sheet org
https://github.com/vedang/csaoid
Consult-GH Intro: Interact with GitHub inside Emacs - YouTube
Consult-GH: Working with GitHub inside Emacs in 2023 | /\r|\/|i|\|
만들면서 배우는 Reagent Part 1 | Jeongbong Seo - code-read-blog.vercel.app
Learning clojurescript cljs
etudes for clojurescript
https://catcode.com/etudes-for-clojurescript/preface.html
ClojureScript Unraveled
ClojureScript Unraveled (2nd edition) - funcool.github.io
Full Stack Clojure/Script - Build Anki Clone
https://youtube.com/playlist?list=PLUGfdBfjve9Wo393uG0rSXnxDS98aoVdo&si=smpJCQRmeyM4qEjJ
Setting up Yasnippet for Emacs - jdhao’s digital space - jdhao.github.io
TODO Lisp Tutorial for Beginners (Clojure) - youtube.com
이 친구 좋다.
Simulating Machine in Clojure
Simulating Machines in Clojure
혼자 컴퓨터를 만든다면? 좋은 교본
MIT 6.001 Structure and Interpretation, 1986 - youtube.com
6.827 Algorithm Engineering Spring 2022
람다(Ramda) 라이브러리를 이용해 자바스크립트에서 함수형 프로그래밍하기 | 박연오 - bakyeono.net
클로저(Clojure) 코드는 정말 읽기 어려운가? | 그린랩스 - green-labs.github.io
How to Design Programs - htdp.org
최고의 함수형 언어 개론서라고 한다
Dictionary Search - philoskim.github.io
영어 원서 읽기를 위한 무료 영어 공개 강의 - philoskim.github.io
Clojure Memo - philoskim.github.io
CS 378: Symbolic Programming - cs.utexas.edu
Manual
Practically Spacemacs
https://practical.li/spacemacs/
Knowledge Management
Denote
NOTE Denote as a Zettelkasten - Prof. Dr. Stefan Thesing
https://www.thesing-online.de/blog/denote-as-a-zettelkasten
Denote vs Org-roam - Wai Hon’s Blog - whhone.com
https://whhone.com/emacs-config/#note-taking-with-denote
이 친구 닷 파일 참 좋다.좋은 철학을 가지고 있다. 업그레이드.
- Implementing the PARA Method in Org-mode - Wai Hon’s Blog - whhone.com
- Using Denote with Subdirectories - Wai Hon’s Blog - whhone.com
- Denote vs Org-roam - Wai Hon’s Blog - whhone.com
Project Dispatch Menu with Org Mode Metadata, Denote, and Transient
PKM ONE – Medium
Semantic Search for Org roam | lgmoneda
chatGPT Emacs
50 ChatGPT Prompts for Physics Teachers - {igebra.ai}
https://www.igebra.ai/blog/50-chatgpt-prompts-for-physics-teachers/
50 ChatGPT Prompts for Physics Teachers 물리학 교사를 위한 50 가지 ChatGPT 프롬프트
- 물리학과 수학 배움을 위한 방법
ChatGPT 와 개발자의 미래
https://overthecode.io/ai-and-developer/
ChatGPT 와 개발자의 미래
- emacs chatgpt
daveshap/ChatGPT_Custom_Instructions
Repo of custom instructions that you can use for ChatGPT https://github.com/daveshap/ChatGPT_Custom_Instructions
Repo of custom instructions that you can use for
OpenAI API : what are embeddings?
https://platform.openai.com/docs/guides/embeddings/what-are-embeddings
Embeddings – What are embeddings?
- ekg 와 연동되는 모델이다
ChatGPT AI Note-Taking Emacs
Exploring Generative AI: Integrating ChatGPT with Structured Note-Taking Systems 2024-01-12
이 노트를 어떻게? EKG 와 비교는?!
Exploring Generative AI: Integrating ChatGPT with Structured Note-Tak-
gptel 베스트 패키지
Every LLM in Emacs, with gptel - youtu.be
[2024-01-1You can install it from MELPA. For more information: https://github.com/karthink/gptel
00:00 The pitch 00:27 Installation and basic usage 04:00 Fun with LLM system messages 04:27 Example: GPT-4 as a scientific calculator 05:47 Example: GPT-4 as a thesaurus 07:07 gptel’s design 07:55 Redirecting input and output 08:04 Example: Redirect both to the minibuffer 08:32 Example: Redirect and continue a conversation 10:37 Design objective: be invisible, but always available 11:04 Example: Fixing LaTeX in-place 12:08 Example: A just-in-time shell commands 13:09 Example: just-in-time Emacs discovery 13:38 Design objective: a small surface area 13:57 Two kinds of consistency: external and internal interface 14:13 Example: Multi-LLM demo 15:53 Design objective: Focus on text 16:46 Commonly requested behaviors, gptel-request 17:47 Sign-off
Since I always get questions about the visuals: Emacs theme: modus-operandi Fonts: Iosevka Comfy Motion (monospace), Merriweather (Serif) Other packages used: spacious-padding, olivetti, popper1 Thu 17:30]
TODO ChatGPT Telegram Bot
https://github.com/gicrisf/chatgpt-telegram-bot
Python
ruff Python Linter 빠른 녀석.
modernlization of proselint
amperser/proselint/pull/1361 - github.com
검토.
Python Development in Spacemacs
Python Development in Spacemacs - youtube.com
Python IDE with ChatGPT on Jh-Emacs::Python Configuration for Emacs 29 - youtube.com
연오의 파이썬 프로그래밍 입문서
굉장히 고퀄이라고 함
https://python.bakyeono.net/table-of-contents.html
연오의 파이썬
- 연오
GitHub - jalajthanaki/NLPython
This repository contains the code related to Natural Language Processing using python scripting language. All the codes are related to my book entitled “Python Natural Language Processing”
https://github.com/jalajthanaki/NLPython
DONE Installing qutebrowser
Python 한글 강좌 커리큘럼
챗GPT와 공부하는, Python 초급 - 0. Python 소개 - youtube.com
Python for Data Analysis, 3E
- quarto 로 책을 만들었네
Jupyter in the Emacs universe
https://martibosch.github.io/jupyter-emacs-universe/
Jupyter in the Emacs universe
KO-KR
학회 관련 단체
한국리터러시학회
Korean Association for Literacy https://kcccc.jams.or.kr/co/main/jmMain.kci
Zettelkasten
From Fleeting Notes to Project Notes “How to Take Smart Notes” by Sönke Ahrens
https://zettelkasten.de/posts/concepts-sohnke-ahrens-explained/
From Fleeting Notes to Project Notes – Concepts of “How to Take Smart Notes” by Sönke Ahrens 찰나의 메모에서 프로젝트 메모로 - Sönke Ahrens 의 “스마트한 메모를 하는 방법"의 컨셉
TODOS
bab2min/Kiwi: Kiwi(지능형 한국어 형태소 분석기)
https://github.com/bab2min/Kiwi
Kiwi : 지능형 한국어 형태소 분석기(Korean Intelligent Word Identifier)
EmacsConf - 2023 - talks - LLM clients in Emacs, functionality and standardization
https://emacsconf.org/2023/talks/llm/
EmacsConf - 2023 - talks - Teaching computer and data science with literate programming tools
https://emacsconf.org/2023/talks/teaching/
EmacsConf - 2023 - talks - MatplotLLM, iterative natural language data visualization in org-babel
https://emacsconf.org/2023/talks/matplotllm/
EmacsConf/
2023/
talks/
MatplotLLM, iterative natural language data visualization in org-babel
뮤 4e-스누즈/와 AI 공동 프로그래밍으로 모험을 즐기세요. — /mu4e-snooze and adventures with AI co‑programming
https://lepisma.xyz/2023/06/29/mu4e-snooze/index.html
mu4e-snooze and adventures with AI co‑programming
EmacsConf - 2023 - talks - Why Nabokov would use Org-Mode if he were writing today
https://emacsconf.org/2023/talks/nabokov/
Why Nabokov would use Org-Mode if he were writing today
Edit (
How an Uber-Geeky Text Mode in a 40-Year-Old Editor Saved My Novel
How an Uber-Geeky Text Mode in a 40-Year-Old Editor Saved My Novel
Learn elisp in Y Minutes
https://learnxinyminutes.com/docs/elisp/
Where X=elisp
Get the code:
learn-emacs-lisp.el
;; This gives an introduction
원하는 URL 을 조합해 웹브라우저로 여는 대화형 함수 만들기 - elixir 문서 편하게 검색
http://ohyecloudy.com/emacsian/2021/06/20/interactive-function-that-opens-in-a-web-browser/
원하는 URL을 조합해 웹브라우저로 여는 대화형 함수 만들기 - elixir 문서 편하게 검색
Open Spaced Repetition
https://github.com/open-spaced-repetition
Open Spaced Repetition
We are developing open-source spaced repetition algorithms for any spaced repetition software/system.
코드스쿼드
문제 기반 학습의 커리큘럼Curriculum of Problem Based Learning(PBL)문제 기반 학습은 학습을 시작하기 위해 문제를 활용합니다. 실제 상황에 가까운 문제를 기반으로 해결 방식에 대해 다양하게 토론하고 논의하며 해결 방식을 찾아가기 때문에 그 과정에서 다양한 개념과 원리를 배우고, 하나의 정답이 아닌 '다양한 해결책과 시각'을 배울 수 있습니다.이 과정에서 교수자는 학습자가 효율적으로 학습할 수 있도록 도와주고, 학습이 원활하게 진행될 수 있도록 진행자의 역할을 하기 때문에 학생 중심의 환경에서 교육이 이루어집니다.코드스쿼드는 PBL기반 교육을 통해 학생들이 빠르게 변화하는 불확실한 세계에서 새로운 체계, 문제, 기술들을 잘 다룰 수 있도록 돕습니다.
- 프로그래밍 교육 회사
git-cliff install
pipx install git-cliff
# sudo npm i -g git-cliff
# sudo npm uninstall git-cliff
Getting Started
git-cliff can generate changelog files from the Git history by utilizing conventional commits as well as regex-powered custom parsers.
The changelog template can be customized with a configuration file to match the desired format.
Ignore “save-buffer” Unless Visiting a File - Wai Hon’s Blog
https://whhone.com/posts/my-save-buffer/
Defining Org Agenda Tasks (or, I’ve Been Using Org Agenda Wrong)
http://yummymelon.com/devnull/defining-org-agenda-tasks-or-ive-been-using-org-agenda-wrong.html
Defining Org Agenda Tasks (or, I've Been Using Org Agenda Wrong)조직 안건 작업 정의하기(또는, 조직 안건을 잘못 사용하고 있었어요)
Annotating the law | Hypothes.is
https://web.hypothes.is/help/keyboard-shortcuts-for-hypothesis/
Keyboard Shortcuts for Hypothesis
Declarative filesystem management with Emacs & Org Mode
https://sqrtminusone.xyz/posts/2023-11-11-index/
Declarative filesystem management with Emacs & Org Mode
AI 라이팅 명령어 목록
https://docs.google.com/document/u/0/d/1Sa8TPGVgRxiNe_AKQSQkexVF83uRAHJ3KDhTvq9uaYQ/mobilebasic
영작 기능별 Prompt 목록
Practicalli Engineering Playbook
https://practical.li/engineering-playbook/
Engineering Practicesλ︎
Engineering has many practices and principles
webyrd/will-writes-books
https://github.com/webyrd/will-writes-books
will-writes-books
KDOC 36: 『TAKE NOTES! — KDOC 36: 『TAKE NOTES!』を読んだ
KDOC 36: 『TAKE NOTES!
유명한 사회학자가 실천한 메모의 방법론인 '제텔카스텐'에 대해 설명한 책이다.
Eshel Yaron
Eshel Yaron
Hi there, I’m Eshel Yaron and
this is my website–the one true source of reliable curated information about me and my activities.
Chatgpt-Shell
ChatGPT : GPT visits the Emacs doctor
https://xenodium.com/chatgpt-visits-the-emacs-doctor/
ChatGPT visits the Emacs doctor ChatGPT가 이맥스 주치의를 찾아갑니다.
A chatgpt-shell compose ux experiment
https://xenodium.com/a-chatgpt-shell-compose-ux-experiment/
chatgpt-shell compose ux experiment
Magit
Magit in Spacemacs (evil-magit) notes - SaltyCrane Blog
https://www.saltycrane.com/blog/2018/11/magit-spacemacs-evil-magit-notes/
Magit in Spacemacs (evil-magit) notes
Source Control Introduction - Practicalli Spacemacs
https://practical.li/spacemacs/source-control/
Source Control Introduction
Spacemacs cheat sheet
https://steinbaugh.com/posts/spacemacs.html
Spacemacs cheat sheet
Git Commit
How to Write a Git Commit Message
Tree-Sitter
Let’s Write a Tree-Sitter Major Mode
https://www.masteringemacs.org/article/lets-write-a-treesitter-major-mode
Let’s Write a Tree-Sitter Major Mode
Combobulate: Structured Movement and Editing with Tree-Sitter
https://www.masteringemacs.org/article/combobulate-structured-movement-editing-treesitter
Combobulate: Structured Movement and Editing with Tree-Sitter
Emacs’s Builtin Elisp Cheat Sheet
https://www.masteringemacs.org/article/emacs-builtin-elisp-cheat-sheet
Emacs’s Builtin Elisp Cheat Sheet
VM
https://github.com/quickemu-project/quickemu Mac windows vm
hy programming language
마크 왓슨 (2024) A Lisp Programmer Living in Python-Land: The Hy Programming Language
Elixir
Emacs - Wikis - Elixir Programming Language Forum
https://elixirforum.com/t/emacs-elixir-setup-configuration-wiki/19196
검색 엔진
Interview with Kagi
https://dkb.blog/p/kagi-interview
카기와의 인터뷰 드미트리 브레레톤
Repository
python-elisp bridge
https://github.com/manateelazycat/popweb
https://github.com/manateelazycat/insert-translated-name
https://github.com/manateelazycat/python-bridge
wikiti/pandoc-book-template - github.com
이건 마크다운과 판독으로 책을 구성하는 방법
Emacs 팁 모음
nfdn: Customizing the Emacs Context Menu
http://yummymelon.com/devnull/customizing-the-emacs-context-menu.html
Emacs 패키지
Emacs Application Framework
Emacs Application Framework
- very interesting
TODO smart-input-source (SIS)
(JunghanKim [2022] 2024)
- “junghan0611/emacs-smart-input-source” JunghanKim 2024
- Less manual switch for native or OS input source (input method).
:: 아직 적용 안함. 유사한 접근이라 참고 해야 할 것 같다.
GitHub - junghan0611/emacs-smart-input-source: Less manual switch for native …
한글로 쓰고 싶은데 처음에 한영키를 누르는 것도 불편한 일이다. 스페이스를 두번 누르면 한영키로 변환되고 캐릭터 2 개 옆으로 이동하면 어떤가
- evil-escape 는 내가 입력하는 모든 키를 로깅하겠네? 그래야 나갈 수 있으니까
다행히 관련 프로젝트가 있네. 활용할 수 있겠다.
laishulu/evil-pinyin - github.com
한글 검색에 참고하면 좋을까?
kitty terminal emacs protocol
키티 키 바인딩 넣으려고 고생 했는데 이걸로 되는 것인가?
https://github.com/benjaminor/kkp
emcs syncthing client
이게 필요한가? 그래도
https://github.com/KeyWeeUsr/emacs-syncthing
지식 그래프 - Knowledge Graph
KGC Book Club Knowledge Graphs Applied Session One - youtu.be
Imported on
doomemacs/snippets: The Doom Emacs snippets library
https://github.com/doomemacs/snippets
TheBrain: The Ultimate Digital Memory
Get the ultimate digital memory.
Connect your ideas, notes and projects the way you think. Welcome to the no-limits knowledgebase.
Get TheBrain Now
TheBrain’s New Web Client | Episode 1 - Viewing and Navigation
https://www.youtube.com/channel/UCT9u6xFilIMzv1W9dwZLvCQ
TheBrain@TheBrain‧구독자 8.52천명‧동영상 258개‧TheBrain is designed to help you organize information the way you think. We think the world deserves a better way to organize and store their information than folder
ADHD 가 있는 사람으로서 저는 Emacs 가 매우 편리하다고 생각합니다. r/emacs — As someone with ADHD, I find Emacs extremely handy : r/emacs
https://www.reddit.com/r/emacs/comments/1alaacv/as_someone_with_adhd_i_find_emacs_extremely_handy/
README - Open Global Mind
Open Global Mind
Doom Emacs Configuration
https://tecosaur.github.io/emacs-config/config.html
Doom Emacs Configuration
Exploring Your Ideas With the Denote-Explore Package
https://lucidmanager.org/productivity/denote-explore/
Exploring Your Ideas With the Denote-Explore Package
Logseq + Tana Tutorial: Using Tags and Supertags - youtube.com
Supertags - tana.inc 의미가 무엇인가?
TODO Bozhidar Batsov: M-x Reloaded: The Second Golden Age of Emacs
<planet.emacslife.com#https://batsov.com/articles/2024/02/27/m-x-reloaded-the-second-golden-age-of-emacs>
Bozhidar Batsov: M-x Reloaded: The Second Golden Age of Emacs
TODO GitHub - junghan0611/hunspell-dict-ko: Korean spellchecking dictionar-
Imported on
Web Scraping in Python - The Complete Guide | ProxiesAPI
https://proxiesapi.com/articles/web-scraping-in-python-the-complete-guide
Web Scraping in Python - The Complete Guide
파이썬에서의 웹 스크래핑 - 완벽 가이드 | GeekNews
https://news.hada.io/topic?id=13458
GN⁺: 파이썬에서의 웹 스크래핑 - 완벽 가이드 (proxiesapi.com
[전자책]괄호로 만든 세계 - 예스 24
https://m.yes24.com/Goods/Detail/123796422
괄호로 만든 세계
옥스퍼드대 교수가 집약한 의식기계의 차가운 미래
Why Is Women’s History Month Celebrated in March?
https://www.britannica.com/story/why-is-womens-history-month-celebrated-in-march
Why Is Women’s History Month Celebrated in March?
Imported on
www.marginalia.nu @ marginalia.nu
www.marginalia.nu
FastUI: 파이썬으로 더 빠르고 좋은 웹 UI 만들기 | GeekNews
https://news.hada.io/topic%3Fid=13619
manateelazycat/popweb: Show popup web window for Emacs
https://github.com/manateelazycat/popweb
Show popup web window for Emacs
How I manage my LaTeX lecture notes
https://castel.dev/post/lecture-notes-3/
How I manage my LaTeX lecturenotes
Taking math notes in emacs? : r/emacs
https://www.reddit.com/r/emacs/comments/puspx4/taking_math_notes_in_emacs/
Taking math notes in emacs?
Imported on
GitHub - thinkhuman/writingwithemacs: Tips, Examples, and Resources for Writing with Emacs
https://github.com/thinkhuman/writingwithemacs
Tips, Examples, and Resources for Writing with Emacs
[오늘의 도서관 1+2 월(319 호)] 도서관과.. : 네이버블로그
https://blog.naver.com/dibrary1004/223341390485
[오늘의 도서관 1+2 월(319 호)] 똑똑한 독서 생활 | 읽고 싶은 그 책, 어떻게 찾을까? 청구기호와 똑똑한 독서
국립중앙도서관
EmacsConf - 2023 - talks - Collaborative data processing and document-
Ubuntu에 Neo4j 설치 후 외부 접속
Red Meat Friday: Avoid The Mouse | Irreal
Imported on
누가 쉿! 소리를 내었나…공공도서관은 변신 중
https://weekly.khan.co.kr/khnm.html?mode=view&artid=202402190530051&code=115
누가 쉿! 소리를 내었나…공공도서관은 변신 중
szermatt/visual-replace: A nicer interface for query-replace on Emacs
https://github.com/szermatt/visual-replace
visual-replace provides a nicer interface to
query-replace
and string-replace on Emacs. It lets you see what is going
to be modified as you edit the query.
- 예제를 보라. 이걸 이블로 어떻게 하지?
altsem/gitu: A TUI Git client inspired by Magit
https://github.com/altsem/gitu
A TUI Git client inspired by Magit
- 여기 cliff.toml을 보면 체인지로그를 쉽게 생성할 수 있겠구나.
simenheg/rdf-prefix: Prefix lookup for RDF in Emacs
https://github.com/simenheg/rdf-prefix
About
Prefix lookup for RDF in Emacs
for-GET/know-your-http-well: HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
https://github.com/for-GET/know-your-http-well
HTTP headers, media-types, methods, relations and status codes, all summarized and linking to their specification.
[수학자 열전 ②] 한국에 몇 안 되는 ‘수리논리학’ 연구자
https://www.hellodd.com/news/articleView.html?idxno=97299
수학자
[송용진의 수학 인문학 산책] 논리적으로 말하기, 논리적으로 사고하기
https://m.khan.co.kr/article/202207120300015
논리적으로 말하기, 논리적으로 사고하기
tomowang/hugo-theme-tailwind: Clean card Hugo theme for blog, created by using tailwindcss
https://github.com/tomowang/hugo-theme-tailwind
s-kostyaev/elisa: ELISA (Emacs Lisp Information System Assistant)
is a project designed to help Emacs users quickly find answers to their questions related to Emacs and Emacs Lisp. Utilizing the powerful Ellama package, ELISA provides accurate and relevant responses to user queries, enhancing productivity and efficiency in the Emacs environment.
https://github.com/s-kostyaev/elisa
TODO 경기도사이버도서관
DONE tomowang/hugo-theme-tailwind: Clean card Hugo theme for blog, created by using tailwindcss
https://github.com/tomowang/hugo-theme-tailwind 그의 블로그 테마.
사전
DONE manateelazycat/popweb: Show popup web window for Emacs kr version
https://github.com/manateelazycat/popweb
DONE https://github.com/ginqi7/dictionary-overlay
https://github.com/KarimAziev/igist
https://github.com/rtrppl/orgrr
나무위키
논리학 - 나무위키
딩뱃 - 위키백과, 우리 모두의 백과사전
기호논리학 : 2020년 1학기 - PhiLoSci Wiki
논리학개론 - 서강대학교 | KOCW 공개 강의
http://www.kocw.net/home/search/kemView.do?kemId=1270282&ar=relateCourse
Information Theory 정보 이론
Elements of Information Theory” by Thomas M. Cover Joy A. Thomas; “Information Theory: A Tutorial Intr
TODO 서강올빼미 - 자유 철학 포럼형 커뮤니티
[최근 근황 텍스트 마스터::최근 근황 (+ 텍스트 마스터)]
글 컨텐츠 올리는 곳
상품 만들어 올리는 곳 https://marpple.shop/kr/owls/community
자유 철학 포럼, 서강올빼미의 콜린 맥긴 『언어철학』 스터디 제1회입니다. 콜린 맥긴의 『언어철학』 1장 ‘프레게의 뜻과 지시체 이론’을 함께 공부하였습니다. *발제문은 https://owlofsogang.postype.com/post/… 확인하실 수 있습니다. *서강올빼미 주소 : https://forum.owlofsogang.com/
촬영일 : 2020/06/11 발제자 : 김진희
커뮤니티는 아래 툴을 이용하는게 좋다. 호스팅이 문제지만.
https://github.com/discourse/discourse
TODO oer / org-re-reveal · GitLab
내보내기 엔진. 둠 기본 엔진. 최고다.
TODO Why (non-techie) Emacs? | gretzuni
CS251: 이론 컴퓨터 과학에서의 훌륭한 아이디어들 | GeekNews
[[https://www.cs251.com][]]
- CMU의 CS251 과정은 우주, 사회, 새로운 기술, 그리고 이를 이해하는 우리의 마음에 근본적인 요소인 계산에 대한 엄격한 연구에 관한 것임.
- 계산을 연구하기 위한 적절한 언어와 도구를 갖추는 것이 중요함.
- 이 과정에서는 계산의 본질에 관한 중심적인 결과와 질문들을 탐구함.
계산의 형식화
모듈 1: 소개
- 이론 컴퓨터 과학이 무엇인지에 대해 고차원적으로 설명하고, 향후 다룰 내용에 대한 적절한 맥락을 설정하는 것이 주요 목표임.
- 데이터를 형식적으로 표현하는 방법과 계산 문제의 개념을 형식적으로 정의하는 것으로 시작함.
모듈 2: 유한 오토마타
- 간단하고 제한된 계산 모델인 결정적 유한 오토마타(DFA)를 소개하는 것이 목표임.
- DFA는 자체적으로 흥미롭고 유용한 응용이 있지만, 알고리즘의 개념을 형식적으로 정의하기 위한 첫걸음으로 사용됨.
모듈 3: 계산의 형식화
- 모든 종류의 계산 장치에 대한 표준 수학적 모델인 튜링 기계의 정의를 소개하는 것이 주요 목표임.
- 튜링 기계에 대한 엄격한 연구는 노트북이 할 수 있는 것뿐만 아니라 우주가 계산적으로 할 수 있는 것과 할 수 없는 것에 대한 통찰을 제공함.
모듈 4: 계산의 한계
- 대부분의 문제가 결정 불가능함을 증명하고, 결정 불가능한 문제의 구체적인 예를 제시함.
- 대각선화와 축소라는 두 가지 핵심 기술을 사용함.
모듈 5: 인간 추론의 한계
- 수학적 추론을 수학적으로 형식화하는 작업이 필요했으며, 이는 “알고리즘” 또는 “계산"을 형식화하는 것을 포함함.
- 이론 컴퓨터 과학의 언어를 사용하여 수학의 기초에 대한 중요한 질문에 효과적으로 답함.
계산 복잡성
모듈 6: 시간 복잡성
- 많은 문제들이 실제로 결정 가능하지만, 가장 효율적인 알고리즘이 매우 많은 계산 단계를 필요로 한다면, 그 문제는 실질적으로 결정 불가능함.
- 시간 복잡성을 포함한 다양한 자원에 대한 계산 복잡성을 연구하지만, 시간 복잡성에 초점을 맞춤.
모듈 7: 그래프 이론
- 그래프는 컴퓨터 과학에서 발생하는 계산 문제를 추상화하는 데 매우 기본적인 역할을 함.
- 그래프 이론에 대한 방대한 문헌을 활용하여 그래프 문제의 계산 복잡성을 더 잘 이해할 수 있음.
모듈 8: P 대 NP
- NP 복잡도 클래스를 소개하고 컴퓨터 과학에서 가장 중요한 미해결 문제인 P 대 NP 문제에 대해 논의함.
- NP에 속하는 많은 자연스럽고 잘 연구된 언어들을 다항 시간 내에 결정할 수 있다면 놀라운 응용이 가능함.
모듈 9: 무작위 알고리즘
- 무작위성은 자연을 모델링하고 분석하는 데 필수적인 개념이자 도구임.
- 무작위 알고리즘은 무작위 수 생성기와 같은 무작위성 소스에 접근할 수 있는 알고리즘으로, 매우 작은 오류 확률로 오류를 범할 수 있음.
모듈 10: 암호학
- 컴퓨터 과학 혁명으로 암호학 분야가 크게 번성하기 시작함.
- 계산 복잡성의 연구는 암호학을 완전히 혁신함.
이론 컴퓨터 과학의 하이라이트
모듈 11: 추가 주제
- 이론 컴퓨터 과학에서 선별된 하이라이트를 제시함.
GN⁺의 의견
- 이 과정은 컴퓨터 과학의 이론적인 측면에 대한 깊은 이해를 제공하며, 학생들이 계산의 본질을 탐구하고, 복잡성 이론과 암호학과 같은 중요한 주제들을 학습할 수 있는 기회를 제공함.
- 특히 P 대 NP 문제와 같은 미해결 문제에 대한 논의는 학생들에게 컴퓨터 과학의 최전선에서 일어나고 있는 연구에 대한 통찰력을 제공함.
- 이 과정은 컴퓨터 과학의 기초를 다지는 데 있어 중요한 역할을 하며, 이론적 배경을 갖춘 소프트웨어 엔지니어가 되기 위한 필수적인 지식을 제공함.
- 암호학 모듈은 현대 사회에서 데이터 보안과 개인 정보 보호의 중요성을 강조하며, 이 분야의 전문가가 되기 위한 기초를 마련함.
- 이 과정은 컴퓨터 과학 분야에서 경력을 쌓고자 하는 학생들에게 필수적인 이론적 배경과 문제 해결 기술을 갖추도록 돕는다는 점에서 매우 가치가 있음.
Hacker News 의견
이 수업은 다양한 개념을 소개하고 특히 문제 해결 능력을 향상시키는 데 중점을 둠.
수업 방식은 학생들에게 매주 새로운 주제에 대한 기본적인 정의만 제공하고, 해당 주제를 전문적으로 다루는 과정에서 3주차에 배울 수 있는 문제들을 해결하도록 요구함.
이러한 방식은 반복적으로 적용되며, 매우 답답할 수 있지만 이는 의도된 바임.
항상 도달하기 어려운 문제를 해결하려고 시도함으로써, 주어진 문제에 대해 생각하는 더 나은 전략을 개발함.
이론 컴퓨터 과학은 재미있을 수도 있지만 때로는 매우 성가실 수 있음.
어떤 이론 컴퓨터 과학 문제를 해결하는 방법을 묻는 Reddit 게시물을 보았고, 이는 아이오와 주립대학교의 COMS 331 (컴퓨팅 이론) 과제를 부정행위로 해결하려는 시도로 밝혀짐.
아무도 도와주지 않았고 게시자는 게시물을 삭제함.
문제는 흥미로워 보여서 짧은 시간 동안의 즐거운 도전으로 생각하고 시도함.
수학 전공자였지만 이론 컴퓨터 과학의 모든 학부 과정을 수강했고, 그로부터 약 35년이 지난 후 많은 것을 잊어버렸지만, 문제는 COMS 331의 첫 번째 과제 세트에서 나왔으므로 기본적인 것들을 기억할 것으로 예상함.
몇 일을 보냈지만 전혀 진전이 없었고, 그 이후로 여러 번 문제를 떠올리고 몇 시간이나 하루를 생각해보았지만 계속 실패함.
이러한 아이디어를 프로그래밍을 통해 직접 배우고 싶다면 Tom Stuart의 “Understanding Computation From Simple Machines to Impossible Programs"을 추천함.
이 수업의 더 완전한 버전을 YouTube 재생 목록에서 볼 수 있음.
“확률적 방법"을 포함한 이 수업의 다른 버전이 있으며, 현대적인 존재론적(구성적이 아닌) 증명을 생각하는 방식 없이는 위상학적 해결 공간의 장애물에 대한 증명을 상상할 수 없음.
이 주제에 관심이 있다면, Boaz Barak의 웹사이트와 PDF로 제공되는 교과서를 확인할 수 있음.
이론 컴퓨터 과학에서 가장 중요한 두 가지 아이디어:
Move to front 리스트는 최적의 리스트 순서 검색 시간보다 최대 2배 더 걸릴 수 있지만, 종종 정적 리스트 순서보다 훨씬 더 나음.
무작위 알고리즘(예: 퀵소트)은 종종 최악의 경우에도 비무작위 알고리즘과 동일한 시간이 걸리지만, 실제로는 비무작위 변형보다 훨씬 더 빠름.
다른 분야에서 이 수업의 버전은 어떤 모습일까?
이론 물리학, 실험 물리학, 경제학 등에서의 “위대한 아이디어” 수업을 상상해볼 수 있음.
“정보 시대 발명"이라는 과정을 한 번 가르쳤는데, 여기서는 글쓰기부터 현대 컴퓨팅 인프라에 이르기까지 문명이 우리의 정보 시대를 재현하는 데 필요한 모든 발명과 아이디어를 논의함. 이는 단일 분야의 과정이 아니었기 때문에 더 재미있었음.
대학 시절 시간 복잡도에 대한 수업을 기억함. 교수가 무작위로 학생들을 지목하며 복잡한 알고리즘의 시간 복잡도를 물어보고, 대답이 틀리면 다른 학생을 지목하는 방식이었음.
우주의 근본적인 속성으로서의 계산은 어떻게 이해할 수 있을까? 식물과 동물은 어떻게 계산을 수행하는가?
[[][답변달기]]
TODO 10분만에 지식그래프 만들기 with Stardog
Derek Sivers
TODO I’ve been platform hopping, but have landed on Hugo! :: Cavelab blog -
DONE 위키백과:오프라인 모임/2024년 4월 13일 - 위키백과, 우리 모두의 백과사전
참고하라!
TODO An Emacs Writing Workflow | Irreal
TODO 위키백과와 미디어리터러시 - 위키배움터
Kiwix Applications - Access Knowledge Offline on Various Platforms- K-
키윅스 kiwix 오프라인 브라우저
Imported on
워크넷 LOD
WORKNET LOD는 직무·자격증·훈련·직업·학과와 관련된 데이터들이 개방형 연결 데이터(Linked Open Data)로 인터넷에 제공되며
WORKNET에서 서비스중인 AI직무매핑 및 상담 파트의 데이터 제공에 주로 사용됩니다.
10분만에 지식그래프 만들기 with Stardog
https://joyhong.tistory.com/177
Stardog에서 제공하는 Stardog Designer와 Explorer
seokbeomKim/async-status: A Emacs package to show the status of asynchronous progress.
https://github.com/seokbeomKim/async-status
A Emacs package to show the status of asynchronous progress.
junghan0611/unpackaged.el: A collection of useful Emacs Lisp code that isn’t substantial enough to be packaged
https://github.com/junghan0611/unpackaged.el
A collection of useful Emacs Lisp code that isn't substantial enough to be packaged
Taking Notes With the Emacs Denote Package
https://lucidmanager.org/productivity/taking-notes-with-emacs-denote/
Taking Notes With the Emacs Denote Package
Wikidata:Zotero - Wikidata
https://www.wikidata.org/wiki/Wikidata:Zotero
Zotero has a Wikidata translator. It reads metadata from Wikidata items about works, which you can add to your Zotero library and use further for citations or references in your scientific work, academic essays, or on Wikipedia (but consider using Wikipedia's {{Cite Q}} template instead, if available).
Scholia
https://scholia.toolforge.org/
Scholia is a service that creates visual scholarly profiles for
topics,
people,
organizations,
species,
chemicals, etc
using bibliographic and other information in Wikidata
WikiCite - Meta
https://meta.wikimedia.org/wiki/WikiCite
WikiCite
Second
GNU Emacs to manage actionable items when Building a Second Brain | Poview
https://poview.org/posts/gnu-emacs-to-manage-actionable-items-when-building-a-second-brain/
GNU Emacs to manage actionable items when Building a Second Brain
- clock table
Emacs Workflow for Authors
https://lucidmanager.org/productivity/emacs-workflow/
Emacs Workflow for Authors
- zettels
Blogging with Denote and Hugo | Jiewawa’s blog
https://jiewawa.me/2024/03/blogging-with-denote-and-hugo/
Emacs Config - Wai Hon’s Blog
https://whhone.com/emacs-config/
언제나 훌륭한 디노트 교본
Implementing the PARA Method in Org-mode - Wai Hon’s Blog
https://whhone.com/posts/para-org-mode/
This post first talks about the PARA method and then my Org-mode implementation for organizing tasks and notes.
Imported on
ljos/sparql-mode: A SPARQL mode for emacs
https://github.com/ljos/sparql-mode
What is it?
A major mode for emacs that provides syntax highlighting for
SPARQL. It also provides a way to execute queries against a SPARQL
HTTP endpoint, such as is provided by Fuseki. It is also possible to
query other endpoints like DBPedia.
VladimirAlexiev (VladimirAlexiev) / Repositories
https://github.com/VladimirAlexiev?tab=repositories
Semantic data integration, ontologies. Chief Data Architect @Ontotext-AD
johanwk/elot: Emacs Literate Ontology Tool
https://github.com/johanwk/elot
Emacs Literate Ontology Tool
(5) Johan Wilhelm Klüwer | LinkedIn
https://www.linkedin.com/in/johanwkluwer/?originalSubdomain=no
Johan Wilhelm Klüwer : Principal Specialist at Det Norske Veritas
protégé
https://protege.stanford.edu/software.php
Protégé is a free, open-source platform that provides a growing
user community with a suite of tools to construct domain models
and knowledge-based applications with ontologies.
Learning SPARQL
Learning SPARQL
CTuning foundation - Wikipedia
https://en.wikipedia.org/wiki/CTuning_foundation
The cTuning Foundation is a global non-profit organization developing a common methodology and open-source tools to support sustainable, collaborative and reproducible research in Computer science and organize and automate artifact evaluation and reproducibility inititiaves at machine learning and systems conferences and journals.[1]cTuning Foundation은 컴퓨터 과학 분야에서 지속 가능하고 협력적이며 재현 가능한 연구를 지원하고 기계 학습 및 시스템 컨퍼런스 및 저널에서 아티팩트 평가 및 재현성 이니셔티브를 구성 및 자동화하기 위한 공통 방법론과 오픈 소스 도구를 개발하는 글로벌 비영리 조직입니다. [1]
TODO A Comparison Of Markdown Editors | Irreal
https://github.com/ikoamu/publish-org-roam-ui
블로그를 내보내기할 때 최적. 별도 url 필요 없다. junghan0611.github.io/roam/ 이런식으로 가능하다.
CS124 - Full Course 언어에서 정보
https://youtube.com/playlist?list=PLaZQkZp6WhWyvdiP49JG-rjyTPck_hvEu&si=kPGefM-ghvuO13KZ
https://web.stanford.edu/~jurafsky/slp3/
https://github.com/sympodius/org-novelist
칼 융 vs. 빅터 프랭클
빅터 프랭클과 칼 융의 이론은 인간의 삶에서 의미를 찾는 방식에 대한 그들의 접근 방식에서 차이가 있습니다.
**빅터 프랭클**은 로고테라피(logotherapy)를 개발했으며, 이는 인간이 삶의 의미를 찾는 것이 주된 동기라고 믿었습니다. 그는 삶의 의미를 찾는 것이 고통을 견디고 극복하는 데 도움이 된다고 주장했습니다. 로고테라피는 창조적 가치(작품을 만들거나 일을 달성함), 체험적 가치(세상으로부터 무언가를 받아들임), 태도적 가치(고통스러운 상황에 대한 태도를 통해)를 통해 삶의 의미를 발견할 수 있다고 강조합니다¹.
반면에, **칼 융**은 개인화(individuation) 과정을 통해 삶의 의미를 찾는 것을 중요하게 여겼습니다. 융은 인간이 자아(self)의 핵심 원형을 발견함으로써 의미 있는 삶을 살 수 있다고 봤습니다. 그는 위기와 고통이 정서적 성장의 기회를 제공할 수 있다는 점에서 프랭클과 동의했지만, 융은 무의식의 상징과 꿈을 통해 개인의 깊은 내면을 탐구하는 것을 강조했습니다².
결국, 두 이론 모두 인간이 삶에서 의미를 찾는 것이 중요하다는 점에 동의하지만, 그 의미를 찾는 방식과 강조점에서 차이가 있습니다. 프랭클은 삶의 의미를 찾는 것이 인간의 주된 동기라고 보는 반면, 융은 개인화 과정을 통해 자아를 발견하고 삶의 의미를 찾는 것을 강조합니다.
출처: Bing과의 대화, 2024. 4. 17. (1) Logotherapy: Viktor Frankl’s Theory of Meaning - Simply Psychology. https://www.simplypsychology.org/logotherapy.html. (2) An Examination of Jung and Frankl’s Views on Man’s Search for Meaning. https://www.healthguidance.org/entry/17423/1/an-examination-of-jung-and-frankls-views-on-mans-search-for-meaning.html.
추가
물론입니다. 빅터 프랭클과 칼 융의 이론에 대해 더 자세히 설명드리겠습니다.
**빅터 프랭클의 로고테라피 이론**은 인간이 삶의 의미를 찾는 것을 주된 동기로 보고 있습니다. 프랭클은 삶의 의미를 찾는 것이 고통을 견디고 극복하는 데 중요하다고 봤으며, 이를 통해 정신적 건강을 유지할 수 있다고 주장했습니다. 로고테라피는 다음과 같은 세 가지 방법을 통해 삶의 의미를 찾을 수 있다고 합니다¹:
- 창조적 가치(Creative Value): 작품을 만들거나 일을 달성함으로써.
- 체험적 가치(Experiential Value): 세상으로부터 무언가를 받아들임으로써.
- 태도적 가치(Attitudinal Value): 고통스러운 상황에 대한 태도를 통해.
**칼 융의 분석심리학 이론**은 개인의 무의식과 집단 무의식 사이의 상호작용에 초점을 맞추고 있습니다. 융은 인간의 성격이 무의식에 있는 보편적 원형(archetypes)과 개인화(individuation) 과정을 통해 발달한다고 봤습니다. 그의 이론은 다음과 같은 주요 개념들을 포함하고 있습니다⁶:
- 개인 무의식(Personal Unconscious): 개인의 경험과 기억이 저장되어 있는 무의식의 영역.
- 집단 무의식(Collective Unconscious): 인류 공통의 경험과 기억이 담긴 무의식의 영역.
- 원형(Archetypes): 집단 무의식에 존재하는 보편적인 상징과 이미지.
- 개인화(Individuation): 자아의 통합을 통해 성격의 완전성을 추구하는 과정.
프랭클의 로고테라피는 삶의 의미를 찾는 것이 인간의 주된 동기라고 보는 반면, 융의 분석심리학은 개인의 무의식과 집단 무의식 사이의 상호작용을 통해 성격이 발달한다고 봅니다. 두 이론 모두 인간의 삶에서 의미를 찾는 것이 중요하다는 공통점을 가지고 있지만, 그 의미를 찾는 방식과 강조점에서 차이가 있습니다. 프랭클은 삶의 의미를 찾는 것이 인간의 주된 동기라고 보는 반면, 융은 개인화 과정을 통해 자아를 발견하고 삶의 의미를 찾는 것을 강조합니다.
출처: Bing과의 대화, 2024. 4. 17. (1) Logotherapy: Viktor Frankl’s Theory of Meaning - Simply Psychology. https://www.simplypsychology.org/logotherapy.html. (2) Carl Gustav Jung’s Theory of Personality in Psychology. https://www.simplypsychology.org/carl-jung.html. (3) Logotherapy: Viktor Frankl’s Theory of Meaning - PositivePsychology.com. https://positivepsychology.com/viktor-frankl-logotherapy/. (4) Viktor Frankl | Biography, Books, Theory, & Facts | Britannica. https://www.britannica.com/biography/Viktor-Frankl. (5) Viktor Frankl’s Logotherapy: The Search For Purpose and Meaning. http://www.inquiriesjournal.com/articles/660/2/viktor-frankls-logotherapy-the-search-for-purpose-and-meaning. (6) Viktor Frankl’s Legacy of Meaning | Psychology Today. https://www.psychologytoday.com/us/blog/the-meaningful-life/201903/viktor-frankl-s-legacy-meaning. (7) Carl Jung: Biography, Archetypes, Theories, Beliefs - Verywell Mind. https://www.verywellmind.com/carl-jung-biography-archetypes-theories-beliefs-7556254. (8) Chapter 3, Part 2: Jung’s Basic Concepts – PSY321 Course Text: Theories of Personality. https://open.baypath.edu/psy321book/chapter/c3p2/. (9) Carl Jung’s Collective Unconscious Theory: What It Suggests About the Mind - Verywell Mind. https://www.verywellmind.com/what-is-the-collective-unconscious-2671571. (10) Carl Jung – The Balance of Personality. https://pdx.pressbooks.pub/thebalanceofpersonality/chapter/chapter-5-carl-jung/.
2
빅터 프랭클과 칼 융의 이론을 비교해보는 것은 심리학과 인간의 삶에서 의미를 찾는 방법에 대한 이해를 깊게 하는 데 도움이 됩니다. 두 이론 모두 인간의 삶에서 의미와 목적을 찾는 것의 중요성을 강조하지만, 그 접근 방식과 초점에는 명확한 차이가 있습니다.
빅터 프랭클의 로고테라피:
- 삶의 의미: 프랭클은 인간이 삶의 의미를 찾는 것이 주된 동기라고 믿었습니다.
- 고통과 대처: 삶의 의미를 찾음으로써 고통과 어려움을 극복할 수 있다고 주장했습니다.
- 삶의 가치: 창조적 가치, 체험적 가치, 태도적 가치를 통해 삶의 의미를 찾을 수 있다고 강조했습니다.
칼 융의 분석심리학:
- 개인화 과정: 융은 개인화 과정을 통해 자아의 통합과 성격의 완전성을 추구하는 것을 중요하게 여겼습니다.
- 무의식의 역할: 무의식, 특히 집단 무의식과 원형에 대한 이해를 통해 개인의 성격이 발달한다고 봤습니다.
- 상징과 꿈: 무의식의 상징과 꿈을 통해 개인의 내면을 탐구하는 것을 강조했습니다.
비교:
- 접근 방식: 프랭클은 삶의 의미를 찾는 것이 정신적 건강에 중요하다고 보는 반면, 융은 개인의 무의식과 집단 무의식 사이의 상호작용을 통해 성격이 발달한다고 봅니다.
- 중요한 가치: 프랭클은 삶의 의미를 찾는 것이 인간의 주된 동기라고 보는 반면, 융은 자아의 통합을 통해 성격의 완전성을 추구하는 것을 강조합니다.
- 고통과 성장: 두 이론 모두 고통과 위기가 성장과 발달의 기회를 제공할 수 있다고 보지만, 그 과정에서 얻는 교훈과 의미 찾기의 방식이 다릅니다.
이러한 비교를 통해 우리는 두 이론이 인간의 삶에서 의미를 찾는 방식에 대해 서로 다른 관점을 제공한다는 것을 알 수 있습니다. 프랭클의 로고테라피는 삶의 의미를 찾는 것이 인간의 주된 동기라고 보는 반면, 융의 분석심리학은 개인화 과정을 통해 자아를 발견하고 성격의 완전성을 추구하는 것을 강조합니다. 두 이론 모두 각자의 방식으로 인간의 삶에서 의미와 목적을 찾는 데 중요한 기여를 하고 있습니다.
EmacsConf - 2023 - talks - Emacs saves the Web (maybe)
https://emacsconf.org/2023/talks/web/
Projects and tools mentioned in the talk:
LibreJS https://gnu.org/s/librejs
lynx https://lynx.invisible-island.net
noscript https://noscript.net
GreaseMonkey https://www.greasespot.net/
Haketilo https://haketilo.koszko.org
mitmproxy https://mitmproxy.org
Invidious https://invidious.io
youtube-dl https://youtube-dl.org
libretube https://libre-tube.github.io
newpipe https://newpipe.net
woob https://woob.tech/
Redirector http://einaregilsson.com/redirector/
libredirect https://libredirect.github.io
openwith https://addons.mozilla.org/addon/open-with/
mastodon.el https://codeberg.org/martianh/mastodon.el
mastorg https://g.ypei.me/dotted.git/tree/emacs/.emacs.d/lisp/my/mastorg.el
sx.el https://github.com/vermiculus/sx.el
buildbot.el https://g.ypei.me/buildbot.el.git/about/
emacs-hnreader https://github.com/thanhvg/emacs-hnreader
emacs-w3m https://emacs-w3m.github.io/
luwak https://g.ypei.me/luwak.git/about/
url-rewrite https://g.ypei.me/url-rewrite.git/about/
wkhtmltopdf https://wkhtmltopdf.org
pdf-tools https://github.com/vedang/pdf-tools
emacs-web-server https://elpa.gnu.org/packages/web-server.html
yolo.el https://g.ypei.me/dotted.git/tree/emacs/.emacs.d/lisp/my/yolo.el
bom.el https://g.ypei.me/bom.el.git/about/
Imported on
I Annotate 2016 - Berlin
I Annotate
the conference for open annotation practices and technologies
timeanddate.com
gothinkster/realworld
https://github.com/gothinkster/realworld
“The mother of all demo apps” — Exemplary fullstack Medium.com clone powered by React, Angular, Node, Django, and many more
eunmin/realworld-clojure
https://github.com/eunmin/realworld-clojure
GitHub - licht1stein/context-transient.el: Context specific transient-
DONE 12 Week Year in Emacs - YouTube
chatgpt 를 활용하여 지식을 습득하는 방법을 조금 더 신중하게 고민해야겠다. 영상에서 12주 계획을 만들어서 일을 진행하는 방법을 보여준다. 플래닝부터 어젠다 뷰까지 훌륭하다. 그러니까 3개월 단위로 프로젝트를 진행 할 수 있는 것이다. 군더더기가 없이 깔끔. 명확한 목표가 있어야 되는데 애매하다. 예에서는 기타 배우는 것인데 아무렴. 이런 류의 학습에 명확하게 해줄듯.
images with chatgpt
prompt 와 12주 일정표를 만들어서 활용한다.
where are resources i can use learn all this?
org 스타일로 작성해줘 다음과 같이… 완벽하게 답해준다.
mbivert/ttm - github.com Theoretical-Minimum codes
GitHub - chaaland/classical-mechanics-ttm: Solutions to problems in S-
GitHub - junghan0611/book-computational-literary-analysis: A textbook-
https://lexfridman.com/reading-list/
GitHub - marcIhm/org-index: Ranked and incremental search among selected org-headlines. Available on MELPA.
https://github.com/marcIhm/org-index
hwiorn/anki-open-org-note: This Anki plugin makes workflow that going back to your original org-heading and text easily without any extra backlink field.
https://github.com/hwiorn/anki-open-org-note
GitHub - martibosch/ubuntu-setup-guide https://github.com/martibosch/ubuntu-setup-guide
https://github.com/sstraust/shannonmax
https://github.com/weavermarquez/ob-penrose :mathmatics: * alhassy/org-agda-mode: An Emacs mode for working with Agda code in an Org-mode like fashion, more or less.
https://github.com/alhassy/org-agda-mode
Imported on
Copyright v. Attribution Based Economics |
https://drym.org/copyright-v-attribution-based-economics/
Copyright v. Attribution Based Economics
Chat with ChatGPT: What is a Single Idea in an Atomic Note? | nobiot
https://nobiot.com/blog/2024-04-13_chat-with-chatgpt-atomic-note-and-single-idea/
Chat with ChatGPT: What is a Single Idea in an Atomic Note?
Informative diff hunks for Emacs Lisp and Org
https://protesilaos.com/codelog/2021-01-26-git-diff-hunk-elisp-org/
nformative diff hunks for Emacs Lisp and Org
Imported on
Functional Programming Languages for AI: Clojure - Efficient Programming
Functional ProgrammingLanguages for AI: ClojureEfficient ProgrammingChristian Willnerchristian.willner@studium.uni-hamburg.deUniversity of HamburgDept. of Informatics16.02.2021
https://github.com/cpbotha/org-roam-canvas
Mathing in Emacs with Casual
Imported on
245 00$a열린도서관 :$b예비사서와 초보사서를 위해 : 네이버 블로그
https://blog.naver.com/PostList.naver?blogId=chjeon
자료조직론
- Logic Matters
Logic Matters
- 여기 가이드가 있는데 뭘까
[eBook] 이노베이터 p.0코멘트 - 사락
https://sarak.yes24.com/reading-note/junghanacs/oz9lO7wRMUsEQl73
이노베이터
Imported on
[eBook] 이노베이터 p.0코멘트
https://sarak.yes24.com/reading-note/junghanacs/oz9lO7wRMUsEQl73/page-comment/EBiDEEQkAcH9adgM
팀 버너스리
1960년대에 런던 변두리에서 자란 팀 버너스리는 컴퓨터의 본질을 꿰뚫는 통찰력을 갖게 되었다. 컴퓨터는 프로그램을 단계별로 고속으로 처리하는 데는 능했지만, 창의적인 인간이 하듯 임의의 연관 관계를 밝혀내고 여러 현상을 현명하게 연결 짓는 데는 그렇지 못했다