# HG changeset patch # User Richard Westhaver # Date 1704931363 18000 # Node ID c099290dcde97c5e26160aadb4ff234a381ba6a2 # Parent b174dd6a3f7c37b3355f837022889df00dc63384 sub up diff -r b174dd6a3f7c -r c099290dcde9 .hgsub --- a/.hgsub Fri Dec 29 00:45:18 2023 -0500 +++ b/.hgsub Wed Jan 10 19:02:43 2024 -0500 @@ -1,2 +1,2 @@ -blog=https://lab.rwest.io/comp/blog -docs=https://lab.rwest.io/comp/docs \ No newline at end of file +blog=https://vc.compiler.company/comp/blog +docs=https://vc.compiler.company/comp/docs \ No newline at end of file diff -r b174dd6a3f7c -r c099290dcde9 .hgsubstate --- a/.hgsubstate Fri Dec 29 00:45:18 2023 -0500 +++ b/.hgsubstate Wed Jan 10 19:02:43 2024 -0500 @@ -1,2 +1,2 @@ b6380832df99ead6c390a664bdf3b5623444a978 blog -46fb6a10d2e14a3aee504f5597e0fd79a80ac590 docs +2601788ab8056c66fed0fb2c63acbda1fb617576 docs diff -r b174dd6a3f7c -r c099290dcde9 notes/20240103.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/notes/20240103.org Wed Jan 10 19:02:43 2024 -0500 @@ -0,0 +1,27 @@ +* [[https://github.com/sigmf/SigMF][SigMF]] +#+begin_quote +Sharing sets of recorded signal data is an important part of science +and engineering. It enables multiple parties to collaborate, is often +a necessary part of reproducing scientific results (a requirement of +scientific rigor), and enables sharing data with those who do not have +direct access to the equipment required to capture it. + +Unfortunately, these datasets have historically not been very +portable, and there is not an agreed upon method of sharing metadata +descriptions of the recorded data itself. This is the problem that +SigMF solves. + +By providing a standard way to describe data recordings, SigMF +facilitates the sharing of data, prevents the "bitrot" of datasets +wherein details of the capture are lost over time, and makes it +possible for different tools to operate on the same dataset, thus +enabling data portability between tools and workflows. +#+end_quote + +the-spec: https://github.com/sigmf/SigMF/blob/sigmf-v1.x/sigmf-spec.md +* [[https://www.libvolk.org/][LibVOLK]] +Vector-Optimized Library of Kernels (simd) +* [[https://docs.kernel.org/fb/framebuffer.html][/dev/fb*]] +framebuffers, used by fbgrab/fbcat program +* [[https://docs.kernel.org/block/ublk.html][ublk]] +https://github.com/ming1/ubdsrv diff -r b174dd6a3f7c -r c099290dcde9 notes/20240104.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/notes/20240104.org Wed Jan 10 19:02:43 2024 -0500 @@ -0,0 +1,6 @@ +goals: +make problems smaller. + +sections: +why lisp? +- doesn't need mentioning more and more diff -r b174dd6a3f7c -r c099290dcde9 notes/vocab --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/notes/vocab Wed Jan 10 19:02:43 2024 -0500 @@ -0,0 +1,19 @@ +;;; docs/vocab --- project glossary -*- mode:outline;outline-regexp:"[-]+" -*- +- wrt : With Respect To +- nyi : Not Yet Implemented +- rt : Regression Testing +- vm : Virtual Machine +- asm : Assembly +- comp : Compiler +- eval : Evaluate +- alloc : Allocate +- ret : Return +- tco : Tail-call Optimization +- reg : Register +- sbcl : Steel Bank Common Lisp +- rs : Rust (the language) +- el : Emacs Lisp +- cl : Common Lisp +- pcl : Practical Common Lisp +- taomop : The Art of the Meta Object Protocol +- lol : Let Over Lambda