Compare commits
43 Commits
151643ac6a
...
v4
| Author | SHA1 | Date | |
|---|---|---|---|
| fcfe48e0ee | |||
| 4bd3dcf1e6 | |||
| c3dd8de0fd | |||
| 59bca8ffd9 | |||
| 085458dcc2 | |||
| ddbc8b6e41 | |||
| 6d3faef015 | |||
| 1af7eaf64c | |||
| fe5a17ce45 | |||
| 4008cd0382 | |||
| 50124ea2f5 | |||
| 2f6c42985b | |||
| 067968e3d0 | |||
| 7533a2189c | |||
| ab4d0f4f80 | |||
| efa18ac7f2 | |||
| 1849b8dea8 | |||
| 20ae76b765 | |||
| 41d5f1469a | |||
| 9914e56264 | |||
| 307c87c933 | |||
| 12c955b88e | |||
| 19d1fb92cd | |||
| 4895d57b50 | |||
| 3d83629658 | |||
| e8505aa729 | |||
| 4d18194cd0 | |||
| f29d2da619 | |||
| b3ab0d48f0 | |||
| 02d99343f0 | |||
| de956003b5 | |||
| 08635d238c | |||
| 974389c037 | |||
| 8a418c2198 | |||
| c09ba760f2 | |||
| 04ab16ea87 | |||
| 862b0f0d87 | |||
| ada701809b | |||
| 4554ae4d61 | |||
| e3bb3ac706 | |||
| 6c3b96a92e | |||
| 57da9de6cf | |||
| 9c2a327da6 |
@@ -21,18 +21,18 @@ jobs:
|
||||
- uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '^1.20'
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: get-hash
|
||||
with:
|
||||
patterns: |-
|
||||
**/package-lock.json
|
||||
- name: Cache dependencies
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ steps.get-hash.outputs.hash }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-node-
|
||||
# - uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
# id: get-hash
|
||||
# with:
|
||||
# patterns: |-
|
||||
# **/package-lock.json
|
||||
# - name: Cache dependencies
|
||||
# uses: actions/cache@v3
|
||||
# with:
|
||||
# path: ~/.npm
|
||||
# key: ${{ runner.os }}-node-${{ steps.get-hash.outputs.hash }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-node-
|
||||
- run: npm i
|
||||
- run: npx quartz build
|
||||
- name: Create private key
|
||||
|
||||
10
content/.obsidian/bookmarks.json
vendored
10
content/.obsidian/bookmarks.json
vendored
@@ -15,6 +15,16 @@
|
||||
"type": "file",
|
||||
"ctime": 1707151795595,
|
||||
"path": "読書メモ.md"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"ctime": 1761860526920,
|
||||
"path": "private/Apply-To-Everything.base"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"ctime": 1762182318070,
|
||||
"path": "private/やることリスト.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
16
content/.obsidian/community-plugins.json
vendored
16
content/.obsidian/community-plugins.json
vendored
@@ -1,15 +1,13 @@
|
||||
[
|
||||
"templater-obsidian",
|
||||
"better-word-count",
|
||||
"obsidian-excalidraw-plugin",
|
||||
"obsidian-git",
|
||||
"obsidian-auto-link-title",
|
||||
"2hop-links-plus",
|
||||
"obsidian-focus-mode",
|
||||
"obsidian-zotero-desktop-connector",
|
||||
"obsidian-outliner",
|
||||
"templater-obsidian",
|
||||
"smart-connections",
|
||||
"better-word-count",
|
||||
"obsidian-local-rest-api",
|
||||
"mcp-tools",
|
||||
"obsidian-pandoc-reference-list",
|
||||
"smart-connections"
|
||||
"mcp-tools",
|
||||
"obsidian-focus-mode",
|
||||
"2hop-links-plus",
|
||||
"obsidian-zotero-desktop-connector"
|
||||
]
|
||||
10
content/.obsidian/core-plugins.json
vendored
10
content/.obsidian/core-plugins.json
vendored
@@ -7,8 +7,10 @@
|
||||
"canvas": true,
|
||||
"outgoing-link": true,
|
||||
"tag-pane": true,
|
||||
"footnotes": true,
|
||||
"properties": true,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"daily-notes": false,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
@@ -26,8 +28,6 @@
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"properties": true,
|
||||
"webviewer": false,
|
||||
"footnotes": false,
|
||||
"bases": true
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
}
|
||||
418
content/.obsidian/plugins/obsidian-git/main.js
vendored
418
content/.obsidian/plugins/obsidian-git/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -6,5 +6,5 @@
|
||||
"description": "Integrate Git version control with automatic backup and other advanced features.",
|
||||
"isDesktopOnly": false,
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "2.33.0"
|
||||
"version": "2.35.1"
|
||||
}
|
||||
|
||||
@@ -14,11 +14,19 @@
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"] .view-content {
|
||||
padding: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-history-view"] .view-content {
|
||||
padding: 0;
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.loading {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.loading > svg {
|
||||
@@ -55,6 +63,15 @@
|
||||
.tooltip.mod-right {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* Limits the scrollbar to the view body */
|
||||
.git-view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.git-tools {
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
@@ -81,6 +98,21 @@
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"] .tree-item-self,
|
||||
.workspace-leaf-content[data-type="git-history-view"] .tree-item-self {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.workspace-leaf-content[data-type="git-view"]
|
||||
.tree-item-self:hover
|
||||
.clickable-icon,
|
||||
.workspace-leaf-content[data-type="git-history-view"]
|
||||
.tree-item-self:hover
|
||||
.clickable-icon {
|
||||
color: var(--icon-color-hover);
|
||||
}
|
||||
|
||||
/* Highlight an item as active if it's diff is currently opened */
|
||||
.is-active .git-tools .buttons > * {
|
||||
color: var(--nav-item-color-active);
|
||||
}
|
||||
@@ -575,14 +607,6 @@
|
||||
background-color: #22bb2230;
|
||||
}
|
||||
|
||||
/* Limits the scrollbar to the view body */
|
||||
.git-view {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.git-obscure-prompt[git-is-obscured="true"] #git-show-password:after {
|
||||
-webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="svg-icon lucide-eye"><path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"></path><circle cx="12" cy="12" r="3"></circle></svg>');
|
||||
}
|
||||
|
||||
7
content/.obsidian/types.json
vendored
7
content/.obsidian/types.json
vendored
@@ -22,6 +22,11 @@
|
||||
"excalidraw-css": "text",
|
||||
"excalidraw-autoexport": "text",
|
||||
"excalidraw-iframe-theme": "text",
|
||||
"excalidraw-open-md": "checkbox"
|
||||
"excalidraw-open-md": "checkbox",
|
||||
"open-date": "date",
|
||||
"close-date": "date",
|
||||
"status": "checkbox",
|
||||
"notify-date": "date",
|
||||
"category": "multitext"
|
||||
}
|
||||
}
|
||||
22
content/.smart-env/multi/ACC2026応募_md.ajson
Normal file
22
content/.smart-env/multi/ACC2026応募_md.ajson
Normal file
File diff suppressed because one or more lines are too long
18
content/.smart-env/multi/ACC申請書2025_md.ajson
Normal file
18
content/.smart-env/multi/ACC申請書2025_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/Dani_Dobkin_md.ajson
Normal file
2
content/.smart-env/multi/Dani_Dobkin_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Dani Dobkin.md": {"path":"Dani Dobkin.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"cc049o","at":1761855864797},"class_name":"SmartSource","last_import":{"mtime":1761855815443,"size":91,"at":1761855864798,"hash":"cc049o"},"blocks":{"#---frontmatter---":[1,3],"#person":[4,9],"#person#{1}":[6,9]},"outlinks":[{"title":"Dani Dobkin","target":"https://www.danibeepboop.studio/","line":6}],"metadata":{"date":"2025-10-30 16:23","tags":["#person"]},"task_lines":[]},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
content/.smart-env/multi/Exidiophone_V6試案_md.ajson
Normal file
6
content/.smart-env/multi/Exidiophone_V6試案_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/JLCPCBで基板にミシン目を入れる_md.ajson
Normal file
2
content/.smart-env/multi/JLCPCBで基板にミシン目を入れる_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/Meshtastic_md.ajson
Normal file
2
content/.smart-env/multi/Meshtastic_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Meshtastic.md": {"path":"Meshtastic.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"1hzxjif","at":1762618262944},"class_name":"SmartSource","last_import":{"mtime":1762618250828,"size":156,"at":1762618262944,"hash":"1hzxjif"},"blocks":{"#---frontmatter---":[1,3],"#":[4,9]},"outlinks":[{"title":"Meshtastic","target":"https://meshtastic.org/","line":4},{"title":"LoRa","target":"LoRa","line":6}],"metadata":{"date":"2025-11-08 11:10"},"task_lines":[]},
|
||||
2
content/.smart-env/multi/NYCResistor_md.ajson
Normal file
2
content/.smart-env/multi/NYCResistor_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:NYCResistor.md": {"path":"NYCResistor.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"vpau1e","at":1762618292597},"class_name":"SmartSource","last_import":{"mtime":1762618280415,"size":132,"at":1762618292609,"hash":"vpau1e"},"blocks":{"#---frontmatter---":[1,3],"#organization":[4,9],"#organization#{1}":[6,9]},"outlinks":[{"title":"NYC Resistor – We learn, share, and make things.","target":"https://www.nycresistor.com/","line":6}],"metadata":{"date":"2025-11-08 11:11","tags":["#organization"]},"task_lines":[]},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
3
content/.smart-env/multi/NY日記-20251028_md.ajson
Normal file
3
content/.smart-env/multi/NY日記-20251028_md.ajson
Normal file
@@ -0,0 +1,3 @@
|
||||
"smart_sources:NY日記-20251028.md": {"path":"NY日記-20251028.md","embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.07199004,0.00839268,0.03526965,-0.01408472,-0.00585567,-0.00989111,-0.04910335,0.04141637,0.05308964,0.01801122,0.0043106,-0.0459682,0.02423008,0.10325464,0.01953104,0.00114164,-0.00180931,-0.0449506,-0.05796358,0.0175019,0.13106874,0.01843149,0.05306756,-0.02750054,0.02571481,0.03575879,-0.01259261,-0.01383659,-0.034614,-0.106735,-0.03913503,-0.01303759,0.08479363,-0.01354097,0.08272073,-0.03195819,-0.00210511,0.06581812,-0.03918331,0.05009191,-0.03431578,0.00831426,0.03149495,-0.05058137,0.01789322,-0.04433412,-0.05611498,-0.03837576,-0.01355468,-0.04674599,-0.03879214,-0.07497663,-0.00495864,0.00797088,0.03507808,0.04690339,0.0312608,-0.0097944,0.05039132,0.04563734,0.00847337,0.00620289,-0.22665522,0.05533721,0.01462852,-0.01014474,-0.04295267,0.01275784,0.06820957,0.02087004,-0.04999534,-0.01216227,0.01314577,0.01859908,0.03571544,-0.01451221,-0.00468532,-0.02698408,-0.03106972,-0.05397947,-0.02386117,0.03731653,0.0059558,-0.01478061,-0.01824258,0.02628883,0.03257276,-0.00536382,-0.01114195,0.06585183,-0.07621667,-0.0283986,0.01788456,0.09581172,-0.06764508,-0.00568535,0.03629732,0.04224152,-0.06742977,0.10537073,-0.05124849,0.01994798,0.03174905,-0.02328507,-0.00665884,-0.01498894,0.00369676,-0.08845917,-0.0220204,-0.05331827,-0.0397234,0.00356935,0.07174236,-0.05353802,0.02497802,0.01918128,0.10290735,0.00388746,-0.01600905,0.00004675,0.0600986,0.02477097,0.00720407,0.02353579,-0.06508034,-0.00364787,0.05342256,0.04013308,0.00808462,-0.00132706,0.05450133,0.05580828,-0.09813119,0.01472366,0.01193901,-0.00083068,-0.03904174,-0.03397612,0.01694136,-0.04785262,0.00328318,-0.13103829,-0.02474405,-0.08842675,-0.07347452,0.09465266,-0.03764447,0.02784817,0.0241142,-0.02587374,-0.05277528,0.05233204,0.02272203,-0.07662232,0.04606353,-0.02192488,0.02161863,0.14206843,-0.04756841,0.04428056,0.00868591,-0.0248136,-0.03725092,0.05420144,0.04913147,-0.07079604,-0.01313974,0.07159222,0.02572455,-0.05208489,-0.00260878,-0.00811383,0.00025396,-0.02700748,0.13061075,0.02071204,0.10209236,0.02551151,-0.07423051,0.02681946,0.00986104,-0.03052091,-0.03967281,0.0093499,0.02762237,-0.08131813,0.02227977,-0.02494224,0.04101644,0.01253114,-0.0763212,-0.03130846,0.00411721,0.06514449,-0.03721798,-0.07339438,-0.05418612,0.00212586,0.04209415,-0.05078186,0.12596019,0.02920488,-0.05081716,0.0043298,0.03372322,-0.00145927,0.01291635,-0.00963947,-0.00581645,0.0775595,-0.04451792,0.00344661,0.06609662,0.01691431,0.01899981,0.02062732,-0.03746853,0.05847116,0.03525219,0.03491653,-0.01227543,0.00424336,-0.05706239,-0.21962136,0.03393461,0.01841177,-0.04773982,-0.04904635,-0.03134369,-0.0046926,-0.05628103,0.08469807,0.08012403,0.10816783,0.0165063,-0.01978832,-0.04148768,-0.00647348,-0.00477338,0.03761646,-0.02202382,0.01080874,-0.0283009,-0.01958915,-0.0027886,0.00576926,-0.00511378,0.05842029,-0.03230657,0.09237957,0.07038455,-0.0259873,-0.02759086,0.09904254,0.03121295,-0.01462495,-0.12121727,0.02749339,0.03271338,-0.03147431,-0.00197682,-0.00851601,-0.0943314,-0.00242947,0.05831371,-0.00173097,-0.07418372,-0.09431363,-0.05182914,0.00924862,-0.04064379,-0.01975693,0.03636,0.01226618,0.0084121,0.05630579,0.06220188,0.03856251,-0.01907868,-0.04850934,-0.00976106,0.00069398,0.02598021,-0.01769402,0.0038158,-0.0639565,0.0192125,-0.00980593,0.01092784,-0.00572992,0.00671882,-0.005438,0.05000949,0.02928143,0.11461093,0.01418357,-0.0084284,0.08003505,0.00951337,-0.03462063,-0.02639715,0.0104251,0.00891752,0.04843056,-0.01808595,0.06630474,0.05217353,0.01193108,0.00563941,0.01022811,-0.04231638,0.0328399,-0.01916893,-0.06377282,-0.0183097,-0.02314268,-0.06546697,0.03486446,-0.01274931,-0.31982487,0.02424629,-0.01715018,0.00677418,0.01371198,-0.00160615,-0.03178511,-0.01436534,-0.06339195,0.05919617,-0.03346416,0.069133,0.00151025,-0.03780786,0.02095771,-0.01319826,0.02796899,0.0185447,0.05202214,-0.04554526,-0.04296193,-0.00229002,0.16544648,0.02366332,-0.00215965,0.00507851,0.00615113,0.05345995,0.06201002,0.01140222,-0.07333834,-0.04929506,0.08644301,0.01695758,-0.00324683,-0.01103072,-0.03208169,0.01127188,-0.0001809,-0.01631614,-0.06259091,0.0440844,-0.03616566,0.01850627,0.10177641,0.06731272,-0.0642915,-0.0521802,-0.01778861,-0.02491124,-0.00743017,0.00087428,0.00777244,0.02113055,0.02695716,0.07195358,0.04435536,-0.02639398,-0.04047072,0.00892641,0.00965769,0.01506697,0.00886453,-0.04037693,0.01941596],"last_embed":{"hash":"h4lgyh","tokens":448}}},"last_read":{"hash":"h4lgyh","at":1761855864976},"class_name":"SmartSource","last_import":{"mtime":1761855851710,"size":1305,"at":1761855864797,"hash":"h4lgyh"},"blocks":{"#---frontmatter---":[1,3],"#diary":[4,17],"#diary#{1}":[6,17]},"outlinks":[{"title":"Dani Dobkin","target":"Dani Dobkin","line":17}],"metadata":{"date":"2025-10-30 16:14","tags":["#diary"]},"task_lines":[],"last_embed":{"hash":"h4lgyh","at":1761855864799},"key":"NY日記-20251028.md"},
|
||||
"smart_blocks:NY日記-20251028.md#diary": {"path":null,"embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.06470098,0.00694736,0.01227903,-0.01135585,0.00024768,0.00429781,-0.03543145,0.04314833,0.05197492,0.03135186,-0.00886043,-0.03213902,0.03656684,0.08694346,0.04260277,0.00209056,-0.00057776,-0.02487722,-0.05356921,0.00429843,0.117679,0.017017,0.07227784,-0.00878165,0.01084991,0.04373241,-0.0305929,-0.01292448,-0.04074692,-0.10914959,-0.03253019,-0.00549291,0.09323794,-0.02381443,0.0737051,-0.0158197,-0.01387998,0.04918475,-0.03410516,0.04095931,-0.03612841,0.00724361,0.02669421,-0.04480034,0.03381913,-0.0614177,-0.05302578,-0.05528311,0.00319147,-0.06017116,-0.03884107,-0.06319544,0.0111463,0.01266929,0.02921511,0.05087951,0.04672127,-0.00605812,0.06671013,0.04849164,0.01110398,0.00697779,-0.21654917,0.05392189,0.02609595,-0.00331833,-0.06812394,0.00424793,0.06359401,0.03548477,-0.06140762,-0.01351662,0.01346714,0.00552757,0.02302343,-0.02044664,0.00161846,-0.01873044,-0.02805961,-0.05501558,-0.044549,0.03325199,0.02307126,-0.00898845,-0.01764545,0.0338918,0.04443172,-0.00477387,-0.01183022,0.06773639,-0.08501349,-0.03244638,-0.00739071,0.10088863,-0.06156243,-0.01288032,0.0343708,0.04466668,-0.06209075,0.10731959,-0.03053759,0.00262008,0.04641235,-0.02571428,-0.01305658,0.00024457,0.00561841,-0.07059436,-0.02521785,-0.03982332,-0.02916333,0.00588491,0.05652137,-0.03822092,0.02490045,0.00695556,0.10241148,0.01045597,-0.0166305,0.00451023,0.04822942,0.03104934,0.00988336,0.01592272,-0.07645699,-0.02764145,0.05515704,0.04339698,0.0160926,-0.00977129,0.04507262,0.06612412,-0.07208236,0.02931559,-0.00799594,-0.0020798,-0.02897096,-0.038363,0.02726373,-0.04405925,0.02403336,-0.10893386,-0.04398759,-0.09287289,-0.08207081,0.10337491,-0.04235852,0.01982725,0.02301979,-0.01752134,-0.03362082,0.05177985,0.0136081,-0.08601976,0.03781681,-0.02188784,0.02360561,0.1575155,-0.03917519,0.05097193,0.01295446,-0.01811951,-0.02628078,0.06005744,0.02754005,-0.06969889,-0.02923436,0.07448527,-0.01050251,-0.06403601,0.01540718,-0.03237773,-0.01979416,-0.01173937,0.10427259,0.01884865,0.09077993,0.01385356,-0.06626101,0.02475267,0.01162332,-0.02742937,-0.05308623,-0.00807933,0.04038998,-0.08448607,0.01574769,-0.03265313,0.05418137,0.01899374,-0.06228501,-0.01037151,-0.00255501,0.06484081,-0.05120349,-0.06971517,-0.05425181,-0.02200645,0.01922528,-0.06755879,0.13251594,0.04830159,-0.06105132,0.0196246,0.02264189,-0.00288405,0.02209262,0.00245246,-0.00155513,0.05842876,-0.05568716,0.00553161,0.04589401,0.02292122,0.01666497,0.0164835,-0.03409537,0.05671977,0.05104677,0.04506925,0.00527178,-0.00564098,-0.08431929,-0.23627952,0.02079521,0.01662628,-0.04532233,-0.05739115,-0.0509778,0.00630081,-0.03651226,0.06386849,0.06399086,0.1130821,0.00204318,-0.01460342,-0.03640406,0.0121093,-0.00267684,0.03760632,-0.01205577,0.01165576,-0.02758078,-0.00655973,0.00337768,0.01898533,-0.01018807,0.06344537,-0.05450521,0.10106177,0.04390642,-0.00728079,-0.02243181,0.08065882,0.04452825,-0.00005909,-0.10847717,0.03717528,0.04232778,-0.03625545,-0.00127096,-0.00356578,-0.09683304,-0.02110469,0.07704318,-0.01842336,-0.08503602,-0.10416441,-0.06018383,-0.00851722,-0.04885611,-0.0210646,0.04000515,-0.00713301,0.01949382,0.04408499,0.06250672,0.0350305,-0.02164585,-0.05391852,-0.02199127,-0.01256425,0.04364865,-0.02691365,-0.00435231,-0.03397631,0.01952899,0.00755645,0.02025298,-0.00816787,0.00587788,0.02062164,0.03616381,0.0350555,0.12823966,0.01514673,-0.01150706,0.07481319,0.02132194,-0.01919859,-0.03591877,0.0073466,0.01314769,0.03527238,-0.02259419,0.05007001,0.04481,0.01075754,0.02626777,0.00564259,-0.05998444,0.04122562,-0.02285483,-0.06012524,0.00385492,-0.02578596,-0.07293807,0.04089002,-0.00519025,-0.31004199,0.01833586,-0.03087536,0.00235034,0.00863676,0.00364537,-0.02308165,-0.0178298,-0.0547654,0.04994565,-0.02308519,0.08253045,0.00450826,-0.023865,0.01124399,-0.01070303,0.02609098,0.02306102,0.07415919,-0.04180263,-0.04106415,0.00244211,0.16865571,0.01792014,0.00328993,0.00148148,0.03504865,0.04832631,0.03447919,0.02098016,-0.07670038,-0.05399177,0.08997178,0.02141172,-0.00458825,-0.02105425,-0.01287665,-0.00347433,0.00028105,-0.02306385,-0.06873526,0.04707802,-0.05369323,0.01771718,0.10489062,0.06980149,-0.06750654,-0.04888561,-0.01449881,-0.02793904,-0.01137907,-0.01461315,0.00431509,0.01665969,0.05177294,0.06222779,0.02899399,-0.03115687,-0.04438547,0.00991866,0.01396011,0.02013421,0.02012897,-0.03904867,0.01529906],"last_embed":{"hash":"1vmf7js","tokens":430}}},"text":null,"length":0,"last_read":{"hash":"1vmf7js","at":1761855864915},"key":"NY日記-20251028.md#diary","lines":[4,17],"size":464,"outlinks":[{"title":"Dani Dobkin","target":"Dani Dobkin","line":14}],"class_name":"SmartBlock","last_embed":{"hash":"1vmf7js","at":1761855864915}},
|
||||
"smart_blocks:NY日記-20251028.md#diary#{1}": {"path":null,"embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.06005371,0.00805474,0.0203332,-0.00903041,-0.00093565,0.00661255,-0.03776847,0.04487055,0.05401953,0.0220578,-0.0169552,-0.02165283,0.03928662,0.09073684,0.04363146,0.00060999,-0.00721353,-0.02778745,-0.056541,0.01534039,0.11479511,0.01259072,0.06525215,-0.00369271,0.01510727,0.03733366,-0.02703119,-0.00575109,-0.0419247,-0.10624111,-0.03176051,-0.01243722,0.09331106,-0.02406338,0.07218277,-0.0047841,-0.00915938,0.04730822,-0.03427105,0.04399689,-0.03490971,0.00812635,0.03385799,-0.0371292,0.03165902,-0.06369836,-0.05292384,-0.04614783,-0.00142662,-0.05445462,-0.03637284,-0.05420096,0.01316946,0.0035454,0.02543435,0.04740349,0.04827707,-0.009662,0.06063951,0.05076049,0.00563222,0.00629788,-0.21968077,0.04873371,0.02534596,-0.00676712,-0.06941722,0.00946058,0.07160588,0.04409225,-0.07272479,-0.01482118,0.0154372,0.01150934,0.02107023,-0.03484206,-0.00087696,-0.01833379,-0.03103363,-0.05860349,-0.04520107,0.03138016,0.02050822,-0.01428876,-0.00771472,0.04527269,0.04716883,-0.01764107,-0.00165123,0.07048856,-0.08129378,-0.0356085,-0.00118378,0.10262124,-0.06570778,-0.01354081,0.02925149,0.0544737,-0.05697371,0.11373118,-0.02534011,0.00781413,0.0542228,-0.02215517,-0.01559206,-0.02164796,0.01042194,-0.07119969,-0.02420788,-0.0349444,-0.031685,0.01058134,0.04767739,-0.04205095,0.01968199,0.01315904,0.10628223,0.01838704,-0.01480148,0.01129237,0.04497389,0.02407313,0.00718924,0.01503675,-0.07371683,-0.0225968,0.05100506,0.0512898,0.01486092,-0.01154544,0.04735115,0.06564558,-0.07932309,0.02862955,-0.0070464,-0.00248952,-0.02578985,-0.03860201,0.03089502,-0.04608997,0.02710776,-0.11068087,-0.0405558,-0.1030089,-0.07873449,0.09740604,-0.03273086,0.01844926,0.01034576,-0.01186284,-0.02878768,0.0535206,0.01387433,-0.09050898,0.0503091,-0.01606451,0.01753064,0.15996939,-0.0368019,0.04502117,-0.00038651,-0.02039344,-0.01878373,0.05769856,0.03179079,-0.05820956,-0.03322513,0.07467219,-0.01338517,-0.06740276,0.00464437,-0.03000196,-0.02170031,-0.01324684,0.11082405,0.02475528,0.09053566,0.01285783,-0.06299841,0.01747944,0.00721818,-0.02862525,-0.0499432,-0.00329329,0.04682831,-0.07843854,0.02622845,-0.02893019,0.0476371,0.02477666,-0.06479965,-0.01909466,0.01198061,0.0575794,-0.05621981,-0.06497462,-0.05143764,-0.02708314,0.01602441,-0.06895736,0.134647,0.04364478,-0.06206007,0.01394563,0.0332338,0.00364098,0.02040185,0.00918243,-0.00355466,0.04912925,-0.05827603,0.00644585,0.04466261,0.02757062,-0.00006856,0.00932364,-0.03605843,0.05266358,0.05543005,0.02871786,-0.00159562,-0.00872001,-0.08714519,-0.23324388,0.00955433,0.0167827,-0.03865152,-0.05604897,-0.04950188,-0.00219323,-0.0277517,0.06465992,0.05796638,0.10857028,-0.00989491,-0.02140661,-0.03540263,0.01863985,-0.00063667,0.02961865,-0.0108624,0.00676721,-0.02506752,-0.00203646,-0.00440722,0.02359429,-0.0096869,0.07624629,-0.04081312,0.09703964,0.04898858,-0.00821717,-0.02680717,0.07453371,0.03471322,0.00328598,-0.10876364,0.04178901,0.04335928,-0.04238781,-0.00380207,0.00114689,-0.09679708,-0.02344357,0.08091982,-0.01928955,-0.07904717,-0.11072782,-0.0659176,-0.00457477,-0.05274411,-0.02326935,0.03305116,-0.00050937,0.02536484,0.03634117,0.06257863,0.03348688,-0.03177186,-0.05590056,-0.01919688,-0.02252978,0.03105652,-0.03356727,-0.0018346,-0.03852414,0.02021976,0.01234646,0.02225603,-0.00699895,0.00476233,0.01758031,0.04174442,0.03288719,0.12209582,0.00810776,-0.0119667,0.08048956,0.02687579,-0.02008548,-0.042865,0.00252458,0.01588261,0.03332923,-0.02428793,0.04879357,0.0387761,0.01140981,0.03013817,0.00035949,-0.06393939,0.0386295,-0.01724303,-0.06004165,-0.0019865,-0.02445108,-0.07415584,0.04171028,-0.00799498,-0.3098546,0.01484736,-0.03736388,0.00873808,0.01334764,0.00503579,-0.03142115,-0.01121663,-0.05815012,0.04487091,-0.01676812,0.07632213,-0.00221911,-0.01777157,0.0165272,-0.00625824,0.023542,0.028186,0.0776466,-0.03723568,-0.05096702,0.00127722,0.16990852,0.01652946,0.00684491,-0.00375844,0.03477162,0.05305814,0.03783393,0.01201138,-0.06601332,-0.06750553,0.09321521,0.01995863,0.00092656,-0.02241947,-0.01018151,-0.00676863,-0.00432833,-0.01414411,-0.06996523,0.05001435,-0.0433612,0.01640636,0.11116222,0.06987137,-0.06070707,-0.04617807,-0.0203729,-0.02402165,-0.00352129,-0.0144889,0.00549732,0.03016328,0.05006633,0.06183324,0.03767685,-0.02666433,-0.04070553,0.00777013,0.00925295,0.0168728,0.02237128,-0.03705593,0.01063598],"last_embed":{"hash":"1o7a5c7","tokens":430}}},"text":null,"length":0,"last_read":{"hash":"1o7a5c7","at":1761855864976},"key":"NY日記-20251028.md#diary#{1}","lines":[6,17],"size":455,"outlinks":[{"title":"Dani Dobkin","target":"Dani Dobkin","line":12}],"class_name":"SmartBlock","last_embed":{"hash":"1o7a5c7","at":1761855864976}},
|
||||
5
content/.smart-env/multi/NY日記-20251029_md.ajson
Normal file
5
content/.smart-env/multi/NY日記-20251029_md.ajson
Normal file
File diff suppressed because one or more lines are too long
7
content/.smart-env/multi/NY日記-20251030_md.ajson
Normal file
7
content/.smart-env/multi/NY日記-20251030_md.ajson
Normal file
File diff suppressed because one or more lines are too long
6
content/.smart-env/multi/NY日記-20251031_md.ajson
Normal file
6
content/.smart-env/multi/NY日記-20251031_md.ajson
Normal file
File diff suppressed because one or more lines are too long
3
content/.smart-env/multi/NY日記-20251101_md.ajson
Normal file
3
content/.smart-env/multi/NY日記-20251101_md.ajson
Normal file
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/NY日記-20251102_md.ajson
Normal file
2
content/.smart-env/multi/NY日記-20251102_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:NY日記-20251102.md": {"path":"NY日記-20251102.md","embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.08145295,0.00259931,0.03110904,-0.02083614,-0.01582415,0.00625482,-0.01839728,0.03787928,0.00762604,-0.00101795,0.0021264,-0.08751844,0.0359907,0.05557184,0.02583295,-0.04261434,0.03338033,-0.0639758,-0.09556838,-0.01618037,0.12283411,0.01164517,0.00713186,-0.02210751,0.03244064,0.0484034,-0.00187293,-0.00534309,-0.02092776,-0.10912505,-0.02427278,-0.04412086,0.06034002,-0.02690907,0.04578736,-0.0478855,0.00879189,0.02318557,-0.04317283,0.06765155,0.03986074,0.01255971,0.03160766,-0.04635858,0.02469333,-0.0587346,-0.03986199,0.00825626,0.00870962,-0.01019761,-0.03418568,-0.03318097,0.00785702,-0.00468743,0.07638521,0.02643241,0.03370778,-0.04630833,0.01579165,0.0450679,0.01316648,-0.02244984,-0.22311977,0.04293251,-0.00587984,-0.04534006,-0.03568445,0.02630311,0.01438906,0.01255742,-0.03666819,-0.00610106,0.00959458,0.03856045,-0.01564172,-0.03973715,0.02645486,-0.0617025,-0.06677519,-0.03204846,0.00469584,0.06959293,0.01456394,-0.02911218,-0.02091575,-0.00296419,0.00134566,-0.00232266,0.02553958,0.06512783,-0.05394734,-0.03763395,0.02424396,0.07102109,-0.06203343,-0.00075153,0.01817222,0.01748334,-0.06200254,0.10371029,-0.06938644,0.03383483,0.01472476,-0.0424948,0.00803304,-0.02266448,-0.04980872,-0.07237473,-0.01549824,-0.04068518,-0.02283075,0.02178188,0.05075505,-0.0571251,0.00020662,0.05073833,0.11435031,0.01001891,-0.01840643,0.01823713,0.04237588,0.01775372,0.04227477,0.0454508,-0.00865171,0.01002003,0.02791429,0.03971555,-0.01166973,0.02128764,0.06060664,0.02587927,-0.09103455,-0.02049332,-0.00693132,-0.01315881,0.00943166,-0.01505337,0.01854228,-0.03200747,-0.04003085,-0.12927197,-0.0251649,-0.12461116,-0.02412136,0.07116503,0.00615162,-0.00627549,0.02690547,-0.01270274,-0.0334304,0.02808885,0.00899186,-0.05255201,0.04073659,-0.01495231,0.03688604,0.12925264,-0.03212197,0.01786773,-0.0424611,-0.03137059,-0.03760473,0.03096342,0.00434866,-0.06403425,-0.01784673,0.04727682,0.06992901,-0.05714808,0.04464015,-0.01114587,-0.01171924,-0.00746193,0.15194258,0.06002475,0.13043517,0.01159532,-0.07763235,0.00527471,0.02965301,-0.00717579,-0.03792254,0.02947632,0.03025803,-0.0587837,0.00017533,-0.00587053,0.02795414,0.05280695,-0.08542184,-0.06803402,-0.01500467,0.0371554,-0.0509067,-0.06119056,-0.05976482,0.04543709,0.04042847,-0.06876332,0.13473155,-0.02382053,-0.04758542,-0.02524636,0.07222802,-0.02877845,0.03109936,-0.03732635,-0.00955658,0.06697549,-0.01532843,0.0339207,0.07276011,0.05729954,0.02718217,0.01555092,0.00818144,0.08256545,0.01002566,0.00853411,0.01401056,0.00564333,-0.06087494,-0.18927999,0.00736409,0.04380202,-0.03358098,-0.0218914,0.00121333,-0.01069354,-0.02820226,0.08093161,0.0600372,0.0752026,0.06226584,-0.00826919,-0.03757153,0.01487268,0.01466917,0.05579846,-0.01661003,0.05675364,-0.00611958,-0.02477057,-0.02810981,0.00473414,0.01603466,0.10188545,-0.04360598,0.09706555,0.0847591,-0.04799222,-0.03413078,0.07171873,0.02096566,-0.03497305,-0.10943487,0.04631925,0.02119307,-0.03689657,-0.02142147,-0.01629118,-0.08206709,0.00649598,0.0418946,0.01243228,-0.08167817,-0.05418371,-0.05967779,0.01742556,-0.03765043,0.0081172,0.03832103,0.0329669,0.05318471,0.05602249,0.06750684,0.05252068,-0.04059861,-0.04054344,-0.01157692,-0.0162011,0.00432394,-0.07253167,0.00807385,-0.07621756,0.00097615,-0.03132886,0.07659289,0.01890383,-0.01820546,-0.0017194,0.05641928,-0.00750852,0.09155677,0.01716365,-0.03440716,0.04209927,0.03871199,-0.02821126,-0.05576254,-0.00691574,0.010456,0.05162058,-0.01039832,0.10476275,0.03377766,0.00499504,0.01799221,0.02126697,-0.04477333,0.0257969,-0.01260519,-0.01769336,-0.06911915,-0.05499784,-0.08911296,0.04610217,0.00575044,-0.32903135,0.04644937,0.00066697,0.00370669,0.02483106,-0.00592803,-0.01122386,-0.00415339,-0.09167071,0.06398752,-0.03916162,0.03377372,0.04131793,-0.0574354,0.00652309,-0.01240807,0.02950861,0.01655655,0.05150007,-0.03495772,-0.00062993,0.01306357,0.18678921,0.05191588,-0.01324725,0.01352562,-0.01170441,0.0196178,0.05051312,0.00105477,-0.03474865,-0.06240965,0.06286654,0.02884465,0.01586493,0.02316963,-0.05453855,0.00460525,0.01194706,-0.02020858,-0.05365365,0.01424194,-0.05450681,-0.00261407,0.09281095,0.04317067,-0.04199683,-0.05167023,-0.03711086,-0.02573065,-0.00001324,-0.01134147,-0.00083362,0.03334267,0.03220583,0.04472108,0.01365205,-0.04204766,-0.02569293,0.01007291,0.03424489,-0.01702644,0.02328857,-0.00084558,0.01422178],"last_embed":{"hash":"1bwvn48","tokens":146}}},"last_read":{"hash":"1bwvn48","at":1762183875159},"class_name":"SmartSource","last_import":{"mtime":1762183647061,"size":393,"at":1762183875043,"hash":"1bwvn48"},"blocks":{"#---frontmatter---":[1,3],"#diary":[4,15],"#diary#{1}":[6,15]},"outlinks":[],"metadata":{"date":"2025-11-03 10:25","tags":["#diary"]},"task_lines":[],"last_embed":{"hash":"1bwvn48","at":1762183875159}},
|
||||
2
content/.smart-env/multi/NY日記-20251103_md.ajson
Normal file
2
content/.smart-env/multi/NY日記-20251103_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:NY日記-20251103.md": {"path":"NY日記-20251103.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"sr8whs","at":1762183875042},"class_name":"SmartSource","last_import":{"mtime":1762183540576,"size":126,"at":1762183875042,"hash":"sr8whs"},"blocks":{"#---frontmatter---":[1,3],"#diary":[4,7],"#diary#{1}":[6,7]},"outlinks":[],"metadata":{"date":"2025-11-03 10:25","tags":["#diary"]},"task_lines":[]},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/Robert_Rauschenberg_md.ajson
Normal file
2
content/.smart-env/multi/Robert_Rauschenberg_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Robert Rauschenberg.md": {"path":"Robert Rauschenberg.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"1i00kzt","at":1761932249280},"class_name":"SmartSource","last_import":{"mtime":1761932229666,"size":39,"at":1761932249280,"hash":"1i00kzt"},"blocks":{"#---frontmatter---":[1,3],"#person":[4,5]},"outlinks":[],"metadata":{"date":"2025-10-31 13:37","tags":["#person"]},"task_lines":[]},
|
||||
2
content/.smart-env/multi/Sam_Lavigne_md.ajson
Normal file
2
content/.smart-env/multi/Sam_Lavigne_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Sam Lavigne.md": {"path":"Sam Lavigne.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"1cyov1c","at":1762184297212},"class_name":"SmartSource","last_import":{"mtime":1762184261262,"size":39,"at":1762184297212,"hash":"1cyov1c"},"blocks":{"#---frontmatter---":[1,3],"#person":[4,5]},"outlinks":[],"metadata":{"date":"2025-11-03 10:37","tags":["#person"]},"task_lines":[]},
|
||||
2
content/.smart-env/multi/Sam_Levigne_md.ajson
Normal file
2
content/.smart-env/multi/Sam_Levigne_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Sam Levigne.md": null,
|
||||
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/Signal_Rising_md.ajson
Normal file
2
content/.smart-env/multi/Signal_Rising_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Signal Rising.md": {"path":"Signal Rising.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"e5hxnz","at":1762618262942},"class_name":"SmartSource","last_import":{"mtime":1762618205252,"size":94,"at":1762618262943,"hash":"e5hxnz"},"blocks":{"#---frontmatter---":[1,3],"#organization":[4,9],"#organization#{1}":[6,9]},"outlinks":[{"title":"SIGNALS RISING","target":"https://signalsrising.org/","line":6}],"metadata":{"date":"2025-11-08 11:09","tags":["#organization"]},"task_lines":[]},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/Tae_Hong_Park_md.ajson
Normal file
2
content/.smart-env/multi/Tae_Hong_Park_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:Tae Hong Park.md": {"path":"Tae Hong Park.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"x33ce7","at":1762022074051},"class_name":"SmartSource","last_import":{"mtime":1762022038121,"size":39,"at":1762022074051,"hash":"x33ce7"},"blocks":{"#---frontmatter---":[1,3],"#person":[4,5]},"outlinks":[],"metadata":{"date":"2025-11-01 14:33","tags":["#person"]},"task_lines":[]},
|
||||
3
content/.smart-env/multi/Tega_Brain_md.ajson
Normal file
3
content/.smart-env/multi/Tega_Brain_md.ajson
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
"smart_sources:Tega Brain.md": {"path":"Tega Brain.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"k0erfq","at":1762184233598},"class_name":"SmartSource","last_import":{"mtime":1762184219191,"size":37,"at":1762184233598,"hash":"k0erfq"},"blocks":{"#---frontmatter---":[1,3],"#stub":[4,5]},"outlinks":[],"metadata":{"date":"2025-11-03 10:36","tags":["#stub"]},"task_lines":[]},
|
||||
"smart_sources:Tega Brain.md": {"path":"Tega Brain.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"18i0mt7","at":1762184297212},"class_name":"SmartSource","last_import":{"mtime":1762184267761,"size":39,"at":1762184297212,"hash":"18i0mt7"},"blocks":{"#---frontmatter---":[1,3],"#person":[4,5]},"outlinks":[],"metadata":{"date":"2025-11-03 10:36","tags":["#person"]},"task_lines":[]},
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
76
content/.smart-env/multi/private_ACC2026応募_md.ajson
Normal file
76
content/.smart-env/multi/private_ACC2026応募_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
20
content/.smart-env/multi/private_ACC申請書2025_md.ajson
Normal file
20
content/.smart-env/multi/private_ACC申請書2025_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
"smart_sources:private/Apply-To-Everything.base": {"path":"private/Apply-To-Everything.base","embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.03050139,-0.03551029,0.02484153,-0.08126242,-0.00113903,0.02967954,0.00084611,0.00039908,0.01535241,0.00106505,0.04795847,-0.06916805,0.00531458,0.06546652,-0.00188592,0.00510354,-0.0565181,0.05216309,-0.06322545,-0.00604652,0.0864944,0.01781,-0.05068099,-0.00599818,0.00953335,0.05899007,-0.00667171,-0.04648706,-0.08126718,-0.17681994,0.00473352,-0.0625459,0.02430353,-0.01438689,-0.00565015,-0.08543556,-0.0614809,0.06946354,-0.09513733,-0.03265283,-0.00613394,-0.00443089,-0.00624,-0.02120632,-0.0316237,-0.04645654,-0.00130314,0.00843032,0.01998406,0.00758039,-0.00382997,-0.04703101,0.00098945,-0.00758107,0.03407534,0.02967794,0.08073825,0.03775184,0.02274919,0.06446831,0.08210702,0.03641896,-0.24310499,0.11193982,-0.03432469,-0.01280537,-0.03274002,-0.06053323,-0.00037174,0.01216614,-0.02903859,0.01868835,0.0124395,0.11526298,0.02658173,-0.07516665,-0.021161,-0.00221468,-0.01671159,-0.03123913,-0.06219993,0.02893854,-0.00690281,-0.01333225,-0.01677179,0.01237862,-0.01961729,-0.05440804,0.0144684,-0.00972765,0.00314597,-0.0449829,0.01331135,0.04417397,-0.04234327,-0.04799022,0.00936371,0.01175988,0.00659257,0.14432074,-0.05376683,0.08602851,-0.01791349,0.00689066,0.02027567,-0.00958071,0.0246532,-0.0147904,-0.01365972,-0.02049659,-0.08307199,0.04776698,-0.00423457,-0.07596837,0.03103925,0.06945132,0.06592701,0.00799874,0.01695537,-0.0382542,0.03907432,-0.02123621,-0.03434416,0.00233106,0.01374005,0.02724685,0.07498225,0.04035747,0.00856119,0.05837325,0.01950872,0.03541811,-0.0667585,-0.02799345,0.0140755,0.00760186,-0.01774621,-0.02378646,-0.01416516,-0.04120671,-0.03694994,-0.08156739,-0.0031437,-0.01795188,-0.02339903,0.15974401,-0.04622272,0.06244913,-0.03080614,-0.01285196,-0.01688522,0.03700002,0.01216057,-0.01463623,0.01745026,0.03819395,0.03667016,0.01433105,-0.05567936,-0.00364557,-0.01314092,-0.04862478,-0.01165672,0.1615936,-0.01267495,-0.08810077,-0.02836677,0.06215275,-0.0324452,-0.01185762,0.01347487,0.0155506,-0.02075195,0.01756392,0.14126606,0.01037945,0.04807527,-0.01029089,-0.00745916,-0.03163414,0.03065389,-0.05055444,-0.04298342,0.0158223,-0.01703649,0.0058054,-0.01803874,-0.00346459,0.03857452,-0.03075845,-0.05303402,-0.03754498,-0.03616428,-0.05015475,-0.03273434,-0.00955205,-0.02364231,-0.00662871,0.05176585,-0.05259978,0.10855409,-0.00453625,-0.01432288,0.03248932,0.00796982,0.00532841,0.01053859,-0.03694781,0.02678326,-0.03480781,-0.09456056,0.06700552,0.04075787,-0.0236134,-0.03611342,-0.00748408,0.00142513,0.01873551,0.04258471,0.0656275,0.02134352,0.01270407,0.00713034,-0.23713015,0.03405185,0.00537722,0.00233729,-0.01022121,-0.04605595,-0.00121709,0.02423572,0.04319838,0.09195427,0.09238712,0.02088438,-0.03051569,0.08617384,-0.0193874,-0.00403107,0.01412402,-0.04812884,-0.00846396,0.00074355,0.02567128,-0.00919681,-0.024345,-0.08681962,0.06456643,-0.02227016,0.1235619,0.03167053,0.01025049,-0.01304503,0.03503333,-0.01579146,0.01081909,-0.10413434,0.03929281,-0.00990343,-0.02150063,-0.00364873,0.01476399,-0.02157964,0.03700974,0.02269647,0.00840478,-0.04764695,0.08230051,-0.00127225,0.02971077,0.02604085,-0.01810047,0.00643399,0.0066523,-0.06026957,0.07528583,0.08352067,0.07091696,-0.04242802,-0.03699612,-0.03434223,-0.04419466,0.03007158,-0.02864745,0.00963549,0.0454421,-0.00852212,0.01106182,-0.02144817,-0.045723,-0.05610256,0.01806526,-0.00006579,-0.07361989,-0.01632501,-0.01581005,0.01117035,0.04341206,0.02888541,-0.0755496,0.08578227,0.04151865,-0.06867608,0.06833539,-0.03408334,0.06212454,0.00405392,0.05106113,0.05484301,0.01912885,-0.0235277,0.02685561,0.01027402,-0.02755158,0.0217937,-0.03931012,0.04120579,0.10065822,-0.01960643,-0.28780842,0.04866877,0.00559984,0.05114143,-0.01176855,0.00462827,0.00721172,-0.00482349,-0.07974277,-0.01093963,-0.06581745,0.05570331,0.02836073,-0.05652288,-0.0492317,0.01387664,0.04741903,-0.04004413,0.03317234,-0.02328024,0.00373197,0.00191532,0.18096055,0.02628849,-0.00064043,-0.01182732,-0.06996042,0.02779926,0.03032447,0.08206604,0.03826641,-0.0201679,0.0712263,-0.0002946,0.03776129,0.03496343,0.04041121,0.08924545,0.00355834,-0.02406153,-0.03889503,0.01055751,-0.03980407,0.00558932,0.05531531,-0.04160707,-0.04791364,0.01439088,-0.00959287,-0.01487411,-0.08040096,-0.00976477,-0.07547247,0.034549,0.00013745,-0.00798169,0.02961627,0.02810124,-0.02847737,-0.04348663,0.0341891,0.00755576,0.08270545,0.03652573,0.0522577],"last_embed":{"hash":"137ehjm","tokens":147}}},"last_read":{"hash":"137ehjm","at":1761930088907},"class_name":"SmartSource","last_import":{"at":0,"hash":null,"mtime":0,"size":0},"last_embed":{"hash":"137ehjm","at":1761930088907},"key":"private/Apply-To-Everything.base"},
|
||||
"smart_sources:private/Apply-To-Everything.base": {"path":"private/Apply-To-Everything.base","embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.02927263,-0.03440669,0.02237516,-0.07741313,-0.0001576,0.02849283,0.00158904,-0.00123741,0.01451929,0.0033348,0.04908812,-0.06613239,0.0055433,0.06947283,0.0032289,0.00654295,-0.05134809,0.05285105,-0.06330019,-0.00402333,0.08659936,0.01905924,-0.05201411,-0.00524885,0.0067692,0.05670222,-0.00354779,-0.04579044,-0.08129732,-0.17610347,0.00331346,-0.06586897,0.02116607,-0.01168436,-0.00275821,-0.08452596,-0.06245163,0.06721853,-0.0960466,-0.03019832,-0.01171581,-0.00674323,-0.00650981,-0.02375463,-0.02881416,-0.04642413,-0.00344275,0.00601983,0.01920217,0.00433324,-0.00089633,-0.0493959,-0.00261014,-0.0030048,0.0320995,0.03265605,0.07963149,0.03553611,0.0247206,0.06351563,0.0812657,0.04122936,-0.2430127,0.11314968,-0.03380898,-0.01127676,-0.03762447,-0.05985354,0.00088854,0.01293442,-0.02884881,0.02215063,0.01148273,0.11548144,0.02494243,-0.07686846,-0.01561192,0.00014774,-0.01553521,-0.0306747,-0.06482038,0.03002215,-0.01445308,-0.01820634,-0.01301484,0.00582812,-0.01970275,-0.05803387,0.01587849,-0.01030046,0.00488004,-0.04236459,0.0136934,0.04369842,-0.03995267,-0.04728879,0.00813855,0.01201318,0.00657547,0.14318411,-0.05225569,0.086233,-0.01499729,0.00486675,0.01944413,-0.00856618,0.02083571,-0.01207809,-0.01429531,-0.02444547,-0.08228778,0.04952306,-0.00748209,-0.07375374,0.02881936,0.06728832,0.06631165,0.0097518,0.0162974,-0.04348268,0.03924087,-0.02728559,-0.03248109,0.00050197,0.01828907,0.02843116,0.07457501,0.04268126,0.01375604,0.05813376,0.02002209,0.03813485,-0.0698473,-0.02464007,0.01127432,0.00489114,-0.01423302,-0.02440334,-0.01684938,-0.04141652,-0.03613606,-0.07905678,-0.00277814,-0.02075518,-0.02399218,0.15919201,-0.04853763,0.06028522,-0.03024927,-0.01213401,-0.02057426,0.03635018,0.01266016,-0.01727577,0.0149439,0.03887536,0.03763998,0.0166709,-0.05428074,-0.00684789,-0.01256974,-0.04924934,-0.01430793,0.16418025,-0.00932693,-0.08859055,-0.03246791,0.05683964,-0.03198909,-0.01416457,0.01198772,0.01688768,-0.021145,0.02005474,0.14202932,0.01518194,0.04493348,-0.00795296,-0.01100567,-0.03120637,0.0297244,-0.05381882,-0.04389287,0.01563921,-0.01490764,0.0044402,-0.01749905,0.00012283,0.03807402,-0.03007477,-0.0517359,-0.03767378,-0.03390169,-0.05303759,-0.03213521,-0.00938303,-0.02709505,-0.00781206,0.04759506,-0.05083465,0.10787835,-0.00269934,-0.01305167,0.03608948,0.00841594,0.00329577,0.00650793,-0.03646942,0.02890012,-0.03547822,-0.09724434,0.06398667,0.0388529,-0.02457175,-0.03621221,-0.00989269,-0.00106942,0.0206036,0.04152577,0.06515031,0.02309131,0.01301029,0.00763805,-0.23570912,0.0364949,0.00670886,0.00193012,-0.0144078,-0.04823599,0.00026089,0.02355284,0.03884948,0.09671862,0.09141013,0.02307362,-0.02718314,0.08118338,-0.02279725,-0.0046636,0.01765457,-0.04943457,-0.00498409,0.003326,0.02870491,-0.00985947,-0.02113798,-0.08586343,0.06314598,-0.02306622,0.12459461,0.03163061,0.00961226,-0.01327655,0.03407452,-0.01608449,0.00836721,-0.10615157,0.04293571,-0.0101434,-0.02526022,-0.00834453,0.01226966,-0.02114386,0.03988783,0.02313695,0.00730172,-0.04879622,0.08275501,0.0004865,0.02815778,0.02520734,-0.01866438,0.00725346,0.00654849,-0.06162597,0.07358254,0.08515358,0.06778337,-0.04175299,-0.03404817,-0.03626834,-0.04462501,0.02934663,-0.02250838,0.01156002,0.04681621,-0.00790874,0.01140549,-0.02089101,-0.05213233,-0.05636261,0.02036403,0.00440248,-0.07257046,-0.01349165,-0.01386669,0.0035777,0.04422626,0.02749261,-0.07420481,0.0854292,0.0437397,-0.0665022,0.06762061,-0.0348181,0.05720573,0.00470304,0.04929335,0.05894835,0.01658426,-0.02232515,0.02713925,0.0174276,-0.02544929,0.0251774,-0.03509438,0.04413082,0.10271963,-0.02099885,-0.28690141,0.045234,0.00713576,0.05029283,-0.01161085,0.00452326,0.00665868,-0.00656216,-0.08144471,-0.01477777,-0.06181806,0.05415465,0.0305829,-0.05642606,-0.0523366,0.01291697,0.04666484,-0.04090869,0.03345348,-0.02091759,0.00282366,0.00520925,0.18425573,0.02845005,-0.00085975,-0.01396441,-0.06953492,0.02923193,0.02765122,0.08403331,0.03854949,-0.01742845,0.07392254,0.00179839,0.03238691,0.03394875,0.04099859,0.08806977,0.00427076,-0.02321171,-0.03712039,0.01285539,-0.04311894,0.00134396,0.05567483,-0.03982906,-0.04915741,0.01084695,-0.01218305,-0.01195144,-0.07753196,-0.0127717,-0.07361408,0.03605076,0.00003764,-0.00610314,0.02639927,0.02920508,-0.02942204,-0.04545261,0.03211502,0.00990463,0.08186664,0.03976654,0.05421799],"last_embed":{"hash":"1mk60w2","tokens":149}}},"last_read":{"hash":"1mk60w2","at":1762182600208},"class_name":"SmartSource","last_import":{"at":0,"hash":null,"mtime":0,"size":0},"last_embed":{"hash":"1mk60w2","at":1762182600208},"key":"private/Apply-To-Everything.base"},
|
||||
"smart_sources:private/Apply-To-Everything.base": {"path":"private/Apply-To-Everything.base","embeddings":{"TaylorAI/bge-micro-v2":{"vec":[-0.02773378,-0.03426925,0.02315733,-0.07761709,-0.00108726,0.02769302,0.0009234,-0.00084404,0.01342525,0.00322865,0.04858233,-0.06317792,0.00594004,0.0703894,0.00400265,0.00572956,-0.04995833,0.05300687,-0.06463652,-0.00367579,0.08649521,0.02038985,-0.05168857,-0.00357584,0.00667044,0.05695879,-0.00396814,-0.04622179,-0.08186337,-0.17665301,0.00256671,-0.0653714,0.02304471,-0.01162578,-0.00058819,-0.08389051,-0.06409881,0.0669193,-0.09583744,-0.03026097,-0.01404251,-0.00751337,-0.00496563,-0.02461324,-0.02848562,-0.04671862,-0.00383168,0.00542036,0.02036412,0.00273316,-0.00000949,-0.05093995,-0.00599738,-0.00116482,0.03025886,0.0327658,0.07948986,0.03349949,0.02513334,0.06272311,0.0813084,0.04263307,-0.24372634,0.11354938,-0.03318373,-0.01110679,-0.04020309,-0.0594105,0.00146061,0.01452925,-0.03001767,0.02306319,0.01185594,0.11471494,0.02473495,-0.07710429,-0.01518373,-0.00021682,-0.01494615,-0.03170006,-0.06787556,0.0289535,-0.01744492,-0.01967455,-0.01214865,0.00511365,-0.01862936,-0.05909755,0.01601679,-0.00993508,0.00691116,-0.04231939,0.01481147,0.0421867,-0.04017858,-0.04601639,0.00877107,0.01129433,0.00506032,0.14130275,-0.05182035,0.08463611,-0.01321912,0.0026129,0.01796877,-0.00697435,0.01990068,-0.01142754,-0.01426075,-0.0265001,-0.08261003,0.05004948,-0.01066987,-0.07358751,0.02893388,0.06599385,0.06772287,0.01069631,0.01680437,-0.04222463,0.03909668,-0.02899923,-0.03359092,0.00061267,0.01781587,0.03021401,0.07418601,0.04350406,0.01542621,0.0577324,0.01962358,0.03926641,-0.07053096,-0.02283289,0.00898025,0.00521182,-0.01150347,-0.02507444,-0.01677823,-0.04144752,-0.03568078,-0.07777656,-0.00390038,-0.02303319,-0.02422384,0.16001005,-0.04901696,0.05890269,-0.02839733,-0.01247335,-0.02002082,0.03498483,0.01381169,-0.01910939,0.01517407,0.03896145,0.03941277,0.01748659,-0.05344319,-0.00869811,-0.01223058,-0.04979535,-0.01619827,0.16533332,-0.00658846,-0.08882241,-0.03471446,0.05574482,-0.03215476,-0.01653492,0.01250242,0.01758514,-0.02141236,0.02119918,0.14303918,0.0152113,0.04439022,-0.00814869,-0.01073244,-0.02982974,0.03060181,-0.05317579,-0.04218345,0.01478939,-0.01379845,0.00477269,-0.01769927,0.00136609,0.03748053,-0.02978499,-0.04930896,-0.03707689,-0.03391625,-0.05188589,-0.03417697,-0.00981591,-0.02848661,-0.00912927,0.04718316,-0.04815941,0.10892969,-0.00418736,-0.01358285,0.03597641,0.00973408,0.00319105,0.00568485,-0.03700265,0.03075519,-0.03629596,-0.09718057,0.06323672,0.03775115,-0.02521981,-0.03592594,-0.01033335,-0.0015158,0.02086787,0.04084701,0.06628081,0.02426468,0.01249128,0.00695474,-0.23323292,0.03524026,0.00859531,0.00047707,-0.01659818,-0.04871067,0.0014526,0.0227293,0.03584824,0.09587048,0.08985019,0.0233337,-0.02731557,0.07832254,-0.02416354,-0.00487784,0.01877317,-0.04931337,-0.00420887,0.00476744,0.03020585,-0.00776469,-0.02215796,-0.08513472,0.06371111,-0.02463244,0.12565434,0.03142614,0.00936715,-0.01404677,0.034167,-0.01575983,0.00731837,-0.10516392,0.04440048,-0.01005718,-0.02677938,-0.00926974,0.01219102,-0.02141533,0.04034043,0.02567629,0.0077998,-0.04776447,0.08196083,0.00092619,0.02520417,0.02362641,-0.01793608,0.00884761,0.00665774,-0.0636843,0.07372413,0.08757413,0.06801283,-0.04086357,-0.03356379,-0.03644662,-0.0446607,0.02879471,-0.0206324,0.01274355,0.04778459,-0.00860866,0.01039003,-0.019798,-0.05373261,-0.05426023,0.0201311,0.00528346,-0.07213746,-0.01403595,-0.01291435,0.00082335,0.04367618,0.02695628,-0.07348764,0.08564035,0.04459039,-0.06464221,0.06718314,-0.03602659,0.05592537,0.00382457,0.04849761,0.0598447,0.01643622,-0.02326167,0.02659477,0.02003096,-0.02462586,0.027042,-0.03475093,0.0465198,0.10234381,-0.02111037,-0.28724292,0.04447047,0.00687561,0.05017032,-0.01133293,0.00538924,0.00624548,-0.00776607,-0.08111611,-0.01445939,-0.0603438,0.05408296,0.0307911,-0.05673961,-0.05304671,0.01205365,0.04591467,-0.04085284,0.03430899,-0.02009323,0.0031379,0.00640238,0.18648943,0.02891939,-0.00236035,-0.01600564,-0.06820166,0.0304479,0.02843147,0.08513851,0.03877288,-0.01695514,0.07424232,0.00432558,0.03056121,0.03407746,0.04263729,0.08669127,0.00493661,-0.02409374,-0.03727775,0.01172274,-0.04414095,-0.00065543,0.05618073,-0.04020573,-0.05020689,0.00948066,-0.01330996,-0.01116066,-0.07630845,-0.01212629,-0.07310951,0.03658554,0.00000593,-0.00701667,0.02478611,0.02933417,-0.02937904,-0.04492891,0.03217391,0.01085129,0.08149044,0.04085614,0.05377245],"last_embed":{"hash":"ly33f2","tokens":154}}},"last_read":{"hash":"ly33f2","at":1762182639354},"class_name":"SmartSource","last_import":{"at":0,"hash":null,"mtime":0,"size":0},"last_embed":{"hash":"ly33f2","at":1762182639354},"key":"private/Apply-To-Everything.base"},
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
|
||||
"smart_sources:private/Experiments in Art and Technology.md": {"path":"private/Experiments in Art and Technology.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"yxzir0","at":1761932186406},"class_name":"SmartSource","last_import":{"mtime":1761932170699,"size":37,"at":1761932186406,"hash":"yxzir0"},"blocks":{"#---frontmatter---":[1,3],"#stub":[4,5]},"outlinks":[],"metadata":{"date":"2025-10-31 13:36","tags":["#stub"]},"task_lines":[]},
|
||||
"smart_sources:private/Experiments in Art and Technology.md": null,
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
|
||||
"smart_sources:private/Jan Van Eyck Fellowship 2026.md": {"path":"private/Jan Van Eyck Fellowship 2026.md","last_embed":{"hash":null},"embeddings":{},"last_read":{"hash":"1po69k1","at":1761860372085},"class_name":"SmartSource","last_import":{"mtime":1761860345067,"size":102,"at":1761860372086,"hash":"1po69k1"},"blocks":{"#---frontmatter---":[1,10],"#stub":[11,12]},"outlinks":[],"metadata":{"tags":["#apply","#stub"],"url":null,"open-date":null,"close-date":null,"notify-date":null,"status":null,"date":"2025-10-30 17:39"},"task_lines":[]},
|
||||
"smart_sources:private/Jan Van Eyck Fellowship 2026.md": null,
|
||||
File diff suppressed because one or more lines are too long
2
content/.smart-env/multi/private_Jan_Van_md.ajson
Normal file
2
content/.smart-env/multi/private_Jan_Van_md.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:private/Jan Van.md": null,
|
||||
File diff suppressed because one or more lines are too long
7
content/.smart-env/multi/private_NIME_2026_md.ajson
Normal file
7
content/.smart-env/multi/private_NIME_2026_md.ajson
Normal file
File diff suppressed because one or more lines are too long
@@ -1,2 +1,7 @@
|
||||
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
"smart_sources:private/Untitled 1.md": null,
|
||||
2
content/.smart-env/multi/private_Untitled_base.ajson
Normal file
2
content/.smart-env/multi/private_Untitled_base.ajson
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
"smart_sources:private/Untitled.base": null,
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
content/.smart-env/multi/ノートの暗黙知_md.ajson
Normal file
5
content/.smart-env/multi/ノートの暗黙知_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5
content/.smart-env/multi/提出した申請書一覧_md.ajson
Normal file
5
content/.smart-env/multi/提出した申請書一覧_md.ajson
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user