// init_keypoints[0x00]
tracking movement in digital space
↓ trace deeper
[email protected]:~$ whoami
Welcome to daiark - building things that work
[email protected]:~$ ls -la /var/footprints/
total 1337
drwxr-xr-x daiark daiark 4096 Jan 13 01:00 pose_detection/
drwxr-xr-x daiark daiark 2048 Jan 13 01:00 shadow_analytics/
drwxr-xr-x daiark daiark 3072 Jan 13 01:00 skeleton_tracking/
-rw-r--r-- daiark daiark 512 Jan 13 01:00 about.txt
-rw-r--r-- daiark daiark 256 Jan 13 01:00 contact.md
// echoes of motion persist
[email protected]:~$ cat about.txt
Building systems that observe, learn, and adapt.
// every gesture leaves a trace
[email protected]:~$ grep -r "presence" .
./digital_shadows/trace.log:presence detected at coordinates [x,y,z]
./pose_analysis/keypoint.json:"confidence": 0.97
// mapping the invisible
[email protected]:~$ cat contact.md
[email protected]
// for collaborations on motion tracking, digital forensics, or interesting problems
[email protected]:~$ make progress
[ OK ] calibrating sensors...
[ OK ] analyzing movement patterns...
[ OK ] processing skeletal data...
warning: unused variable 'stillness' [-Wunused-variable]
[ OK ] build complete
[email protected]:~$ echo $STATUS
Systems active. Tracking in progress.
ETA: continuous