changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > plan / tasks/core.org

changeset 19: ab65bef096dd
parent: e08c4d391e95
child: a64e2386bccc
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 08 Sep 2024 12:25:31 -0400
permissions: -rw-r--r--
description: updates
1 #+title: core tasks
2 #+author: Richard Westhaver
3 #+email: richard.westhaver@gmail.com
4 #+description: core task list
5 #+setupfile: ../../clean.theme
6 #+OPTIONS: num:nil d:t prop:t toc:t
7 #+ARCHIVE: ../../archive/plan.org::** core
8 #+LOCATION: ~/comp/core/
9 #+filetags: core
10 * PROJECT ffi [1/8] :lisp:ffi:
11 :PROPERTIES:
12 :ID: 4de17a09-48fb-4640-b30a-e40cc1f8c330
13 :VERSION: 0.1
14 :END:
15 :LOGBOOK:
16 - State "TODO" from [2024-08-10 Sat 22:20]
17 - State "PROJECT" from "TODO" [2024-08-16 Fri 22:57]
18 :END:
19 ** PROJECT rocksdb v0.1.0 [6/7] :rocksdb:
20 :PROPERTIES:
21 :ID: 6a4e51f0-f1d7-40df-aa7f-04c6d179393b
22 :LOCATION: ~/comp/core/
23 :END:
24 :LOGBOOK:
25 - State "PROJECT" from [2024-08-16 Fri 22:57]
26 :END:
27 *** DONE writebatch
28 SCHEDULED: <2024-08-19 Mon 20:00-22:00><2024-08-20 Tue 20:00>
29 :PROPERTIES:
30 :ID: 22e3eb0a-f3f7-4788-a90c-5ecd2df7db15
31 :Effort: 4:00
32 :CREATED: <2024-08-19 Mon 20:05>
33 :END:
34 :LOGBOOK:
35 - State "TODO" from [2024-08-16 Fri 22:56]
36 - State "WIP" from "TODO" [2024-08-19 Mon 20:01]
37 CLOCK: [2024-08-19 Mon 20:01]--[2024-08-19 Mon 21:03] => 1:02
38 CLOCK: [2024-08-20 Tue 19:41]--[2024-08-20 Tue 20:16] => 0:35
39 - State "DONE" from "WIP" [2024-08-20 Tue 20:19]
40 :END:
41 **** [[file:/usr/local/include/rocksdb/c.h::/* Write batch */]]
42 :PROPERTIES:
43 :CREATED: <2024-08-18 Sun 21:44>
44 :ID: 05be05ba-4775-4feb-956f-7e52d31452bc
45 :END:
46 :LOGBOOK:
47 - Refiled on [2024-08-18 Sun 21:44]
48 :END:
49 *** DONE logger
50 :PROPERTIES:
51 :ID: f69ce4d5-03d3-46e1-8712-28eae841cb09
52 :END:
53 :LOGBOOK:
54 - State "TODO" from [2024-08-16 Fri 22:56]
55 - State "DONE" from "TODO" [2024-08-18 Sun 22:00]
56 :END:
57 *** DONE merge-operator callbacks :rocksdb:
58 DEADLINE: <2024-08-16 Fri> SCHEDULED: <2024-08-15 Thu>
59 :PROPERTIES:
60 :LOCATION+: lisp/ffi/rocksdb/merge.lisp
61 :ID: 2f5af48c-4e9e-4e32-b6b2-a4efa6bade12
62 :END:
63 :LOGBOOK:
64 - State "TODO" from [2024-08-10 Sat 22:21]
65 - State "WIP" from "TODO" [2024-08-14 Wed 21:50]
66 - State "DONE" from "WIP" [2024-08-16 Fri 22:52]
67 - Note taken on [2024-08-16 Fri 22:52] \\
68  still needs testing with actual data
69 :END:
70 
71 *** DONE compactionfilter callbacks :rocksdb:
72 DEADLINE: <2024-08-18 Sun> SCHEDULED: <2024-08-16 Fri>
73 :PROPERTIES:
74 :LOCATION+: lisp/ffi/rocksdb/compaction.lisp
75 :ID: 2f3d0b40-0d14-44d4-b489-97a08c9e94ad
76 :Effort: 3:00
77 :CREATED: <2024-08-18 Sun 18:52>
78 :END:
79 :LOGBOOK:
80 - State "TODO" from [2024-08-14 Wed 21:50]
81 - State "WIP" from "TODO" [2024-08-14 Wed 21:50]
82 CLOCK: [2024-08-18 Sun 18:51]--[2024-08-18 Sun 19:46] => 0:00
83 - State "DONE" from "WIP" [2024-08-18 Sun 19:47]
84 :END:
85 
86 https://github.com/facebook/rocksdb/wiki/Compaction-Filter
87 
88 #+begin_src lisp
89  (rocksdb-compactionfilterfactory-create nil (alien-sap (alien-callable-function 'rocksdb-destructor))
90  (alien-sap (alien-callable-function 'rocksdb-create-compaction-filter-never))
91  (alien-sap (alien-callable-function 'rocksdb-name)))
92 #+end_src
93 
94 *** DONE comparator callbacks :rocksdb:
95 DEADLINE: <2024-08-18 Sun> SCHEDULED: <2024-08-17 Sat>
96 :PROPERTIES:
97 :LOCATION+: lisp/ffi/rocksdb/comparator.lisp
98 :ID: 79d12134-27e1-48ef-9e21-808c74d154c4
99 :END:
100 :LOGBOOK:
101 - State "WIP" from [2024-08-14 Wed 21:51]
102 - State "DONE" from "WIP" [2024-08-18 Sun 19:47]
103 :END:
104 *** TODO associative-merge implementation
105 :PROPERTIES:
106 :CREATED: <2024-08-18 Sun 19:48>
107 :ID: cfbcad42-bb50-4170-afd8-1e0ff4dacfd1
108 :END:
109 :LOGBOOK:
110 - Refiled on [2024-08-18 Sun 19:48]
111 :END:
112 - need to figure out what delete-value requires
113  - simply passes state + value and value-length to a function
114  - when the value is null it doesn't exist in db (noop) ?
115  - unclear when the merge op actually runs in relation to deletion op - before or after?
116 - https://docs.rs/rocks/latest/rocks/merge_operator/index.html
117 **** TODO concat-merge
118 :PROPERTIES:
119 :CREATED: <2024-08-18 Sun 20:45>
120 :ID: 8e29a907-c3ee-4b5e-b825-e4e4e6c6aa9b
121 :END:
122 :LOGBOOK:
123 - State "TODO" from [2024-08-18 Sun 20:42]
124 :END:
125 **** TODO index-merge
126 :PROPERTIES:
127 :CREATED: <2024-08-18 Sun 20:45>
128 :ID: a5ab8bc4-e2fb-4ac2-8e1d-3000e439ed33
129 :END:
130 :LOGBOOK:
131 - State "TODO" from [2024-08-18 Sun 20:44]
132 :END:
133 ***** TODO incf-merge
134 :PROPERTIES:
135 :CREATED: <2024-08-18 Sun 20:45>
136 :ID: ac607107-33fb-434f-bf48-e7b9e5fc648f
137 :END:
138 :LOGBOOK:
139 - State "TODO" from [2024-08-18 Sun 20:43]
140 :END:
141 ***** TODO decf-merge
142 :PROPERTIES:
143 :CREATED: <2024-08-18 Sun 20:45>
144 :ID: 307afdf9-4fc0-4c7d-b58e-9f1eb1110a74
145 :END:
146 :LOGBOOK:
147 - State "TODO" from [2024-08-18 Sun 20:44]
148 :END:
149 *** DONE define-merge-operator :macro:
150 SCHEDULED: <2024-08-21 Wed>
151 :PROPERTIES:
152 :CREATED: <2024-08-18 Sun 19:52>
153 :ID: c6643502-8c0c-4e44-9986-d4519f39f01c
154 :Effort: 2:00
155 :LOCATION: lisp/ffi/rocksdb/tests.lisp
156 :END:
157 :LOGBOOK:
158 - Refiled on [2024-08-18 Sun 19:53]
159 - State "TODO" from "TODO" [2024-08-18 Sun 22:01]
160 - State "TEST" from "TODO" [2024-08-18 Sun 22:02]
161 CLOCK: [2024-08-21 Wed 20:34]--[2024-08-21 Wed 21:13] => 0:39
162 - State "DONE" from "TEST" [2024-08-21 Wed 21:21]
163 - Note taken on [2024-08-21 Wed 21:21] \\
164  will need to do actual tests merging key/vals when we implement associative merge API
165 :END:
166 - define macro which eases the process of making custom merge operators
167 #+begin_src lisp :package rocksdb :eval no-export
168  (define-merge-operator :incf nil
169  :full nil
170  :partial nil)
171  (create-incf-mergeoperator)
172 #+end_src
173 
174 #+RESULTS:
175 : #<SB-ALIEN-INTERNALS:ALIEN-VALUE :SAP #X75D288000C30 :TYPE (*
176 : (SB-ALIEN:STRUCT
177 : ROCKSDB::ROCKSDB-MERGEOPERATOR-T))>
178 
179 *** TODO impl rocksdb/slicetransform callbacks
180 DEADLINE: <2024-09-07 Sat>
181 :PROPERTIES:
182 :CREATED: <2024-08-19 Mon 16:17>
183 :ID: 1aa4a86f-0fa6-46ba-bd42-bc87a3a64245
184 :END:
185 :LOGBOOK:
186 - State "TODO" from [2024-08-19 Mon 16:17]
187 - New deadline from "[2024-08-27 Tue]" on [2024-08-27 Tue 17:30]
188 - Refiled on [2024-08-27 Tue 17:31]
189 :END:
190 [[file:~/comp/core/lisp/ffi/rocksdb/slicetransform.lisp::;;; rocksdb/slicetransform.lisp --- RocksDB SliceTransform][rocksdb/slicetransform.lisp]]
191 ** TODO readline :cli:
192 :PROPERTIES:
193 :ID: 4aebbb1d-201e-4a74-8e57-537cb96a39d7
194 :END:
195 :LOGBOOK:
196 - State "TODO" from [2024-08-10 Sat 22:23]
197 :END:
198 ** TBD examples [0/6] :example:
199 :PROPERTIES:
200 :ID: 794f6242-2589-424d-bbc1-8025530a2a6b
201 :END:
202 :LOGBOOK:
203 - State "TBD" from [2024-08-15 Thu 23:02]
204 :END:
205 *** TODO gstreamer practical example :gstreamer:
206 :PROPERTIES:
207 :ID: d476e6b4-5b58-4f51-afc5-c2c0195d3799
208 :END:
209 :LOGBOOK:
210 - State "TODO" from [2024-08-10 Sat 22:21]
211 :END:
212 *** TODO ublk practical example :ublk:
213 :PROPERTIES:
214 :ID: 7887da0f-f6d7-43f0-9fcb-cef7c07fb1bb
215 :END:
216 :LOGBOOK:
217 - State "TODO" from [2024-08-10 Sat 22:22]
218 :END:
219 *** TODO uring read/write file example :uring:
220 :PROPERTIES:
221 :ID: 7194096a-f0a2-446d-b46a-3c55e6123a16
222 :END:
223 :LOGBOOK:
224 - State "TODO" from [2024-08-10 Sat 22:22]
225 :END:
226 *** TODO btrfs practical example :btrfs:
227 :PROPERTIES:
228 :ID: 595c395c-976b-4356-a3ec-df8030293326
229 :END:
230 :LOGBOOK:
231 - State "TODO" from [2024-08-10 Sat 22:30]
232 :END:
233 - [ ] sudo example (filesystem)
234 - [ ] non-sudo example?
235 *** TODO xkb practical example :x:kb:
236 :PROPERTIES:
237 :ID: 530aef14-b508-4d3a-8442-a16fea82039f
238 :END:
239 :LOGBOOK:
240 - State "TODO" from [2024-08-10 Sat 22:32]
241 :END:
242 *** TODO keyutils practical example :crypto:
243 :PROPERTIES:
244 :ID: eec96038-ac73-477d-a443-4a9b3b5f4a5d
245 :END:
246 :LOGBOOK:
247 - State "TODO" from [2024-08-10 Sat 22:33]
248 :END:
249 * TODO retire x.lisp :lisp:skel:
250 SCHEDULED: <2024-08-22 Thu>
251 :PROPERTIES:
252 :LOCATION: ~/comp/core/x.lisp
253 :Effort: 4:00
254 :ID: 88343a1c-e17b-4cb8-b6d6-f770c482665e
255 :END:
256 :LOGBOOK:
257 - State "TODO" from [2024-07-09 Tue 22:24]
258 - State "TBD" from "TODO" [2024-07-27 Sat 02:41]
259 - State "TODO" from "TBD" [2024-08-16 Fri 22:58]
260 :END:
261 with skel taking on more responsibility we no longer need a dedicated build tool.
262 - migrate all functionality to skelfile
263 - cleanup readme with installation instructions (with and without =infra=)
264 * PROJECT cli/clap [1/6] :lisp:cli:
265 :PROPERTIES:
266 :ID: 217cd955-5575-4953-bf36-4d2d4c1fd616
267 :VERSION: 0.2
268 :END:
269 :LOGBOOK:
270 - State "TODO" from [2024-07-21 Sun 01:33]
271 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
272 :END:
273 - clap is quite unstable right now and has some obvious bugs which need remedying
274 ** TODO conditions implementation
275 :PROPERTIES:
276 :ID: c17dae0b-93b8-467a-bc96-6dddfb7a6e53
277 :END:
278 ** TODO minimal documentation :doc:
279 :PROPERTIES:
280 :ID: aef56337-8adf-4f69-823f-4380ae0c468b
281 :LOCATION: lib/cli.org
282 :END:
283 :LOGBOOK:
284 - State "TODO" from [2024-07-27 Sat 02:39]
285 :END:
286 ** DONE implement globals =*cli* *opts* *args*= etc
287 :PROPERTIES:
288 :ID: 1bb410a8-d569-4667-b024-698a3d5ab144
289 :END:
290 :LOGBOOK:
291 - State "TODO" from [2024-07-27 Sat 02:39]
292 - State "DONE" from "TODO" [2024-07-27 Sat 02:40]
293 :END:
294 ** TODO keyword selectors :lisp:cli:skel:
295 :PROPERTIES:
296 :ID: ca205f3d-d84d-4629-9d7a-189203c11441
297 :END:
298 :LOGBOOK:
299 - State "TODO" from [2024-07-27 Sat 02:31]
300 :END:
301 #+begin_src shell
302  skel :include 0 :components 1 # => <sk-component PRELUDE>
303 
304  skel :include emacs :components babel # => <sk-component BABEL>
305 #+end_src
306 - how to apply operators?
307 - pipe results?
308 +forth+
309 ** FIXME opt/arg parsing
310 SCHEDULED: <2024-08-30 Fri 18:00>
311 :PROPERTIES:
312 :ID: f44f2d22-44d8-438b-b388-546c0bc0c65b
313 :CREATED: <2024-08-30 Fri 16:10>
314 :END:
315 :LOGBOOK:
316 - State "FIXME" from [2024-08-21 Wed 21:23]
317 :END:
318 - do not need to handle multiple commands
319  - what do we want to do about subcommands?
320 - do not need to support 'global' option for commands
321 - use cli-parse to test.
322 *** TODO clap fixtures :test:
323 :PROPERTIES:
324 :CREATED: <2024-09-01 Sun 21:54>
325 :ID: f910ffdb-1adc-44b3-bac0-de641e1e17a7
326 :END:
327 :LOGBOOK:
328 - State "TODO" from [2024-09-01 Sun 21:54]
329 :END:
330 * TODO multipoint-images :lisp:bin:sys:
331 SCHEDULED: <2024-09-08 Sun>
332 :PROPERTIES:
333 :ID: f1d14ea9-fbbe-4043-a54d-d7c8774f16d6
334 :CREATED: <2024-09-01 Sun 21:52>
335 :END:
336 :LOGBOOK:
337 - State "TODO" from [2024-07-28 Sun 21:01]
338 :END:
339 - multiple entrypoint lisp images
340 - create multiple links to core lisp image
341 - support multiple low-level methods?
342  - naive implementation is a single entry point with a switch
343  dispatched on arg0.
344  - could also create a thin shim in Rust/Zig and call the appropriate
345  entrypoint after loading the core.
346 * TODO [[https://libyear.com/][libyear]] :lisp:skel:
347 :PROPERTIES:
348 :ID: 4420950f-cea0-4a17-8b1a-19f46b78a921
349 :END:
350 :LOGBOOK:
351 - State "TODO" from [2024-08-01 Thu 12:27]
352 :END:
353 * PROJECT q [0/4] :lisp:q:
354 :PROPERTIES:
355 :ID: b19fb0f9-65b2-476c-adb3-b4b77e585f37
356 :VERSION: 0.1
357 :END:
358 :LOGBOOK:
359 - State "TODO" from [2024-08-03 Sat 01:03]
360 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
361 :END:
362 ** TODO SQL
363 :PROPERTIES:
364 :ID: 8b853556-399d-445f-8e7b-4bd4048087c5
365 :END:
366 :LOGBOOK:
367 - State "TODO" from [2024-08-03 Sat 01:03]
368 - Note taken on [2024-08-04 Sun 21:16] \\
369  pretty close - need to fix some recursion bugs then start messing with query-engines
370 :END:
371 *** DONE make-sql-data-frame
372 :PROPERTIES:
373 :ID: 3b4aed34-4f20-4dd9-abee-04f07cce2d84
374 :END:
375 :LOGBOOK:
376 - State "FIX" from [2024-08-05 Mon 21:13]
377 - State "DONE" from "FIX" [2024-08-07 Wed 21:05]
378 :END:
379 - finish implementation
380 ** TODO DQL
381 :PROPERTIES:
382 :ID: 77bc044c-f4c8-440d-a590-e712ccad9bea
383 :END:
384 :LOGBOOK:
385 - State "TODO" from [2024-08-03 Sat 01:03]
386 :END:
387 - pronounced 'Dee-qwul'
388 - the challenge it seems, is building an inference engine that isn't
389  just another half-assed prolog
390 - expression and introspection is valued here much more than speed/size
391 - allegro and screamer are favorites so far
392 *** TODO top-level macros
393 :PROPERTIES:
394 :ID: 782758ba-78ba-4366-996e-47b6b9123ac3
395 :END:
396 :LOGBOOK:
397 - State "TODO" from [2024-08-08 Thu 22:38]
398 :END:
399 - -?
400 *** TODO conditions
401 :PROPERTIES:
402 :ID: 61adb134-1e00-4973-846b-a5afd746afaa
403 :END:
404 :LOGBOOK:
405 - State "TODO" from [2024-08-08 Thu 22:39]
406 :END:
407 *** TODO basic predicates
408 :PROPERTIES:
409 :ID: 3b9067c6-27ec-45e6-a025-201695bd9ece
410 :END:
411 :LOGBOOK:
412 - State "TODO" from [2024-08-08 Thu 22:39]
413 :END:
414 #+begin_example
415  =/2 ==/2 abolish/2 and/* append/3 arg/3 assert/1 asserta/1 assertz/1 atom/1 atomic/1
416  bagof/3 call/1 consult/1 copy-term/2 erase/1 fail/0 first/1 functor/3 ground/1 if/2 if/3
417  is/2 last/1 leash/1 length/1 listing/1 member/2 memberp/2 (member without backtracking) not/1
418  number/1 or/* princ/1 read/1 recorda/1 recordz/1 recorded/2 repeat/0 rest/1 retract/1 rev/2
419  setof/3 true/0 var/1 write/1
420 
421 #+end_example
422 *** TODO compiler design
423 :PROPERTIES:
424 :ID: 503c24ba-8613-4ca0-8c9c-51eced131168
425 :END:
426 :LOGBOOK:
427 - State "TODO" from [2024-08-08 Thu 22:39]
428 :END:
429 *** TODO runtime design
430 :PROPERTIES:
431 :ID: dd1eeab0-901d-4914-91a0-0413a3503fd1
432 :END:
433 :LOGBOOK:
434 - State "TODO" from [2024-08-08 Thu 22:43]
435 :END:
436 - needs a stack
437 - maybe registers
438 - plenty of dynamic extent
439 - arenas
440 - thread-aware
441 ** TODO q/tests/fuzz [0/2]
442 :PROPERTIES:
443 :ID: 6d3c2685-5faf-4670-8ea0-b9b047c17c64
444 :END:
445 :LOGBOOK:
446 - State "TODO" from [2024-08-05 Mon 21:11]
447 :END:
448 - [[https://github.com/andygrove/how-query-engines-work/blob/main/jvm/fuzzer/src/main/kotlin/Fuzzer.kt][kquery]]
449 *** TODO sql-fuzzer
450 :PROPERTIES:
451 :ID: 32506969-1c5d-4a9f-aa03-eb4b1a863f5c
452 :END:
453 :LOGBOOK:
454 - State "TODO" from [2024-08-05 Mon 21:11]
455 :END:
456 - [ ] values
457 - [ ] record-batch
458 - [ ] expression
459 - [ ] plan
460 *** TODO dql-fuzzer
461 :PROPERTIES:
462 :ID: ef26c36a-1a5c-461a-834b-936010d49bb3
463 :END:
464 :LOGBOOK:
465 - State "TODO" from [2024-08-05 Mon 21:12]
466 :END:
467 ** TODO #? reader macro
468 :PROPERTIES:
469 :ID: 5da9a939-892f-439e-8072-c5c61cc1bbe3
470 :END:
471 :LOGBOOK:
472 - State "TODO" from [2024-08-08 Thu 22:36]
473 :END:
474 * RESEARCH OCI projects [0/4] :pod:packy:skel:
475 :PROPERTIES:
476 :ID: ad581365-91ed-4ca8-a489-413a20cadbb7
477 :END:
478 :LOGBOOK:
479 - State "RESEARCH" from [2024-08-01 Thu 12:35]
480 :END:
481 ** RESEARCH [[https://oras.land/][oras]]
482 :PROPERTIES:
483 :ID: 7eef96fb-b568-45be-a6ca-fd7a4a7c9469
484 :END:
485 :LOGBOOK:
486 - State "RESEARCH" from [2024-08-01 Thu 12:36]
487 :END:
488 ** RESEARCH skopeo
489 :PROPERTIES:
490 :ID: e7d2e4fd-82e2-47b2-86a2-8ba14fff80d4
491 :END:
492 :LOGBOOK:
493 - State "RESEARCH" from [2024-08-01 Thu 12:36]
494 :END:
495 ** RESEARCH zot
496 :PROPERTIES:
497 :ID: f98d1562-73da-4814-afd6-304d3be2c9b5
498 :END:
499 :LOGBOOK:
500 - State "RESEARCH" from [2024-08-01 Thu 12:36]
501 :END:
502 ** RESEARCH [[https://www.sigstore.dev/][sigstore]]
503 :PROPERTIES:
504 :ID: 784024e5-6501-4fe7-93d1-44334fbee3ea
505 :END:
506 :LOGBOOK:
507 - State "RESEARCH" from [2024-08-01 Thu 12:30]
508 :END:
509 * TODO parse [0/2] :lisp:lib:
510 :PROPERTIES:
511 :ID: 50dff527-6778-42d3-934c-2d013d701514
512 :VERSION: 0.1
513 :END:
514 :LOGBOOK:
515 - State "TODO" from "TODO" [2023-12-13 Wed 18:24]
516 :END:
517 :PROPERTIES:
518 :ID: parse
519 :ID: 8f54a69e-b256-4efd-98e8-75b4892f12b8
520 :END:
521 - State "TODO" from [2023-11-29 Wed 19:01]
522 - lalr.lisp
523 - lex.lisp
524 - obj api
525 ** TODO tests
526 :PROPERTIES:
527 :ID: 484740d6-3fb6-4796-b7e8-8f217c5063e5
528 :END:
529 :LOGBOOK:
530 - State "TODO" from [2023-12-24 Sun 19:28]
531 :END:
532 add tests for lexer and LALR. figure out if there are any gaps that we
533 need to fill.
534 ** TODO toml impl
535 :PROPERTIES:
536 :ID: 6ba3e53d-8cfa-46fe-852a-ea462d475883
537 :END:
538 :LOGBOOK:
539 - State "TODO" from [2023-12-24 Sun 19:28]
540 :END:
541 the toml parser on quicklisp is based on esrap, make a comparable one
542 using our parser module.
543 * PROJECT organ [0/2] :lisp:organ:
544 :PROPERTIES:
545 :ID: f5ad161f-c954-45e2-aeb4-c88d916bae7f
546 :VERSION: 0.2
547 :END:
548 :LOGBOOK:
549 - State "TODO" from [2023-11-29 Wed 21:25]
550 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
551 :END:
552 :PROPERTIES:
553 :ID: 4e7c55dc-e2fa-458f-ad3b-942b9aa336a4
554 :END:
555 ** TBD organ-export
556 :PROPERTIES:
557 :ID: 664309c2-55eb-45c2-88eb-a32c012c89ef
558 :END:
559 :LOGBOOK:
560 - State "TBD" from "TODO" [2023-11-29 Wed 21:24]
561 :END:
562 :PROPERTIES:
563 :ID: 189584f5-fc22-4129-bd47-5d494a088684
564 :END:
565 ** TODO org-parse
566 :PROPERTIES:
567 :ID: 2434b254-4346-4791-82da-b6bc309e8f5b
568 :END:
569 :LOGBOOK:
570 - State "TODO" from [2023-11-29 Wed 21:26]
571 :END:
572 :PROPERTIES:
573 :DEPENDENCIES: parse
574 :HOOKS: organ-export
575 :ID: 63774177-9730-4961-8535-414fac7a6f4f
576 :END:
577 ** TBD parse org-elements as sxp :sxp:
578 :PROPERTIES:
579 :ID: 232b7b58-2e66-479a-a978-b33f1cdda13f
580 :END:
581 :LOGBOOK:
582 - State "TODO" from [2023-09-25 Mon 15:23]
583 - State "TBD" from "TODO" [2023-12-13 Wed 18:10]
584 :END:
585 #+name: oe-init
586 #+begin_src emacs-lisp :results silent
587  (slime-start)
588 #+end_src
589 
590 #+begin_src lisp :results silent
591  (ql:quickload :organ)
592 #+end_src
593 
594 #+name: oe-form
595 #+begin_src emacs-lisp :results output replace
596  (macroexpand-1 (org-element-parse-buffer))
597 #+end_src
598 
599 #+RESULTS: oe-form
600 
601 #+name: oe-sxp
602 #+begin_src lisp :results output :var in=oe-form()
603  (let ((sxp (sxp:make-sxp)))
604  ;; SIMPLE-READER-ERROR #\) when using read
605  (sxp:wrap-from-string! sxp in)
606  (describe sxp))
607 #+end_src
608 
609 #+RESULTS: oe-sxp
610 : #<DAT/SXP:SXP {1026EFA513}>
611 : [standard-object]
612 :
613 : Slots with :INSTANCE allocation:
614 : AST = NIL
615 
616 * PROJECT rdb [0/6] :lisp:rdb:
617 :PROPERTIES:
618 :ID: e5cd7ab8-f0d1-4b6e-ab68-852741e313cc
619 :VERSION: 0.2
620 :END:
621 :LOGBOOK:
622 - State "TODO" from "TODO" [2023-12-13 Wed 18:26]
623 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
624 :END:
625 ** TODO error handling
626 :PROPERTIES:
627 :ID: 299c7d94-e259-4413-8b46-13957ca8ded4
628 :END:
629 :LOGBOOK:
630 - State "TODO" from [2023-12-10 Sun 22:57]
631 :END:
632 - need to unwrap the pointer (* (* t))
633 - cast to string,int,bool
634 - wrap segfault handlers
635 - add restarts for common errors (bad path)
636 - add cleanup routines
637 ** TODO client api
638 :PROPERTIES:
639 :ID: 93e0f187-c9f1-485f-9c51-b1abebf7da06
640 :END:
641 :LOGBOOK:
642 - State "TODO" from [2023-12-10 Sun 22:59]
643 :END:
644 - clients are fully dynamic
645 - generated from RDB instances
646 - compiles in CF/option/multithread/type info
647 - clients implement custom Q language
648 ** TODO sequence/iterator impl
649 :PROPERTIES:
650 :ID: 6dbd6194-390b-4156-8690-75f91ce2e8d2
651 :END:
652 :LOGBOOK:
653 - State "TODO" from [2023-12-10 Sun 23:09]
654 :END:
655 - use SBCL built-ins to extend the api - wrap the raw FFI iterator
656 - define mixins
657 ** TODO comparator impl
658 :PROPERTIES:
659 :ID: bb1bd757-f80d-4723-ac62-45d7ef72a0a2
660 :END:
661 :LOGBOOK:
662 - State "TODO" from [2023-12-10 Sun 23:11]
663 :END:
664 - supply custom comparators to rocksdb from lisp
665 ** TODO type system
666 :PROPERTIES:
667 :ID: 31a8f3e3-812f-4edc-a6d1-6540481d7dc7
668 :END:
669 :LOGBOOK:
670 - State "TODO" from [2023-12-10 Sun 23:12]
671 :END:
672 - capture types of: kv, cf
673 - specs
674  - kv-spec = (kv-spec val-spec)
675  - must be serialized to/from vec<char>
676  - cf-spec
677  - used as superclass
678  - methods for abstracting CFs
679 ** TODO set-opt/get-opt
680 :PROPERTIES:
681 :ID: 1a08fd02-b7e2-466b-9c43-f6570160aeb7
682 :END:
683 :LOGBOOK:
684 - State "TODO" from [2023-12-16 Sat 00:49]
685 :END:
686 - need better api
687 - may just want to use the generic C fn that takes string as input
688 - I feel this may be less efficient but haven't benched it (requires additional arg)
689 - separate packages are a pain to query symbols with
690 
691 * PROJECT vc [2/3] :lisp:vc:
692 :PROPERTIES:
693 :ID: c14dc79d-eeed-42bf-aba2-35ef5aa7e45d
694 :VERSION: 0.1
695 :END:
696 :LOGBOOK:
697 - State "TODO" from [2024-02-29 Thu 16:10]
698 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
699 :END:
700 ** TODO vc-mirrors-update replacement
701 :PROPERTIES:
702 :ID: 36c19881-72c6-4cf5-aaba-2b4ced302b97
703 :LOCATION: ~/.config/nushell/scripts/vc.nu
704 :Effort: 3:00
705 :CREATED: <2024-08-22 Thu 22:15>
706 :END:
707 :LOGBOOK:
708 - State "TODO" from [2024-08-10 Sat 01:33]
709 CLOCK: [2024-08-22 Thu 20:46]--[2024-08-22 Thu 22:12] => 1:26
710 - State "TODO" from "TODO" [2024-08-22 Thu 22:15]
711 :END:
712 ** DONE git :vc:git:
713 :PROPERTIES:
714 :ID: 979ecc81-0b31-4182-9dc3-365d05bb2188
715 :END:
716 :LOGBOOK:
717 - State "TODO" from [2023-12-16 Sat 00:55]
718 - State "DONE" from "TODO" [2024-08-10 Sat 01:34]
719 :END:
720 ** DONE hg :vc:hg:
721 :PROPERTIES:
722 :ID: cdeb7e90-0122-4dff-8a5d-7a96fde2e8bd
723 :END:
724 :LOGBOOK:
725 - State "TODO" from [2023-12-16 Sat 00:56]
726 - State "DONE" from "TODO" [2024-08-10 Sat 01:34]
727 :END:
728 
729 * PROJECT dat :lisp:dat:
730 :PROPERTIES:
731 :ID: 31fa3e61-b586-4023-be94-5195a26596ce
732 :VERSION: 0.1
733 :END:
734 :LOGBOOK:
735 - State "TODO" from [2024-08-11 Sun 00:08]
736 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
737 :END:
738 ** WIP dat/parquet :lisp:
739 :PROPERTIES:
740 :Effort: 80:00
741 :ID: c808200c-450a-4f77-b4c1-6b372c7c4943
742 :END:
743 :LOGBOOK:
744 - State "WIP" from [2024-07-19 Fri 21:51]
745 :END:
746 
747 ** TODO dat/csv column selectors :lisp:dat:
748 :PROPERTIES:
749 :Effort: 8:00
750 :ID: 40cb89e4-db1b-4a78-b2b7-3e0fc9ee287b
751 :END:
752 :LOGBOOK:
753 - State "TODO" from [2024-08-05 Mon 20:53]
754 :END:
755 - a function which accepts a single arg which is either a number,
756  indicating index-based selection or a list of column names for
757  selection by name.
758 
759 ~(read-csv-line ... :select (lambda (x) x))~
760 
761 - index-based-selection
762 - selection-by-name
763 
764 ** TODO sxp 0.2 :lisp:sxp:
765 :PROPERTIES:
766 :ID: 2a4d602c-2dea-451f-b06e-165ee2a523b3
767 :END:
768 :LOGBOOK:
769 - State "TODO" from [2023-12-12 Tue 19:49]
770 :END:
771 *** TODO WRAP-OBJECT :skel:
772 :PROPERTIES:
773 :ID: 1f04611d-068b-4708-b4e9-e6211cb484eb
774 :END:
775 :LOGBOOK:
776 - State "TODO" from [2023-12-12 Tue 19:49]
777 :END:
778 - use to replace LOAD-AST for sk-project and friends
779 - requires mop
780 - take a look at UNWRAP-OBJECT too, may need rewrite for a better API
781 **** TODO sxp standard methods
782 :PROPERTIES:
783 :ID: 12de9774-b6d9-47d1-8dd6-8448078ea15f
784 :END:
785 :LOGBOOK:
786 - State "TODO" from [2024-08-13 Tue 22:06]
787 :END:
788 - hash-table
789 - classoid
790 - vector
791 - boolean
792 - obj/
793  - color
794  - uri
795 * PROJECT syn :lisp:syn:
796 :PROPERTIES:
797 :ID: a199245b-4bed-48eb-83f5-e83c03da3a7d
798 :VERSION: 0.1
799 :END:
800 :LOGBOOK:
801 - State "TODO" from [2024-08-13 Tue 22:15]
802 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
803 :END:
804 * PROJECT skel [1/4] :lisp:skel:
805 :PROPERTIES:
806 :ID: 53982b3c-4860-469b-abb5-b279ee669cbd
807 :VERSION: 0.2
808 :END:
809 :LOGBOOK:
810 - State "TODO" from [2023-12-16 Sat 00:55]
811 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
812 :END:
813 
814 ** DONE eval rules from CLI
815 :PROPERTIES:
816 :ID: 3927ffa7-c993-4963-9316-0375f2659f82
817 :END:
818 :LOGBOOK:
819 - State "TODO" from [2023-12-16 Sat 00:56]
820 - State "DONE" from "TODO" [2024-08-05 Mon 21:06]
821 :END:
822 - need new command or flag for rules
823 - evaluate forms instead of looking in skelfile
824 ** TODO split out skel rules
825 :PROPERTIES:
826 :ID: d353ab64-69a1-4fcf-9df5-1804c646f6a5
827 :END:
828 :LOGBOOK:
829 - State "TODO" from [2024-08-11 Sun 00:10]
830 :END:
831 - core/rule.lisp
832 ** TODO implement task-pool :thread:
833 :PROPERTIES:
834 :ID: 5e0c7baf-9b18-441a-a46c-2274f478d4a5
835 :END:
836 :LOGBOOK:
837 - State "TODO" from [2024-08-11 Sun 00:10]
838 :END:
839 ** NEXT implement vm
840 DEADLINE: <2024-09-02 Mon> SCHEDULED: <2024-09-02 Mon 14:00>
841 :PROPERTIES:
842 :ID: 15d506e3-b46a-4064-9054-0fe6c01205fb
843 :CREATED: <2024-08-18 Sun 22:03>
844 :Effort: 8:00
845 :END:
846 :LOGBOOK:
847 - State "TODO" from [2024-08-11 Sun 00:11]
848 - New deadline from "[2024-08-18 Sun]" on [2024-08-18 Sun 22:03]
849 CLOCK: [2024-08-28 Wed 18:52]--[2024-08-28 Wed 21:33] => 2:41
850 - State "WIP" from "TODO" [2024-08-28 Wed 21:43]
851 - New deadline from "[2024-08-25 Sun]" on [2024-08-28 Wed 21:43]
852 - Note taken on [2024-08-30 Fri 21:27] \\
853  not liking our current impl.. rewrite and document
854 - State "NEXT" from "WIP" [2024-08-31 Sat 12:39]
855 - New deadline from "[2024-09-01 Sun]" on [2024-09-01 Sun 21:40]
856 :END:
857 - core/vm.lisp
858 - core/vm?
859 - how will rules, commands, and components interact?
860 - requires collection, build execution plan, execute plan, do stuff with results (cache)
861 * PROJECT std [2/8] :lisp:std:
862 :PROPERTIES:
863 :ID: e43489ff-4ca9-45e4-83f2-ee9b0967af3a
864 :VERSION: 0.2
865 :END:
866 :LOGBOOK:
867 - State "TODO" from [2023-12-12 Tue 19:49]
868 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
869 :END:
870 ** DONE refactor system definition
871 :PROPERTIES:
872 :ID: 48c52da3-17bd-4193-8668-cddaf5cf1d81
873 :END:
874 :LOGBOOK:
875 - State "TODO" from [2023-12-13 Wed 15:17]
876 - State "DONE" from "TODO" [2023-12-13 Wed 19:38]
877 :END:
878 - remove package-inferred
879 - minimize number of systems
880 - use pkg.lisp files
881 ** TODO cleanup fu
882 :PROPERTIES:
883 :ID: 730fd1f9-fa9d-4c98-baaa-27011515c639
884 :END:
885 :LOGBOOK:
886 - State "TODO" from [2023-12-13 Wed 19:39]
887 :END:
888 ** TODO documentation sweep
889 :PROPERTIES:
890 :ID: b7f48103-4fa3-48c0-93ba-8efc23848931
891 :END:
892 :LOGBOOK:
893 - State "TODO" from [2024-02-29 Thu 16:09]
894 :END:
895 ** TODO CLTL2 impl
896 :PROPERTIES:
897 :ID: ebd0451c-530f-458d-aae2-39de7e3b436d
898 :END:
899 :LOGBOOK:
900 - State "TODO" from [2024-02-29 Thu 16:09]
901 :END:
902 ** TODO more bits
903 :PROPERTIES:
904 :ID: 36d3040f-c899-4941-affb-30e1641d1b01
905 :END:
906 :LOGBOOK:
907 - State "TODO" from [2024-02-29 Thu 16:09]
908 :END:
909 ** DONE list-package-symbols, etc
910 :PROPERTIES:
911 :ID: b06b72d5-88f5-461a-bc3b-08630532c883
912 :END:
913 :LOGBOOK:
914 - State "TODO" from [2024-02-29 Thu 16:09]
915 - State "DONE" from "TODO" [2024-08-07 Wed 21:07]
916 :END:
917 
918 ** TODO std/tests refactor
919 :PROPERTIES:
920 :ID: d7ee0946-db5d-4854-90be-11dad0fe7743
921 :END:
922 :LOGBOOK:
923 - State "TODO" from [2024-07-27 Sat 02:42]
924 :END:
925 - a bit too large, time to shake it up
926 - need separation of concerns (files) for task-pool/threaded tests in
927  particular
928 ** TODO tasks
929 :PROPERTIES:
930 :ID: 5fa97d14-e074-4a64-90f9-cb5822e2ab3a
931 :END:
932 :LOGBOOK:
933 - State "TODO" from [2024-08-10 Sat 01:29]
934 :END:
935 ** HACK defsys :lisp:std:
936 :PROPERTIES:
937 :ID: ea69bedd-6a17-44b4-9f2c-3f9195873404
938 :END:
939 :LOGBOOK:
940 - State "HACK" from [2024-08-03 Sat 01:06]
941 - Refiled on [2024-08-22 Thu 19:03]
942 :END:
943 - maybe Norvig was right and we don't need asdf/uiop, maybe not
944 - the truth is somewhere in between
945 - [ ] defsys macro
946 - [ ] use macro
947 - [ ] using macro
948 - [ ] requires macro
949 * PROJECT obj [2/5] :lisp:obj:
950 :PROPERTIES:
951 :ID: c1500e3b-1d95-4ba2-96d5-8301b02293e2
952 :VERSION: 0.1
953 :END:
954 :LOGBOOK:
955 - State "TODO" from [2023-12-17 Sun 00:59]
956 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:19]
957 :END:
958 ** NOPE uri :net:
959 :PROPERTIES:
960 :ID: ba8bb8ed-8106-4fc5-bdda-13b9ededd613
961 :END:
962 :LOGBOOK:
963 - State "TODO" from [2023-12-17 Sun 01:00]
964 - Note taken on [2023-12-20 Wed 18:26] \\
965  the franz impl doesn't play well with SBCL, at least with our
966  hacks. I'm not sure how faithfully I want to follow the RFCs
967  anyhow.. maybe we go for the dead simple approach and focus on MOP
968  for a path and URI protocol.
969 :END:
970 - mostly just need the tests and to finish porting the Franz implementation
971 ** DONE db :db:
972 :PROPERTIES:
973 :ID: 58a94c4b-cca3-4c86-9aa8-c8c7fd9469a6
974 :END:
975 :LOGBOOK:
976 - State "TODO" from [2023-12-20 Wed 18:26]
977 - State "DONE" from "TODO" [2024-08-05 Mon 21:08]
978 - Note taken on [2024-08-05 Mon 21:08] \\
979  XDB2 is no longer used - instead provide a simple abstract API which
980  builds up to high-level systems like RDB
981 :END:
982 - ported from XDB2
983 ** WIP complete base obj/query package [2/3] :q:db:
984 :PROPERTIES:
985 :LOCATION: lisp/lib/obj/query.lisp
986 :ID: 8e8bfeaf-22d2-4bad-a8e5-a19765561efa
987 :END:
988 :LOGBOOK:
989 - State "WIP" from [2024-07-09 Tue 22:14]
990 :END:
991 - object-based protocol for asking questions about data collections
992  using data expressions
993 - +lex+, +parse+, +compile+ - all handled in the Q system
994 - probably in need of refactor right after
995  - different parts of the protocol will be used by different systems
996  - ~data-source~ will be implemented in ~DAT/CSV~ ~DAT/PARQUET~,
997  ~RDB~, etc
998  - ~query-expression~ and ~query-plan~ will be implemented in
999  ~Q/SQL~ and ~Q/DQL~
1000 *** DONE aggregate physical plan
1001 :PROPERTIES:
1002 :Effort: 2:00
1003 :ID: ea87cd03-7ecf-49f8-9743-59242e910838
1004 :END:
1005 :LOGBOOK:
1006 - State "DONE" from "TODO" [2024-08-03 Sat 01:00]
1007 :END:
1008 *** DONE Physical Expressions
1009 :PROPERTIES:
1010 :Effort: 3:00
1011 :ID: e00c46fd-dbd2-44ad-a41a-3ee2246ff23f
1012 :END:
1013 :LOGBOOK:
1014 - State "TODO" from [2024-08-02 Fri 15:53]
1015 - State "TODO" from [2024-08-02 Fri 15:53]
1016 - State "DONE" from "TODO" [2024-08-03 Sat 01:00]
1017 :END:
1018 *** TODO Basic Testing
1019 :PROPERTIES:
1020 :ID: b857e6f1-c652-4024-9b87-308e1c830b2a
1021 :END:
1022 :LOGBOOK:
1023 - State "TODO" from [2024-08-02 Fri 15:55]
1024 :END:
1025 
1026 ** TODO explain impl :doc:
1027 :PROPERTIES:
1028 :ID: 155f1e0c-c5ec-4175-934c-14be4adb3559
1029 :END:
1030 :LOGBOOK:
1031 - State "TODO" from [2024-08-03 Sat 01:01]
1032 :END:
1033 ** TODO explore impl :doc:
1034 :PROPERTIES:
1035 :ID: 08017f7e-de0a-442a-9cb6-5559c9159b29
1036 :END:
1037 :LOGBOOK:
1038 - State "TODO" from "TODO" [2024-08-12 Mon 22:26]
1039 :END:
1040 
1041 * PROJECT net [5/8] :lisp:net:
1042 :PROPERTIES:
1043 :ID: 5d088bf7-f201-4875-9167-4293bebbcf46
1044 :VERSION: 0.1
1045 :END:
1046 :LOGBOOK:
1047 - State "TODO" from [2023-12-17 Sun 01:00]
1048 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
1049 :END:
1050 ** TODO fixtures :rt:
1051 :PROPERTIES:
1052 :ID: fe592b6f-cde1-43e9-ac5a-81addc124582
1053 :END:
1054 :LOGBOOK:
1055 - State "TODO" from [2024-08-11 Sun 00:06]
1056 :END:
1057 - implement simple network fixtures which can be used within the body of DEFTEST
1058 - start with simple sockets - UDP then TCP
1059 - work up towards HTTP
1060 ** TODO tcp :core:
1061 :PROPERTIES:
1062 :ID: 8e90fe7a-3a22-4af4-b247-64ac6890b94a
1063 :END:
1064 :LOGBOOK:
1065 - State "TODO" from [2023-12-17 Sun 01:01]
1066 :END:
1067 ** TODO udp :core:
1068 :PROPERTIES:
1069 :ID: d238fc1f-24be-447b-a96b-ec35958470fc
1070 :END:
1071 :LOGBOOK:
1072 - State "TODO" from [2023-12-17 Sun 01:01]
1073 :END:
1074 ** DONE crew :proto:
1075 :PROPERTIES:
1076 :ID: efd79ab3-ebc3-427f-81a7-2ca7b6d3fa4e
1077 :END:
1078 :LOGBOOK:
1079 - State "TODO" from [2023-12-17 Sun 01:01]
1080 - State "DONE" from "TODO" [2024-08-10 Sat 01:31]
1081 :END:
1082 
1083 ** DONE http :proto:
1084 :PROPERTIES:
1085 :ID: 95fcf596-7c21-447a-b4d9-08ac1a866282
1086 :END:
1087 :LOGBOOK:
1088 - State "TODO" from [2023-12-17 Sun 01:01]
1089 - State "DONE" from "TODO" [2024-08-05 Mon 21:07]
1090 :END:
1091 ** DONE dns :proto:
1092 :PROPERTIES:
1093 :ID: 8f2450ea-09fb-492e-a897-d9c62683f844
1094 :END:
1095 :LOGBOOK:
1096 - State "TODO" from [2023-12-17 Sun 01:01]
1097 - State "DONE" from "TODO" [2024-08-05 Mon 21:07]
1098 :END:
1099 
1100 ** DONE tlv :codec:
1101 :PROPERTIES:
1102 :ID: 93b3aaa0-1314-41e1-940e-283a5dac1211
1103 :END:
1104 :LOGBOOK:
1105 - State "TODO" from [2023-12-17 Sun 01:01]
1106 - State "DONE" from "TODO" [2024-08-07 Wed 21:08]
1107 :END:
1108 
1109 ** DONE osc :codec:
1110 :PROPERTIES:
1111 :ID: c4088610-6ef4-4336-9bdf-81e24e133615
1112 :END:
1113 :LOGBOOK:
1114 - State "TODO" from [2023-12-17 Sun 01:03]
1115 - State "DONE" from "TODO" [2024-08-07 Wed 21:08]
1116 :END:
1117 ** WIP net/srv :lisp:
1118 :PROPERTIES:
1119 :ID: f812f4e7-03c0-4e7a-a602-8947c39eb4ed
1120 :END:
1121 :LOGBOOK:
1122 - State "TODO" from [2024-07-19 Fri 21:50]
1123 - State "WIP" from "TODO" [2024-07-19 Fri 21:51]
1124 :END:
1125 - needs a solid task-pool impl completed first
1126 *** RESEARCH Woo/+
1127 :PROPERTIES:
1128 :ID: 52c36c9b-22b2-4dd8-b151-9fe62810ac03
1129 :END:
1130 :LOGBOOK:
1131 - State "RESEARCH" from [2024-08-10 Sat 01:23]
1132 :END:
1133 * PROJECT pwn [0/2] :lisp:pwn:
1134 :PROPERTIES:
1135 :ID: 6fef0787-9d0b-473a-b2de-f0969320fea7
1136 :VERSION: 0.1
1137 :END:
1138 :LOGBOOK:
1139 - State "TODO" from [2023-12-17 Sun 01:04]
1140 - Note taken on [2024-02-29 Thu 16:11] \\
1141  Should this be a separate application? Lisp exploit development framework
1142 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
1143 :END:
1144 ** TODO diz :asm:
1145 :PROPERTIES:
1146 :ID: bb192fb0-ad07-44be-89c0-27dbf78a830d
1147 :END:
1148 :LOGBOOK:
1149 - State "TODO" from [2023-12-17 Sun 01:04]
1150 :END:
1151 - disassembly toolkit
1152 ** TODO sassy :net:
1153 :PROPERTIES:
1154 :CREATED: <2024-09-02 Mon 16:14>
1155 :ID: 83eb5ce0-97b4-40c3-b355-7aef4e5604e9
1156 :END:
1157 :LOGBOOK:
1158 - State "TODO" from [2024-09-02 Mon 16:14]
1159 :END:
1160 - SaaS toolkit
1161 * PROJECT gui [0/2] :lisp:gui:
1162 :PROPERTIES:
1163 :ID: 73aea563-3df7-4611-a27d-874772806f18
1164 :VERSION: 0.1
1165 :END:
1166 :LOGBOOK:
1167 - State "TODO" from [2023-12-17 Sun 03:40]
1168 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
1169 :END:
1170 ** TODO wayland protocol bindings
1171 :PROPERTIES:
1172 :ID: 534fe8cb-9056-4ac4-84ca-d98f09f78214
1173 :END:
1174 :LOGBOOK:
1175 - State "TODO" from [2023-12-17 Sun 03:40]
1176 :END:
1177 ** TBD wayland compositor :rust:lisp:
1178 :PROPERTIES:
1179 :ID: ca3d0bff-0ff7-4947-835a-b7c7e74c8679
1180 :END:
1181 :LOGBOOK:
1182 - State "TBD" from "TODO" [2023-11-29 Wed 21:25]
1183 :END:
1184 :PROPERTIES:
1185 :ID: e18a90d7-10bc-44d3-8508-56483d29d385
1186 :END:
1187 * PROJECT rt [1/4] :lisp:rt:test:
1188 :PROPERTIES:
1189 :ID: 7a14c529-8609-4638-b101-7304a1605fcc
1190 :VERSION: 0.1
1191 :END:
1192 :LOGBOOK:
1193 - State "TODO" from [2024-02-29 Thu 16:06]
1194 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
1195 :END:
1196 ** TODO redirect I/O in tests
1197 :PROPERTIES:
1198 :ID: 34f27f91-c93a-4841-a6ac-5692ad1d0e4f
1199 :END:
1200 :LOGBOOK:
1201 - State "TODO" from [2024-02-29 Thu 16:06]
1202 :END:
1203 prevent tests from printing implicitly. redirect stream locally, cache
1204 it somehow for review.
1205 ** TODO *test-on-def*
1206 :PROPERTIES:
1207 :ID: f5cf6e43-906b-4225-9cdb-ac0028b48661
1208 :END:
1209 :LOGBOOK:
1210 - State "TODO" from [2024-02-29 Thu 17:17]
1211 :END:
1212 - simple flag to test when file is defined (part of deftest macro)
1213 ** TODO fixture api
1214 :PROPERTIES:
1215 :ID: eb48a434-79f3-4936-be17-6777fdedcd61
1216 :END:
1217 :LOGBOOK:
1218 - State "TODO" from [2024-08-13 Tue 22:22]
1219 :END:
1220 ** DONE temporary files and directories
1221 SCHEDULED: <2024-08-31 Sat 12:00> DEADLINE: <2024-09-01 Sun>
1222 :PROPERTIES:
1223 :CREATED: <2024-08-28 Wed 21:35>
1224 :ID: 91ce2763-8f64-4f24-a41e-030c22e047c8
1225 :Effort: 5:00
1226 :END:
1227 :LOGBOOK:
1228 - Refiled on [2024-08-28 Wed 21:35]
1229 CLOCK: [2024-08-31 Sat 20:39]--[2024-08-31 Sat 22:14] => 1:35
1230 - State "DONE" from "TODO" [2024-08-31 Sat 22:14]
1231 :END:
1232 * PROJECT emacs [2/9] :emacs:
1233 :PROPERTIES:
1234 :ID: b6a3ffb9-a7aa-4038-8876-fcdb8115dc08
1235 :VERSION: 0.1
1236 :END:
1237 :LOGBOOK:
1238 - State "TODO" from [2024-08-16 Fri 22:39]
1239 - State "PROJECT" from "TODO" [2024-08-18 Sun 16:20]
1240 :END:
1241 - don't really care about versioning the core/emacs configs much
1242 - may come in use later so just a general milestone when these tasks are done
1243 ** WIP comp/org capture templates
1244 :PROPERTIES:
1245 :ID: 3d303736-7b79-4c5c-ba43-9ea5aa05f722
1246 :END:
1247 :LOGBOOK:
1248 - State "TODO" from [2024-08-15 Thu 23:14]
1249 - State "WIP" from "TODO" [2024-08-18 Sun 16:22]
1250 :END:
1251 - [[https://blog.jethro.dev/posts/capturing_inbox/][Org-mode Workflow Part 1: Capturing in the Inbox · Jethro Kuan]]
1252 - [[https://blog.jethro.dev/posts/processing_inbox/][Org-mode Workflow Part 2: Processing the Inbox · Jethro Kuan]]
1253 - inbox capture
1254  #+begin_src emacs-lisp :results silent
1255  `("i" "inbox" entry (file ,org-inbox-file) :prepend t)
1256  #+end_src
1257 
1258 - project capture
1259 - task capture
1260 - habit capture
1261 - log capture
1262 ** TODO comp/org agenda views, export, dblock
1263 :PROPERTIES:
1264 :ID: 952fe286-9fd8-478f-bafc-a0a25ae3d17a
1265 :END:
1266 :LOGBOOK:
1267 - State "TODO" from [2024-08-15 Thu 23:15]
1268 :END:
1269 *** TODO edges dblock
1270 :PROPERTIES:
1271 :CREATED: <2024-08-27 Tue 18:20>
1272 :ID: 9c55b120-d65e-4af5-9171-c324e211ed6a
1273 :END:
1274 :LOGBOOK:
1275 - State "TODO" from [2024-08-27 Tue 18:20]
1276 :END:
1277 - list of links between other headings
1278  - <= links to this item
1279  - => links from this item
1280  - == siblings
1281  - ^= parent
1282  - v= child
1283 - how should it look when exported?
1284 - EXPORT_EDGES property?
1285 *** TODO agenda views
1286 :PROPERTIES:
1287 :CREATED: <2024-08-27 Tue 18:23>
1288 :ID: 4f704120-1553-46bc-ac31-5d65aaf340d3
1289 :END:
1290 :LOGBOOK:
1291 - State "TODO" from [2024-08-27 Tue 18:23]
1292 :END:
1293 - a few defined in ellis.el
1294 - define some starter ones for inbox.el
1295 - define views for scrum.el
1296 ** FIXME compiler warnings
1297 :PROPERTIES:
1298 :ID: dd4cf91d-4b45-4b5f-adee-0e248ebed0e1
1299 :END:
1300 :LOGBOOK:
1301 - State "FIXME" from [2024-08-16 Fri 22:42]
1302 :END:
1303 #+begin_example
1304  default.el:176:7: Warning: assignment to free variable ‘multisession-storage’
1305  default.el:184:11: Warning: assignment to free variable ‘hg-binary’
1306  default.el:240:6: Warning: docstring has wrong usage of unescaped single
1307  quotes (use \=' or different quoting such as `...')
1308  default.el:259:30: Warning: ‘:inherit’ called as a function
1309  default.el:260:30: Warning: ‘:indentation’ called as a function
1310  default.el:261:42: Warning: reference to free variable ‘defpackage’
1311  default.el:262:31: Warning: ‘define-package’ called with 1 argument, but
1312  requires 2 or more
1313  default.el:262:31: Warning: ‘define-package’ is an obsolete function (as of
1314  29.1).
1315  default.el:286:9: Warning: assignment to free variable
1316  ‘common-lisp-style-default’
1317  default.el:305:19: Warning: reference to free variable ‘eglot-server-programs’
1318  default.el:305:19: Warning: assignment to free variable
1319  ‘eglot-server-programs’
1320  default.el:313:7: Warning: assignment to free variable ‘rust-rustfmt-switches’
1321  default.el:314:7: Warning: assignment to free variable ‘rust-indent-offset’
1322  default.el:317:7: Warning: assignment to free variable ‘python-indent-offset’
1323  default.el:321:7: Warning: assignment to free variable ‘js-indent-level’
1324  default.el:324:7: Warning: assignment to free variable ‘sh-basic-offset’
1325  default.el:331:12: Warning: in defcustom for ‘prog-comment-keywords’: missing
1326  :type keyword parameter
1327  default.el:336:12: Warning: in defcustom for
1328  ‘prog-comment-timestamp-format-concise’: missing :type keyword parameter
1329  default.el:342:12: Warning: in defcustom for
1330  ‘prog-comment-timestamp-format-verbose’: missing :type keyword parameter
1331 
1332  In prog-comment-timestamp-keyword:
1333  default.el:386:2: Warning: docstring has wrong usage of unescaped single
1334  quotes (use \=' or different quoting such as `...')
1335  default.el:414:20: Warning: reference to free variable
1336  ‘comment-timestamp-format-verbose’
1337  default.el:443:7: Warning: assignment to free variable ‘hexl-bits’
1338 
1339  In buffer-to-register:
1340  default.el:474:47: Warning: Unused lexical argument ‘delete’
1341 
1342  In file-to-register:
1343  default.el:481:45: Warning: Unused lexical argument ‘delete’
1344 
1345  In file-query-to-register:
1346  default.el:487:51: Warning: Unused lexical argument ‘delete’
1347  default.el:529:12: Warning: in defcustom for ‘default-scratch-buffer-mode’:
1348  missing :type keyword parameter
1349  default.el:625:7: Warning: assignment to free variable
1350  ‘eshell-highlight-prompt’
1351  default.el:626:7: Warning: assignment to free variable
1352  ‘eshell-hist-ignoredups’
1353  default.el:627:7: Warning: assignment to free variable
1354  ‘eshell-save-history-on-exit’
1355  default.el:629:7: Warning: assignment to free variable
1356  ‘eshell-destroy-buffer-when-process-dies’
1357 
1358  In eshell-quit-or-delete-char:
1359  default.el:645:20: Warning: ‘looking-back’ called with 1 argument, but
1360  requires 2 or 3
1361  default.el:645:33: Warning: reference to free variable ‘eshell-prompt-regexp’
1362  default.el:650:6: Warning: ‘delete-forward-char’ is for interactive use only;
1363  use ‘delete-char’ instead.
1364  default.el:654:29: Warning: reference to free variable ‘eshell-mode-map’
1365 
1366  In eshell-next-prompt:
1367  default.el:660:22: Warning: reference to free variable ‘eshell-prompt-regexp’
1368  default.el:661:9: Warning: reference to free variable
1369  ‘eshell-highlight-prompt’
1370 
1371  In eshell-insert-history:
1372  default.el:677:48: Warning: reference to free variable ‘eshell-history-ring’
1373  default.el:736:49: Warning: reference to free variable ‘eww-mode-map’
1374  default.el:747:7: Warning: assignment to free variable
1375  ‘org-id-link-to-org-use-id’
1376  default.el:749:7: Warning: assignment to free variable ‘org-capture-templates’
1377  default.el:761:7: Warning: assignment to free variable
1378  ‘org-html-htmlize-output-type’
1379  default.el:762:7: Warning: assignment to free variable
1380  ‘org-html-head-include-default-style’
1381  default.el:764:7: Warning: assignment to free variable ‘org-ascii-text-width’
1382  default.el:768:7: Warning: assignment to free variable
1383  ‘org-structure-template-alist’
1384  default.el:805:7: Warning: assignment to free variable ‘org-archive-location’
1385 
1386  In org-ask-location:
1387  default.el:853:11: Warning: Unused lexical variable ‘org-refile-targets’
1388  default.el:856:28: Warning: reference to free variable ‘org-refile-history’
1389  default.el:860:18: Warning: reference to free variable
1390  ‘org-complex-heading-regexp-format’
1391 
1392  In org-capture-fileref-snippet:
1393  default.el:868:37: Warning: Unused lexical argument ‘f’
1394  default.el:906:7: Warning: assignment to free variable ‘org-global-properties’
1395 
1396  In org-adjust-tags-column-reset-tags:
1397  default.el:936:39: Warning: Unused lexical argument ‘ignored’
1398 
1399  In column-display-value-transformer:
1400  default.el:942:55: Warning: Unused lexical argument ‘value’
1401  default.el:954:7: Warning: assignment to free variable
1402  ‘org-columns-modify-value-for-display-function’
1403 
1404  In org-remove-redundant-tags:
1405  default.el:974:32: Warning: Unused lexical variable ‘tag’
1406  default.el:984:69: Warning: ‘memql’ called with literal list that may never
1407  match (arg 1)
1408 
1409  In org-agenda-reschedule-to-today:
1410  default.el:995:35: Warning: Unused lexical argument ‘rest’
1411  default.el:999:2: Warning: ‘defadvice’ is an obsolete macro (as of 30.1); use
1412  ‘advice-add’ or ‘define-advice’
1413 
1414  In org-export-translate-to-lang:
1415  default.el:1079:35: Warning: reference to free variable
1416  ‘org-export-dictionary’
1417 
1418  In end of data:
1419  default.el:979:42: Warning: the function ‘org-toggle-tag’ might not be defined
1420  at runtime.
1421  default.el:971:8: Warning: the function ‘org-map-entries’ might not be defined
1422  at runtime.
1423  default.el:961:4: Warning: the function ‘org-table-map-tables’ might not be
1424  defined at runtime.
1425  default.el:949:9: Warning: the function ‘org-entry-end-position’ might not be
1426  defined at runtime.
1427  default.el:946:8: Warning: the function ‘org-back-to-heading’ might not be
1428  defined at runtime.
1429  default.el:937:20: Warning: the function ‘org-set-tags’ might not be defined
1430  at runtime.
1431  default.el:918:10: Warning: the function ‘org-set-property’ might not be
1432  defined at runtime.
1433  default.el:916:14: Warning: the function ‘org-entry-get-multivalued-property’
1434  might not be defined at runtime.
1435  default.el:912:12: Warning: the function ‘org-entry-get’ might not be defined
1436  at runtime.
1437  default.el:898:23: Warning: the function ‘which-function’ is not known to be
1438  defined.
1439  default.el:858:6: Warning: the function ‘outline-next-heading’ might not be
1440  defined at runtime.
1441  default.el:855:24: Warning: the function ‘org-refile-get-location’ might not
1442  be defined at runtime.
1443  default.el:846:39: Warning: the function ‘org-todo’ might not be defined at
1444  runtime.
1445  default.el:843:48: Warning: the function ‘org-read-date’ might not be defined
1446  at runtime.
1447  default.el:843:23: Warning: the function ‘org-time-string-to-time’ might not
1448  be defined at runtime.
1449  default.el:664:4: Warning: the function ‘eshell-skip-prompt’ is not known to
1450  be defined.
1451  default.el:647:10: Warning: the function ‘eshell-life-is-too-much’ is not
1452  known to be defined.
1453  default.el:641:6: Warning: the function ‘eshell-send-input’ is not known to be
1454  defined.
1455  default.el:633:14: Warning: the function ‘eshell/alias’ is not known to be
1456  defined.
1457  default.el:308:6: Warning: the function ‘eglot-x-setup’ is not known to be
1458  defined.
1459  default.el:261:39: Warning: the function ‘as’ is not known to be defined.
1460  default.el:261:31: Warning: the function ‘defpkg’ is not known to be defined.
1461  default.el:260:30: Warning: the function ‘:indentation’ is not known to be
1462  defined.
1463  default.el:259:30: Warning: the function ‘:inherit’ is not known to be
1464  defined.
1465  default.el:258:4: Warning: the function ‘define-common-lisp-style’ is not
1466  known to be defined.
1467  default.el:245:8: Warning: the function ‘slime-eval-async’ might not be
1468  defined at runtime.
1469  default.el:243:14: Warning: the function ‘slime-sexp-at-point’ might not be
1470  defined at runtime.
1471  default.el:241:13: Warning: the function ‘slime-read-from-minibuffer’ might
1472  not be defined at runtime.
1473  default.el:233:10: Warning: the function ‘slime-repl’ is not known to be
1474  defined.
1475  default.el:228:14: Warning: the function ‘slime-connected-p’ might not be
1476  defined at runtime.
1477  Loading which-key (native compiled elisp)...done
1478  All your packages are already installed
1479  Waiting for git... [2 times]
1480  Loading /home/ellis/.emacs.d/ellis.el (source)...
1481  Local variables list is not properly terminated
1482  Source file ‘/home/ellis/.emacs.d/lib/ulang.el’ newer than byte-compiled file; using older file
1483  Initialized ULANG.
1484  Repeat mode is enabled for 38 commands and 13 keymaps; see ‘describe-repeat-maps’
1485  Loading /home/ellis/.emacs.d/ellis.el (source)...done
1486  Starting Emacs daemon.
1487 #+end_example
1488 ** TODO remove makefile
1489 :PROPERTIES:
1490 :ID: 93f3d805-9139-49b2-9b20-4e92e3dbda41
1491 :END:
1492 :LOGBOOK:
1493 - State "TODO" from [2024-08-16 Fri 22:44]
1494 :END:
1495 ** OUTLINE graph :org:
1496 :PROPERTIES:
1497 :ID: 27d6936b-3e2f-4d28-af11-85c8276389db
1498 :END:
1499 :LOGBOOK:
1500 - State "OUTLINE" from [2024-08-21 Wed 20:40]
1501 :END:
1502 - edges
1503  - forward links
1504  - back links
1505 - drawers?
1506 - properties?
1507 - export features
1508 - configuration
1509 - updating
1510 - emacs caching
1511 - KV model
1512 
1513 ** DONE org-follow-location :org:
1514 :PROPERTIES:
1515 :ID: 08257c5a-51f2-40b2-aa1e-58b02d31c68a
1516 :CREATED: <2024-08-29 Thu 18:23>
1517 :Effort: 4:00
1518 :END:
1519 :LOGBOOK:
1520 - State "TODO" from [2024-08-21 Wed 20:37]
1521 CLOCK: [2024-08-29 Thu 18:24]--[2024-08-29 Thu 18:51] => 0:27
1522 - State "WIP" from "REFILE" [2024-08-29 Thu 18:24]
1523 - State "DONE" from "WIP" [2024-08-29 Thu 23:46]
1524 :END:
1525 - follow LOCATION property of heading at point
1526 - respect parent LOCATION, buffer local settings, etc
1527 
1528 ** DONE org-set-location
1529 SCHEDULED: <2024-08-30 Fri>
1530 :PROPERTIES:
1531 :CREATED: <2024-08-29 Thu 23:46>
1532 :ID: 6c7c06fc-9220-40c6-8e0e-c7e734e7cd8a
1533 :END:
1534 :LOGBOOK:
1535 - State "TODO" from [2024-08-29 Thu 23:46]
1536 - State "DONE" from "TODO" [2024-09-08 Sun 12:23]
1537 :END:
1538 similar to org-set-effort, to be called automatically on capture.
1539 - +should prompt for directory then file - skip file with C-u or with RET+
1540  - simpler to just prompt for value with completion using
1541  =org-read-property-value=
1542 
1543 ** TODO org-timeline upgrades [0/3] :org:
1544 :PROPERTIES:
1545 :CREATED: <2024-08-27 Tue 14:19>
1546 :ID: 1a283ac6-13cc-4316-b9fd-350d1766174a
1547 :END:
1548 :LOGBOOK:
1549 - Refiled on [2024-08-30 Fri 19:03]
1550 :END:
1551 [[https://github.com/deopurkar/org-timeline][GitHub - deopurkar/org-timeline: Add graphical view of agenda to agenda buffer]]
1552 - now lives in lib/org-timeline.el
1553 - have some upgrades to make
1554 *** TODO timeline selection update on pointer hover
1555 :PROPERTIES:
1556 :CREATED: <2024-08-27 Tue 14:22>
1557 :ID: 4b2f89c6-9bf0-46bf-91c5-44afd54860e8
1558 :END:
1559 :LOGBOOK:
1560 - State "TODO" from [2024-08-27 Tue 14:22]
1561 :END:
1562 The update behavior on mouse hover is quite nice - let's enable that
1563 for keyboard-based navigation too.
1564 *** TODO org-agenda-follow impl
1565 :PROPERTIES:
1566 :CREATED: <2024-08-27 Tue 14:20>
1567 :ID: 1b23b7c0-7ad3-4906-8bcb-66cad8831484
1568 :END:
1569 :LOGBOOK:
1570 - State "TODO" from [2024-08-27 Tue 14:20]
1571 :END:
1572 - toggled on with =F=, but doesn't follow timeline blocks
1573 - should follow block on hover or when cursor is inside a block
1574 - same applies for timeline selection
1575 *** TODO align org-timeline properties with ulang :ulang:
1576 :PROPERTIES:
1577 :CREATED: <2024-08-27 Tue 14:26>
1578 :ID: cb1272df-e155-417d-8fa9-380dac848915
1579 :END:
1580 :LOGBOOK:
1581 - State "TODO" from [2024-08-27 Tue 14:26]
1582 :END:
1583 - there's some timeline-specific properties, let's integrate those
1584  with our standard properties
1585 - TIMELINE_FACE = COLOR?
1586 - TIMELINE_TEXT = SUMMARY
1587 - TIMELINE_GROUP = GROUP or CATEGORY
1588 - TIMELINE_DO_NOT_OVERLAP
1589 ** TODO sk.el project integration :skel:
1590 :PROPERTIES:
1591 :CREATED: <2024-09-03 Tue 22:14>
1592 :ID: c9e157da-50e9-4dc3-96fd-bb9bc9175ee5
1593 :END:
1594 :LOGBOOK:
1595 - State "TODO" from [2024-09-03 Tue 22:14]
1596 :END:
1597 * TBD homer [1/2] :lisp:homer:
1598 :PROPERTIES:
1599 :ID: ef204ce0-7a99-45a6-942e-6d8f549f94f9
1600 :VERSION: 0.1
1601 :END:
1602 :LOGBOOK:
1603 - State "TBD" from "TODO" [2023-12-12 Tue 19:53]
1604 :END:
1605 ** DONE review GNU stow API
1606 :PROPERTIES:
1607 :ID: 73e711a9-c3f1-4157-a029-c4d3559df05e
1608 :END:
1609 :LOGBOOK:
1610 - State "TODO" from [2023-12-24 Sun 19:32]
1611 - State "DONE" from "TODO" [2024-08-05 Mon 21:06]
1612 :END:
1613 [[https://www.gnu.org/software/stow/][homepage]]
1614 'symlink farm manager'
1615 rust impl: https://github.com/qboileau/rstow
1616 
1617 ** TODO consolidate with skel :skel:
1618 :PROPERTIES:
1619 :ID: 0f07acf1-d1a8-456f-b753-ce04643260b9
1620 :END:
1621 :LOGBOOK:
1622 - State "TODO" from [2023-12-24 Sun 19:32]
1623 :END:
1624 * PROJECT bench :test:bench:
1625 :PROPERTIES:
1626 :CREATED: <2024-08-28 Wed 21:59>
1627 :ID: a3e85640-60e5-44d1-bbf3-5a287e0feb4c
1628 :VERSION: 0.1
1629 :END:
1630 :LOGBOOK:
1631 - State "PROJECT" from [2024-08-28 Wed 21:59]
1632 :END:
1633 - [[https://github.com/miloyip/nativejson-benchmark][GitHub - miloyip/nativejson-benchmark: C/C++ JSON parser/generator benchmark]]
1634 - tbd: dat generic benchmarking with fixtures
1635 - TPC-H
1636 - taobench
1637 * RESEARCH eBPF :net:
1638 :PROPERTIES:
1639 :ID: 6cfbb313-4673-4fca-afcf-3fe00c12a3de
1640 :END:
1641 :LOGBOOK:
1642 - State "RESEARCH" from [2024-08-21 Wed 22:40]
1643 :END:
1644 https://docs.kernel.org/bpf/standardization/instruction-set.html#bpf-instruction-set-architecture-isa
1645 https://mostlynerdless.de/blog/2023/12/31/hello-ebpf-developing-ebpf-apps-in-java-1/
1646 https://github.com/iovisor/bcc
1647 * RESEARCH batman-adv
1648 :PROPERTIES:
1649 :CREATED: <2024-08-23 Fri 21:16>
1650 :ID: 53992507-a3af-43ff-b04b-aa05ccabe2fa
1651 :END:
1652 :LOGBOOK:
1653 - State "RESEARCH" from [2024-08-23 Fri 21:16]
1654 :END:
1655 [[https://www.open-mesh.org/projects/batman-adv/wiki][Doc-overview - batman-adv - Open Mesh]]