|
32341
|
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> v +vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:fossil:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=fossil
+vcs_info:77> VCS_INFO_detect_fossil
+VCS_INFO_detect_fossil:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_fossil:7> [[ '' == --flavours ]]
+VCS_INFO_detect_fossil:9> VCS_INFO_check_com fossil
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case fossil (/*)
+VCS_INFO_check_com:7> case fossil (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_fossil:9> return 1
+vcs_info:68> vcs=git
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:git:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=git
+vcs_info:77> VCS_INFO_detect_git
+VCS_INFO_detect_git:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_git:7> [[ '' == --flavours ]]
+VCS_INFO_detect_git:9> VCS_INFO_check_com git
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case git (/*)
+VCS_INFO_check_com:7> case git (*)
+VCS_INFO_check_com:12> (( 1 ))
+VCS_INFO_check_com:12> return 0
+VCS_INFO_detect_git:9> vcs_comm[gitdir]=+VCS_INFO_detect_git:9> git rev-parse --git-dir
+VCS_INFO_detect_git:9> vcs_comm[gitdir]=''
+VCS_INFO_detect_git:15> return 1
+vcs_info:68> vcs=hg
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:hg:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=hg
+vcs_info:77> VCS_INFO_detect_hg
+VCS_INFO_detect_hg:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_hg:7> [[ '' == --flavours ]]
+VCS_INFO_detect_hg:9> VCS_INFO_check_com hg
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case hg (/*)
+VCS_INFO_check_com:7> case hg (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_hg:9> return 1
+vcs_info:68> vcs=mtn
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:mtn:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=mtn
+vcs_info:77> VCS_INFO_detect_mtn
+VCS_INFO_detect_mtn:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_mtn:7> [[ '' == --flavours ]]
+VCS_INFO_detect_mtn:9> VCS_INFO_check_com mtn
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case mtn (/*)
+VCS_INFO_check_com:7> case mtn (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_mtn:9> return 1
+vcs_info:68> vcs=p4
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:p4:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=p4
+vcs_info:77> VCS_INFO_detect_p4
+VCS_INFO_detect_p4:1> local serverport p4where
+VCS_INFO_detect_p4:3> zstyle -t :vcs_info:p4:default:-all- use-server
+VCS_INFO_detect_p4:23> [[ -n '' ]]
+VCS_INFO_detect_p4:23> return 1
+vcs_info:68> vcs=svk
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:svk:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=svk
+vcs_info:77> VCS_INFO_detect_svk
+VCS_INFO_detect_svk:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_svk:7> [[ '' == --flavours ]]
+VCS_INFO_detect_svk:16> setopt localoptions noksharrays extendedglob
+VCS_INFO_detect_svk:17> local -i fhash
+VCS_INFO_detect_svk:18> fhash=0
+VCS_INFO_detect_svk:20> VCS_INFO_check_com svk
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case svk (/*)
+VCS_INFO_check_com:7> case svk (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_svk:20> return 1
+vcs_info:68> vcs=svn
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:svn:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=svn
+vcs_info:77> VCS_INFO_detect_svn
+VCS_INFO_detect_svn:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_svn:7> [[ '' == --flavours ]]
+VCS_INFO_detect_svn:9> VCS_INFO_check_com svn
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case svn (/*)
+VCS_INFO_check_com:7> case svn (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_svn:9> return 1
+vcs_info:68> vcs=tla
+vcs_info:69> [[ -n '' ]]
+vcs_info:70> (( 1 == 0 ))
+vcs_info:75> vcs_comm=( )
+vcs_info:76> VCS_INFO_get_cmd
+VCS_INFO_get_cmd:4> local cmd
+VCS_INFO_get_cmd:5> zstyle -s :vcs_info:tla:default:-all- command cmd
+VCS_INFO_get_cmd:6> vcs_comm[cmd]=tla
+vcs_info:77> VCS_INFO_detect_tla
+VCS_INFO_detect_tla:5> setopt localoptions NO_shwordsplit
+VCS_INFO_detect_tla:7> [[ '' == --flavours ]]
+VCS_INFO_detect_tla:9> VCS_INFO_check_com tla
+VCS_INFO_check_com:5> setopt localoptions NO_shwordsplit
+VCS_INFO_check_com:7> case tla (/*)
+VCS_INFO_check_com:7> case tla (*)
+VCS_INFO_check_com:12> (( 0 ))
+VCS_INFO_check_com:15> return 1
+VCS_INFO_detect_tla:9> return 1
+vcs_info:80> (( found == 0 ))
+vcs_info:81> vcs=-quilt-
+vcs_info:81> quiltmode=standalone
+vcs_info:82> VCS_INFO_quilt standalone
+VCS_INFO_quilt:3> (( 1 ))
+VCS_INFO_quilt:24> (( 1 ))
+VCS_INFO_quilt:63> (( 1 ))
+VCS_INFO_quilt:86> (( 1 ))
+VCS_INFO_quilt:92> emulate -L zsh
+VCS_INFO_quilt:93> setopt extendedglob
+VCS_INFO_quilt:94> local mode=standalone
+VCS_INFO_quilt:95> local patches pc qstring root
+VCS_INFO_quilt:96> local -i ret
+VCS_INFO_quilt:97> local context
+VCS_INFO_quilt:98> local -a applied unapplied applied_string unapplied_string quiltcommand quilt_env
+VCS_INFO_quilt:99> local -A hook_com
+VCS_INFO_quilt:101> context=:vcs_info:-quilt-.quilt-standalone:default:-all-
+VCS_INFO_quilt:102> zstyle -t :vcs_info:-quilt-.quilt-standalone:default:-all- use-quilt
+VCS_INFO_quilt:102> return 1
+vcs_info:82> VCS_INFO_set --nvcs
+VCS_INFO_set:7> setopt localoptions noksharrays NO_shwordsplit unset
+VCS_INFO_set:8> local -i i j
+VCS_INFO_set:10> [[ --nvcs == --nvcs ]]
+VCS_INFO_set:11> [[ '' == -preinit- ]]
+VCS_INFO_set:12> i=0
+VCS_INFO_set:13> typeset -g 'vcs_info_msg_0_='
+VCS_INFO_set:12> i=1
+VCS_INFO_set:13> typeset -g 'vcs_info_msg_1_='
+VCS_INFO_set:15> VCS_INFO_nvcsformats
+VCS_INFO_nvcsformats:5> setopt localoptions noksharrays NO_shwordsplit
+VCS_INFO_nvcsformats:6> local c v rr
+VCS_INFO_nvcsformats:8> [[ '' == -preinit- ]]
+VCS_INFO_nvcsformats:13> zstyle -a :vcs_info:-quilt-:default:-all- nvcsformats msgs
+VCS_INFO_nvcsformats:14> (( 0 > maxexports ))
+VCS_INFO_nvcsformats:15> return 0
+VCS_INFO_set:16> [[ '' != -preinit- ]]
+VCS_INFO_set:16> VCS_INFO_hook no-vcs
+VCS_INFO_hook:5> local hook static func
+VCS_INFO_hook:6> local context hook_name
+VCS_INFO_hook:7> local -i ret
+VCS_INFO_hook:8> local -a hooks tmp
+VCS_INFO_hook:9> local -i debug
+VCS_INFO_hook:11> ret=0
+VCS_INFO_hook:12> hook_name=no-vcs
+VCS_INFO_hook:13> shift
+VCS_INFO_hook:14> context=:vcs_info:-quilt-+no-vcs:default:-all-
+VCS_INFO_hook:15> static=:vcs_info-static_hooks:no-vcs
+VCS_INFO_hook:17> zstyle -t :vcs_info:-quilt-+no-vcs:default:-all- debug
+VCS_INFO_hook:17> debug=0
+VCS_INFO_hook:18> (( debug ))
+VCS_INFO_hook:24> zstyle -a :vcs_info-static_hooks:no-vcs hooks hooks
+VCS_INFO_hook:25> (( debug ))
+VCS_INFO_hook:28> zstyle -a :vcs_info:-quilt-+no-vcs:default:-all- hooks tmp
+VCS_INFO_hook:29> (( debug ))
+VCS_INFO_hook:32> hooks+=( )
+VCS_INFO_hook:33> (( 0 == 0 ))
+VCS_INFO_hook:33> return 0
+VCS_INFO_set:19> (( 0 - 1 < 0 ))
+VCS_INFO_set:19> return 0
+vcs_info:83> return 0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ set +x
+-zsh:67> set +x
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ ~/.screenpipe/scripts/screenpipe_sync.sh 2026-05-11
[2026-05-13 11:40:52] ========================================
[2026-05-13 11:40:52] Screenpipe sync starting for: 2026-05-11
[2026-05-13 11:40:52] ========================================
[+00m00s] ▶ Preflight checks
Source DB: OK (4.5G)
NAS mount: OK /Volumes/screenpipe
[2026-05-13 11:40:53] Date 2026-05-11 already has 6857 frames in archive — skipping DB sync
Data dir: OK (283 files, 318M)
[+00m01s] ▶ Copying data folder for 2026-05-11
rsync 2026-05-11/ → NAS ✓ 0m01s (283 files, 318M)
[+00m02s] ▶ Copying audio files for 2026-05-11
rsync audio files → NAS skipped (no audio files for date)
[+00m02s] ▶ Copying screenpipe logs for 2026-05-11
rsync logs → NAS ✓ 1 file(s), 520K
[2026-05-13 11:40:54] Archive DB size: 1.3G
[2026-05-13 11:40:54] Total time: 0m2s
[2026-05-13 11:40:54] Sync complete for 2026-05-11
[2026-05-13 11:40:54] ========================================
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ ~/.screenpipe/scripts/screenpipe_sync.sh 2026-05-12
[2026-05-13 11:41:34] ========================================
UW PICO 5.09 New Buffer
[ Read 297 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
UW PICO 5.09 File: screenpipe_sync_db.sh
Pico Help Text
Pico is designed to be a simple, easy-to-use text editor with a
layout very similar to the Alpine mailer. The status line at the
top of the display shows pico's version, the current file being
edited and whether or not there are outstanding modifications
that have not been saved. The third line from the bottom is used
to report informational messages and for additional command input.
The bottom two lines list the available editing commands.
Each character typed is automatically inserted into the buffer
at the current cursor position. Editing commands and cursor
movement (besides arrow keys) are given to pico by typing
special control-key sequences. A caret, '^', is used to denote
the control key, sometimes marked "CTRL", so the CTRL-q key
combination is written as ^Q.
The following functions are available in pico (where applicable,
corresponding function key commands are in parentheses).
^G (F1) Display this help text.
^F move Forward a character.
^B move Backward a character.
^P move to the Previous line.
^N move to the Next line.
^A move to the beginning of the current line.
^E move to the End of the current line.
^V (F8) move forward a page of text.
^Y (F7) move backward a page of text.
^W (F6) Search for (where is) text, neglecting case.
^L Refresh the display.
^D Delete the character at the cursor position.
^^ Mark cursor position as beginning of selected text.
Note: Setting mark when already set unselects text.
^K (F9) Cut selected text (displayed in inverse characters).
Note: The selected text's boundary on the cursor side
ends at the left edge of the cursor. So, with
^X Exit Help ^V Next Pg
[2026-05-13 11:41:34] Screenpipe sync starting for: 2026-05-12
[2026-05-13 11:41:34] ========================================
[+00m00s] ▶ Preflight checks
Source DB: OK (4.5G)
NAS mount: OK /Volumes/screenpipe
Archive DB: exists (1.3G)
Data dir: OK (220 files, 303M)
[+00m00s] ▶ Counting source rows for 2026-05-12
frames: 7274
elements: 853406
ui_events: 7044
ocr_text: 2306
meetings: 3
audio_chunks: 1113
audio_transcriptions: 319
[+00m01s] ▶ Initialising tables, indexes, FTS
creating tables ✓ 0m00s
creating indexes ✓ 0m00s
creating FTS tables ✓ 0m00s
[+00m01s] ▶ Syncing vision data for 2026-05-12
video_chunks ✓ 0m01s
frames (7274 rows) ✓ 1m05s
ocr_text (2306 rows) ✓ 0m49s
ui_events (7044 rows) ✓ 0m01s
elements (853406 rows) ✓ 0m46s
meetings (3 rows) ✓ 0m00s
[+02m43s] ▶ Syncing audio data for 2026-05-12
audio_chunks (1113 rows) ✓ 0m00s
audio_transcriptions (319 rows) ✓ 0m01s
[+02m44s] ▶ Updating FTS indexes
elements_fts ✓ 0m50s
frames_fts ✓ 1m13s
ui_events_fts ✓ 0m01s
audio_transcriptions_fts ✓ 0m01s
[+04m49s] ▶ Verifying DB
/Users/lukas/.screenpipe/scripts/lib/screenpipe_sync_db.sh: line 220: target_DATE: unbound variable
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ nano screenpipe_sync_db.sh
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ ~/.screenpipe/scripts/screenpipe_sync.sh 2026-05-12
[2026-05-13 11:53:26] ========================================
[2026-05-13 11:53:26] Screenpipe sync starting for: 2026-05-12
[2026-05-13 11:53:26] ========================================
[+00m00s] ▶ Preflight checks
Source DB: OK (4.6G)
NAS mount: OK /Volumes/screenpipe
Archive DB: will be created
Data dir: OK (220 files, 303M)
[+00m00s] ▶ Counting source rows for 2026-05-12
frames: 7274
elements: 853406
ui_events: 7044
ocr_text: 2306
meetings: 3
audio_chunks: 1113
audio_transcriptions: 319
[+00m00s] ▶ Initialising tables, indexes, FTS
creating tables ✓ 0m00s
creating indexes ✓ 0m01s
creating FTS tables ✓ 0m00s
[+00m02s] ▶ Syncing vision data for 2026-05-12
video_chunks ✓ 0m00s
frames (7274 rows) ✓ 1m03s
ocr_text (2306 rows) ✓ 0m48s
ui_events (7044 rows) ✓ 0m01s
elements (853406 rows) ✓ 0m46s
meetings (3 rows) ✓ 0m00s
[+02m40s] ▶ Syncing audio data for 2026-05-12
audio_chunks (1113 rows) ✓ 0m00s
UW PICO 5.09 New Buffer
[ Read 139 lines ]
^G Get Help ^O WriteOut ^R Read File ^Y Prev Pg ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where is ^V Next Pg ^U UnCut Text ^T To Spell
audio_transcriptions (319 rows) ✓ 0m00s
[+02m40s] ▶ Updating FTS indexes
elements_fts ✓ 0m32s
frames_fts ✓ 1m08s
ui_events_fts ✓ 0m00s
audio_transcriptions_fts ✓ 0m00s
[+04m20s] ▶ Verifying DB
frames: 7274 / 7274 ✓
elements: 853406 / 853406 ✓
ui_events: 7044 / 7044 ✓
ocr_text: 2306 / 2306 ✓
meetings: 3 / 3 ✓
audio_chunks: 1113 / 1113 ✓
audio_transcriptions: 319 / 319 ✓
[+04m29s] ▶ Copying data folder for 2026-05-12
rsync 2026-05-12/ → NAS ✓ 0m20s (220 files, 295M)
[+04m49s] ▶ Copying audio files for 2026-05-12
rsync audio files → NAS skipped (no audio files for date)
[+04m49s] ▶ Copying screenpipe logs for 2026-05-12
rsync logs → NAS ✓ 1 file(s), 304K
[2026-05-13 11:58:15] Archive DB size: 763M
[2026-05-13 11:58:15] Total time: 4m49s
[2026-05-13 11:58:15] Sync complete for 2026-05-12
[2026-05-13 11:58:15] ========================================
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ sqlite3 ~/.screenpipe/db.sqlite "SELECT id, path, timestamp FROM audio_chunks WHERE date(timestamp) = '2026-05-12' LIMIT 5;"
Error: in prepare, no such column: path
SELECT id, path, timestamp FROM audio_chunks WHERE date(timestamp) = '2026-05-
^--- error here
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ sqlite3 ~/.screenpipe/db.sqlite "PRAGMA table_info(audio_chunks);"
0|id|INTEGER|0||1
1|file_path|TEXT|1||0
2|timestamp|TIMESTAMP|0||0
3|sync_id|TEXT|0||0
4|machine_id|TEXT|0||0
5|synced_at|DATETIME|0||0
6|evicted_at|TIMESTAMP|0|NULL|0
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ nano screenpipe_sync_files.sh
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/.screenpipe/scripts/lib $ ~/.screenpipe/scripts/screenpipe_sync.sh 2026-05-12
[2026-05-13 12:11:46] ========================================
[2026-05-13 12:11:46] Screenpipe sync starting for: 2026-05-12
[2026-05-13 12:11:46] ========================================
[+00m00s] ▶ Preflight checks
Source DB: OK (4.6G)
NAS mount: OK /Volumes/screenpipe
Archive DB: will be created
Data dir: OK (220 files, 303M)
[+00m00s] ▶ Counting source rows for 2026-05-12
frames: 7274
elements: 853406
ui_events: 7044
ocr_text: 2306
meetings: 3
audio_chunks: 1113
audio_transcriptions: 319
[+00m00s] ▶ Initialising tables, indexes, FTS
creating tables ✓ 0m02s
creating indexes ✓ 0m01s
creating FTS tables ✓ 0m00s
[+00m03s] ▶ Syncing vision data for 2026-05-12
video_chunks ✓ 0m02s
frames (7274 rows) ✓ 1m03s
ocr_text (2306 rows) ✓ 0m49s
ui_events (7044 rows) ✓ 0m01s
elements (853406 rows) ✓ 0m48s
meetings (3 rows) ✓ 0m00s
[+02m46s] ▶ Syncing audio data for 2026-05-12
audio_chunks (1113 rows) ✓ 0m00s
audio_transcriptions (319 rows) ✓ 0m00s
[+02m46s] ▶ Updating FTS indexes
elements_fts ✓ 0m34s
frames_fts ✓ 1m10s
ui_events_fts ✓ 0m01s
audio_transcriptions_fts ✓ 0m00s
[+04m31s] ▶ Verifying DB
frames: 7274 / 7274 ✓
elements: 853406 / 853406 ✓
ui_events: 7044 / 7044 ✓
ocr_text: 2306 / 2306 ✓
meetings: 3 / 3 ✓
audio_chunks: 1113 / 1113 ✓
audio_transcriptions: 319 / 319 ✓
[+04m41s] ▶ Copying data folder for 2026-05-12
rsync 2026-05-12/ → NAS ✓ 0m20s (220 files, 295M)
[+05m01s] ▶ Copying audio files for 2026-05-12
rsync MacBook Pro Microphone (input)_2026-05-12_06-21-23.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_06-21-23.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-21-55.mp4 → NAS ✓ 233K
rsync System Audio (output)_2026-05-12_06-21-59.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-22-25.mp4 → NAS ✓ 221K
rsync System Audio (output)_2026-05-12_06-22-29.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-22-55.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_06-22-59.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-23-25.mp4 → NAS ✓ 222K
rsync System Audio (output)_2026-05-12_06-23-29.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-23-55.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_06-23-59.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-24-25.mp4 → NAS ✓ 238K
rsync System Audio (output)_2026-05-12_06-24-29.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-24-54.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_06-24-58.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-25-24.mp4 → NAS ✓ 245K
rsync System Audio (output)_2026-05-12_06-25-28.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-25-54.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-25-58.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-26-24.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-26-28.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-26-53.mp4 → NAS ✓ 224K
rsync System Audio (output)_2026-05-12_06-26-57.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-27-23.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-27-27.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-27-53.mp4 → NAS ✓ 229K
rsync System Audio (output)_2026-05-12_06-27-57.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-28-22.mp4 → NAS ✓ 227K
rsync System Audio (output)_2026-05-12_06-28-27.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-28-52.mp4 → NAS ✓ 237K
rsync System Audio (output)_2026-05-12_06-28-56.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-29-22.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_06-29-26.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-29-52.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_06-29-56.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-30-22.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_06-30-26.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-30-52.mp4 → NAS ✓ 222K
rsync System Audio (output)_2026-05-12_06-30-56.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-31-22.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_06-31-26.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-31-52.mp4 → NAS ✓ 212K
rsync System Audio (output)_2026-05-12_06-31-56.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-32-21.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-32-25.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-32-51.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_06-32-55.mp4 → NAS ✓ 8.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-33-21.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_06-33-25.mp4 → NAS ✓ 7.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-33-51.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_06-33-55.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-34-21.mp4 → NAS ✓ 227K
rsync System Audio (output)_2026-05-12_06-34-25.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-34-50.mp4 → NAS ✓ 226K
rsync System Audio (output)_2026-05-12_06-34-54.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-35-20.mp4 → NAS ✓ 217K
rsync System Audio (output)_2026-05-12_06-35-24.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-35-50.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-35-54.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-36-20.mp4 → NAS ✓ 222K
rsync System Audio (output)_2026-05-12_06-36-24.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-36-50.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-36-53.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-37-20.mp4 → NAS ✓ 212K
rsync System Audio (output)_2026-05-12_06-37-23.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-37-49.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_06-37-53.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-38-19.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-38-23.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-38-49.mp4 → NAS ✓ 215K
rsync System Audio (output)_2026-05-12_06-38-53.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-39-19.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_06-39-22.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-39-48.mp4 → NAS ✓ 236K
rsync System Audio (output)_2026-05-12_06-39-52.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-40-17.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_06-40-21.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-40-47.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_06-40-51.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-41-16.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-41-20.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-41-46.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_06-41-50.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-42-16.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-42-20.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-42-46.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-42-50.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-43-16.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_06-43-20.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_06-43-46.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_06-43-50.mp4 → NAS ✓ 15K
rsync MacBook Pro Microphone (input)_2026-05-12_06-44-16.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_06-44-46.mp4 → NAS ✓ 19K
rsync MacBook Pro Microphone (input)_2026-05-12_06-44-48.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_06-44-19.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_06-44-49.mp4 → NAS ✓ 70K
rsync System Audio (output)_2026-05-12_06-45-18.mp4 → NAS ✓ 134K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-45-16.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_06-45-46.mp4 → NAS ✓ 187K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-45-48.mp4 → NAS ✓ 200K
rsync System Audio (output)_2026-05-12_06-46-15.mp4 → NAS ✓ 221K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-46-18.mp4 → NAS ✓ 195K
rsync System Audio (output)_2026-05-12_06-46-44.mp4 → NAS ✓ 231K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-46-48.mp4 → NAS ✓ 198K
rsync System Audio (output)_2026-05-12_06-47-13.mp4 → NAS ✓ 213K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-47-18.mp4 → NAS ✓ 197K
rsync System Audio (output)_2026-05-12_06-47-42.mp4 → NAS ✓ 233K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-47-47.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_06-48-11.mp4 → NAS ✓ 218K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-48-17.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_06-48-40.mp4 → NAS ✓ 211K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-48-47.mp4 → NAS ✓ 203K
rsync System Audio (output)_2026-05-12_06-49-09.mp4 → NAS ✓ 220K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-49-17.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_06-49-38.mp4 → NAS ✓ 230K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-49-47.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-50-05.mp4 → NAS ✓ 223K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-50-17.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_06-50-33.mp4 → NAS ✓ 232K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-50-46.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_06-51-01.mp4 → NAS ✓ 239K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-51-16.mp4 → NAS ✓ 203K
rsync System Audio (output)_2026-05-12_06-51-30.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-51-46.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-51-59.mp4 → NAS ✓ 255K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-16.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-52-27.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-45.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-52-56.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-15.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-53-25.mp4 → NAS ✓ 243K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-45.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-53-54.mp4 → NAS ✓ 259K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-15.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_06-54-22.mp4 → NAS ✓ 239K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-44.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-54-51.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-14.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-55-21.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-44.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-55-50.mp4 → NAS ✓ 242K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-14.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-56-19.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-44.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_06-56-49.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-14.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-57-17.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-44.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-57-46.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-14.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-58-44.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-44.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-59-13.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-13.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-59-43.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-43.mp4 → NAS ✓ 209K
rsync System Audio (output)_2026-05-12_07-00-12.mp4 → NAS ✓ 258K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-13.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-00-41.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-43.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-01-09.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-13.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-01-37.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-42.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-02-06.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-02-36.mp4 → NAS ✓ 251K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-42.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-03-04.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-12.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-03-31.mp4 → NAS ✓ 264K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-42.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-04-00.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-04-29.mp4 → NAS ✓ 236K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-42.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-04-59.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-11.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-05-27.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-41.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_07-05-57.mp4 → NAS ✓ 244K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-11.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-06-26.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-41.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_07-06-56.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-11.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-07-24.mp4 → NAS ✓ 235K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-40.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-07-51.mp4 → NAS ✓ 220K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-10.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_07-08-20.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-40.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_07-08-47.mp4 → NAS ✓ 231K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-10.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-17.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-40.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-45.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-09.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-10-13.mp4 → NAS ✓ 227K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-39.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-10-42.mp4 → NAS ✓ 216K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-09.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-11-11.mp4 → NAS ✓ 221K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-39.mp4 → NAS ✓ 215K
rsync System Audio (output)_2026-05-12_07-12-09.mp4 → NAS ✓ 233K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-09.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-12-38.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-39.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-13-08.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-09.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-13-38.mp4 → NAS ✓ 106K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-39.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_07-14-07.mp4 → NAS ✓ 14K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-08.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-14-36.mp4 → NAS ✓ 44K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-38.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_07-15-06.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-08.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_07-15-35.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-38.mp4 → NAS ✓ 226K
rsync System Audio (output)_2026-05-12_07-16-05.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-29.mp4 → NAS ✓ 43K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-37.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-16-35.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-16-47.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-17-05.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-17-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-49.mp4 → NAS ✓ 56K
rsync System Audio (output)_2026-05-12_07-18-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-19.mp4 → NAS ✓ 66K
rsync System Audio (output)_2026-05-12_07-18-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-49.mp4 → NAS ✓ 137K
rsync System Audio (output)_2026-05-12_07-19-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-19.mp4 → NAS ✓ 148K
rsync System Audio (output)_2026-05-12_07-19-33.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-49.mp4 → NAS ✓ 93K
rsync System Audio (output)_2026-05-12_07-20-03.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-20-19.mp4 → NAS ✓ 110K
rsync System Audio (output)_2026-05-12_07-20-33.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_07-20-49.mp4 → NAS ✓ 182K
rsync System Audio (output)_2026-05-12_07-21-03.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_07-21-19.mp4 → NAS ✓ 128K
rsync System Audio (output)_2026-05-12_07-21-33.mp4 → NAS ✓ 223K
rsync soundcore AeroClip (input)_2026-05-12_07-21-49.mp4 → NAS ✓ 68K
rsync System Audio (output)_2026-05-12_07-22-02.mp4 → NAS ✓ 90K
rsync soundcore AeroClip (input)_2026-05-12_07-22-19.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-22-32.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_07-22-49.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-23-02.mp4 → NAS ✓ 210K
rsync soundcore AeroClip (input)_2026-05-12_07-23-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-23-32.mp4 → NAS ✓ 84K
rsync soundcore AeroClip (input)_2026-05-12_07-23-49.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-24-02.mp4 → NAS ✓ 209K
rsync soundcore AeroClip (input)_2026-05-12_07-24-19.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-24-32.mp4 → NAS ✓ 103K
rsync soundcore AeroClip (input)_2026-05-12_07-24-49.mp4 → NAS ✓ 55K
rsync System Audio (output)_2026-05-12_07-25-01.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_07-25-19.mp4 → NAS ✓ 20K
rsync System Audio (output)_2026-05-12_07-25-31.mp4 → NAS ✓ 135K
rsync soundcore AeroClip (input)_2026-05-12_07-25-49.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-26-01.mp4 → NAS ✓ 174K
rsync soundcore AeroClip (input)_2026-05-12_07-26-19.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-26-31.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-26-49.mp4 → NAS ✓ 29K
rsync System Audio (output)_2026-05-12_07-27-01.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_07-27-19.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-27-31.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-27-49.mp4 → NAS ✓ 44K
rsync System Audio (output)_2026-05-12_07-28-01.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-28-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-28-31.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_07-28-49.mp4 → NAS ✓ 35K
rsync System Audio (output)_2026-05-12_07-29-00.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_07-29-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-29-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-29-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-30-00.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-19.mp4 → NAS ✓ 42K
rsync System Audio (output)_2026-05-12_07-30-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-31-00.mp4 → NAS ✓ 62K
rsync soundcore AeroClip (input)_2026-05-12_07-31-19.mp4 → NAS ✓ 21K
rsync System Audio (output)_2026-05-12_07-31-30.mp4 → NAS ✓ 134K
rsync soundcore AeroClip (input)_2026-05-12_07-31-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-31-59.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_07-32-19.mp4 → NAS ✓ 41K
rsync System Audio (output)_2026-05-12_07-32-29.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_07-32-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-32-59.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_07-33-18.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-33-29.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-33-48.mp4 → NAS ✓ 79K
rsync System Audio (output)_2026-05-12_07-33-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-18.mp4 → NAS ✓ 82K
rsync System Audio (output)_2026-05-12_07-34-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-48.mp4 → NAS ✓ 91K
rsync System Audio (output)_2026-05-12_07-34-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-18.mp4 → NAS ✓ 71K
rsync System Audio (output)_2026-05-12_07-35-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-48.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-35-58.mp4 → NAS ✓ 158K
rsync soundcore AeroClip (input)_2026-05-12_07-36-18.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-36-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-36-48.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-36-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-18.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-37-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-48.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-37-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-18.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-38-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-48.mp4 → NAS ✓ 40K
rsync System Audio (output)_2026-05-12_07-38-56.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-18.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-39-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-48.mp4 → NAS ✓ 32K
rsync System Audio (output)_2026-05-12_07-39-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-40-25.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-48.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-40-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-41-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-48.mp4 → NAS ✓ 28K
rsync System Audio (output)_2026-05-12_07-41-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-18.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-42-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-48.mp4 → NAS ✓ 67K
rsync System Audio (output)_2026-05-12_07-42-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-43-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-47.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-43-53.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-44-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-44-47.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-44-53.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-19.mp4 → NAS ✓ 37K
rsync System Audio (output)_2026-05-12_07-45-22.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-49.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-45-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-46-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-46-21.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-0...
|
iTerm2
|
rsync
|
NULL
|
32341
|
|
32422
|
rsync System Audio (output)_2026-05-12_06-51-30.mp rsync System Audio (output)_2026-05-12_06-51-30.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-51-46.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-51-59.mp4 → NAS ✓ 255K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-16.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-52-27.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-45.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-52-56.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-15.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-53-25.mp4 → NAS ✓ 243K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-45.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-53-54.mp4 → NAS ✓ 259K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-15.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_06-54-22.mp4 → NAS ✓ 239K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-44.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-54-51.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-14.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-55-21.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-44.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-55-50.mp4 → NAS ✓ 242K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-14.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-56-19.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-44.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_06-56-49.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-14.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-57-17.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-44.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-57-46.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-14.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-58-44.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-44.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-59-13.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-13.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-59-43.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-43.mp4 → NAS ✓ 209K
rsync System Audio (output)_2026-05-12_07-00-12.mp4 → NAS ✓ 258K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-13.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-00-41.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-43.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-01-09.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-13.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-01-37.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-42.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-02-06.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-02-36.mp4 → NAS ✓ 251K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-42.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-03-04.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-12.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-03-31.mp4 → NAS ✓ 264K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-42.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-04-00.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-04-29.mp4 → NAS ✓ 236K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-42.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-04-59.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-11.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-05-27.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-41.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_07-05-57.mp4 → NAS ✓ 244K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-11.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-06-26.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-41.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_07-06-56.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-11.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-07-24.mp4 → NAS ✓ 235K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-40.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-07-51.mp4 → NAS ✓ 220K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-10.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_07-08-20.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-40.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_07-08-47.mp4 → NAS ✓ 231K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-10.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-17.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-40.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-45.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-09.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-10-13.mp4 → NAS ✓ 227K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-39.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-10-42.mp4 → NAS ✓ 216K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-09.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-11-11.mp4 → NAS ✓ 221K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-39.mp4 → NAS ✓ 215K
rsync System Audio (output)_2026-05-12_07-12-09.mp4 → NAS ✓ 233K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-09.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-12-38.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-39.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-13-08.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-09.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-13-38.mp4 → NAS ✓ 106K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-39.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_07-14-07.mp4 → NAS ✓ 14K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-08.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-14-36.mp4 → NAS ✓ 44K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-38.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_07-15-06.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-08.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_07-15-35.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-38.mp4 → NAS ✓ 226K
rsync System Audio (output)_2026-05-12_07-16-05.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-29.mp4 → NAS ✓ 43K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-37.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-16-35.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-16-47.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-17-05.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-17-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-49.mp4 → NAS ✓ 56K
rsync System Audio (output)_2026-05-12_07-18-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-19.mp4 → NAS ✓ 66K
rsync System Audio (output)_2026-05-12_07-18-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-49.mp4 → NAS ✓ 137K
rsync System Audio (output)_2026-05-12_07-19-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-19.mp4 → NAS ✓ 148K
rsync System Audio (output)_2026-05-12_07-19-33.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-49.mp4 → NAS ✓ 93K
rsync System Audio (output)_2026-05-12_07-20-03.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-20-19.mp4 → NAS ✓ 110K
rsync System Audio (output)_2026-05-12_07-20-33.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_07-20-49.mp4 → NAS ✓ 182K
rsync System Audio (output)_2026-05-12_07-21-03.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_07-21-19.mp4 → NAS ✓ 128K
rsync System Audio (output)_2026-05-12_07-21-33.mp4 → NAS ✓ 223K
rsync soundcore AeroClip (input)_2026-05-12_07-21-49.mp4 → NAS ✓ 68K
rsync System Audio (output)_2026-05-12_07-22-02.mp4 → NAS ✓ 90K
rsync soundcore AeroClip (input)_2026-05-12_07-22-19.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-22-32.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_07-22-49.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-23-02.mp4 → NAS ✓ 210K
rsync soundcore AeroClip (input)_2026-05-12_07-23-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-23-32.mp4 → NAS ✓ 84K
rsync soundcore AeroClip (input)_2026-05-12_07-23-49.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-24-02.mp4 → NAS ✓ 209K
rsync soundcore AeroClip (input)_2026-05-12_07-24-19.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-24-32.mp4 → NAS ✓ 103K
rsync soundcore AeroClip (input)_2026-05-12_07-24-49.mp4 → NAS ✓ 55K
rsync System Audio (output)_2026-05-12_07-25-01.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_07-25-19.mp4 → NAS ✓ 20K
rsync System Audio (output)_2026-05-12_07-25-31.mp4 → NAS ✓ 135K
rsync soundcore AeroClip (input)_2026-05-12_07-25-49.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-26-01.mp4 → NAS ✓ 174K
rsync soundcore AeroClip (input)_2026-05-12_07-26-19.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-26-31.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-26-49.mp4 → NAS ✓ 29K
rsync System Audio (output)_2026-05-12_07-27-01.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_07-27-19.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-27-31.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-27-49.mp4 → NAS ✓ 44K
rsync System Audio (output)_2026-05-12_07-28-01.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-28-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-28-31.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_07-28-49.mp4 → NAS ✓ 35K
rsync System Audio (output)_2026-05-12_07-29-00.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_07-29-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-29-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-29-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-30-00.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-19.mp4 → NAS ✓ 42K
rsync System Audio (output)_2026-05-12_07-30-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-31-00.mp4 → NAS ✓ 62K
rsync soundcore AeroClip (input)_2026-05-12_07-31-19.mp4 → NAS ✓ 21K
rsync System Audio (output)_2026-05-12_07-31-30.mp4 → NAS ✓ 134K
rsync soundcore AeroClip (input)_2026-05-12_07-31-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-31-59.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_07-32-19.mp4 → NAS ✓ 41K
rsync System Audio (output)_2026-05-12_07-32-29.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_07-32-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-32-59.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_07-33-18.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-33-29.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-33-48.mp4 → NAS ✓ 79K
rsync System Audio (output)_2026-05-12_07-33-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-18.mp4 → NAS ✓ 82K
rsync System Audio (output)_2026-05-12_07-34-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-48.mp4 → NAS ✓ 91K
rsync System Audio (output)_2026-05-12_07-34-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-18.mp4 → NAS ✓ 71K
rsync System Audio (output)_2026-05-12_07-35-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-48.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-35-58.mp4 → NAS ✓ 158K
rsync soundcore AeroClip (input)_2026-05-12_07-36-18.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-36-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-36-48.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-36-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-18.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-37-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-48.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-37-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-18.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-38-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-48.mp4 → NAS ✓ 40K
rsync System Audio (output)_2026-05-12_07-38-56.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-18.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-39-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-48.mp4 → NAS ✓ 32K
rsync System Audio (output)_2026-05-12_07-39-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-40-25.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-48.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-40-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-41-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-48.mp4 → NAS ✓ 28K
rsync System Audio (output)_2026-05-12_07-41-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-18.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-42-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-48.mp4 → NAS ✓ 67K
rsync System Audio (output)_2026-05-12_07-42-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-43-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-47.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-43-53.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-44-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-44-47.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-44-53.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-19.mp4 → NAS ✓ 37K
rsync System Audio (output)_2026-05-12_07-45-22.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-49.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-45-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-46-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-46-21.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-46-51.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-47-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-47-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-51.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-48-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-21.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-48-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-51.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-49-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-21.mp4 → NAS ✓ 11K
rsync System Audio (output)_2026-05-12_07-49-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-51.mp4 → NAS ✓ 6.0K
rsync System Audio (output)_2026-05-12_07-50-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-27.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-50-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-59.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-51-19.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-29.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-51-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-59.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-29.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-59.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-53-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-29.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-53-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-59.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-54-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-29.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-54-47.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-59.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-55-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-55-29.mp4 → NAS ✓ 38K
rsync System Audio (output)_2026-05-12_07-55-47.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-55-58.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-56-16.mp4 → NAS ✓ 194K
rsync soundcore AeroClip (input)_2026-05-12_07-56-28.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-56-45.mp4 → NAS ✓ 196K
rsync soundcore AeroClip (input)_2026-05-12_07-56-58.mp4 → NAS ✓ 159K
rsync System Audio (output)_2026-05-12_07-57-15.mp4 → NAS ✓ 230K
rsync soundcore AeroClip (input)_2026-05-12_07-57-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-57-44.mp4 → NAS ✓ 238K
rsync soundcore AeroClip (input)_2026-05-12_07-57-58.mp4 → NAS ✓ 94K
rsync System Audio (output)_2026-05-12_07-58-14.mp4 → NAS ✓ 229K
rsync soundcore AeroClip (input)_2026-05-12_07-58-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-58-44.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_07-58-58.mp4 → NAS ✓ 84K
rsync System Audio (output)_2026-05-12_07-59-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-27.mp4 → NAS ✓ 52K
rsync System Audio (output)_2026-05-12_07-59-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-57.mp4 → NAS ✓ 65K
rsync System Audio (output)_2026-05-12_08-00-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-27.mp4 → NAS ✓ 170K
rsync System Audio (output)_2026-05-12_08-00-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-57.mp4 → NAS ✓ 163K
rsync System Audio (output)_2026-05-12_08-01-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-27.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-01-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-57.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_08-02-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-27.mp4 → NAS ✓ 161K
rsync System Audio (output)_2026-05-12_08-02-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-03-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-28.mp4 → NAS ✓ 124K
rsync System Audio (output)_2026-05-12_08-03-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-58.mp4 → NAS ✓ 181K
rsync System Audio (output)_2026-05-12_08-04-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-27.mp4 → NAS ✓ 248K
rsync System Audio (output)_2026-05-12_08-04-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-05-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-27.mp4 → NAS ✓ 239K
rsync System Audio (output)_2026-05-12_08-05-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-57.mp4 → NAS ✓ 250K
rsync System Audio (output)_2026-05-12_08-06-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-27.mp4 → NAS ✓ 232K
rsync System Audio (output)_2026-05-12_08-06-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-07-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-27.mp4 → NAS ✓ 238K
rsync System Audio (output)_2026-05-12_08-07-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-57.mp4 → NAS ✓ 136K
rsync System Audio (output)_2026-05-12_08-08-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-27.mp4 → NAS ✓ 177K
rsync System Audio (output)_2026-05-12_08-08-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-09-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-09-27.mp4 → NAS ✓ 219K
rsync soundcore AeroClip (input)_2026-05-12_08-09-57.mp4 → NAS ✓ 245K
rsync soundcore AeroClip (input)_2026-05-12_08-12-10.mp4 → NAS ✓ 58K
rsync soundcore AeroClip (input)_2026-05-12_08-12-42.mp4 → NAS ✓ 117K
rsync soundcore AeroClip (input)_2026-05-12_08-13-12.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-13-42.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-14-12.mp4 → NAS ✓ 92K
rsync soundcore AeroClip (input)_2026-05-12_08-14-42.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-15-12.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-15-42.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-16-12.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-16-42.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-12.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-42.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-18-12.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-45.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_08-20-15.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-20-45.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-21-15.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-21-45.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-22-15.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-22-45.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-23-15.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-23-45.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-24-15.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-24-45.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-25-15.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_08-25-45.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-26-28.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-27-00.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-27-30.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-28-00.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-28-30.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-29-00.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-29-30.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-30-00.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-30-30.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-31-00.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-31-30.mp4 → NAS ✓ 124K
rsync soundcore AeroClip (input)_2026-05-12_08-32-00.mp4 → NAS ✓ 73K
rsync soundcore AeroClip (input)_2026-05-12_08-32-30.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-32-59.mp4 → NAS ✓ 52K
rsync soundcore AeroClip (input)_2026-05-12_08-33-29.mp4 → NAS ✓ 127K
rsync soundcore AeroClip (input)_2026-05-12_08-33-59.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_08-34-29.mp4 → NAS ✓ 169K
rsync soundcore AeroClip (input)_2026-05-12_08-34-59.mp4 → NAS ✓ 85K
rsync soundcore AeroClip (input)_2026-05-12_08-35-29.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_08-35-59.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_08-36-29.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-37-10.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_08-37-42.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-38-12.mp4 → NAS ✓ 123K
rsync soundcore AeroClip (input)_2026-05-12_08-38-42.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_08-39-12.mp4 → NAS ✓ 179K
rsync soundcore AeroClip (input)_2026-05-12_08-39-42.mp4 → NAS ✓ 176K
rsync soundcore AeroClip (input)_2026-05-12_08-40-12.mp4 → NAS ✓ 173K
rsync soundcore AeroClip (input)_2026-05-12_08-40-42.mp4 → NAS ✓ 157K
rsync soundcore AeroClip (input)_2026-05-12_08-41-12.mp4 → NAS ✓ 101K
rsync soundcore AeroClip (input)_2026-05-12_08-41-42.mp4 → NAS ✓ 119K
rsync soundcore AeroClip (input)_2026-05-12_08-42-12.mp4 → NAS ✓ 79K
rsync soundcore AeroClip (input)_2026-05-12_08-42-42.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-43-12.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-43-42.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-44-12.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-44-42.mp4 → NAS ✓ 105K
rsync soundcore AeroClip (input)_2026-05-12_08-45-12.mp4 → NAS ✓ 160K
rsync soundcore AeroClip (input)_2026-05-12_08-45-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-46-11.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-46-41.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_08-47-11.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-47-41.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-48-11.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_08-48-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-49-11.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_08-49-41.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_08-50-11.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-50-41.mp4 → NAS ✓ 125K
rsync soundcore AeroClip (input)_2026-05-12_08-51-11.mp4 → NAS ✓ 69K
rsync soundcore AeroClip (input)_2026-05-12_08-51-41.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-52-11.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_08-52-41.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-53-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-53-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-54-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-54-41.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-55-11.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-55-41.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-56-11.mp4 → NAS ✓ 31K
rsync soundcore AeroClip (input)_2026-05-12_08-56-41.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_08-57-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-57-41.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-58-11.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-58-41.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-11.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-41.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-11.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-41.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-11.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_09-02-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-03-07.mp4 → NAS ✓ 32K
rsync soundcore AeroClip (input)_2026-05-12_09-03-39.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-04-09.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-04-39.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-05-12.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-05-44.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-06-14.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_09-06-44.mp4 → NAS ✓ 43K
rsync soundcore AeroClip (input)_2026-05-12_09-07-14.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_09-07-44.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-08-14.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-08-44.mp4 → NAS ✓ 36K
rsync soundcore AeroClip (input)_2026-05-12_09-09-14.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-09-44.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-10-14.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_09-10-44.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-14.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-44.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-12-14.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-12-43.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_09-13-13.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-13-43.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_09-14-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-14-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-15-13.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_09-15-43.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-16-13.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-16-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-17-13.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-17-43.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_09-18-13.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-18-43.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-19-12.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-19-42.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-20-18.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-20-50.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-20.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-59.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-22-31.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-23-01.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-24-02.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_09-24-34.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-25-04.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-25-34.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-26-04.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-26-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-27-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-27-34.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-28-04.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-28-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-29-04.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-29-34.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-30-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-30-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-31-04.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-31-33.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-03.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-33.mp4 → NAS ✓ 55K
rsync soundcore AeroClip (input)_2026-05-12_09-33-03.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-33-33.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-34-03.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_09-34-33.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_09-35-03.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_09-35-33.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_09-36-03.mp4 → NAS ✓ 70K
rsync soundcore AeroClip (input)_2026-05-12_09-36-33.mp4 → NAS ✓ 56K
rsync soundcore AeroClip (input)_2026-05-12_09-37-03.mp4 → NAS ✓ 86K
rsync soundcore AeroClip (input)_2026-05-12_09-37-33.mp4 → NAS ✓ 66K
rsync soundcore AeroClip (input)_2026-05-12_09-38-03.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-38-33.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-39-28.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_09-40-00.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-40-30.mp4 → NAS ✓ 50K
rsync MacBook Pro Microphone (input)_2026-05-12_09-41-30.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-02.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-32.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-02.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-02.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-02.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-32.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-02.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-32.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-01.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-01.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-01.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-31.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-01.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-31.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-01.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-31.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-01.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-31.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-00.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-00.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-00.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-30.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-01-32.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-01.mp4 → NAS ✓ 221K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-30.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-00.mp4 → NAS ✓ 208K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-59.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-29.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-59.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-59.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-29.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-59.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-29.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-59.mp4 → NAS ✓ 198K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-28.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-28.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-58.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-28.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-58.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-28.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-28.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-58.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-28.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-27.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-57.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-27.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-28-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-24.mp4 → NAS ✓ 215K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-53.mp4 → NAS ✓ 216K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-53.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-23.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-53.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-23.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-53.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-22.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-52.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-22.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-52.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-22.mp4 → NAS ✓ 226K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-52.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-22.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-52.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-22.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-52.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-22.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-51.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-21.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-51.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-21.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-51.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-21.mp4 → NAS ✓ 219K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-51.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-21.mp4 → NAS ✓ 223K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-50.mp4 → NAS ✓ 233K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-20.mp4 → NAS ✓ 222K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-20.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-50.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-20.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-19.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-49.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-19.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-49.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-19.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-49.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-19.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-49.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-51-19.mp4 → NAS ✓ 198K
...
|
iTerm2
|
-zsh
|
NULL
|
32422
|
|
32423
|
rsync System Audio (output)_2026-05-12_06-51-30.mp rsync System Audio (output)_2026-05-12_06-51-30.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-51-46.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-51-59.mp4 → NAS ✓ 255K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-16.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-52-27.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-45.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-52-56.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-15.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-53-25.mp4 → NAS ✓ 243K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-45.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-53-54.mp4 → NAS ✓ 259K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-15.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_06-54-22.mp4 → NAS ✓ 239K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-44.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-54-51.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-14.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-55-21.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-44.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-55-50.mp4 → NAS ✓ 242K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-14.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-56-19.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-44.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_06-56-49.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-14.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-57-17.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-44.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-57-46.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-14.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-58-44.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-44.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-59-13.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-13.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-59-43.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-43.mp4 → NAS ✓ 209K
rsync System Audio (output)_2026-05-12_07-00-12.mp4 → NAS ✓ 258K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-13.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-00-41.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-43.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-01-09.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-13.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-01-37.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-42.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-02-06.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-02-36.mp4 → NAS ✓ 251K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-42.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-03-04.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-12.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-03-31.mp4 → NAS ✓ 264K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-42.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-04-00.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-04-29.mp4 → NAS ✓ 236K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-42.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-04-59.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-11.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-05-27.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-41.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_07-05-57.mp4 → NAS ✓ 244K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-11.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-06-26.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-41.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_07-06-56.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-11.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-07-24.mp4 → NAS ✓ 235K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-40.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-07-51.mp4 → NAS ✓ 220K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-10.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_07-08-20.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-40.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_07-08-47.mp4 → NAS ✓ 231K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-10.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-17.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-40.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-45.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-09.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-10-13.mp4 → NAS ✓ 227K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-39.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-10-42.mp4 → NAS ✓ 216K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-09.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-11-11.mp4 → NAS ✓ 221K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-39.mp4 → NAS ✓ 215K
rsync System Audio (output)_2026-05-12_07-12-09.mp4 → NAS ✓ 233K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-09.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-12-38.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-39.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-13-08.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-09.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-13-38.mp4 → NAS ✓ 106K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-39.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_07-14-07.mp4 → NAS ✓ 14K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-08.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-14-36.mp4 → NAS ✓ 44K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-38.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_07-15-06.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-08.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_07-15-35.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-38.mp4 → NAS ✓ 226K
rsync System Audio (output)_2026-05-12_07-16-05.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-29.mp4 → NAS ✓ 43K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-37.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-16-35.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-16-47.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-17-05.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-17-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-49.mp4 → NAS ✓ 56K
rsync System Audio (output)_2026-05-12_07-18-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-19.mp4 → NAS ✓ 66K
rsync System Audio (output)_2026-05-12_07-18-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-49.mp4 → NAS ✓ 137K
rsync System Audio (output)_2026-05-12_07-19-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-19.mp4 → NAS ✓ 148K
rsync System Audio (output)_2026-05-12_07-19-33.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-49.mp4 → NAS ✓ 93K
rsync System Audio (output)_2026-05-12_07-20-03.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-20-19.mp4 → NAS ✓ 110K
rsync System Audio (output)_2026-05-12_07-20-33.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_07-20-49.mp4 → NAS ✓ 182K
rsync System Audio (output)_2026-05-12_07-21-03.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_07-21-19.mp4 → NAS ✓ 128K
rsync System Audio (output)_2026-05-12_07-21-33.mp4 → NAS ✓ 223K
rsync soundcore AeroClip (input)_2026-05-12_07-21-49.mp4 → NAS ✓ 68K
rsync System Audio (output)_2026-05-12_07-22-02.mp4 → NAS ✓ 90K
rsync soundcore AeroClip (input)_2026-05-12_07-22-19.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-22-32.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_07-22-49.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-23-02.mp4 → NAS ✓ 210K
rsync soundcore AeroClip (input)_2026-05-12_07-23-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-23-32.mp4 → NAS ✓ 84K
rsync soundcore AeroClip (input)_2026-05-12_07-23-49.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-24-02.mp4 → NAS ✓ 209K
rsync soundcore AeroClip (input)_2026-05-12_07-24-19.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-24-32.mp4 → NAS ✓ 103K
rsync soundcore AeroClip (input)_2026-05-12_07-24-49.mp4 → NAS ✓ 55K
rsync System Audio (output)_2026-05-12_07-25-01.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_07-25-19.mp4 → NAS ✓ 20K
rsync System Audio (output)_2026-05-12_07-25-31.mp4 → NAS ✓ 135K
rsync soundcore AeroClip (input)_2026-05-12_07-25-49.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-26-01.mp4 → NAS ✓ 174K
rsync soundcore AeroClip (input)_2026-05-12_07-26-19.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-26-31.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-26-49.mp4 → NAS ✓ 29K
rsync System Audio (output)_2026-05-12_07-27-01.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_07-27-19.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-27-31.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-27-49.mp4 → NAS ✓ 44K
rsync System Audio (output)_2026-05-12_07-28-01.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-28-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-28-31.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_07-28-49.mp4 → NAS ✓ 35K
rsync System Audio (output)_2026-05-12_07-29-00.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_07-29-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-29-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-29-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-30-00.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-19.mp4 → NAS ✓ 42K
rsync System Audio (output)_2026-05-12_07-30-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-31-00.mp4 → NAS ✓ 62K
rsync soundcore AeroClip (input)_2026-05-12_07-31-19.mp4 → NAS ✓ 21K
rsync System Audio (output)_2026-05-12_07-31-30.mp4 → NAS ✓ 134K
rsync soundcore AeroClip (input)_2026-05-12_07-31-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-31-59.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_07-32-19.mp4 → NAS ✓ 41K
rsync System Audio (output)_2026-05-12_07-32-29.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_07-32-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-32-59.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_07-33-18.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-33-29.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-33-48.mp4 → NAS ✓ 79K
rsync System Audio (output)_2026-05-12_07-33-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-18.mp4 → NAS ✓ 82K
rsync System Audio (output)_2026-05-12_07-34-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-48.mp4 → NAS ✓ 91K
rsync System Audio (output)_2026-05-12_07-34-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-18.mp4 → NAS ✓ 71K
rsync System Audio (output)_2026-05-12_07-35-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-48.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-35-58.mp4 → NAS ✓ 158K
rsync soundcore AeroClip (input)_2026-05-12_07-36-18.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-36-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-36-48.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-36-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-18.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-37-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-48.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-37-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-18.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-38-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-48.mp4 → NAS ✓ 40K
rsync System Audio (output)_2026-05-12_07-38-56.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-18.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-39-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-48.mp4 → NAS ✓ 32K
rsync System Audio (output)_2026-05-12_07-39-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-40-25.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-48.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-40-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-41-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-48.mp4 → NAS ✓ 28K
rsync System Audio (output)_2026-05-12_07-41-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-18.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-42-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-48.mp4 → NAS ✓ 67K
rsync System Audio (output)_2026-05-12_07-42-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-43-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-47.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-43-53.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-44-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-44-47.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-44-53.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-19.mp4 → NAS ✓ 37K
rsync System Audio (output)_2026-05-12_07-45-22.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-49.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-45-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-46-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-46-21.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-46-51.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-47-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-47-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-51.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-48-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-21.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-48-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-51.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-49-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-21.mp4 → NAS ✓ 11K
rsync System Audio (output)_2026-05-12_07-49-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-51.mp4 → NAS ✓ 6.0K
rsync System Audio (output)_2026-05-12_07-50-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-27.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-50-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-59.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-51-19.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-29.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-51-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-59.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-29.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-59.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-53-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-29.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-53-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-59.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-54-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-29.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-54-47.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-59.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-55-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-55-29.mp4 → NAS ✓ 38K
rsync System Audio (output)_2026-05-12_07-55-47.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-55-58.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-56-16.mp4 → NAS ✓ 194K
rsync soundcore AeroClip (input)_2026-05-12_07-56-28.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-56-45.mp4 → NAS ✓ 196K
rsync soundcore AeroClip (input)_2026-05-12_07-56-58.mp4 → NAS ✓ 159K
rsync System Audio (output)_2026-05-12_07-57-15.mp4 → NAS ✓ 230K
rsync soundcore AeroClip (input)_2026-05-12_07-57-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-57-44.mp4 → NAS ✓ 238K
rsync soundcore AeroClip (input)_2026-05-12_07-57-58.mp4 → NAS ✓ 94K
rsync System Audio (output)_2026-05-12_07-58-14.mp4 → NAS ✓ 229K
rsync soundcore AeroClip (input)_2026-05-12_07-58-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-58-44.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_07-58-58.mp4 → NAS ✓ 84K
rsync System Audio (output)_2026-05-12_07-59-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-27.mp4 → NAS ✓ 52K
rsync System Audio (output)_2026-05-12_07-59-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-57.mp4 → NAS ✓ 65K
rsync System Audio (output)_2026-05-12_08-00-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-27.mp4 → NAS ✓ 170K
rsync System Audio (output)_2026-05-12_08-00-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-57.mp4 → NAS ✓ 163K
rsync System Audio (output)_2026-05-12_08-01-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-27.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-01-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-57.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_08-02-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-27.mp4 → NAS ✓ 161K
rsync System Audio (output)_2026-05-12_08-02-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-03-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-28.mp4 → NAS ✓ 124K
rsync System Audio (output)_2026-05-12_08-03-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-58.mp4 → NAS ✓ 181K
rsync System Audio (output)_2026-05-12_08-04-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-27.mp4 → NAS ✓ 248K
rsync System Audio (output)_2026-05-12_08-04-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-05-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-27.mp4 → NAS ✓ 239K
rsync System Audio (output)_2026-05-12_08-05-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-57.mp4 → NAS ✓ 250K
rsync System Audio (output)_2026-05-12_08-06-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-27.mp4 → NAS ✓ 232K
rsync System Audio (output)_2026-05-12_08-06-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-07-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-27.mp4 → NAS ✓ 238K
rsync System Audio (output)_2026-05-12_08-07-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-57.mp4 → NAS ✓ 136K
rsync System Audio (output)_2026-05-12_08-08-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-27.mp4 → NAS ✓ 177K
rsync System Audio (output)_2026-05-12_08-08-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-09-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-09-27.mp4 → NAS ✓ 219K
rsync soundcore AeroClip (input)_2026-05-12_08-09-57.mp4 → NAS ✓ 245K
rsync soundcore AeroClip (input)_2026-05-12_08-12-10.mp4 → NAS ✓ 58K
rsync soundcore AeroClip (input)_2026-05-12_08-12-42.mp4 → NAS ✓ 117K
rsync soundcore AeroClip (input)_2026-05-12_08-13-12.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-13-42.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-14-12.mp4 → NAS ✓ 92K
rsync soundcore AeroClip (input)_2026-05-12_08-14-42.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-15-12.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-15-42.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-16-12.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-16-42.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-12.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-42.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-18-12.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-45.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_08-20-15.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-20-45.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-21-15.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-21-45.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-22-15.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-22-45.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-23-15.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-23-45.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-24-15.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-24-45.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-25-15.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_08-25-45.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-26-28.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-27-00.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-27-30.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-28-00.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-28-30.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-29-00.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-29-30.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-30-00.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-30-30.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-31-00.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-31-30.mp4 → NAS ✓ 124K
rsync soundcore AeroClip (input)_2026-05-12_08-32-00.mp4 → NAS ✓ 73K
rsync soundcore AeroClip (input)_2026-05-12_08-32-30.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-32-59.mp4 → NAS ✓ 52K
rsync soundcore AeroClip (input)_2026-05-12_08-33-29.mp4 → NAS ✓ 127K
rsync soundcore AeroClip (input)_2026-05-12_08-33-59.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_08-34-29.mp4 → NAS ✓ 169K
rsync soundcore AeroClip (input)_2026-05-12_08-34-59.mp4 → NAS ✓ 85K
rsync soundcore AeroClip (input)_2026-05-12_08-35-29.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_08-35-59.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_08-36-29.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-37-10.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_08-37-42.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-38-12.mp4 → NAS ✓ 123K
rsync soundcore AeroClip (input)_2026-05-12_08-38-42.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_08-39-12.mp4 → NAS ✓ 179K
rsync soundcore AeroClip (input)_2026-05-12_08-39-42.mp4 → NAS ✓ 176K
rsync soundcore AeroClip (input)_2026-05-12_08-40-12.mp4 → NAS ✓ 173K
rsync soundcore AeroClip (input)_2026-05-12_08-40-42.mp4 → NAS ✓ 157K
rsync soundcore AeroClip (input)_2026-05-12_08-41-12.mp4 → NAS ✓ 101K
rsync soundcore AeroClip (input)_2026-05-12_08-41-42.mp4 → NAS ✓ 119K
rsync soundcore AeroClip (input)_2026-05-12_08-42-12.mp4 → NAS ✓ 79K
rsync soundcore AeroClip (input)_2026-05-12_08-42-42.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-43-12.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-43-42.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-44-12.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-44-42.mp4 → NAS ✓ 105K
rsync soundcore AeroClip (input)_2026-05-12_08-45-12.mp4 → NAS ✓ 160K
rsync soundcore AeroClip (input)_2026-05-12_08-45-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-46-11.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-46-41.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_08-47-11.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-47-41.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-48-11.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_08-48-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-49-11.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_08-49-41.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_08-50-11.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-50-41.mp4 → NAS ✓ 125K
rsync soundcore AeroClip (input)_2026-05-12_08-51-11.mp4 → NAS ✓ 69K
rsync soundcore AeroClip (input)_2026-05-12_08-51-41.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-52-11.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_08-52-41.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-53-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-53-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-54-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-54-41.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-55-11.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-55-41.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-56-11.mp4 → NAS ✓ 31K
rsync soundcore AeroClip (input)_2026-05-12_08-56-41.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_08-57-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-57-41.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-58-11.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-58-41.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-11.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-41.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-11.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-41.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-11.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_09-02-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-03-07.mp4 → NAS ✓ 32K
rsync soundcore AeroClip (input)_2026-05-12_09-03-39.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-04-09.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-04-39.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-05-12.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-05-44.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-06-14.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_09-06-44.mp4 → NAS ✓ 43K
rsync soundcore AeroClip (input)_2026-05-12_09-07-14.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_09-07-44.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-08-14.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-08-44.mp4 → NAS ✓ 36K
rsync soundcore AeroClip (input)_2026-05-12_09-09-14.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-09-44.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-10-14.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_09-10-44.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-14.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-44.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-12-14.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-12-43.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_09-13-13.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-13-43.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_09-14-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-14-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-15-13.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_09-15-43.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-16-13.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-16-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-17-13.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-17-43.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_09-18-13.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-18-43.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-19-12.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-19-42.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-20-18.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-20-50.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-20.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-59.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-22-31.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-23-01.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-24-02.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_09-24-34.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-25-04.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-25-34.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-26-04.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-26-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-27-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-27-34.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-28-04.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-28-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-29-04.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-29-34.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-30-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-30-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-31-04.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-31-33.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-03.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-33.mp4 → NAS ✓ 55K
rsync soundcore AeroClip (input)_2026-05-12_09-33-03.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-33-33.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-34-03.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_09-34-33.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_09-35-03.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_09-35-33.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_09-36-03.mp4 → NAS ✓ 70K
rsync soundcore AeroClip (input)_2026-05-12_09-36-33.mp4 → NAS ✓ 56K
rsync soundcore AeroClip (input)_2026-05-12_09-37-03.mp4 → NAS ✓ 86K
rsync soundcore AeroClip (input)_2026-05-12_09-37-33.mp4 → NAS ✓ 66K
rsync soundcore AeroClip (input)_2026-05-12_09-38-03.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-38-33.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-39-28.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_09-40-00.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-40-30.mp4 → NAS ✓ 50K
rsync MacBook Pro Microphone (input)_2026-05-12_09-41-30.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-02.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-32.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-02.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-02.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-02.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-32.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-02.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-32.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-01.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-01.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-01.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-31.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-01.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-31.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-01.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-31.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-01.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-31.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-00.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-00.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-00.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-30.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-01-32.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-01.mp4 → NAS ✓ 221K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-30.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-00.mp4 → NAS ✓ 208K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-59.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-29.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-59.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-59.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-29.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-59.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-29.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-59.mp4 → NAS ✓ 198K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-28.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-28.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-58.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-28.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-58.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-28.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-28.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-58.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-28.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-27.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-57.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-27.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-28-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-24.mp4 → NAS ✓ 215K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-53.mp4 → NAS ✓ 216K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-53.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-23.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-53.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-23.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-53.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-22.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-52.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-22.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-52.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-22.mp4 → NAS ✓ 226K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-52.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-22.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-52.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-22.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-52.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-22.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-51.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-21.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-51.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-21.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-51.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-21.mp4 → NAS ✓ 219K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-51.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-21.mp4 → NAS ✓ 223K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-50.mp4 → NAS ✓ 233K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-20.mp4 → NAS ✓ 222K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-20.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-50.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-20.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-19.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-49.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-19.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-49.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-19.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-49.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-19.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-49.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-51-19.mp4 → NAS ✓ 198K
...
|
iTerm2
|
-zsh
|
NULL
|
32423
|
|
32424
|
rsync System Audio (output)_2026-05-12_06-51-30.mp rsync System Audio (output)_2026-05-12_06-51-30.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-51-46.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-51-59.mp4 → NAS ✓ 255K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-16.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_06-52-27.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-52-45.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-52-56.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-15.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-53-25.mp4 → NAS ✓ 243K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-53-45.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-53-54.mp4 → NAS ✓ 259K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-15.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_06-54-22.mp4 → NAS ✓ 239K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-54-44.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-54-51.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-14.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_06-55-21.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-55-44.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-55-50.mp4 → NAS ✓ 242K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-14.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_06-56-19.mp4 → NAS ✓ 228K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-56-44.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_06-56-49.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-14.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-57-17.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-57-44.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_06-57-46.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-14.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_06-58-44.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-58-44.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_06-59-13.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-13.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_06-59-43.mp4 → NAS ✓ 241K
rsync LakyLak bose qc35 II (input)_2026-05-12_06-59-43.mp4 → NAS ✓ 209K
rsync System Audio (output)_2026-05-12_07-00-12.mp4 → NAS ✓ 258K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-13.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-00-41.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-00-43.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-01-09.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-13.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-01-37.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-01-42.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-02-06.mp4 → NAS ✓ 252K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-02-36.mp4 → NAS ✓ 251K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-02-42.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-03-04.mp4 → NAS ✓ 257K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-12.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-03-31.mp4 → NAS ✓ 264K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-03-42.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-04-00.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-12.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-04-29.mp4 → NAS ✓ 236K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-04-42.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-04-59.mp4 → NAS ✓ 253K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-11.mp4 → NAS ✓ 204K
rsync System Audio (output)_2026-05-12_07-05-27.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-05-41.mp4 → NAS ✓ 201K
rsync System Audio (output)_2026-05-12_07-05-57.mp4 → NAS ✓ 244K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-11.mp4 → NAS ✓ 205K
rsync System Audio (output)_2026-05-12_07-06-26.mp4 → NAS ✓ 246K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-06-41.mp4 → NAS ✓ 199K
rsync System Audio (output)_2026-05-12_07-06-56.mp4 → NAS ✓ 247K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-11.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-07-24.mp4 → NAS ✓ 235K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-07-40.mp4 → NAS ✓ 206K
rsync System Audio (output)_2026-05-12_07-07-51.mp4 → NAS ✓ 220K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-10.mp4 → NAS ✓ 213K
rsync System Audio (output)_2026-05-12_07-08-20.mp4 → NAS ✓ 240K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-08-40.mp4 → NAS ✓ 225K
rsync System Audio (output)_2026-05-12_07-08-47.mp4 → NAS ✓ 231K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-10.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-17.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-09-40.mp4 → NAS ✓ 223K
rsync System Audio (output)_2026-05-12_07-09-45.mp4 → NAS ✓ 249K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-09.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-10-13.mp4 → NAS ✓ 227K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-10-39.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-10-42.mp4 → NAS ✓ 216K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-09.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-11-11.mp4 → NAS ✓ 221K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-11-39.mp4 → NAS ✓ 215K
rsync System Audio (output)_2026-05-12_07-12-09.mp4 → NAS ✓ 233K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-09.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-12-38.mp4 → NAS ✓ 234K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-12-39.mp4 → NAS ✓ 202K
rsync System Audio (output)_2026-05-12_07-13-08.mp4 → NAS ✓ 245K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-09.mp4 → NAS ✓ 208K
rsync System Audio (output)_2026-05-12_07-13-38.mp4 → NAS ✓ 106K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-13-39.mp4 → NAS ✓ 214K
rsync System Audio (output)_2026-05-12_07-14-07.mp4 → NAS ✓ 14K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-08.mp4 → NAS ✓ 211K
rsync System Audio (output)_2026-05-12_07-14-36.mp4 → NAS ✓ 44K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-14-38.mp4 → NAS ✓ 228K
rsync System Audio (output)_2026-05-12_07-15-06.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-08.mp4 → NAS ✓ 210K
rsync System Audio (output)_2026-05-12_07-15-35.mp4 → NAS ✓ 5.0K
rsync LakyLak bose qc35 II (input)_2026-05-12_07-15-38.mp4 → NAS ✓ 226K
rsync System Audio (output)_2026-05-12_07-16-05.mp4 → NAS ✓ 5.0K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-29.mp4 → NAS ✓ 43K
rsync MacBook Pro Microphone (input)_2026-05-12_07-16-37.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-16-35.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-16-47.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-17-05.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-17-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-17-49.mp4 → NAS ✓ 56K
rsync System Audio (output)_2026-05-12_07-18-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-19.mp4 → NAS ✓ 66K
rsync System Audio (output)_2026-05-12_07-18-34.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-18-49.mp4 → NAS ✓ 137K
rsync System Audio (output)_2026-05-12_07-19-04.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-19.mp4 → NAS ✓ 148K
rsync System Audio (output)_2026-05-12_07-19-33.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-19-49.mp4 → NAS ✓ 93K
rsync System Audio (output)_2026-05-12_07-20-03.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-20-19.mp4 → NAS ✓ 110K
rsync System Audio (output)_2026-05-12_07-20-33.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_07-20-49.mp4 → NAS ✓ 182K
rsync System Audio (output)_2026-05-12_07-21-03.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_07-21-19.mp4 → NAS ✓ 128K
rsync System Audio (output)_2026-05-12_07-21-33.mp4 → NAS ✓ 223K
rsync soundcore AeroClip (input)_2026-05-12_07-21-49.mp4 → NAS ✓ 68K
rsync System Audio (output)_2026-05-12_07-22-02.mp4 → NAS ✓ 90K
rsync soundcore AeroClip (input)_2026-05-12_07-22-19.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-22-32.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_07-22-49.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-23-02.mp4 → NAS ✓ 210K
rsync soundcore AeroClip (input)_2026-05-12_07-23-19.mp4 → NAS ✓ 27K
rsync System Audio (output)_2026-05-12_07-23-32.mp4 → NAS ✓ 84K
rsync soundcore AeroClip (input)_2026-05-12_07-23-49.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-24-02.mp4 → NAS ✓ 209K
rsync soundcore AeroClip (input)_2026-05-12_07-24-19.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-24-32.mp4 → NAS ✓ 103K
rsync soundcore AeroClip (input)_2026-05-12_07-24-49.mp4 → NAS ✓ 55K
rsync System Audio (output)_2026-05-12_07-25-01.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_07-25-19.mp4 → NAS ✓ 20K
rsync System Audio (output)_2026-05-12_07-25-31.mp4 → NAS ✓ 135K
rsync soundcore AeroClip (input)_2026-05-12_07-25-49.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-26-01.mp4 → NAS ✓ 174K
rsync soundcore AeroClip (input)_2026-05-12_07-26-19.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-26-31.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-26-49.mp4 → NAS ✓ 29K
rsync System Audio (output)_2026-05-12_07-27-01.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_07-27-19.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-27-31.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-27-49.mp4 → NAS ✓ 44K
rsync System Audio (output)_2026-05-12_07-28-01.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-28-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-28-31.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_07-28-49.mp4 → NAS ✓ 35K
rsync System Audio (output)_2026-05-12_07-29-00.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_07-29-19.mp4 → NAS ✓ 24K
rsync System Audio (output)_2026-05-12_07-29-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-29-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-30-00.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-19.mp4 → NAS ✓ 42K
rsync System Audio (output)_2026-05-12_07-30-30.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-30-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-31-00.mp4 → NAS ✓ 62K
rsync soundcore AeroClip (input)_2026-05-12_07-31-19.mp4 → NAS ✓ 21K
rsync System Audio (output)_2026-05-12_07-31-30.mp4 → NAS ✓ 134K
rsync soundcore AeroClip (input)_2026-05-12_07-31-49.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-31-59.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_07-32-19.mp4 → NAS ✓ 41K
rsync System Audio (output)_2026-05-12_07-32-29.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_07-32-49.mp4 → NAS ✓ 36K
rsync System Audio (output)_2026-05-12_07-32-59.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_07-33-18.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-33-29.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-33-48.mp4 → NAS ✓ 79K
rsync System Audio (output)_2026-05-12_07-33-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-18.mp4 → NAS ✓ 82K
rsync System Audio (output)_2026-05-12_07-34-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-34-48.mp4 → NAS ✓ 91K
rsync System Audio (output)_2026-05-12_07-34-58.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-18.mp4 → NAS ✓ 71K
rsync System Audio (output)_2026-05-12_07-35-28.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-35-48.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-35-58.mp4 → NAS ✓ 158K
rsync soundcore AeroClip (input)_2026-05-12_07-36-18.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-36-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-36-48.mp4 → NAS ✓ 22K
rsync System Audio (output)_2026-05-12_07-36-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-18.mp4 → NAS ✓ 33K
rsync System Audio (output)_2026-05-12_07-37-27.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-37-48.mp4 → NAS ✓ 19K
rsync System Audio (output)_2026-05-12_07-37-57.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-18.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-38-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-38-48.mp4 → NAS ✓ 40K
rsync System Audio (output)_2026-05-12_07-38-56.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-18.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-39-26.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-39-48.mp4 → NAS ✓ 32K
rsync System Audio (output)_2026-05-12_07-39-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-40-25.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-40-48.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-40-55.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-41-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-41-48.mp4 → NAS ✓ 28K
rsync System Audio (output)_2026-05-12_07-41-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-18.mp4 → NAS ✓ 45K
rsync System Audio (output)_2026-05-12_07-42-24.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-42-48.mp4 → NAS ✓ 67K
rsync System Audio (output)_2026-05-12_07-42-54.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-18.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-43-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-43-47.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-43-53.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-44-23.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-44-47.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-44-53.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-19.mp4 → NAS ✓ 37K
rsync System Audio (output)_2026-05-12_07-45-22.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-45-49.mp4 → NAS ✓ 23K
rsync System Audio (output)_2026-05-12_07-45-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-46-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-46-21.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-46-51.mp4 → NAS ✓ 5.0K
rsync System Audio (output)_2026-05-12_07-47-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-19.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-47-51.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-47-51.mp4 → NAS ✓ 16K
rsync System Audio (output)_2026-05-12_07-48-21.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-21.mp4 → NAS ✓ 15K
rsync System Audio (output)_2026-05-12_07-48-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-48-51.mp4 → NAS ✓ 14K
rsync System Audio (output)_2026-05-12_07-49-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-21.mp4 → NAS ✓ 11K
rsync System Audio (output)_2026-05-12_07-49-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-49-51.mp4 → NAS ✓ 6.0K
rsync System Audio (output)_2026-05-12_07-50-20.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-27.mp4 → NAS ✓ 25K
rsync System Audio (output)_2026-05-12_07-50-50.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-50-59.mp4 → NAS ✓ 10K
rsync System Audio (output)_2026-05-12_07-51-19.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-29.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-51-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-51-59.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-29.mp4 → NAS ✓ 17K
rsync System Audio (output)_2026-05-12_07-52-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-52-59.mp4 → NAS ✓ 13K
rsync System Audio (output)_2026-05-12_07-53-18.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-29.mp4 → NAS ✓ 18K
rsync System Audio (output)_2026-05-12_07-53-48.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-53-59.mp4 → NAS ✓ 9.0K
rsync System Audio (output)_2026-05-12_07-54-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-29.mp4 → NAS ✓ 7.0K
rsync System Audio (output)_2026-05-12_07-54-47.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-54-59.mp4 → NAS ✓ 12K
rsync System Audio (output)_2026-05-12_07-55-17.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-55-29.mp4 → NAS ✓ 38K
rsync System Audio (output)_2026-05-12_07-55-47.mp4 → NAS ✓ 170K
rsync soundcore AeroClip (input)_2026-05-12_07-55-58.mp4 → NAS ✓ 218K
rsync System Audio (output)_2026-05-12_07-56-16.mp4 → NAS ✓ 194K
rsync soundcore AeroClip (input)_2026-05-12_07-56-28.mp4 → NAS ✓ 207K
rsync System Audio (output)_2026-05-12_07-56-45.mp4 → NAS ✓ 196K
rsync soundcore AeroClip (input)_2026-05-12_07-56-58.mp4 → NAS ✓ 159K
rsync System Audio (output)_2026-05-12_07-57-15.mp4 → NAS ✓ 230K
rsync soundcore AeroClip (input)_2026-05-12_07-57-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-57-44.mp4 → NAS ✓ 238K
rsync soundcore AeroClip (input)_2026-05-12_07-57-58.mp4 → NAS ✓ 94K
rsync System Audio (output)_2026-05-12_07-58-14.mp4 → NAS ✓ 229K
rsync soundcore AeroClip (input)_2026-05-12_07-58-28.mp4 → NAS ✓ 107K
rsync System Audio (output)_2026-05-12_07-58-44.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_07-58-58.mp4 → NAS ✓ 84K
rsync System Audio (output)_2026-05-12_07-59-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-27.mp4 → NAS ✓ 52K
rsync System Audio (output)_2026-05-12_07-59-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_07-59-57.mp4 → NAS ✓ 65K
rsync System Audio (output)_2026-05-12_08-00-13.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-27.mp4 → NAS ✓ 170K
rsync System Audio (output)_2026-05-12_08-00-43.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-00-57.mp4 → NAS ✓ 163K
rsync System Audio (output)_2026-05-12_08-01-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-27.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-01-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-01-57.mp4 → NAS ✓ 219K
rsync System Audio (output)_2026-05-12_08-02-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-27.mp4 → NAS ✓ 161K
rsync System Audio (output)_2026-05-12_08-02-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-02-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-03-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-28.mp4 → NAS ✓ 124K
rsync System Audio (output)_2026-05-12_08-03-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-03-58.mp4 → NAS ✓ 181K
rsync System Audio (output)_2026-05-12_08-04-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-27.mp4 → NAS ✓ 248K
rsync System Audio (output)_2026-05-12_08-04-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-04-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-05-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-27.mp4 → NAS ✓ 239K
rsync System Audio (output)_2026-05-12_08-05-42.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-05-57.mp4 → NAS ✓ 250K
rsync System Audio (output)_2026-05-12_08-06-12.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-27.mp4 → NAS ✓ 232K
rsync System Audio (output)_2026-05-12_08-06-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-06-57.mp4 → NAS ✓ 247K
rsync System Audio (output)_2026-05-12_08-07-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-27.mp4 → NAS ✓ 238K
rsync System Audio (output)_2026-05-12_08-07-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-07-57.mp4 → NAS ✓ 136K
rsync System Audio (output)_2026-05-12_08-08-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-27.mp4 → NAS ✓ 177K
rsync System Audio (output)_2026-05-12_08-08-41.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-08-57.mp4 → NAS ✓ 220K
rsync System Audio (output)_2026-05-12_08-09-11.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_08-09-27.mp4 → NAS ✓ 219K
rsync soundcore AeroClip (input)_2026-05-12_08-09-57.mp4 → NAS ✓ 245K
rsync soundcore AeroClip (input)_2026-05-12_08-12-10.mp4 → NAS ✓ 58K
rsync soundcore AeroClip (input)_2026-05-12_08-12-42.mp4 → NAS ✓ 117K
rsync soundcore AeroClip (input)_2026-05-12_08-13-12.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-13-42.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-14-12.mp4 → NAS ✓ 92K
rsync soundcore AeroClip (input)_2026-05-12_08-14-42.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-15-12.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_08-15-42.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-16-12.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-16-42.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-12.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-17-42.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-18-12.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_08-19-45.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_08-20-15.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-20-45.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-21-15.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-21-45.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-22-15.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-22-45.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-23-15.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-23-45.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-24-15.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-24-45.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-25-15.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_08-25-45.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_08-26-28.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-27-00.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-27-30.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-28-00.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-28-30.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-29-00.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_08-29-30.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-30-00.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-30-30.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-31-00.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_08-31-30.mp4 → NAS ✓ 124K
rsync soundcore AeroClip (input)_2026-05-12_08-32-00.mp4 → NAS ✓ 73K
rsync soundcore AeroClip (input)_2026-05-12_08-32-30.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-32-59.mp4 → NAS ✓ 52K
rsync soundcore AeroClip (input)_2026-05-12_08-33-29.mp4 → NAS ✓ 127K
rsync soundcore AeroClip (input)_2026-05-12_08-33-59.mp4 → NAS ✓ 139K
rsync soundcore AeroClip (input)_2026-05-12_08-34-29.mp4 → NAS ✓ 169K
rsync soundcore AeroClip (input)_2026-05-12_08-34-59.mp4 → NAS ✓ 85K
rsync soundcore AeroClip (input)_2026-05-12_08-35-29.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_08-35-59.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_08-36-29.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-37-10.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_08-37-42.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_08-38-12.mp4 → NAS ✓ 123K
rsync soundcore AeroClip (input)_2026-05-12_08-38-42.mp4 → NAS ✓ 164K
rsync soundcore AeroClip (input)_2026-05-12_08-39-12.mp4 → NAS ✓ 179K
rsync soundcore AeroClip (input)_2026-05-12_08-39-42.mp4 → NAS ✓ 176K
rsync soundcore AeroClip (input)_2026-05-12_08-40-12.mp4 → NAS ✓ 173K
rsync soundcore AeroClip (input)_2026-05-12_08-40-42.mp4 → NAS ✓ 157K
rsync soundcore AeroClip (input)_2026-05-12_08-41-12.mp4 → NAS ✓ 101K
rsync soundcore AeroClip (input)_2026-05-12_08-41-42.mp4 → NAS ✓ 119K
rsync soundcore AeroClip (input)_2026-05-12_08-42-12.mp4 → NAS ✓ 79K
rsync soundcore AeroClip (input)_2026-05-12_08-42-42.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-43-12.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-43-42.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-44-12.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-44-42.mp4 → NAS ✓ 105K
rsync soundcore AeroClip (input)_2026-05-12_08-45-12.mp4 → NAS ✓ 160K
rsync soundcore AeroClip (input)_2026-05-12_08-45-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-46-11.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_08-46-41.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_08-47-11.mp4 → NAS ✓ 23K
rsync soundcore AeroClip (input)_2026-05-12_08-47-41.mp4 → NAS ✓ 47K
rsync soundcore AeroClip (input)_2026-05-12_08-48-11.mp4 → NAS ✓ 83K
rsync soundcore AeroClip (input)_2026-05-12_08-48-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_08-49-11.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_08-49-41.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_08-50-11.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_08-50-41.mp4 → NAS ✓ 125K
rsync soundcore AeroClip (input)_2026-05-12_08-51-11.mp4 → NAS ✓ 69K
rsync soundcore AeroClip (input)_2026-05-12_08-51-41.mp4 → NAS ✓ 67K
rsync soundcore AeroClip (input)_2026-05-12_08-52-11.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_08-52-41.mp4 → NAS ✓ 38K
rsync soundcore AeroClip (input)_2026-05-12_08-53-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-53-41.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_08-54-11.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_08-54-41.mp4 → NAS ✓ 14K
rsync soundcore AeroClip (input)_2026-05-12_08-55-11.mp4 → NAS ✓ 39K
rsync soundcore AeroClip (input)_2026-05-12_08-55-41.mp4 → NAS ✓ 25K
rsync soundcore AeroClip (input)_2026-05-12_08-56-11.mp4 → NAS ✓ 31K
rsync soundcore AeroClip (input)_2026-05-12_08-56-41.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_08-57-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_08-57-41.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_08-58-11.mp4 → NAS ✓ 18K
rsync soundcore AeroClip (input)_2026-05-12_08-58-41.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-11.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_08-59-41.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-11.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-00-41.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-11.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-01-41.mp4 → NAS ✓ 27K
rsync soundcore AeroClip (input)_2026-05-12_09-02-11.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-03-07.mp4 → NAS ✓ 32K
rsync soundcore AeroClip (input)_2026-05-12_09-03-39.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-04-09.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-04-39.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-05-12.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-05-44.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-06-14.mp4 → NAS ✓ 60K
rsync soundcore AeroClip (input)_2026-05-12_09-06-44.mp4 → NAS ✓ 43K
rsync soundcore AeroClip (input)_2026-05-12_09-07-14.mp4 → NAS ✓ 42K
rsync soundcore AeroClip (input)_2026-05-12_09-07-44.mp4 → NAS ✓ 37K
rsync soundcore AeroClip (input)_2026-05-12_09-08-14.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-08-44.mp4 → NAS ✓ 36K
rsync soundcore AeroClip (input)_2026-05-12_09-09-14.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-09-44.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-10-14.mp4 → NAS ✓ 10K
rsync soundcore AeroClip (input)_2026-05-12_09-10-44.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-14.mp4 → NAS ✓ 7.0K
rsync soundcore AeroClip (input)_2026-05-12_09-11-44.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-12-14.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-12-43.mp4 → NAS ✓ 35K
rsync soundcore AeroClip (input)_2026-05-12_09-13-13.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-13-43.mp4 → NAS ✓ 40K
rsync soundcore AeroClip (input)_2026-05-12_09-14-13.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-14-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-15-13.mp4 → NAS ✓ 29K
rsync soundcore AeroClip (input)_2026-05-12_09-15-43.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-16-13.mp4 → NAS ✓ 26K
rsync soundcore AeroClip (input)_2026-05-12_09-16-43.mp4 → NAS ✓ 24K
rsync soundcore AeroClip (input)_2026-05-12_09-17-13.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-17-43.mp4 → NAS ✓ 33K
rsync soundcore AeroClip (input)_2026-05-12_09-18-13.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-18-43.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-19-12.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-19-42.mp4 → NAS ✓ 8.0K
rsync soundcore AeroClip (input)_2026-05-12_09-20-18.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-20-50.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-20.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-21-59.mp4 → NAS ✓ 9.0K
rsync soundcore AeroClip (input)_2026-05-12_09-22-31.mp4 → NAS ✓ 12K
rsync soundcore AeroClip (input)_2026-05-12_09-23-01.mp4 → NAS ✓ 28K
rsync soundcore AeroClip (input)_2026-05-12_09-24-02.mp4 → NAS ✓ 5.0K
rsync soundcore AeroClip (input)_2026-05-12_09-24-34.mp4 → NAS ✓ 30K
rsync soundcore AeroClip (input)_2026-05-12_09-25-04.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-25-34.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-26-04.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-26-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-27-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-27-34.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-28-04.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-28-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-29-04.mp4 → NAS ✓ 15K
rsync soundcore AeroClip (input)_2026-05-12_09-29-34.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-30-04.mp4 → NAS ✓ 13K
rsync soundcore AeroClip (input)_2026-05-12_09-30-34.mp4 → NAS ✓ 21K
rsync soundcore AeroClip (input)_2026-05-12_09-31-04.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-31-33.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-03.mp4 → NAS ✓ 16K
rsync soundcore AeroClip (input)_2026-05-12_09-32-33.mp4 → NAS ✓ 55K
rsync soundcore AeroClip (input)_2026-05-12_09-33-03.mp4 → NAS ✓ 22K
rsync soundcore AeroClip (input)_2026-05-12_09-33-33.mp4 → NAS ✓ 11K
rsync soundcore AeroClip (input)_2026-05-12_09-34-03.mp4 → NAS ✓ 17K
rsync soundcore AeroClip (input)_2026-05-12_09-34-33.mp4 → NAS ✓ 63K
rsync soundcore AeroClip (input)_2026-05-12_09-35-03.mp4 → NAS ✓ 57K
rsync soundcore AeroClip (input)_2026-05-12_09-35-33.mp4 → NAS ✓ 64K
rsync soundcore AeroClip (input)_2026-05-12_09-36-03.mp4 → NAS ✓ 70K
rsync soundcore AeroClip (input)_2026-05-12_09-36-33.mp4 → NAS ✓ 56K
rsync soundcore AeroClip (input)_2026-05-12_09-37-03.mp4 → NAS ✓ 86K
rsync soundcore AeroClip (input)_2026-05-12_09-37-33.mp4 → NAS ✓ 66K
rsync soundcore AeroClip (input)_2026-05-12_09-38-03.mp4 → NAS ✓ 20K
rsync soundcore AeroClip (input)_2026-05-12_09-38-33.mp4 → NAS ✓ 19K
rsync soundcore AeroClip (input)_2026-05-12_09-39-28.mp4 → NAS ✓ 34K
rsync soundcore AeroClip (input)_2026-05-12_09-40-00.mp4 → NAS ✓ 53K
rsync soundcore AeroClip (input)_2026-05-12_09-40-30.mp4 → NAS ✓ 50K
rsync MacBook Pro Microphone (input)_2026-05-12_09-41-30.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-02.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-42-32.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-02.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-43-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-02.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-44-32.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-02.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-45-32.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-02.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-46-32.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-01.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-47-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-01.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-48-31.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-01.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_09-49-31.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-01.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_09-50-31.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-01.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_09-51-31.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-01.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-52-31.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-00.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_09-53-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-00.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_09-54-30.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-00.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_09-55-30.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-01-32.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-01.mp4 → NAS ✓ 221K
rsync MacBook Pro Microphone (input)_2026-05-12_10-02-30.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-00.mp4 → NAS ✓ 208K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-03-59.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-29.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-04-59.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-29.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-05-59.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-29.mp4 → NAS ✓ 197K
rsync MacBook Pro Microphone (input)_2026-05-12_10-06-59.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-29.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-07-59.mp4 → NAS ✓ 198K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-28.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-08-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-28.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-09-58.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-28.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-10-58.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-28.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-11-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-28.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-12-58.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-13-58.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-28.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-14-58.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-28.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-15-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-16-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-27.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-17-57.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-27.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-18-57.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-27.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-19-57.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-28-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-24.mp4 → NAS ✓ 215K
rsync MacBook Pro Microphone (input)_2026-05-12_10-29-53.mp4 → NAS ✓ 216K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-30-53.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-23.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-31-53.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-23.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-32-53.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-23.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-33-53.mp4 → NAS ✓ 200K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-22.mp4 → NAS ✓ 199K
rsync MacBook Pro Microphone (input)_2026-05-12_10-34-52.mp4 → NAS ✓ 203K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-22.mp4 → NAS ✓ 201K
rsync MacBook Pro Microphone (input)_2026-05-12_10-35-52.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-22.mp4 → NAS ✓ 226K
rsync MacBook Pro Microphone (input)_2026-05-12_10-36-52.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-22.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-37-52.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-22.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-38-52.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-22.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-39-51.mp4 → NAS ✓ 213K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-21.mp4 → NAS ✓ 218K
rsync MacBook Pro Microphone (input)_2026-05-12_10-40-51.mp4 → NAS ✓ 212K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-21.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-41-51.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-21.mp4 → NAS ✓ 219K
rsync MacBook Pro Microphone (input)_2026-05-12_10-42-51.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-21.mp4 → NAS ✓ 223K
rsync MacBook Pro Microphone (input)_2026-05-12_10-43-50.mp4 → NAS ✓ 233K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-20.mp4 → NAS ✓ 222K
rsync MacBook Pro Microphone (input)_2026-05-12_10-44-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-20.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-45-50.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-20.mp4 → NAS ✓ 210K
rsync MacBook Pro Microphone (input)_2026-05-12_10-46-50.mp4 → NAS ✓ 211K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-19.mp4 → NAS ✓ 209K
rsync MacBook Pro Microphone (input)_2026-05-12_10-47-49.mp4 → NAS ✓ 207K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-19.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-48-49.mp4 → NAS ✓ 205K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-19.mp4 → NAS ✓ 206K
rsync MacBook Pro Microphone (input)_2026-05-12_10-49-49.mp4 → NAS ✓ 202K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-19.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-50-49.mp4 → NAS ✓ 204K
rsync MacBook Pro Microphone (input)_2026-05-12_10-51-19.mp4 → NAS ✓ 198K
...
|
iTerm2
|
-zsh
|
NULL
|
32424
|
|
32633
|
rireroxjiminny* Application• iCloud Drive992 Svnc rireroxjiminny* Application• iCloud Drive992 Svnc toldel0 DXP4800PLUS-B5F €• Orange• Red• Yellow• Purple• All Tags.mistorybookmarksloolsWindowmelp0 MacBook Pro Microphone inout) 2026-05-13 06-20-25.mp4• System Audio (output)_2026-05-13_06-20-25.mp4MacBook Pro Microphone (input)_2026-05-13_06-19-55.mp4•system Audio (output 2026-05-13 06-19-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-19-25.mp4D System Audio (output)_2026-05-13_06-19-25.mp4• MacBook Pro Microphone (input) 2026-05-13_06-18-55.mp401 Svstem Audio loutout 2026-05-13 06-18-55.m04• MacBook Pro Microphone (input) 2026-05-13_06-18-25.mp4System Audio (output)_2026-05-13_06-18-25.mp4• MacBook Pro Microphone (input) 2026-05-13 _ 06-17-55.mp4@l Svctem Audio (outnut) 2026-05-12 06-17-55 mnЛ(input)_2026-05-13_06-17-25.mp4• System Audio (output) 2026-05-13 06-17-25.mp41 MacBook Pro Micronhone inout) 2026-05-13 06-16-53.mo4D System Audio (output)_2026-05-13_06-16-53.mр4dataMacBook Pro Microphone inout) 2026-05-12 18-45-26,m04• MacBook Pro Microphone (input) 2026-05-12 18-44-26.mp4D MacBook Pro Microphone (input)_2026-05-12_18-43-26.mp4• MacBook Pro Microphone (input) 2026-05-12 18-42-26.mp4a1 MacBook Pro Micronhone (innut) 2026-05-12 18-41-26.mn4• MacBook Pro Microphone (input)_2026-05-12_18-40-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-40-26.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-39-56 mo4• MacBook Pro Microphone (input) 2026-05-12 18-39-26.mp4e мacboоk Pro Microphone inout4020-05-1218-38-26.mp4• MacBook Pro Micronhone (innut) 2026-05-12 18-37-56.mn4• MacBook Pro Microphone(input)_2026-05-12_18-37-26.mp4• MacBook Pro Microphone (input)_2026-05-12_18-36-56.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-36-26 mo4MacBook Pro Microphone (input) 2026-05-12 18-35-56.mp401 MacBook Pro Microphone inout) 2026-05-12 18-34-56.mo4|@ MacRook Pro Micronhone (innut) 2026-05-12 18-22-56 mn4|• MacBook Pro Mic(input)_2026-05-12_18-32-56.mp4• MacBook Pro Microphone (input) 2026-05-12 18-32-26.mp401 MacBook Pro Micronhone (inout) 2026-05-12 18-31-56.mo4• MacBook Pro Microphone (input) 2026-05-12 18-30-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-29-56.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-28-56.mo4@l MacRook Dro Micronhone (innut) 2026-05-12 18-28-26 mn/0 MacBook Pro Micronhoneinout 2026-05-12 18-26-56.m04@ MacBook Pro Microphone (input) 2026-05-12_18-26-26.mp4a1 MacBook Pro Micronhone (inout) 2026-05-12 18-25-56.mo4D MacBook Pro Microphone (input)_2026-05-12_18-24-56.mp4• MacBook Pro Microphone (input) 2026-05-12 18-24-26.mp401 MacBook Pro Microphone ((inout) 2026-05-12 18-23-56.mo4al MasPaal Dra Micranhana finnutl 2006 06. 12 10. 22, 26 mк/• MacBook Pro Microphone(input)_2026-05-12_18-22-56.mp4@ MacBook Pro Microphone (input) 2026-05-12 18-22-26.mp4a1 MacBook Pro Micronhone (innut) 2026-05-12 18-21-56.mn4@ MacBook Pro Microphone (input) 2026-05-12 18-21-26.mр4MacBook Pro Microphone (input) 2026-05-12 18-20-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-20-27.mp4hel"suppont Dally• In zn 30m[JY-19967) Upgrade Python and li)Dependabot alerts • jiminny/proph4 [JY-19958] Upgrade BE libraries* Low vulnerabilities identified in paop/backend-code - Vanta2. NVD - cve-2026-6722(JY-20773] User Pilot not receivir• JY-19957 1 Remove abanded svm) TypeError: League|Flysystem\F) New TabT (SRD-6848] Sidekick SMS issue -fJY-19957] Upgrade BE libraries() JY-19957 | Remove abanded symHigh vulnerabilities identified in pa12 Medium vulnerabilities identified il(* Low vulnerabilities identified in paExplore08nny.sentry.lo/ssuIssues / e APP-1DTFTypeerrorI League Flysystem Filesystem:hasD: Argument #1 (Slocation) must be of type string, null given, called in /home/jiminny/vendor/larave/framework/src/lluminate/Filesystem/FilesystemAdapter.php on line 218aoo/Joos/AutomatedReoorts/SendReoortJob.ono in Jiminny Joos AutomatedRenortsSendReoortJob:handleResolvedUnresolveproduction-eu, production9OD V• Filter events...Events1.3KUsersЛП.Tmmmmmm h.Fob 28 10:00 PMIIMar 31 9:00 PMruntimemechanismView all tags100% php 8.3.30dovx genencEvents v in this issueView More Events© Copy asID: 2dc71891a day ago | JSONJump to: HignlightsStack Tracephp php 8.3.30Linux 6.1.164-196.303.amzn2023.aarch64₴ 884981 # production~ HighlightshondlodLevelerrorTrace: Trace ID0316e00033с74084а0827048-7610674v Stack Trace Display© Copy as vTeasue ERysysten Fi1esystem: has(): Argunent #1 (Slocation) must be of type string, null given, called in /home/ siminny/vendor/ 1arave1/Franework /9rc/71lumänate/F3 lesysten/F11esystenAdapter, phe on 1ine 218mechanismgeneri.handled truecodeCrashedin non-aoo:/vendor/leaaue/fivsvstem/src/Filesvstem.oho:46inLeague.Flvsvstem.Fillesvstem.hagShow 1 more frameapp/Jobs/AutomatedReports/SendReportJob.ohp:80in JiminnyJobs_AutomatedReports SendReportJob:handle•• InAppvSs3Path= SautomatedRenortsService->aetMediaPath(Sreport):/Verify the file exists in S3if (1 Storage::disk('client-data-cloud')->exists($s3Path)) <Slogger->error self::LOG PREFIXI• Report file not found in S3'. ["s3Path' => Ss3Path.automatedRenortsSerOhiert liminnvlSorvicoclKiocklAutomatedPenortclAntomatedPenortcSorvicovice100% L2Wed 13 May 12:30:31@ Ask Seer &.Events (totalUsers (90d)2.4KPriority ailvAssignee LK Lukas KovalikLast seen a day agoin release 884781First seen 8 months agov Seer Autofix €Meet Seer, your Al assistantDebug faster with Sentry's agent,Seer. Seer connects to vour reoos.scans your issues, hiahliahts quickfixes, and proposes solutions. You caneven integrate with your favoriteadent to imolement chandes in code.[ Try out Seer now• Issue TrackingGitHuhS Jiralv ActivitvResolved3 hours aadbv Lukas KovalikAccianed20 hours agobv Lukas Kovalik to themselves.> Marked as Ongoingautomatically by Sentryo months agoView 5 morePeonleLKИP participatinaGD IAMP +4 viewedSimilar IssuesMeraed IssuesView...
|
iTerm2
|
NULL
|
NULL
|
32633
|
|
32634
|
SlackFileEditViewGoHistoryWindowHelpDOCKERDEV (-zs SlackFileEditViewGoHistoryWindowHelpDOCKERDEV (-zsh)О 882rsync MacBook Pro Microphone(input)_2026-05-12_18-22-26.mp4→ NAS / 209Krsync MacBook Pro Microphone(input)_2026-05-12_18-22-56.mp4→ NAS ‹ 214Krsync MacBook Pro Microphone (input)_2026-05-12_18-23-26.mp4→ NAS ‹ 212Krsync MacBook Pro Microphone (input)_2026-05-12_18-23-56.mp4→ NAS / 214Krsync MacBook Pro Microphone (input)_2026-05-12_18-24-26.mp4 → NAS ‹ 200Krsync MacBookPro Microphone (input)_2026-05-12_18-24-56.mp4 → NAS ‹ 217Krsync MacBook Pro Microphone (input)_2026-05-12_18-25-56.mp4→ NAS ‹ 214Krsync MacBook Pro Microphone (input)_2026-05-12_18-26-26.mp4 → NAS ‹ 198Krsync MacBook Pro Microphone (input)_2026-05-12_18-26-56.mp4 → NAS ‹ 207Krsync MacBook Pro Microphone (input)_2026-05-12_18-28-26.mp4 → NAS + 216Krsync MacBook Pro Microphone (input)_2026-05-12_18-28-56.mp4→ NAS / 207Krsync MacBook Pro Microphone (input)_2026-05-12_18-29-56.mp4→ NAS ‹ 198Krsync MacBook Pro Microphone (input)_2026-05-12_18-30-56.mp4 → NAS• 198Krsync MacBook Pro Microphone (input)_2026-05-12_18-31-56.mp4→ NAS / 199Krsync MacBook Pro Microphone (input)_2026-05-12_18-32-26.mp4→ NAS ‹ 199Krsync MacBook Pro Microphone (input)_2026-05-12_18-32-56.mp4 NAS + 201Krsync MacBook Pro Microphone (input)_2026-05-12_18-33-56.mp4→ NAS ‹ 199Krsync MacBook Pro Microphone (input)_2026-05-12__18-34-56.mp4→ NAS ‹ 199Krsync MacBook Pro Microphone (input)_2026-05-12_18-35-26.mp4 → NAS 198Krsync MacBook Pro Microphone (input)_2026-05-12_18-35-56.mp4 → NAS ‹ 200Krsync MacBook Pro Microphone (input)_2026-05-12_18-36-26.mp4 → NAS ‹ 206Krsync MacBook Pro Microphone (input)_2026-05-12_18-36-56.mp4 → NAS ‹ 205Krsync MacBook Pro Microphone (input)_2026-05-12_18-37-26.mp4 NAS ‹ 201Krsync MacBook Pro Microphone (input)_2026-05-12_18-37-56.mp4→ NAS / 199Krsync MacBook Pro Microphone (input)_2026-05-12_18-38-26.mp4 → NAS ‹ 199Krsync MacBook Pro Microphone (input)_2026-05-12_18-38-56.mp4 → NAS ‹ 200Krsync MacBook Pro Microphone (input)_2026-05-12_18-39-26.mp4→ NAS ‹ 200Krsync MacBook Pro Microphone (input)_2026-05-12_18-39-56.mp4 → NAS ‹ 195Krsync MacBook Pro Microphone (input)_2026-05-12_18-40-26.mp4 → NAS ‹ 198Krsync MacBook Pro Microphone (input)_2026-05-12_18-40-56.mp4 → NAS + 202Krsync MacBook Pro Microphone (input)_2026-05-12_18-41-26.mp4 → NAS + 203Krsync MacBook Pro Microphone (input)_2026-05-12_18-42-26.mp4 → NAS ‹ 209Krsync MacBook Pro Microphone (input)_2026-05-12_18-43-26.mp4 NAS ‹ 207Krsync MacBook Pro Microphone (input)_2026-05-12_18-44-26.mp4 → NAS ‹ 210Krsync MacBook Pro Microphone (input)_2026-05-12_18-45-26.mp4 → NAS + 207Kaudio files total:1113 file(s), 145M[+08m26s] • Copying screenpipe logs for 2026-05-12rsync logs + NAS• 1 file(s), 304K2026-05-13 12:20:12][2026-05-13 12:20:12][2026-05-1312:20:12]Archive DB size:763MTotal time:8m26sSynccomplete for 2026-05-12[2026-05-13 12:20:12]lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny~/.screenpipe/scripts/lib $ UAPP (-zshHomeDMsActivityFilesLaterMoreJiminny ...cunoartylau# engineering# general# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya DimitrovaRo Steliyan Georgievo Petko Kashinski. Aneliya Angelovaã. Stefka Stoyanova€. Vasil VasilevE. Lukas Kovalik y...l:: AppsJira CloudToastSupport Daily - in 2h 30 m100% <78•Wed 13 May12:30:33Describe what you are looking forNikolay Ivanov6 0MessagesAdd canvas@ Files+Lukas Kovalik 11.Today ~мен все ме праща наhttps://app.vanta.com/c/jiminny.com/employee/onboardingNikolay Ivanov 11:01 AMХм, Джейс дали не може да ти помогне?Lukas Kovalik 11:01 AMще питам James, предполагам че нямам правада мерсиNikolay Ivanov 11:01 AMмдаМОЛЯLukas Kovalik 12:13 PMНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerMessage Nikolay Ivanov...
|
iTerm2
|
NULL
|
NULL
|
32634
|
|
32635
|
rireroxjiminny* Application• iCloud Drive992 Svnc rireroxjiminny* Application• iCloud Drive992 Svnc toldel0 DXP4800PLUS-B5F €• Orange• Red• Yellow• Purple• All Tags.mistorybookmarksloolsWindowmelp0 MacBook Pro Microphone inout) 2026-05-13 06-20-25.mp4• System Audio (output)_2026-05-13_06-20-25.mp4MacBook Pro Microphone (input)_2026-05-13_06-19-55.mp4•system Audio (output 2026-05-13 06-19-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-19-25.mp4D System Audio (output)_2026-05-13_06-19-25.mp4• MacBook Pro Microphone (input) 2026-05-13_06-18-55.mp401 Svstem Audio loutout 2026-05-13 06-18-55.m04• MacBook Pro Microphone (input) 2026-05-13_06-18-25.mp4System Audio (output)_2026-05-13_06-18-25.mp4• MacBook Pro Microphone (input) 2026-05-13 _ 06-17-55.mp4@l Svctem Audio (outnut) 2026-05-12 06-17-55 mnЛ(input)_2026-05-13_06-17-25.mp4• System Audio (output) 2026-05-13 06-17-25.mp41 MacBook Pro Micronhone inout) 2026-05-13 06-16-53.mo4D System Audio (output)_2026-05-13_06-16-53.mр4dataMacBook Pro Microphone inout) 2026-05-12 18-45-26,m04• MacBook Pro Microphone (input) 2026-05-12 18-44-26.mp4D MacBook Pro Microphone (input)_2026-05-12_18-43-26.mp4• MacBook Pro Microphone (input) 2026-05-12 18-42-26.mp4a1 MacBook Pro Micronhone (innut) 2026-05-12 18-41-26.mn4• MacBook Pro Microphone (input)_2026-05-12_18-40-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-40-26.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-39-56 mo4• MacBook Pro Microphone (input) 2026-05-12 18-39-26.mp4e мacboоk Pro Microphone inout4020-05-1218-38-26.mp4• MacBook Pro Micronhone (innut) 2026-05-12 18-37-56.mn4• MacBook Pro Microphone(input)_2026-05-12_18-37-26.mp4• MacBook Pro Microphone (input)_2026-05-12_18-36-56.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-36-26 mo4MacBook Pro Microphone (input) 2026-05-12 18-35-56.mp401 MacBook Pro Microphone inout) 2026-05-12 18-34-56.mo4|@ MacRook Pro Micronhone (innut) 2026-05-12 18-22-56 mn4|• MacBook Pro Mic(input)_2026-05-12_18-32-56.mp4• MacBook Pro Microphone (input) 2026-05-12 18-32-26.mp401 MacBook Pro Micronhone (inout) 2026-05-12 18-31-56.mo4• MacBook Pro Microphone (input) 2026-05-12 18-30-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-29-56.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-28-56.mo4@l MacRook Dro Micronhone (innut) 2026-05-12 18-28-26 mn/0 MacBook Pro Micronhoneinout 2026-05-12 18-26-56.m04@ MacBook Pro Microphone (input) 2026-05-12_18-26-26.mp4a1 MacBook Pro Micronhone (inout) 2026-05-12 18-25-56.mo4D MacBook Pro Microphone (input)_2026-05-12_18-24-56.mp4• MacBook Pro Microphone (input) 2026-05-12 18-24-26.mp401 MacBook Pro Microphone ((inout) 2026-05-12 18-23-56.mo4al MasPaal Dra Micranhana finnutl 2006 06. 12 10. 22, 26 mк/• MacBook Pro Microphone(input)_2026-05-12_18-22-56.mp4@ MacBook Pro Microphone (input) 2026-05-12 18-22-26.mp4a1 MacBook Pro Micronhone (innut) 2026-05-12 18-21-56.mn4@ MacBook Pro Microphone (input) 2026-05-12 18-21-26.mр4MacBook Pro Microphone (input) 2026-05-12 18-20-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-20-27.mp4hel"suppont Dally• In zn 30m[JY-19967) Upgrade Python and li)Dependabot alerts • jiminny/proph4 [JY-19958] Upgrade BE libraries* Low vulnerabilities identified in paop/backend-code - Vanta2. NVD - cve-2026-6722(JY-20773] User Pilot not receivir• JY-19957 1 Remove abanded svm) TypeError: League|Flysystem\F) New TabT (SRD-6848] Sidekick SMS issue -fJY-19957] Upgrade BE libraries() JY-19957 | Remove abanded symHigh vulnerabilities identified in pa12 Medium vulnerabilities identified il(* Low vulnerabilities identified in paExplore08nny.sentry.lo/ssuIssues / e APP-1DTFTypeerrorI League Flysystem Filesystem:hasD: Argument #1 (Slocation) must be of type string, null given, called in /home/jiminny/vendor/larave/framework/src/lluminate/Filesystem/FilesystemAdapter.php on line 218aoo/Joos/AutomatedReoorts/SendReoortJob.ono in Jiminny Joos AutomatedRenortsSendReoortJob:handleResolvedUnresolveproduction-eu, production9OD V• Filter events...Events1.3KUsersЛП.Tmmmmmm h.Fob 28 10:00 PMIIMar 31 9:00 PMruntimemechanismView all tags100% php 8.3.30dovx genencEvents v in this issueView More Events© Copy asID: 2dc71891a day ago | JSONJump to: HignlightsStack Tracephp php 8.3.30Linux 6.1.164-196.303.amzn2023.aarch64₴ 884981 # production~ HighlightshondlodLevelerrorTrace: Trace ID0316e00033с74084а0827048-7610674v Stack Trace Display© Copy as vTeasue ERysysten Fi1esystem: has(): Argunent #1 (Slocation) must be of type string, null given, called in /home/ siminny/vendor/ 1arave1/Franework /9rc/71lumänate/F3 lesysten/F11esystenAdapter, phe on 1ine 218mechanismgeneri.handled truecodeCrashedin non-aoo:/vendor/leaaue/fivsvstem/src/Filesvstem.oho:46inLeague.Flvsvstem.Fillesvstem.hagShow 1 more frameapp/Jobs/AutomatedReports/SendReportJob.ohp:80in JiminnyJobs_AutomatedReports SendReportJob:handle•• InAppvSs3Path= SautomatedRenortsService->aetMediaPath(Sreport):/Verify the file exists in S3if (1 Storage::disk('client-data-cloud')->exists($s3Path)) <Slogger->error self::LOG PREFIXI• Report file not found in S3'. ["s3Path' => Ss3Path.automatedRenortsSerOhiert liminnvlSorvicoclKiocklAutomatedPenortclAntomatedPenortcSorvicovice100% L2Wed 13 May 12:30:32@ Ask Seer &.Events (totalUsers (90d)2.4KPriority ailvAssignee LK Lukas KovalikLast seen a day agoin release 884781First seen 8 months agov Seer Autofix €Meet Seer, your Al assistantDebug faster with Sentry's agent,Seer. Seer connects to vour reoos.scans your issues, hiahliahts quickfixes, and proposes solutions. You caneven integrate with your favoriteadent to imolement chandes in code.[ Try out Seer now• Issue TrackingGitHuhS Jiralv ActivitvResolved3 hours aadbv Lukas KovalikAccianed20 hours agobv Lukas Kovalik to themselves.> Marked as Ongoingautomatically by Sentryo months agoView 5 morePeonleLKИP participatinaGD IAMP +4 viewedSimilar IssuesMeraed IssuesView...
|
iTerm2
|
NULL
|
NULL
|
32635
|
|
32637
|
Last login: Tue May 12 17:54:40 on console
Poetry Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop) $
Menu
⌥1 DOCKER (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥2 PROD (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥3 EU (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥4 STAGE (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥5 QA (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥6 FE (-zsh)
Last login: Tue May 12 20:12:05 on ttys005
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥7 EXT (-zsh)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DOCKER (-zsh)...
|
iTerm2
|
DOCKER (-zsh)
|
NULL
|
32637
|
|
32640
|
iTerm2ShellEditViewSessionScriptsProfilesWindowHel iTerm2ShellEditViewSessionScriptsProfilesWindowHelp• •DOCKER081DEV (-zsh)О 882X MDOCKER (-zsh)Last login: Tue May 12 17:54:40 on consolePoetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parentsPoetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop) $DOCKER (-zsh)|APP (-zsh)0§ Support Daily • in 2h 30 mA100% <78• Wed 13 May12:30:40-zsh84screenpipe"PROD (-zsh)Last login:Tue May 12 17:54:40 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ IX T3 EU (-zsh)Last login: Tue May 12 17:54:40on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.tomlfile in /Users/lukas or its parentsukas-Kovaliks-MacBook-Pro-Jiminny ~ $ [|T4 STAGE (-zsh)Last login: Tue May 12 17:54:40 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-JiminnyX 15 QA (-zsh)Last login: Tue May 12 20:12:05 on ttys001Poetry could not find a pyproject.toml file in /Users/lukas or its parentsPoetry could not find a pyproject.toml file in /Users/lukas or its parentsukaset6FE (-zsh)Last login: Tue May 12 20:12:05 on ttys001181О ₴5PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could notfind a pyproject.toml file in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ lX 27 EXT (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONPoetrycould not find a pyproject.tomlfile in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ l...
|
iTerm2
|
NULL
|
NULL
|
32640
|
|
32641
|
Docker DesktopE jiminny• iCloud Drive283 Sync fold Docker DesktopE jiminny• iCloud Drive283 Sync folderDXP4800PLUS-B5FA® Network• Orange• Red• Yellow• Green• Blue• Purple• All Tags.0 MacBook Pro Microphone inout) 2026-05-13 06-20-25.mp4D System Audio (output)_2026-05-13_06-20-25.mp4D MacBook Pro Microphone (input) 2026-05-13_06-19-55.mp4•system Audio (output 2026-05-13 06-19-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-19-25.mp4• System Audio (output)_2026-05-13_06-19-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-18-55.mp401 Svstem Audio loutout 2026-05-13 06-18-55.m04D MacBook Pro Microphone (input)_2026-05-13_06-18-25.mp4D System Audio (output)_2026-05-13_06-18-25.mp4• MacBook Pro Microphone (input) 2026-05-13_ 06-17-55.mp4|System Audio (output)_2026-05-13_06-17-55.mp4(input)_2026-05-13_06-17-25.mp4D System Audio (output)_2026-05-13_06-17-25.mp41 MacBook Pro Micronhone inout) 2026-05-13 06-16-53.mo4D System Audio (output)_2026-05-13_06-16-53.mр4› dataMacBook Pro Microphone inout) 2026-05-12 18-45-26,m04MacBook Pro Microphone (input)_2026-05-12_18-44-26.mp42026-05-12_18-43-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-42-26.mp4• MacBook Pro Microphone (input)_2026-05-12_18-41-26.mp4ophone input 2026-05-12 18-40-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-40-26.mp401 MacBook Pro Microphone (inout) 2026-05-12 18-39-56 mo4• MacBook Pro Microphone (input)_2026-05-12_18-39-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-38-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-37-56.mp4input)_2026-05-12_18-37-26.mp4• MacBook Pro Microphone (input)_2026-05-12_18-36-56.mp4D MacBook Pro Microphone (input)_2026-05-12_18-36-26.mp4MaeBook Pro Mtropione (inpu) 2026-05-1218-35-26 mpaMacBook Pro Microphone (input)_2026-05-12_18-34-56.mp4D MacBook Pro Microphone (input)_2026-05-12_18-33-56.mp4input)_2026-05-12_18-32-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-32-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-31-56.mp4D MaBok Po Mcrophone (nрu) 2026-05-7218-20-56.mmMacBook Pro Microphone (input)_ 2026-05-12_18-29-56.mр4• MacBook Pro Microphone (input)_2026-05-12_18-28-56.mp4D MacBook Pro Microphone (input)_2026-05-12_18-28-26.mp4• MacBook Pro Micr(input)_2026-05-12_18-26-56.mp4• MacBook Pro Microphone (input)_2026-05-12_18-26-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-25-56.mp4D MacBook Pro Microphone (input)_2026-05-12_18-24-56.mp4MacBook Pro Microphone (input)_2026-05-12_18-24-26.mp401 MacBook Pro Microphone ((inout) 2026-05-12 18-23-56.mo4• MacBook Pro Microphone (input) 2026-05-12 18-23-26.mp4D MacBook Pro Microphone(input)_2026-05-12_18-22-56.mp4MacBook Pro Microphone (input)_2026-05-12_18-22-26.mp4a1 MacBook Pro Micronhone (innut) 2026-05-12 18-21-56.mn4MacBook Pro Microphone (input)_2026-05-12_18-21-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-20-56.mp4MacBook Pro Microphone (inout) 2026-05-12 18-20-27 mo4[JY-19967) Upgrade Python and lia Dependabot alerts - liminny/oroph.1 (UY-19958] Upgrade BE libraric x* Low vulnerabilities identified in paop/backend-code - Vanta2. NVD - cve-2026-6722(UY-20773) User Pilot not receivin• JY-19957 | Remove abanded svmTypeError: LeaguelFlysystem1|Files)e New Tab(SRD-6848] Sidekick SMS issue -fJY-19957] Upgrade BE libraries8) .IY-19957 | Remove abanded svmHigh vulnerabilities identified in pa12 Medium vulnerabilities identified ilLow vulnerabilities identified in pacO JIMINNYQ Search@ For you© Recent# Starred8f Apps• SpacesJiminny (New)I 00 Platform TeamIID Capture TeamI Enterprise Stability I...W Processing TeamMl SE Kanbanl( Service-Desk= More spaces= Filters|C Dashboards@ Operations2 Confluence:: Teams"a Customise sidebarminny.atlassian.net/browse/JY-19958Spaces / E Jiminny (New) / # JY-12249 / E JY-19958Upgrade BE libraries - May~ DesciFix BE• • • tit dockerdeskto,p PERSONALĐ VaĐ VaĐ VàSubtaAdd SILinkeAdd litActivQ SearchStarting the Docker Engine...Docker Engine is the underlying technology that runs containersEngine startingRAM O00 GR CPU10.00% Dick'.. GR used (limit • . GR)•$0 MO"suppont Dally• In zn 30m+ Create100% L28• Wed 13 May 12:30:42Ask RovoSign in> O Update available1810 k Moaladdlond!!Days* Improve Technical StoryLukas Kovalik& Stefka Stoyanova@ Open with VS Code8 Create branch{ Create commit(Platform]Add optionsNoneNoneNone= MediumNonePlatform Sprint 4 Q2No→ JY-12249 Maintenance)Open Canny LinksOriginal estimate, Time trackingRule executions...
|
iTerm2
|
NULL
|
NULL
|
32641
|
|
32683
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32683
|
|
32685
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (-zsh)...
|
iTerm2
|
DEV (-zsh)
|
NULL
|
32685
|
|
32686
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (-zsh)...
|
iTerm2
|
DEV (-zsh)
|
NULL
|
32686
|
|
32687
|
Last login: Tue May 12 17:54:40 on console
Poetry Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop) $
Menu
⌥1 DOCKER (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥2 PROD (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥3 EU (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥4 STAGE (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥5 QA (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥6 FE (-zsh)
Last login: Tue May 12 20:12:05 on ttys005
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥7 EXT (-zsh)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DOCKER (-zsh)...
|
iTerm2
|
DOCKER (-zsh)
|
NULL
|
32687
|
|
32688
|
Last login: Tue May 12 17:54:40 on console
Poetry Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop) $
Menu
⌥1 DOCKER (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥2 PROD (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥3 EU (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥4 STAGE (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥5 QA (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥6 FE (-zsh)
Last login: Tue May 12 20:12:05 on ttys005
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥7 EXT (-zsh)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DOCKER (-zsh)...
|
iTerm2
|
DOCKER (-zsh)
|
NULL
|
32688
|
|
32689
|
Last login: Tue May 12 17:54:40 on console
Poetry Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/infrastructure/dev/docker or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/infrastructure/dev/docker (develop) $ work
WARN[0000] /Users/lukas/jiminny/infrastructure/dev/docker/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
Attaching to blackfire-1, datadog-1, jiminny_ext-1, mariadb-1, docker_lamp_1, elasticsearch, kibana, ngrok, redis
mariadb-1 | 2026-05-13 09:32:37+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:11.4.5+maria~ubu2404 started.
redis | 1:C 13 May 2026 09:32:37.565 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis | 1:C 13 May 2026 09:32:37.566 # Redis version=5.0.14, bits=64, commit=00000000, modified=0, pid=1, just started
redis | 1:C 13 May 2026 09:32:37.566 # Configuration loaded
redis | 1:M 13 May 2026 09:32:37.572 * Running mode=standalone, port=6379.
redis | 1:M 13 May 2026 09:32:37.572 # Server initialized
redis | 1:M 13 May 2026 09:32:37.572 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis | 1:M 13 May 2026 09:32:37.577 * Reading RDB preamble from AOF file...
redis | 1:M 13 May 2026 09:32:37.584 * Reading the remaining AOF tail...
blackfire-1 | [2026-05-13T09:32:37Z] ERROR: The server ID parameter is not set. Please run 'blackfire-agent -register' to configure it.
blackfire-1 | usage blackfire-agent [options]
blackfire-1 | --collector="[URL_WITH_CREDENTIALS] ~ $
Menu
⌥2 PROD (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥3 EU (-zsh)
Last login: Tue May 12 17:54:40 on console
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥4 STAGE (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥5 QA (-zsh)
Last login: Tue May 12 20:12:05 on ttys001
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥6 FE (-zsh)
Last login: Tue May 12 20:12:05 on ttys005
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
Poetry could not find a pyproject.toml file in /Users/lukas or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $
Menu
⌥7 EXT (-zsh)
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DOCKER (docker-compose)...
|
iTerm2
|
DOCKER (docker-compose)
|
NULL
|
32689
|
|
32690
|
PhpStorm>0 lhl§ Support Daily - in 2h 28 m100% PhpStorm>0 lhl§ Support Daily - in 2h 28 m100% C8•Wed 13 May 12:32:43DOCKER (docker-compose)APP (-zsh)DOCKER181DEV (-zsh)₴82DOCKER (docker-compose)docker_lamp_1docker_lamp_1+ cp -f /home/jiminny/.env /home/jiminny/.env.root+ cp -f /home/jiminny/.env /home/jiminny/.env.migratedocker_lamp_1+ sed-i-E 's~[ENV_SECRET] /home/jiminny/.env.migratedocker_lamp_1I + sed-i-E 's~[ENV_SECRET] /home/jiminny/.env.rootdocker_lamp_1I + sed-i-E 's~DB_USERNAME=. *S~DB_USERNAME=root~g' /home/jiminny/.env.migratedocker_1amp_1I + sed-i -E 's~DB_USERNAME=. *S~DFootdatadog-1datadog-1-zsh84screenpipe"XIPROD (-zsh)Last login: Tue May 12 17:54:40 on consolePoetry could not find a pyproject.toml file in /Users/lukas or its parentsdatadog-1t containerdatadog-1---------0datadog-1docker_lamp_1docker_lamp_1docker_lamp_1docker_lamp_1docker_lamp_1docker_1amp_1docker_lamp_1docker_1amp_1docker_Lamp_1docker_lamp_1docker_Lamp_1docker_lamp_1docker_lamp_1docker_lamp_1datadog-1mariadb-1mariadb-1datadog-1mariadb-1mariadb-1mariadb-1ort: 3306Poetry could notfind a pyproject.toml file in /Users/lukas or its parentslukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ ||23 EU (-zsh)1aлin:1217•54•40 an cAncolefile in /Users/lukas or its parentsI You must set an DD_API_KEY envir‹PhpStormfile in /Users/lukas or its parents2026.1ole+ cp -f/home/jiminny/.env /home,+ echo..+ echo'[ENV_SECRET] + echo DB_ADMIN_USERNAME=jmnyadmechoDB_DEV_PASSWORD=[PASSWORD] echoDB_DEV_USERNAME=jmnydevechoDB_ROOT_PASSWORD=[PASSWORD] DB_ROOT_USERNAME=root+ echoDB_WEB_PASSWORD=[PASSWORD] JETBRAINS IDESechoDB_WEB_USERNAME=jmnyweb+ [[ false== \f\a\l\s\e ]]+ declare COMPOSER_PARAM=--prefer+ [[ 0 -eq 1 ]]+ composerinstall --prefer-dist[cont-init.d] 01-check-apikey.sh: exited 1.2026-05-13[Note] Server socket created on IP:[IP_ADDRESS]'.2026-05-139:32:41 0 [Note]Server socket createdwith code2026-05-13mariadbd: Event Scheduler: Loaded 0 events2026-05-139:32:41 0 [Note]mariadbd: ready for connections.Version:'11.4.5-MariaDB-ubu2404'socket: '/run/mysqld/mysqld.sock'mariadb.org binary distributionfile in /Users/lukas or its parentsfile in /Users/lukas or its parents$001file in /Users/lukas or its parentsfile in /Users/lukas or its parents~ $ 0Last login: Tue May 12 20:12:05 on ttys001L881О 85PRODSTAGEPoetry could not find a pyproject.toml file in /Users/lukas or its parentsFRONTENDPoetry could notfind a pyproject.toml file in /Users/lukas or its parentsLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ lX 27 EXT (-zsh)Poetry could not find a pyproject.toml file in /Users/lukas or its parentsEXTENSIONView in Docker Desktopo View ConfigEnable WatchPoetrycould not find a pyproject.tomlfile in /Users/lukas or its parentsas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~ $ I...
|
iTerm2
|
NULL
|
NULL
|
32690
|
|
32706
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32706
|
|
32708
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32708
|
|
32709
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (-zsh)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (-zsh)...
|
iTerm2
|
DEV (-zsh)
|
NULL
|
32709
|
|
32710
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32710
|
|
32711
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny#
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32711
|
|
32712
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32712
|
|
32713
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32713
|
|
32744
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32744
|
|
32745
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32745
|
|
32784
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32784
|
|
32785
|
Last login: Tue May 12 20:12:05 on ttys006
Poetry Last login: Tue May 12 20:12:05 on ttys006
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
Poetry could not find a pyproject.toml file in /Users/lukas/jiminny/app or its parents
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug /bin/bash
Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ dev
root@docker_lamp_1:/home/jiminny# composer show phpunit/phpunit
name : phpunit/phpunit
descrip. : The PHP Unit Testing framework.
keywords : phpunit, testing, xunit
versions : * 11.5.55
type : library
license : BSD 3-Clause "New" or "Revised" License (BSD-3-Clause) (OSI approved) [URL_WITH_CREDENTIALS]
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
DEV (docker)...
|
iTerm2
|
DEV (docker)
|
NULL
|
32785
|
|
32786
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32786
|
|
32787
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32787
|
|
32788
|
whisper_backend_init_gpu: found GPU device 0: Meta whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git
DOCKER
Close Tab
DEV (docker)
Close Tab
APP (-zsh)
Close Tab
-zsh
Close Tab
screenpipe"
Close Tab
⌥⌘1
APP (-zsh)...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32788
|
|
32790
|
SlackFileEditViewGoHistoryWindowHelpAPPDOCKERmodif SlackFileEditViewGoHistoryWindowHelpAPPDOCKERmodified:modified:modified:modified:• 881DEV (docker)882APP (-zsh.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Jobs/AutomatedReports/SendReportJob.phpconfig/logging.phpUntracked files:Cuse "git add ‹file›..."to include in what will be committed).env.nikilocal.env.otherWEBHOOK_FILTERING_IMPLEMENTATION.mdapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.phpapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.phpids.txtpublic/favicon.icoraw_sql_query.sqltests/Unit/Policies/CanAccessAiReportsTest.phpchanges added to commit (use "gitadd"and/or "git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pullremote: Enumerating objects: 2910,remote: Counting objects: 100% (1291/1291), done.remote: Compressing objects: 100% (277/277), done.remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s,Resolving deltas: 100% (1796/1796), completed with 296 local objects.From github.com:jiminny/app35f036ace6..0bfd964b74-> origin/masterfb68866c33..c15e0c8201JY-18091-upgrade-to-php-8-5-> origin/JY-18091-1* [new branch]8743fea32e..7d2566f98aJY-20432-add-more-ffmpeg-logging-> origin/JY-20432-1JY-20606-desktop-app-recall-> origin/JY-20606-058c7b24ac5..08a2991724JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-00f3e438941..8ed8beb563JY-20725-handle-HS-search-rate-limit-> origin/JY-20725-1* Z0ew bran. 206629204d JY-20742-mр-рoc-> origin/JY-20742-1JY-20742-mcp-poc-OAuth-DCR-> origin/JY-20742-16ed9e2bb13..94fccdf9f57a3dd91aee..4f960247edJY-20808-low-priority-indexing-queue-> origin/JY-20808-JY-20820-es-reindex-stream-model-hydration-> origin/JY-20820-02c8a1d0856..fb7bfc86f9desktop-app-> origin/desktop-al89b45ec8b0..79ae4ed88amcp-tools-schemas-› origin/mcp-tools:* [new branch]remove-phpstan-errors-> origin/remove-ph:Updating 35f036ace6..0bfd964b74error: Your local changesto the following files would be overwritten by merge:app/Console/Commands/JiminnyDebugCommand.phpPlease commit your changes or stash them before you merge.Abortinglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ |HomeDMsActivityFilesLater..•Morelolol§ Support Daily • in 2h 23 m100% (C478•Wed 13 May 12:37:47•ED→Describe what you are looking forJiminny ...Nikolay Ivanov6 0curoarllou# engineering# general# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...• Messages+Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya Dimitrova. Steliyan Georgievo Petko KashinskiP. Aneliya Angelovaã. Stefka Stoyanova€. Vasil Vasilev •E. Lukas Kovalik y...AppsAdd canvasO FilesLukas Kovalik 11.Today ~мен все ме праща наhttps://app.vanta.com/c/jiminny.com/employee/onboardingNikolay Ivanov 11:01 AMХм, Джейс дали не може да ти помогне?Lukas Kovalik 11:01 AMще питам James, предполагам че нямам правада мерсиNikolay Ivanov 11:01 AMмдаМОЛЯLukas Kovalik 12:13 PMНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32790
|
|
32791
|
PhostormINavicatecodeFV [EMAIL]© LeadRepository.ph PhostormINavicatecodeFV [EMAIL]© LeadRepository.phpo syncrorlannat.ongcreatenuagecreatedevent.onp© CreateActivityAddedToPlapnp.onp-cs-tixer.aist.onp© UserAutomatedReportsController.php ›pnp.onostorm.meta.png© CreateSelfCoachedEvent.php= .onounit.result.cacheE.prettierianore© AskAnythinaPromptService.phpC) AutomatedReportsRepository.phpC) AutomatedReportsCommand.phpphp api v2.php=.windsurtrules(C) RequestGenerateReportJob.php©AutomatedReportResult.php(C) AutomatedReport.phpphp _ide_helper.phpphpide helper_models.ohpuse Jiminny \Services \Kiosk\AutomatedReports \ReportSort;use Jiminny\Services \Kiosk \AutomatedReports \ReportSortDirection;php artisancomposer.sonuse Jiminny services r lannatservice,comooser.lockdevendencv-checker.sonuse eLlumznace nucp kequestuse Throwable:dev.ison=ids.txtclass UserAutomatedReportsController extends Controller=infection.ison.distMINSTALL.mdpublic const int RESULTS PER_PAGE = 25:MLINTERNA WSRLOOk SSTUp 1=jiminny_storageML licensos mdM Makefilepublic const string SORT COLUMN = 'sort column':J package-lock.jsonE phpstan.neon.distE phpstan-baseline.neon<> phpunit.xmlTe raw_sqL_query.sqlMIDEAOMS mdllpublic const string SORT DTRECTION = 'sort direction':30 6tpublic function constructprivate readonly AutomatedReportsRepository $automatedReportsRepository,orivate readonly AutomatedRenortsService SautomatedRenortsService.{o sonar-project.propertiesEtest.pyprivate readonly ApiResponseService SapiResponseService,orivate readonilv Resnonse Sresnonsel‹> Untitled Diaaram.xmlJs vetur.confia.isM+ WEBHOOK FILTERING_IMPLEM> ih External Librariesv E° Scratches and Consolesv M Database Consolesprivate readonly PlanhatService $planhatService,PoST lanilvllautomated-renorts/interest 1usaae40 148 >public function trackInterest(Request Srequest): JsonResponset...}V AEU« console lEUl* Othrows ApplicationExceptionDEAL RISKS (EUIA DI (EU)#sulsu58(09>GET /api/v1/automated-reportspublic function list(Request $request): JsonResponse{...}/ lminnvalocalhost1 console fiiminnv@localho, 122# Di liiminnv@localhost]fiminnv@localhe 123 (kg>DELETE/api/vl/automated-reportskuuid)public function delete(Request Srequest. string Suuid): JsonResponse(...}lChecked out macteravOlocalhostllz zono_dev [jiminny@localh 149• #DDOnIconcole [DDOnl#concala 1 rppon1A DI [PRODI= custom.log|aravel.l0gA SF (jiminny@localhost]4 HS_local [jiminny@localhost]& console (PROD] X A console [EU]A console [STAGING]D69.Tx: Autov572| A14 ×2 ^ Y 575584587589594603604605So jiminnyCONCAT(u.id, CASE WHEN U.id = t.owner_id THEN ' (owner)' ELSE'' END) AS USer_id,040 A1 A40 V64 ^sa.*t.owner_id FROM social_accounts saNolN usens u on u.id e sa.sociablle i.diJOIN teams t .n<->l: on t.id = u.team_icWHERE u.team_id = 581 and sa.provider = 'salesforce';SELECT * FROM automated_report_results order by id desc;select * from features;select * from team_features where feature_id = 40;select * from teams where id = 556:select * from automated_reports:where id = 54; # 4fdd41f6-dcf0-30d0-b339-7345381b6044,["pdf" "podcast"]SELECT * FROM automated report_ results WHERE uuid to bin( '822fa41b-afd3-43a9-a248-86b0e36f3131') = uuid:select * from automated_report_results order by za desc;SELECT * FROM automated report resultsWHERE id = 1919select * from automated report results WHERE report id = 54:select * from opportunities where id = 7594349:SELE * FROM teamsWHERE name LIKE '%Les%': # 711, 692. 16067 -Timinnvintearationdlesmills.comselect * from playbooks where team id = 711; # event 226147SELEd * FROM Davbook catedonies WHERE Dlavbook 10 e 55151SELECT * FROM crm_fields WHERE crm_configuration_id = 692 and object_type = 'event':SELECT * SROM com fields WHERE 1d = 226147-SELECT * FROM com field values WHERE crm field id = 226147•SELECT * FROM crm_configurations WHERE id = 692;SELSCTCONCAT(u.id, CASE WHEN .id = t.owner_id THEN ' (owner)' ELSE "' END) AS user_id,nemailisa.*t.owner id FROM social accounts saJOIN users u on u.id = sa.sociable idJOIN teams t 1..n<->1: on t.id = u.team_idWHERE U.team id = 711 and sa.provider = 'salesforce':SELECT * FROM crm profiles co JOIN users u 1..n<->1: on u.id = co.user id WHERE u.team_id = 711:select * from leads:select * from calendars:SELECTcascadeNew Cascadesupoont Dally • In zn zsm100% 52• wea 13 May 12•3/.41AskJiminnyReportActivityServiceTestve Q+0 ..Cascade Code *.Kick off a new project. Make changesacross your entire codebaseC Event Serialization Requirement The user wants to determine if the SerializesModels trait is necessary in the Automat... 224C Fixina Automated Report Job Failure Due to Missina PDF URI, Planhat Event Playback InvestigationAsk anvthina (94L)¿ @scodo SWE.16• Workspace associated with branch 'master' hasbeen restoredPollbackConfiaureGOAISOLITE-Q...
|
iTerm2
|
NULL
|
NULL
|
32791
|
|
32792
|
SlackFileEditViewGoHistoryWindowHelpAPPDOCKERmodif SlackFileEditViewGoHistoryWindowHelpAPPDOCKERmodified:modified:modified:modified:DEV (docker)882APP (-zsh.env.localapp/Console/Commands/JiminnyDebugCommand.phpapp/Jobs/AutomatedReports/SendReportJob.phpconfig/logging.phpUntracked files:Cuse "git add<files..."to include in what will be committed).env.nikilocal.env.otherWEBHOOK_FILTERING_IMPLEMENTATION.mdapp/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.phpapp/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.phpids.txtpublic/favicon.icoraw_sql_query.sqltests/Unit/Policies/CanAccessAiReportsTest.phpchanges added to commit (use "gitadd"and/or "git commit -a")lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pullremote: Enumerating objects: 2910,remote: Counting objects: 100% (1291/1291), done.remote: Compressing objects: 100% (277/277), done.remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused1619 (from 3)Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s,Resolving deltas: 100% (1796/1796), completed with 296 local objects.From github.com:jiminny/app35f036ace6..0bfd964b74-> origin/masterfb68866c33..c15e0c8201JY-18091-upgrade-to-php-8-5-> origin/JY-18091-1* [new branch]8743fea32e..7d2566f98aJY-20432-add-more-ffmpeg-logging-> origin/JY-20432-cJY-20606-desktop-app-recall-> origin/JY-20606-058c7b24ac5..08a2991724JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-00f3e438941..8ed8beb563JY-20725-handle-HS-search-rate-limit-> origin/JY-20725-1* Z0ew bran. 206629204d JY-20742-mр-рoc-> origin/JY-20742-гJY-20742-mcp-poc-OAuth-DCR-> origin/JY-20742-16ed9e2bb13..94fccdf9f57a3dd91aee..4f960247edJY-20808-low-priority-indexing-queue-> origin/JY-20808-JY-20820-es-reindex-stream-model-hydration-> origin/JY-20820-42c8a1d0856..fb7bfc86f9desktop-app-> origin/desktop-al89b45ec8b0..79ae4ed88amcp-tools-schemas-› origin/mcp-tools-* [new branch]remove-phpstan-errors-> origin/remove-phiUpdating 35f036ace6..0bfd964b74error: Your local changesto the following files would be overwritten by merge:app/Console/Commands/JiminnyDebugCommand.phpPlease commit your changes or stash them before you merge.Abortinglukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ |•HomeDMsActivityFilesLater..•More• Support Daily - in 2 h 23 m100% <78•Wed 13 May 12:37:49ED→Describe what you are looking forJiminny ...Nikolay Ivanov6 0curoarllau# engineering# general# jiminny-bg# platform-tickets# product_launches# random# releases# sofia-office# support# thank-yous# the_people_of jimi...MessagesAdd canvas@ Files+Lukas Kovalik 11.Today ~мен все ме праща наhttps://app.vanta.com/c/jiminny.com/employee/onboardingNikolay Ivanov 11:01 AMХм, Джейс дали не може да ти помогне?Lukas Kovalik 11:01 AMще питам James, предполагам че нямам правада мерсиNikolay Ivanov 11:01 AMмда° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya DimitrovaRo Steliyan Georgievo Petko Kashinski®. Aneliya Angelovaã. Stefka Stoyanova€. Vasil Vasilev •E. Lukas Kovalik y...МОЛЯLukas Kovalik 12:13 PMНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerAppsJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32792
|
|
32812
|
whisper_init_state: compute buffer (decode) = 96 whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Jobs/AutomatedReports/SendReportJob.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
remote: Enumerating objects: 2910, done.
remote: Counting objects: 100% (1291/1291), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)
Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (1796/1796), completed with 296 local objects.
From github.com:jiminny/app
35f036ace6..0bfd964b74 master -> origin/master
fb68866c33..c15e0c8201 JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
* [new branch] JY-20432-add-more-ffmpeg-logging -> origin/JY-20432-add-more-ffmpeg-logging
8743fea32e..7d2566f98a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
58c7b24ac5..08a2991724 JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-anyvan-twilio-s3-recordings-ftech
0f3e438941..8ed8beb563 JY-20725-handle-HS-search-rate-limit -> origin/JY-20725-handle-HS-search-rate-limit
+ 20a74137b0...2a66292b4d JY-20742-mcp-poc -> origin/JY-20742-mcp-poc (forced update)
* [new branch] JY-20742-mcp-poc-OAuth-DCR -> origin/JY-20742-mcp-poc-OAuth-DCR
6ed9e2bb13..94fccdf9f5 JY-20808-low-priority-indexing-queue -> origin/JY-20808-low-priority-indexing-queue
7a3dd91aee..4f960247ed JY-20820-es-reindex-stream-model-hydration -> origin/JY-20820-es-reindex-stream-model-hydration
2c8a1d0856..fb7bfc86f9 desktop-app -> origin/desktop-app
89b45ec8b0..79ae4ed88a mcp-tools-schemas -> origin/mcp-tools-schemas
* [new branch] remove-phpstan-errors -> origin/remove-phpstan-errors
Updating 35f036ace6..0bfd964b74
error: Your local changes to the follow...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32812
|
|
32814
|
ggml_metal_free: deallocating
whisper_backend_init ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Jobs/AutomatedReports/SendReportJob.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
remote: Enumerating objects: 2910, done.
remote: Counting objects: 100% (1291/1291), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)
Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (1796/1796), completed with 296 local objects.
From github.com:jiminny/app
35f036ace6..0bfd964b74 master -> origin/master
fb68866c33..c15e0c8201 JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
* [new branch] JY-20432-add-more-ffmpeg-logging -> origin/JY-20432-add-more-ffmpeg-logging
8743fea32e..7d2566f98a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
58c7b24ac5..08a2991724 JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-anyvan-twilio-s3-recordings-ftech
0f3e438941..8ed8beb563 JY-20725-handle-HS-search-rate-limit -> origin/JY-20725-handle-HS-search-rate-limit
+ 20a74137b0...2a66292b4d JY-20742-mcp-poc -> origin/JY-20742-mcp-poc (forced update)
* [new branch] JY-20742-mcp-poc-OAuth-DCR -> origin/JY-20742-mcp-poc-OAuth-DCR
6ed9e2bb13..94fccdf9f5 JY-20808-low-priority-indexing-queue -> origin/JY-20808-low-priority-indexing-queue
7a3dd91aee..4f960247ed JY-20820-es-reindex-stream-model-hydration -> origin/JY-20820-es-reindex-stream-model-hydration
2c8a1d0856..fb7bfc86f9 desktop-app -> origin/desktop-app
89b45ec8b0..79ae4ed88a mcp-tools-schemas -> origin/mcp-tools-schemas
* [new branch] remove-phpstan-errors -> origin/remove-phpstan-errors
Updating 35f036ace6..0bfd964b74
error: Your local changes to the following files would be overwritten by merge:
app/Cons...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32814
|
|
32815
|
ggml_metal_free: deallocating
whisper_backend_init ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Jobs/AutomatedReports/SendReportJob.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
remote: Enumerating objects: 2910, done.
remote: Counting objects: 100% (1291/1291), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)
Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (1796/1796), completed with 296 local objects.
From github.com:jiminny/app
35f036ace6..0bfd964b74 master -> origin/master
fb68866c33..c15e0c8201 JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
* [new branch] JY-20432-add-more-ffmpeg-logging -> origin/JY-20432-add-more-ffmpeg-logging
8743fea32e..7d2566f98a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
58c7b24ac5..08a2991724 JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-anyvan-twilio-s3-recordings-ftech
0f3e438941..8ed8beb563 JY-20725-handle-HS-search-rate-limit -> origin/JY-20725-handle-HS-search-rate-limit
+ 20a74137b0...2a66292b4d JY-20742-mcp-poc -> origin/JY-20742-mcp-poc (forced update)
* [new branch] JY-20742-mcp-poc-OAuth-DCR -> origin/JY-20742-mcp-poc-OAuth-DCR
6ed9e2bb13..94fccdf9f5 JY-20808-low-priority-indexing-queue -> origin/JY-20808-low-priority-indexing-queue
7a3dd91aee..4f960247ed JY-20820-es-reindex-stream-model-hydration -> origin/JY-20820-es-reindex-stream-model-hydration
2c8a1d0856..fb7bfc86f9 desktop-app -> origin/desktop-app
89b45ec8b0..79ae4ed88a mcp-tools-schemas -> origin/mcp-tools-schemas
* [new branch] remove-phpstan-errors -> origin/remove-phpstan-errors
Updating 35f036ace6..0bfd964b74
error: Your local changes to the following files would be overwritten by merge:
app/Cons...
|
iTerm2
|
APP (ssh)
|
NULL
|
32815
|
|
32816
|
whisper_init_state: kv self size = 3.15 MB
whi whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Jobs/AutomatedReports/SendReportJob.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
remote: Enumerating objects: 2910, done.
remote: Counting objects: 100% (1291/1291), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)
Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (1796/1796), completed with 296 local objects.
From github.com:jiminny/app
35f036ace6..0bfd964b74 master -> origin/master
fb68866c33..c15e0c8201 JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
* [new branch] JY-20432-add-more-ffmpeg-logging -> origin/JY-20432-add-more-ffmpeg-logging
8743fea32e..7d2566f98a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
58c7b24ac5..08a2991724 JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-anyvan-twilio-s3-recordings-ftech
0f3e438941..8ed8beb563 JY-20725-handle-HS-search-rate-limit -> origin/JY-20725-handle-HS-search-rate-limit
+ 20a74137b0...2a66292b4d JY-20742-mcp-poc -> origin/JY-20742-mcp-poc (forced update)
* [new branch] JY-20742-mcp-poc-OAuth-DCR -> origin/JY-20742-mcp-poc-OAuth-DCR
6ed9e2bb13..94fccdf9f5 JY-20808-low-priority-indexing-queue -> origin/JY-20808-low-priority-indexing-queue
7a3dd91aee..4f960247ed JY-20820-es-reindex-stream-model-hydration -> origin/JY-20820-es-reindex-stream-model-hydration
2c8a1d0856..fb7bfc86f9 desktop-app -> origin/desktop-app
89b45ec8b0..79ae4ed88a mcp-tools-schemas -> origin/mcp-tools-schemas
* [new branch] remove-phpstan-errors -> origin/remove-phpstan-errors
Updating 35f036ace6..0bfd964b74
error: Your local changes to the following files would be overwritten by merge:
app/Console/Commands/JiminnyDebugCommand.php
Please commit your changes or stash them before you merge.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Updating 35f036ace6..0bfd964b74
Fast-forward
.windsurfrules | 169 +++++++++++----------
CLAUDE.md | 1 +
app/Component/ActivityAnalytics/Service/CalculateTalkTimeOffsetsFromTranscription.php | 24 +--
app/Component/AiActivityType/Services/AiActivityTypeEligibilityChecker.php | 28 +++-
app/Component/AiAutomation/Actions/PrepareUpdateDtoAction.php | 32 +++-
app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.php | 47 ++++++
app/Component/AiAutomation/TestCrmAiPromptService.php | 14 ++
app/Component/AiCallScoring/Services/AiCallScoringEligibilityChecker.php | 9 ++
app/Component/ES/ElasticSearchWorkerManager.php | 86 -----------
app/Component/ES/Processor/Actions/LoadDocumentsAction.php | 2 +-
app/Component/ES/Worker/ActivityWorker.php | 73 ----------
app/Component/ES/Worker/EntityWorker.php | 44 ------
app/Component/ES/Worker/WorkerAmount.php | 60 --------
app/Component/ES/Worker/WorkerInterface.php | 15 --
app/Component/Encoding/Service/GenerateSpeechFromSilenceService.php | 85 ++++++-----
app/Component/LanguageDetection/Services/FindSpeechTimeService.php | 22 ++-
app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php | 218 +++++++++++++++++++++++----
app/Component/ParagraphBreaker/Services/TranscriptionParagraphsService.php | 4 +
app/Component/ParticipantSpeech/Services/ParticipantSpeechesCreator.php | 33 +++++
app/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleter.php | 15 ++
app/Component/ParticipantSpeech/Services/ParticipantSpeechesProvider.php | 51 ++++++-
app/Component/ParticipantSpeech/Services/ParticipantSpeechesUploader.php | 36 +++++
app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.php | 11 ++
app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/AssemblyAI/NoAssemblyIdException.php | 11 ++
app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/AssemblyAI/SuccessfulResponse.php | 6 +
app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNotCorrectFormatException.php | 11 ++
app/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeechesService.php | 23 ++-
app/Component/Transcription/Diarization/Source/MeetingBotSource.php | 16 +-
app/Component/Transcription/TranscriptionProcessor/TranscriptionProcessor.php | 3 +
app/Console/Commands/Activities/ActivityHardDeleteCommand.php | 4 +-
app/Console/Commands/Activities/Copy.php | 2 +
app/Console/Commands/Crm/BackfillOpportunityUserFromAccountCommand.php | 126 ++++++++++++++++
app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.php | 19 ---
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 49 +------
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 30 +---
app/Console/Commands/GeckoExport/GeckoExportParticipantSpeechesCommand.php | 14 +-
app/Console/Commands/JiminnyDebugCommand.php | 7 +-
app/Console/Commands/Tracks/CleanupActivityTracksCommand.php | 2 +-
app/Console/Kernel.php | 3 +-
app/Contracts/Services/Calendar/CalendarTrait.php | 71 ++++++---
app/Events/AutomatedReports/AutomatedReportGenerated.php | 3 +
app/Http/Controllers/API/AiCallScoring/AiScorecardController.php | 7 +-
app/Http/Controllers/API/TeamAiAutomationController.php | 8 +
app/Http/Controllers/Kiosk/ActivityController.php | 58 ++++++--
app/Http/Controllers/Settings/PlaybookController.php | 15 +-
app/Jobs/Activity/Import/ImportTwilioVideoSpeechesJob.php | 25 ++--
app/Jobs/Activity/Import/IsActivityReadyForProcessingJob.php | 10 +-
app/Jobs/Calendar/SetupCalendarSync.php | 21 +--
app/Models/Activity/Transcription.php | 17 ++-
app/Models/Participant.php | 1 +
app/Repositories/Crm/ContactRepository.php | 69 +++++++--
app/Repositories/ParticipantSpeechRepository.php | 13 +-
app/Services/Activity/ParticipantsService.php | 19 ++-
app/Services/Calendar/Command/ImportParticipants.php ...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32816
|
|
32817
|
whisper_init_state: kv self size = 3.15 MB
whi whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:41:06.939405Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:41:27.647937Z INFO screenpipe_audio::transcription::handle_new_transcript: device MacBook Pro Microphone (input) skipping duplicate transcript (entire content overlaps with previous)
tip: sign in for higher AI quotas + cloud sync:
screenpipe login
2026-05-12T21:41:59.317221Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=3440566600782839939, trigger=visual_change)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:43:08.720605Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:44:11.518742Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: found 22 eligible frames
2026-05-12T21:44:12.276375Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.4MB → 0.4MB (4.0x), 10 JPEGs deleted
2026-05-12T21:44:12.983817Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:13.060085Z INFO screenpipe_engine::snapshot_compaction: snapshot compaction: 10 frames, 1.5MB → 0.2MB (7.0x), 10 JPEGs deleted
2026-05-12T21:44:14.128680Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:14.131824Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=830658247309044920, trigger=click)
2026-05-12T21:44:16.574164Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:19.656976Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:22.673874Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=-8311882007572234868, trigger=visual_change)
2026-05-12T21:44:29.611055Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 1 (hash=-8311882007572234868, trigger=click)
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
whisper_backend_init_gpu: device 0: Metal (type: 1)
whisper_backend_init_gpu: found GPU device 0: Metal (type: 1, cnt: 0)
whisper_backend_init_gpu: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Apple M1
ggml_metal_init: picking default device: Apple M1
ggml_metal_init: use fusion = true
ggml_metal_init: use concurrency = true
ggml_metal_init: use graph optimize = true
whisper_backend_init: using BLAS backend
whisper_init_state: kv self size = 3.15 MB
whisper_init_state: kv cross size = 9.44 MB
whisper_init_state: kv pad size = 2.36 MB
whisper_init_state: compute buffer (conv) = 14.17 MB
whisper_init_state: compute buffer (encode) = 65.96 MB
whisper_init_state: compute buffer (cross) = 8.50 MB
whisper_init_state: compute buffer (decode) = 96.83 MB
ggml_metal_free: deallocating
2026-05-12T21:45:10.439111Z INFO screenpipe_audio::audio_manager::manager: reconciliation: transcribed 50 orphaned chunks
2026-05-12T21:46:05.778707Z INFO screenpipe_engine::sleep_monitor: Screen locked (CGSession safety-net poll)
2026-05-12T21:46:10.782449Z INFO screenpipe_engine::sleep_monitor: Screen unlocked (CGSession safety-net poll)
2026-05-12T21:46:10.833161Z INFO screenpipe_engine::event_driven_capture: invalidating persistent streams after unlock/wake for monitor 2
2026-05-12T21:46:10.850809Z INFO sck_rs::stream_manager: stopped 2 persistent stream(s)
2026-05-12T21:46:10.943081Z INFO sck_rs::stream_manager: persistent SCK stream started for display 1 (1440x900, 2fps, 0 excluded)
2026-05-12T21:46:11.015324Z INFO sck_rs::stream_manager: persistent SCK stream started for display 2 (3008x1253, 2fps, 0 excluded)
2026-05-12T21:46:12.422572Z INFO screenpipe_engine::event_driven_capture: content dedup: skipping capture for monitor 2 (hash=2699797568401243855, trigger=click)
zsh: terminated npx screenpipe@latest record
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20725-handle-HS-search-rate-limit) $ git status
On branch master
Your branch is up to date with 'origin/master'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: .env.local
modified: app/Console/Commands/JiminnyDebugCommand.php
modified: app/Jobs/AutomatedReports/SendReportJob.php
modified: config/logging.php
Untracked files:
(use "git add <file>..." to include in what will be committed)
.env.nikilocal
.env.other
WEBHOOK_FILTERING_IMPLEMENTATION.md
app/Console/Commands/Crm/Hubspot/SimulateWebhooksCommand.php
app/Console/Commands/Reports/CreateMockAskJiminnyReportResultCommand.php
ids.txt
public/favicon.ico
raw_sql_query.sql
tests/Unit/Policies/CanAccessAiReportsTest.php
no changes added to commit (use "git add" and/or "git commit -a")
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
remote: Enumerating objects: 2910, done.
remote: Counting objects: 100% (1291/1291), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 2910 (delta 1135), reused 1014 (delta 1014), pack-reused 1619 (from 3)
Receiving objects: 100% (2910/2910), 1.58 MiB | 2.91 MiB/s, done.
Resolving deltas: 100% (1796/1796), completed with 296 local objects.
From github.com:jiminny/app
35f036ace6..0bfd964b74 master -> origin/master
fb68866c33..c15e0c8201 JY-18091-upgrade-to-php-8-5 -> origin/JY-18091-upgrade-to-php-8-5
* [new branch] JY-20432-add-more-ffmpeg-logging -> origin/JY-20432-add-more-ffmpeg-logging
8743fea32e..7d2566f98a JY-20606-desktop-app-recall -> origin/JY-20606-desktop-app-recall
58c7b24ac5..08a2991724 JY-20671-anyvan-twilio-s3-recordings-ftech -> origin/JY-20671-anyvan-twilio-s3-recordings-ftech
0f3e438941..8ed8beb563 JY-20725-handle-HS-search-rate-limit -> origin/JY-20725-handle-HS-search-rate-limit
+ 20a74137b0...2a66292b4d JY-20742-mcp-poc -> origin/JY-20742-mcp-poc (forced update)
* [new branch] JY-20742-mcp-poc-OAuth-DCR -> origin/JY-20742-mcp-poc-OAuth-DCR
6ed9e2bb13..94fccdf9f5 JY-20808-low-priority-indexing-queue -> origin/JY-20808-low-priority-indexing-queue
7a3dd91aee..4f960247ed JY-20820-es-reindex-stream-model-hydration -> origin/JY-20820-es-reindex-stream-model-hydration
2c8a1d0856..fb7bfc86f9 desktop-app -> origin/desktop-app
89b45ec8b0..79ae4ed88a mcp-tools-schemas -> origin/mcp-tools-schemas
* [new branch] remove-phpstan-errors -> origin/remove-phpstan-errors
Updating 35f036ace6..0bfd964b74
error: Your local changes to the following files would be overwritten by merge:
app/Console/Commands/JiminnyDebugCommand.php
Please commit your changes or stash them before you merge.
Aborting
lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ git pull
Updating 35f036ace6..0bfd964b74
Fast-forward
.windsurfrules | 169 +++++++++++----------
CLAUDE.md | 1 +
app/Component/ActivityAnalytics/Service/CalculateTalkTimeOffsetsFromTranscription.php | 24 +--
app/Component/AiActivityType/Services/AiActivityTypeEligibilityChecker.php | 28 +++-
app/Component/AiAutomation/Actions/PrepareUpdateDtoAction.php | 32 +++-
app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.php | 47 ++++++
app/Component/AiAutomation/TestCrmAiPromptService.php | 14 ++
app/Component/AiCallScoring/Services/AiCallScoringEligibilityChecker.php | 9 ++
app/Component/ES/ElasticSearchWorkerManager.php | 86 -----------
app/Component/ES/Processor/Actions/LoadDocumentsAction.php | 2 +-
app/Component/ES/Worker/ActivityWorker.php | 73 ----------
app/Component/ES/Worker/EntityWorker.php | 44 ------
app/Component/ES/Worker/WorkerAmount.php | 60 --------
app/Component/ES/Worker/WorkerInterface.php | 15 --
app/Component/Encoding/Service/GenerateSpeechFromSilenceService.php | 85 ++++++-----
app/Component/LanguageDetection/Services/FindSpeechTimeService.php | 22 ++-
app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php | 218 +++++++++++++++++++++++----
app/Component/ParagraphBreaker/Services/TranscriptionParagraphsService.php | 4 +
app/Component/ParticipantSpeech/Services/ParticipantSpeechesCreator.php | 33 +++++
app/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleter.php | 15 ++
app/Component/ParticipantSpeech/Services/ParticipantSpeechesProvider.php | 51 ++++++-
app/Component/ParticipantSpeech/Services/ParticipantSpeechesUploader.php | 36 +++++
app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.php | 11 ++
app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/AssemblyAI/NoAssemblyIdException.php | 11 ++
app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/AssemblyAI/SuccessfulResponse.php | 6 +
app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNotCorrectFormatException.php | 11 ++
app/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeechesService.php | 23 ++-
app/Component/Transcription/Diarization/Source/MeetingBotSource.php | 16 +-
app/Component/Transcription/TranscriptionProcessor/TranscriptionProcessor.php | 3 +
app/Console/Commands/Activities/ActivityHardDeleteCommand.php | 4 +-
app/Console/Commands/Activities/Copy.php | 2 +
app/Console/Commands/Crm/BackfillOpportunityUserFromAccountCommand.php | 126 ++++++++++++++++
app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.php | 19 ---
app/Console/Commands/Elasticsearch/AsyncUpdateEsEntities.php | 49 +------
app/Console/Commands/Elasticsearch/ResetAsyncElasticSearchCommand.php | 30 +---
app/Console/Commands/GeckoExport/GeckoExportParticipantSpeechesCommand.php | 14 +-
app/Console/Commands/JiminnyDebugCommand.php | 7 +-
app/Console/Commands/Tracks/CleanupActivityTracksCommand.php | 2 +-
app/Console/Kernel.php | 3 +-
app/Contracts/Services/Calendar/CalendarTrait.php | 71 ++++++---
app/Events/AutomatedReports/AutomatedReportGenerated.php | 3 +
app/Http/Controllers/API/AiCallScoring/AiScorecardController.php | 7 +-
app/Http/Controllers/API/TeamAiAutomationController.php | 8 +
app/Http/Controllers/Kiosk/ActivityController.php | 58 ++++++--
app/Http/Controllers/Settings/PlaybookController.php | 15 +-
app/Jobs/Activity/Import/ImportTwilioVideoSpeechesJob.php | 25 ++--
app/Jobs/Activity/Import/IsActivityReadyForProcessingJob.php | 10 +-
app/Jobs/Calendar/SetupCalendarSync.php | 21 +--
app/Models/Activity/Transcription.php | 17 ++-
app/Models/Participant.php | 1 +
app/Repositories/Crm/ContactRepository.php | 69 +++++++--
app/Repositories/ParticipantSpeechRepository.php | 13 +-
app/Services/Activity/ParticipantsService.php | 19 ++-
app/Services/Calendar/Command/ImportParticipants.php ...
|
iTerm2
|
APP (-zsh)
|
NULL
|
32817
|
|
32825
|
SlackFileEditViewGoHistoryWindowHelp•APPDOCKERDEV SlackFileEditViewGoHistoryWindowHelp•APPDOCKERDEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/uscreate mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCr‹create mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|HomeDMsActivityFilesLater..•More+lthl§ Support Daily - in 2h 22 m100% (C478•Wed 13 May 12:38:50ED→Describe what you are looking forJiminny ...Nikolay Ivanov6 0curoaroylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of jimi...• Messages+° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya Dimitrova. Steliyan Georgievo Petko KashinskiP. Aneliya Angelovaã. Stefka Stoyanova•. Vasil Vasilev •!Lukas Kovalik y...AppsAdd canvasO FilesLukas Kovalik 11.Today ~мен все ме праща наhttps://app.vanta.com/c/jiminny.com/employee/onboardingNikolay Ivanov 11:01 AMХм, Джейс дали не може да ти помогне?Lukas Kovalik 11:01 AMще питам James, предполагам че нямам правада мерсиNikolay Ivanov 11:01 AMмдаМОЛЯLukas Kovalik 12:13 PMНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32825
|
|
32966
|
QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKER QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKERDEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/us‹create mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCr‹create mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|HomeDMsActivityFilesLaterMoreSupport Daily - in 2h 8 m100% <2*8•Wed 13 May 12:52:48→Describe what you are looking forJiminny ...Nikolay Ivanovcuroarlylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of_jimi...+° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya DimitrovaP. Steliyan Georgievo Petko Kashinski®. Aneliya Angelovaã. Stefka StoyanovaEo Vasil Vasilev •Lukas Kovalik y...Apps• MessagesМОЛЯAdd canvas@ FilesTodayLukas Kovalik 12:10 rMTНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerNikolay Ivanov 12:49 PMXMMкой точното това е един месец на денако няма BE fulneesbilitiesправиш ъпдейти на пакетиLukas Kovalik 12:50 PMда сори, беше по-отдавнаNikolay Ivanov 12:50 PMно аз сега с рhp 8.5 достс ъпдейтнахще станат конфликтиJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32966
|
|
32967
|
Quickllme Playen•• cFavouritesjiminny() AirDrop• R Quickllme Playen•• cFavouritesjiminny() AirDrop• RecentsA Application9 Documen• iCloud Drive992 Svnc tolde0 DXP4800PLUS-B5F A€ Networ!• Orange• Red• Yellov• Greer• Blue• Purple• All Tags..e System Audio (output 2026-05-13 06-28-25.mp40 MacBook Pro Microphone (input) 2026-05-13_06-28-25.mp4D System Audio (output)_2026-05-13_06-27-55.mр4© MacBook Pro Microphone (input) 2026-05-13 06-27-55.mp401 Svstem Audio (outout) 2026-05-13 06-27-25.m04• MacBook Pro Microphone (input) 2026-05-13_ 06-27-25.mp4• System Audio (output)_2026-05-13_06-26-55.mp40l MacBook Pro Microphone inout 2026-05-13 06-26-55.mo4• System Audio (output) 2026-05-13_06-26-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-26-25.mp4esystem Audio (output 2026-05-13 06-20-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-25-55.mp4D System Audio (output) _2026-05-13_06-25-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-25-25.mp40 Svstem Audio (outout) 2026-05-13 06-24-55.m04© MacBook Pro Microphone (input) 2026-05-13 06-24-55.mp4• System Audio (output)_2026-05-13_06-24-25.mp4• MacBook Pro Microphone (input) 2026-05-13 06-24-25.mp4@ Svstem Audio (outnut) 2026-05-12 06-23-55 mn/.D MacBook Pro Microphoe (input)_2026-05-13_06-23-55.mp4• System Audio (output) 2026-05-13_ 06-23-25.mp401 MacBook Pro Micronhone (inout) 2026-05-13 06-23-25.mo4• System Audio (output)_2026-05-13_06-22-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-22-55.mp40 Svstem Audio (outout) 2026-05-13 06-22-25.mo4• MacBook Pro Microphone (input) 2026-05-13 06-22-25.mp4System Audio (output)_2026-05-13_06-21-55.mp4@ MacBook Pro Microphone (input) 2026-05-13_ 06-21-55.mp4•1 Svstem Audio (outout) 2026-05-13 06-21-25.mo4• MacBook Pro Microphone (input) 2026-05-13_ 06-21-25.mp4• System Audio (output)_2026-05-13_06-20-55.mp401 MacBook Pro Microphone inout) 2026-05-13 06-20-55.mo40 MacBook Pro Microphone (input) 2026-05-13 06-20-25.mp4D System Audio (output)_2026-05-13_06-20-25.mp4@ MacBook Pro Microphone (input) 2026-05-13_ 06-19-55.mp4•1 Svstem Audio (outout) 2026-05-13 06-19-55.mo4• MacBook Pro Microphone (input) 2026-05-13_06-19-25.mp4• System Audio (output) 2026-05-13_06-19-25.mp4@ MacBook Pro Microphone (input) 2026-05-13 06-18-55.mр4• System Audio (output) 2026-05-13_06-18-55.mp4•-2026-05-13_06-18-25.mp4• System Audio (output) 2026-05-13_06-18-25.mp4@1 MacBook Pro Micronhone (innut) 2026-05-13 06-17-55.mn4|System Audio (output)_2026-05-13_06-17-55.mp4• MacBook Pro Microphone (input) 2026-05-13_06-17-25.mp401 Svstem Audio (outout) 2026-05-13 06-17-25.mo4• MacBook Pro Microphone (input) 2026-05-13 _ 06-16-53.mp4System Audio (output)_ 2026-05-13_06-16-53.mp4> dateal MacRook Dro Micranhano finnutl 2026.06.12 19.15. 26 mл/•1 MacBook Pro Mici(input)_2026-05-12_18-44-26.mp4@ MacBook Pro Microphone (input) 2026-05-12 18-43-26.mp401 MacBook Pro Micronhone (inout) 2026-05-12 18-42-26.mo4• MacBook Pro Microphone (input) 2026-05-12 18-41-26.mр4MacBook Pro Microphone (inout) 2026-05-12 18-40-26.mo4v Q SearchDate ModifiedToday at 9:28Today at 9:28loday at 9:28Todav at 9:27Today at 9:27Today at 9:271Today at 9:26Today at 9:26loday at 9:26Todav at 9:26loday at 9:2oToday at 9:25Today at 9:24Today at 9.24Today at 9:24Today at 9:24Today at 9:23Todav at 9:23Today at 9:23Today at 9:23Today at 9:22Today at 9:22loday at J-LzTodav at 9:21.Today at 9:21Today at 9:21Today at 9:211Today at 9:20Today at 9:20Today at 9:20Todav at 9:20Today at 9:19Today at 9:19Today at 9:19Today at 9:19Today at 9:18Today at 9:18Todav at 9:181Today at 9:18Today at 9:17Todav at 9:17Today at 9:17Today at 9:17Today at 9:16Voctordau at 21:10Yesterdav at 21:44Yesterday at 21:43Yesterday at 21:405 KB204 KBMDEG-A movie5 KB204 KbMPEG-4 movie5KBIMPEG-4 movie203 KBMPEG-4 movie5 KBMPEG-4 movie202 KMPEG-4 movie5 KBMDSG.A movie207 KBMPEG-4 movieMPFG.A movid214 KB5 KB208 KBMPEG-4 movieMPEG-4 movie5K81MPEG-4 movie214 KB MPEG-4 movie5 KB199 KMPEG-4 movie5 KR204 KB5 KB202 KBIMPEG-A movieMPEG-4 movieMPEG-4 movieMPEG-4 movie5 KB MPEG-4 movie196 KB5 K:MPEG-4 movie205 KB5 KB194 KBMDEG-A movieMPEG-4 movie5 KBIMPEG-4 movie206 KB MPEG-4 movie5 KB191 K:MPEG-4 movie100 KR MDEG_A movie5 KB198 KBMPEG-4 movie5 KEMPEG-4 movie201 KB MPEG-4 movie5 KBMPEG-4 movie195 K:MPEG-4 movie5 KB195 KB5KB1MDECA moavioMPEG-4 movie196 KBMPEG.A movie5 KB MPEG-4 movie194 KBMPEG-4 movie5 KEMPEG-4 movie192 KB MPEG-4 movie1.61 G:Folden212 KPMDSGA movio215 KB MPEG-4 movie211 KBMPEG-4 movie214 KE007 vp206 KB202 KBMDEG A movidMPEG-4 movie4140 items. 16.19 GB avFavourites• jiminny(®) AirDrop• Recents* Applications|9 Documents(0) Downloadeii lukasiCloud• iCloud Drive992 Svnc toldeLocations0 DXP4800PLUS-B5F A49 Network• CRM• Orange• Red• Yellow• Greer• Purple• All Tags..8=mCworkName• Retro 2026-05-12.mp4= Daily 2026-05-12.mp4= PLanhat Petko interest event 2026-05-11.mp4* Daily 2026-05-11.mp4""Dally 2020-00-08.mp4ти 1-12026-05-07mo4#a Daily 2026-05-07.mp4wя 1-1 2026-04-24.mp4• Daily 2026-04-24.mp4m User Pilot introduction Adi 2026-04-23.mp4# Daily 2026-04-23.mp4Daily 2026-04-22.mp4*m Refinement 2026-04-06.mp4= Daily 2026-04-21.mp4Da Refinement 2026-04-20.mp4ta Daily 2026-04-17.mp4ww Planning 2026-04-15.mp4Retro 2026-04-14.mn/In Dailv 2026-04-14.m04• User pilot (Adi) 2026-04-09.mp4• Dailv 2026-04-09,m04w Daily 2026-04-08.mp4Daily 2026-04-07.mp4• Dallv 2026-04-06.mo4= Daily 2026-04-02 mn4lax Plannina 2026-04-01 & task split.mp4нй кеtго 2020-03-31.m04em Dailv 2026-03-31.mo4• Refinement 2026-03-30.mp4- Dallv 2026-03-27mo4• Daily 2026-02-26 mn4• Dailv 2026-03-24.mp4• Refinement 2026-03-23.mp4= Daily 2026-03-23.mn4** BE chapter 2026-03-20.mp4Daily 2026-03-20.mp4aa Planina 2026-03-18-converted,mo4|• Refinement 2026-02-09-converted.mp4RiR Daily 2026-03-19.mn4• Review 2026-03-18.mp4aa Planina 2026-03-18.mn4FN Retro 2026-03-17.mp4= Daily 2026-03-17.mp4= Refinement 2026-03-16.mp4Mnaily 2026, .02, 16 mк/.ra 1-1 2026-03-12.mp4Daily 2026-03-12 mn/aa. Daily 2026-03-11.mр4Daily 2026-03-10.mp4TE: Refineent 2026-03-09.mo4Fa Dailv 2026-02-06 mл 4supoont Dally • In Zn /nQ SearchDate ModifiedYesterday at 17:36Yesterday at 10:1311 Mav 2026 at 12:2211 May 2026 at 10:028 May 2026 at 10:227 Mav 2026 at 18:217 May 2026 at 10:1024 Apr 2026 at 14:4424 Apr 2026 at 10:1122 Anr 2026 at 11:5923 Apr 2026 at 10:3222 Apr 2026 at 10:2171 Aor 2026 at 11:0721 Apr 2026 at 10:0020 Apr 2026 at 16:5620 Aor 2026 at 10:0617 Anr 2026 at 10:16|16 Apr 2026 at 10:0015 Apr 2026 at 11:1414 Anr 2026 at 17:3714 Apr 2026 at 10:099 Apr 2026 at 14:479 Aor 2026 at 10:07Q Anr 2026 at 10:127 Apr 2026 at 10:01• Aor 2026 at 10:082 Anr 2026 at 10:2131 Mar 2026 at 18:2931 Mar 2026 at 10:1020 Mar 2026 at 17:1227 Mar 2026 at 10:0926 Mar 2026 at 0:50l24 Mar 2026 at 10:0023 Mar 2026 at 10:0020 Mar 2026 at 11:4620 Mar 2026 at 10:0619 Mar 2026 at 12:0110 Mar 2026 at 11:2519 Mar 2026 at 9:57117 Mar 2026 at 17:4017 Mar 2026 at 10:1816 Mar 2026 at 16:5546 MOr GA0G C+ 40:0212 Mar 2026 at 18:3512 Mar 2026 at 10:1011 Mar 2026 at 10:0610 Mar 2026 at 9:519 Mar 2026 at 17:04o Mor 200G ot d-Ed4o6 467 calaatad 400 T0 aucilahl)wea 13 May 12:03.021,03 GBMPEG-4 movie1,02 GEMPEG-4 movie1ЛA5 MPMDEG-A movie491.3 MEMPEG-4 movie1,37 GBMPEG-4 movie1.55 GBMPEG-4 movie931,7 MB MPEG-4 movie1,86 GB832,2 MEMPEG-4 movieMDSG-A movie72AMP1,74 GB1,36 GBMPEG-4 movieMPEG-4 movie2.41 GBIMPEG-A movie567.8 MB MPEG-4 movie4,25 GB698,5 M:MPEG-4 movie116GR MDEG.A movicd513,4 MB2,/5 GbMPEG-4 movie1AAGR MPEG-A movie924.4 MB MPEG-4 movie362,6 MB748.8 MEMPEG-4 movie1oлep575,5 MB205 M.MDEG.A movidMPEG-4 movie1.02 GP4,68 GB3,4 GB923.6 MEMDEG-A movieMPEG-4 movieMPEG-4 movie2,77 GBMDEC.A movid884.3 MEMPEG-4 movieA76 6 MPMDEG-A movie550,8 MBMPEG-4 movie3,44 GB438.9 MEMPEG-4 movie4 co colMoceAmair2.38 G:MPEG-4 movie2 26 GR|MDSG-A movie386.3 MBMPEG-4 movie705.8 MBMPEG-4 movie2.78 GEMPEG.A movid1,53 GB MPEG-4 movie1,2 CB4.19 GEMPEG-4 moviec0221e1,02 GB637.6 MBMDECA movidMDEG_A movieMPEG-4 movie978.7 MPMPEG-A movie9009110uneA hmadl4.16 GEMPEG-4 movie2107MpMADECA movid291,7 MBMDEG_4 movie...
|
iTerm2
|
NULL
|
NULL
|
32967
|
|
32968
|
QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKER QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKERO ₴1DEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/uscreate mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCrcreate mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|)0 .HomeDMsActivityFilesLaterMoreabl§ Support Daily - in 2h 7 m100% <2*8•Wed 13 May 12:53:18→Describe what you are looking forJiminny ...Nikolay Ivanovcuroarlylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of_jimi...+° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya Dimitrova. Steliyan Georgievo Petko KashinskiR. Aneliya Angelovaã. Stefka StoyanovaEo Vasil Vasilev •Lukas Kovalik y...Apps• MessagesМОЛЯAdd canvas@ FilesTodayLukas Kovalik 12:10 rMTНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerNikolay Ivanov 12:49 PMXMMкой точното това е един месец на денако няма BE fulneesbilitiesправиш ъпдейти на пакетиLukas Kovalik 12:50 PMда сори, беше по-отдавнаNikolay Ivanov 12:50 PMно аз сега с рhp 8.5 достс ъпдейтнахще станат конфликтиJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32968
|
|
32969
|
Quickllme Playen•• cFavouritesjiminny() AirDrop• R Quickllme Playen•• cFavouritesjiminny() AirDrop• RecentsA Application9 Documen• iCloud Drive992 Svnc tolde0 DXP4800PLUS-B5F A€ Networ!• Orange• Red• Yellov• Greer• Blue• Purple• All Tags..e MacBook Pro Microphone input 2026-05-13 06-28-55.mp4• System Audio (output) 2026-05-13 06-28-25.mp4MacBook Pro Microphone (input)_2026-05-13_06-28-25.mp4esystem Audio (output 2020-05-13 06-2/-50.mp4• MacBook Pro Microphone (input)_2026-05-13_06-27-55.mp4• System Audio (output) 2026-05-1306-27-25.mp4• MaсBook Pro Microphone (input)_2026-05-13__06-27-25.mp4Svstem Audio outout 2026-05-13 06-26-55.mo40 MacBook Pro Microphone (input) 2026-05-13_06-26-55.mp4• System Audio (output)_2026-05-13_06-26-25.mр4• MacBook Pro Microphone (input) 2026-05-13 06-26-25.mp4@1 Svstem Audio (outnut) 2026-05-13 06.25-55.mn/||• MacBook Pro Microphone (input)_2026-05-13_06-25-55.mp4• System Audio (output)_2026-05-13_06-25-25.mp401 MacBook Pro Micronhone (inout) 2026-05-13 06-25-25.mo4System Audio (output)_2026-05-13_06-24-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-24-55.mp4esystem Audio outout 2026-06-13 06-24-25,m04• MacBook Pro Microphone (input) 2026-05-13_06-24-25.mp4System Audio (output)_2026-05-13_06-23-55.mp4• MacBook Pro Microphone (input) 2026-05-13_ 06-23-55.mp4•1 Svstem Audio (outout) 2026-05-13 06-23-25.mo4• MacBook Pro Microphone (input) 2026-05-13 06-23-25.mp4• System Audio (output)_2026-05-13_06-22-55.mp4• MacBook Pro Microphone (input) 2026-05-13 06-22-55.mp4al Suctem Audia (outnut) 2026-05-12 06-22-25 mn4• MacBook Pro Microph(input)_2026-05-13_06-22-25.mp4@ System Audio (output) 2026-05-13_ 06-21-55.mp4•1 MacBook Pro Micronhone (inout) 2026-05-13 06-21-55.mo4|• System Audio (output)_2026-05-13_06-21-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-21-25.mp401 Svstem Audio outout) 2026-05-13 06-20-55.mo40 MacBook Pro Microphone (input) 2026-05-13 06-20-55.mp4(input)_2026-05-13_06-20-25.mp4System Audio (output) 2026-05-13_06-20-25.mp4•1 MacBook Pro Micronhone (inout) 2026-05-13 06-19-55.mo4|System Audio (output)_2026-05-13_06-19-55.mp4• MacBook Pro Microphone (input) 2026-05-13_06-19-25.mp401 Svstem Audio (outout) 2026-05-13 06-19-25.mo4© MacBook Pro Microphone (input) 2026-05-13_06-18-55.mp4System Audio (output)_2026-05-13_06-18-55.mp4• MacBook Pro Microphone (input) 2026-05-13_ 06-18-25.mp4@1 Svstem Audio (outnut) 2026-05-13 06-18-25.mn/MacBook Pro Microphone (input)_2026-05-13_06-17-55.mp4• System Audio (output) 2026-05-13_06-17-55.mp401 MacBook Pro Microphone (inout) 2026-05-13 06-17-25.mo4• System Audio (output) 2026-05-13_ 06-17-25.mp4(input) 2026-05-13_06-16-53.mp4• Svstem Audio (outout) 2026-05-13 06-16-53.mp4)date@ MacBook Pro Micronhone (input) 2026-05-12 18-45-26.mр4@ MacBook Pro Microphone (input) 2026-05-12 18-44-26.mp401 MacBook Pro Micronhone (inout) 2026-05-12 18-43-26.mo4• MacBook Pro Microphone (input) 2026-05-12 18-42-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-41-26.mp4MacBook Pro Microphone (inout) 2026-05-12 18-40-56.mo4v Q SearchDate ModifiedToday at 9:28Today at 9:28loday at 9:28Todav at 9:28Today at 9:27Today at 9:271Today at 9:27Today at 9:26Today at 9:26Todav at 9:26loday at 9:2oToday at 9:25Today at 9:25Today at 9:25Today at 9.24Today at 9:24Today at 9:24Today at 9:24Todav at 9:23Today at 9:23Today at 9:23Today at 9:23Today at 9:22loday at J-2zTodav at 9:22Today at 9:21Today at 9:2'Today at 9:21Today at 9:21Today at 9:20Today at 9:20Todav at 9:20Today at 9:20Today at 9:19Today at 9:19Today at 9:19Today at 9:19Today at 9:18Todav at 9:181Today at 9:18Today at 9:18Todav at 9:17Today at 9:17Today at 9:17Today at 9:17Todau at 0.16Yesterdav at 21:45Yesterday at 21:44Yesterdav at 21:4gYesterdav at 21:49v Size217 KB204 KB5 KB MPEG-4 movieoKbMPEG-4 movie204 K315 KB203 KBMPEG-4 movieMPEG-4 movieMPEG-4 movieMPEG-4 movie202 KB MPEG-4 movie5 KB20/ Kb5 KBMPEG-4 movieMPFG.A movid214 KBMPEG-4 movie5 KBMPEG-4 moVie208 K81MPEG-4 movie5 KB MPEG-4 movie214 KBMPEG-4 movie190 KR|MDEG-A movie5 KBMPEG-4 movie204 KEMPEG-4 movie5 KEMPEG-4 movie202 KB MPEG-4 movie5 KB196 K:MPEG-4 movie5 KR205 KBMDEG-A movieMPEG-4 movie194 KBIMPEG-4 movie5 KB MPEG-4 movie206 KEMPEG-4 movie5 K:MPEG-4 movie101 KR|MDEG-A movie199 KB5 KBMPEG-4 movie198 KB201 KBMPEG-4 movie5 KB MPEG-4 movieMPEG-4 movie5 K:MPEG-4 movie1O5 KP TMDECA movinl5 KB195 KBMPEG-4 movie5 KBMPEG.A movie196 KB MPEG-4 movie5 KBMPEG-4 movie194 KEMPEG-4 movie5 KB MPEG-4 movie192 KB5 KB1MPEG-4 movie1GGRIColdor212 KB MPEG-4 movie215 KB211 KEaaAvo207 KB206 KBMDEE A movidMPEG-4 movie4 141 items. 16.19 GB avaFavounites• jiminny(®) AirDrop• Recents* Applications|9 Documents(0) Downloadeii lukasiCloud• iCloud Drive992 Svnc toldeLocations0 DXP4800PLUS-B5F A49 Network• CRMI• Orange• Red• Yellow• Greer• Purple• All Tags..8=mCworkName• Retro 2026-05-12.mp4= Daily 2026-05-12.mp4= PLanhat Petko interest event 2026-05-11.mp4* Daily 2026-05-11.mp4""Dally 2020-00-08.mp4ти 1-12026-05-07mo4#a Daily 2026-05-07.mp4wя 1-1 2026-04-24.mp4= Daily 2026-04-24.mp4m User Pilot introduction Adi 2026-04-23.mp4# Daily 2026-04-23.mp4Daily 2026-04-22.mp4*m Refinement 2026-04-06.mp4= Daily 2026-04-21.mp4Da Refinement 2026-04-20.mp4ta Daily 2026-04-17.mp4ww Planning 2026-04-15.mp4Retro 2026-04-14.mn/In Dailv 2026-04-14.m04• User pilot (Adi) 2026-04-09.mp4• Dailv 2026-04-09,m04w Daily 2026-04-08.mp4• Dallv 2026-04-06.mo4= Daily 2026-04-02 mn4lax Plannina 2026-04-01 & task split.mp4нй кеtго 2020-03-31.m04em Dailv 2026-03-31.mo4• Refinement 2026-03-30.mp4- Dallv 2026-03-27mo4• Daily 2026-02-26 mn4• Dailv 2026-03-24.mp4• Refinement 2026-03-23.mp4• Dailv 2026-03-23.mo4** BE chapter 2026-03-20.mp4Daily 2026-03-20.mp4aa Planina 2026-03-18-converted,mo4|• Refinement 2026-02-09-converted.mp4RiR Daily 2026-03-19.mn4• Review 2026-03-18.mp4aa Planina 2026-03-18.mn4FN Retro 2026-03-17.mp4= Daily 2026-03-17.mp4= Refinement 2026-03-16.mp4Mnaily 2026, .02, 16 mк/.m Dailv 2026-03-13 mndra 1-1 2026-03-12.mp4Daily 2026-03-12 mn/aa. Daily 2026-03-11.mр4Daily 2026-03-10.mp4TE: Refineent 2026-03-09.mo4Fa Dailv 2026-02-06 mл 4supoont Dally • In Zn /nQ SearchDate ModifiedYesterday at 17:36Yesterday at 10:1311 Mav 2026 at 12:2211 May 2026 at 10:028 May 2026 at 10:227 Mav 2026 at 18:217 May 2026 at 10:1024 Apr 2026 at 14:4424 Apr 2026 at 10:1122 Anr 2026 at 11:5923 Apr 2026 at 10:3222 Apr 2026 at 10:2171 Aor 2026 at 11:0721 Apr 2026 at 10:0020 Apr 2026 at 16:5620 Aor 2026 at 10:0617 Anr 2026 at 10:16|16 Apr 2026 at 10:0015 Apr 2026 at 11:1414 Anr 2026 at 17:3714 Apr 2026 at 10:099 Apr 2026 at 14:479 Aor 2026 at 10:07Q Anr 2026 at 10:127 Apr 2026 at 10:01• Aor 2026 at 10:082 Anr 2026 at 10:2131 Mar 2026 at 18:2931 Mar 2026 at 10:1020 Mar 2026 at 17:1227 Mar 2026 at 10:0926 Mar 2026 at 0:50l24 Mar 2026 at 10:0023 Mar 2026 at 10:0020 Mar 2026 at 11:4620 Mar 2026 at 10:0619 Mar 2026 at 12:0110 Mar 2026 at 11:2519 Mar 2026 at 9:57117 Mar 2026 at 17:4017 Mar 2026 at 10:1816 Mar 2026 at 16:5546 MOr GA0G C+ 40:0212 Mar 2026 at 18:3512 Mar 2026 at 10:1011 Mar 2026 at 10:0610 Mar 2026 at 9:519 Mar 2026 at 17:04o Mor 200G ot d-Ed466 427 colaatad 400 T0 Aucilnhl!wea 13 May 12:03.301,03 GBMPEG-4 movie1,02 GEMPEG-4 movie1ЛA5 MPMDEG-A movie491.3 MEMPEG-4 movie1,37 GBMPEG-4 movie1.55 GBMPEG-4 movie931,7 MB MPEG-4 movie1,86 GB832,2 MEMPEG-4 movieMDSG-A movie72AMP1,74 GB1,36 GBMPEG-4 movieMPEG-4 movie2.41 GBIMPEG-A movie567.8 MB MPEG-4 movie4,25 GB698,5 M:MPEG-4 movie116GR MDEG.A movicd513,4 MB2,/5 GbMPEG-4 movie1AAGR MPEG-A movie924.4 MB MPEG-4 movie362,6 MB748.8 MEMPEG-4 movie1oлep575,5 MB205 M.MDEG.A movidMPEG-4 movie1.02 GP4,68 GB3,4 GB923.6 MEMDEG-A movieMPEG-4 movieMPEG-4 movie2,77 GBMDEC.A movid884.3 MEMPEG-4 movieA76 6 MPMDEG-A movie550,8 MBMPEG-4 movie3,44 GB438.9 MEMPEG-4 movie4 co colMoceAmair2.38 G:MPEG-4 movie2 26 GR|MDSG-A movie386.3 MBMPEG-4 movie705.8 MBMPEG-4 movie2.78 GEMPEG.A movid1,53 GB MPEG-4 movie1,2 CB4.19 GEMPEG-4 moviec0221e1,02 GB637.6 MBMDECA movidMDEG_A movieMPEG-4 movie978.7 MPMPEG-A movie9009110uneA hmadl4.16 GEMPEG-4 movie2107MpMADECA movid291,7 MBMDEG_4 movie...
|
iTerm2
|
NULL
|
NULL
|
32969
|
|
32970
|
QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKER QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKERO ₴1DEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/uscreate mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCrcreate mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|HomeDMsActivityFilesLaterMoreabl§ Support Daily - in 2h 7 m100% <2*8•Wed 13 May 12:53:49→Describe what you are looking forJiminny ...Nikolay Ivanovcuroarlylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of_jimi...+. Direct messages& Nikolay Ivanovdo James Graham. Stoyan TanevGalya DimitrovaP. Steliyan GeorgievPetko KashinskiP. Aneliya Angelovaã. Stefka StoyanovaEo Vasil Vasilev •Lukas Kovalik y...Apps• MessagesМОЛЯAdd canvas@ FilesTodayLukas Kovalik 12:10 rMTНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerNikolay Ivanov 12:49 PMXMMкой точното това е един месец на денако няма BE fulneesbilitiesправиш ъпдейти на пакетиLukas Kovalik 12:50 PMда сори, беше по-отдавнаNikolay Ivanov 12:50 PMно аз сега с рhp 8.5 достс ъпдейтнахще станат конфликтиJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32970
|
|
32971
|
Quickllme Playen•• cFavouritesjiminny() AirDrop• R Quickllme Playen•• cFavouritesjiminny() AirDrop• RecentsA Applications9 Documen• iCloud Drive992 Svnc tolde0 DXP4800PLUS-B5F A€ Networ!• Orange• Red• Yellov• Greer• Blue• Purple|• All Tags..e System Audio (output 2026-05-13 06-28-55.mp4• MacBook Pro Microphone (input) 2026-05-13_06-28-55.mp4D System Audio (output)_2026-05-13_06-28-25.mp4• MacBook Pro Microphone (input) 2026-05-13 06-28-25.mp401 Svstem Audio (outout) 2026-05-13 06-27-55.mo4• MacBook Pro Microphone (input) 2026-05-13_ 06-27-55.mp/• System Audio (output)_2026-05-13_06-27-25.mp40l MacBook Pro Microphone inout 2026-05-13 06-27-25.m04• System Audio (output) 2026-05-13 _06-26-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-26-55.mp4•system Audio (output 2026-05-13 06-26-25.mp4• MacBook Pro Microphone (input)_2026-05-13__06-26-25.mp4D System Audio (output) _2026-05-13_06-25-55.mp4• MacBook Pro Microphone (input)_ 2026-05-13_06-25-55.mp401 Svstem Audio (outout) 2026-05-13 06-25-25.m04• MacBook Pro Microphone (input) 2026-05-13 06-25-25.mp4• System Audio (output)_2026-05-13_06-24-55.mp4• MacBook Pro Microphone (input) 2026-05-13 06-24-55.mp4al Svctem Audio (outnut) 2026-05-12 06-21-25 mn/.• MacBook Pro Microph(input)_2026-05-13_06-24-25.mp4• System Audio (output) 2026-05-13_ 06-23-55.mp401 MacBook Pro Micronhone (inout) 2026-05-13 06-23-55.mo4• System Audio (output)_2026-05-13_06-23-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-23-25.mp40 Svstem Audio (outout) 2026-05-13 06-22-55.mo4© MacBook Pro Microphone (input) 2026-05-13 06-22-55.mp4D System Audio (output)_2026-05-13_06-22-25.mp4@ MacBook Pro Microphone (input) 2026-05-13_ 06-22-25.mp4@1 Svstem Audio (outout) 2026-05-13 06-21-55.mo4@ MacBook Pro Microphone (input) 2026-05-13_ 06-21-55.mp4• System Audio (output)_2026-05-13_06-21-25.mp4@ MacBook Pro Microphone (input) 2026-05-13 06-21-25.mp4al Suctem Audio (outnut) 2026-05-12 06-20-55 mn4)one (input)_2026-05-13_06-20-55.mp4@ MacBook Pro Microphone (input) 2026-05-13_06-20-25.mp4@1 Svstem Audio (outout) 2026-05-13 06-20-25.mo4• MacBook Pro Microphone (input) 2026-05-13_06-19-55.mp4• System Audio (output) 2026-05-13_06-19-55.mp401 MacBook Pro Microphone (inout) 2026-05-13 06-19-25.mo4|• System Audio (output) 2026-05-13_06-19-25.mp4•-2026-05-13_06-18-55.mp4• System Audio (output) 2026-05-13_ 06-18-55.mp4@1 MacBook Pro Micronhone (innut) 2026-05-13 06-18-25.mn4||D System Audio (output)_2026-05-13_06-18-25.mp4MacBook Pro Microphone (input) 2026-05-13_06-17-55.mp401 Svstem Audio (outout) 2026-05-13 06-17-55.mo4• MacBook Pro Microphone (input) 2026-05-13 _ 06-17-25.mp4•System Audio (• MacBook Pro Microphone (input) 2026-05-13 06-16-53.mp4al Cuctom Audia loutnut) 2026.06.12 06. 16, 52 mл/5. MoBook Pro Mierebhone (ineи) 2026-05-12 19-45-28 mр01 MacBook Pro Micronhone (inout) 2026-05-12 18-44-26.mo4|• MacBook Pro Microphone (input) 2026-05-12 18-43-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-42-26.mp4MacBook Pro Microphone (inout) 2026-05-12 18-41-26.mo4v Q SearchDate ModifiedToday at 9:29Today at 9:28loday at 9.28Todav at 9:28Today at 9:27Today at 9:271Today at 9:27Today at 9:27Today at 9:26Todav at 9:26loday at 9:20Today at 9:25Today at 9:25Today at 9.75Today at 9:24Today at 9:24Todav at 9:24Today at 9:23Today at 9:23Today at 9:23Today at 9:23loday al J.2zTodav at 9:22Today at 9:2'Today at 9:21Today at 9:21Today at 9:21Today at 9:20Todav at 9:20Today at 9:20Today at 9:20Today at 9:19Today at 9:19Today at 9:19Today at 9:19Todav at 9:181Today at 9:18Today at 9:18Todav at 9:18Today at 9:17Today at 9:17Today at 9:17Today at 0:17Today at 9:16Yesterday at 21:45Yesterdav at 21:44Yesterdav at 21:43Yesterday at 21:415 KB217 KB MPEG-4 movie5 KB204 KbMPEG-4 movie5KBIMPEG-4 movie204 KBMPEG-4 movie5 KBMPEG-4 movie203 K.MPEG-4 movie5 KB MPEG-4 movie202 KBMPEG-4 movieMPFG-A movid207 KB5 KB214 KBMPEG-4 movieMPEG-4 movie5K81MPEG-4 movie208 KB MPEG-4 movie5 KB214 KMPEG-4 movie5 KR199 KB5 KB204 KBMDEG-A movieMPEG-4 movieMPEG-4 movieMPEG-4 movie5 KB MPEG-4 movie202 KB5 K:MPEG-4 movie106 KR5 KB205 KB5 KBIMDEG-A movieMPEG-4 movieMPEG-4 movie194 KB MPEG-4 movie5 KBMPEG-4 movie206 K:MPEG-4 movie5 KR191 KE199 KBMDEG-A movieMPEG-4 movie5 KPMPFG-4 movie198 KB MPEG-4 movie5 KBMPEG-4 movie201 K:MPEG-4 movie5 KBMDECA movinl195 KB5KB1MPEG-4 movie195 KRIMPFG.A movie5 KB MPEG-4 movie196 KBMPEG-4 movie5 KEMPEG-4 movie194 KB MPEG-4 movie5 KB192 K:MPEG-4 movieMDEG.A movia1,6 GB Folder212 KBMPEG-4 movie215 KEMPEG-4 movie211 KBMPEG-4 movie214 KB207 KB.MPEG-4 movie4 142 items, 16.19 GB avaFavourites• jiminny(®) AirDrop• Recents* Applications|9 Documents(0) Downloadeii lukasiCloud• iCloud Drive992 Svnc toldeLocations0 DXP4800PLUS-B5F A49 Network• CRM• Orange• Red• Yellow• Greer• Purple• All Tags..8=mCworkName• Retro 2026-05-12.mp4= Daily 2026-05-12.mp4= PLanhat Petko interest event 2026-05-11.mp4* Daily 2026-05-11.mp4""Dally 2020-00-08.mp4ти 1-12026-05-07mo4#a Daily 2026-05-07.mp4wя 1-1 2026-04-24.mp4= Daily 2026-04-24.mp4m User Pilot introduction Adi 2026-04-23.mp4# Daily 2026-04-23.mp4Daily 2026-04-22.mp4*m Refinement 2026-04-06.mp4= Daily 2026-04-21.mp4Da Refinement 2026-04-20.mp4ta Daily 2026-04-17.mp4ww Planning 2026-04-15.mp4Retro 2026-04-14.mn/In Dailv 2026-04-14.m04• User pilot (Adi) 2026-04-09.mp4• Dailv 2026-04-09,m04w Daily 2026-04-08.mp4Daily 2026-04-07.mp4• Dallv 2026-04-06.mo4= Daily 2026-04-02 mn4lax Plannina 2026-04-01 & task split.mp4нй кеtго 2020-03-31.m04em Dailv 2026-03-31.mo4• Refinement 2026-03-30.mp4- Dallv 2026-03-27mo4• Daily 2026-02-26 mn4• Dailv 2026-03-24.mp4• Refinement 2026-03-23.mp4= Daily 2026-03-23.mn4** BE chapter 2026-03-20.mp4Daily 2026-03-20.mp4aa Planina 2026-03-18-converted,mo4|• Refinement 2026-02-09-converted.mp4RiR Daily 2026-03-19.mn4• Review 2026-03-18.mp4aa Planina 2026-03-18.mn4FN Retro 2026-03-17.mp4= Daily 2026-03-17.mp4= Refinement 2026-03-16.mp4Mnaily 2026, .02, 16 mк/.m Dailv 2026-03-13 mndra 1-1 2026-03-12.mp4Daily 2026-03-12 mn/aa. Daily 2026-03-11.mр4Daily 2026-03-10.mp4TE: Refineent 2026-03-09.mo4Fa Dailv 2026-02-06 mл 4suppont Dally • In Zn onvQ SearchShare Add TagsDate ModifiedYesterday at 17:36Yesterday at 10:1311 Mav 2026 at 12:2211 May 2026 at 10:028 May 2026 at 10:227 Mav 2026 at 18:217 May 2026 at 10:1024 Apr 2026 at 14:4424 Apr 2026 at 10:1122 Anr 2026 at 11:5923 Apr 2026 at 10:3222 Apr 2026 at 10:2171 Aor 2026 at 11:0721 Apr 2026 at 10:0020 Apr 2026 at 16:5620 Aor 2026 at 10:0617 Anr 2026 at 10:16|16 Apr 2026 at 10:0015 Apr 2026 at 11:1414 Anr 2026 at 17:3714 Apr 2026 at 10:099 Apr 2026 at 14:479 Aor 2026 at 10:07Q Anr 2026 at 10:127 Apr 2026 at 10:01• Aor 2026 at 10:082 Anr 2026 at 10:2131 Mar 2026 at 18:2931 Mar 2026 at 10:1020 Mar 2026 at 17:1227 Mar 2026 at 10:0926 Mar 2026 at 0:50l24 Mar 2026 at 10:0023 Mar 2026 at 10:0020 Mar 2026 at 11:4620 Mar 2026 at 10:0619 Mar 2026 at 12:0110 Mar 2026 at 11:2519 Mar 2026 at 0:5717 Mar 2026 at 17:4017 Mar 2026 at 10:1816 Mar 2026 at 16:5546 Mor 2006 6+ 40:0912 Mar 2026 at 18:3512 Mar 2026 at 10:1011 Mar 2026 at 10:0610 Mar 2026 at 9:519 Mar 2026 at 17:04o Mor 200G ot d-Ed4o6 467 calaatad 400 T0 aucilahl)wea 13 May 12:04:011,03 GBMPEG-4 movie1,02 GEMPEG-4 movie1ЛA5 MPMDEG-A movie491.3 MEMPEG-4 movie1,37 GBMPEG-4 movie1.55 GBMPEG-4 movie931,7 MB MPEG-4 movie1,86 GB832.2 MBMPEG-4 movieMDSG-A movie72AMP1,74 GB1,36 GBMPEG-4 movieMPEG-4 movie2.41 GBIMPEG-A movie567.8 MB MPEG-4 movie4,25 GB698,5 M:MPEG-4 movie116GR MDEG.A movicd513,4 MB2,/5 GbMPEG-4 movie1AAGR MPEG-A movie924.4 MB MPEG-4 movie362,6 MB748.8 MEMPEG-4 movie1oлep575,5 MB205 M.MDEG.A movidMPEG-4 movie1.02 GP4,68 GB3,4 GB923.6 MEMDEG-A movieMPEG-4 movie2,77 GBMDEC.A movid884.3 MEMPEG-4 movieA76 6 MPMDEG-A movie550,8 MBMPEG-4 movie3,44 GB438.9 MEMPEG-4 movie4 co colMoceAmair2.38 G:MPEG-4 movie2 26 GR|MDSG-A movie386.3 MBMPEG-4 movie705.8 MBMPEG-4 movie2.78 GEMPEG.A movid1,53 GB MPEG-4 movie1,2 CB4.19 GEMPEG-4 moviec0221e1,02 GB637.6 MBMDECA movidMDEG_A movieMPEG-4 movie978.7 MPMPEG-A movie9009110uneA hmadl4.16 GEMPEG-4 movie2107MpMADECA movid291,7 MBMDEG_4 movie...
|
iTerm2
|
NULL
|
NULL
|
32971
|
|
32972
|
QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKER QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKERO ₴1DEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/uscreate mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCrcreate mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|HomeDMsActivityFilesLaterMoreSupport Daily - in 2h 6 m100% <2*8•Wed 13 May 12:54:20→Describe what you are looking forJiminny ...Nikolay Ivanovcuroarlylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of_jimi...+° Direct messages& Nikolay Ivanovdo James Graham. Stoyan Tanev. Galya Dimitrova. Steliyan GeorgievPetko KashinskiP. Aneliya Angelovaã. Stefka StoyanovaEo Vasil Vasilev •Lukas Kovalik y...AppsMessagesМОЛЯAdd canvas@ FilesTodayLukas Kovalik 12:10 rMTНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerNikolay Ivanov 12:49 PMXMMкой точното това е един месец на денако няма BE fulneesbilitiesправиш ъпдейти на пакетиLukas Kovalik 12:50 PMда сори, беше по-отдавнаNikolay Ivanov 12:50 PMно аз сега с рhp 8.5 достс ъпдейтнахще станат конфликтиJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32972
|
|
32973
|
Quickllme Playen•• cFavouritesjiminny() AirDrop• R Quickllme Playen•• cFavouritesjiminny() AirDrop• RecentsA Application9 Document• iCloud Drive992 Svnc tolde0 DXP4800PLUS-B5F A€ Networ!• Orange• Red• Yellov• Greer• Blue• Purple|• All Tags..e MacBook Pro Microphone input 2026-05-13 06-29-25.mp4• System Audio (output) 2026-05-13 06-28-55.mp4MacBook Pro Microphone (input)_2026-05-13_06-28-55.mp4•system Audio (output 2020-05-13 06-28-20.mp4• MacBook Pro Microphone (input)_2026-05-13_06-28-25.mp4• System Audio (output) 2026-05-13 06-27-55.mp4• MaсBook Pro Microphone (input)_2026-05-13_06-27-55.mp4Svstem Audio outout 2026-05-13 06-27-25.mo4© MacBook Pro Microphone (input) 2026-05-13 06-27-25.mp4• System Audio (output)_2026-05-13_06-26-55.mp4• MacBook Pro Microphone (input) 2026-05-13 06-26-55.mp4@1 Svstem Audio (outnut) 2026-05-13 06.-26-25.mn/||• MacBook Pro Microphone (input)_2026-05-13_06-26-25.mp4• System Audio (output)_ 2026-05-13_06-25-55.mp401 MacBook Pro Micronhone inout) 2026-05-13 06-25-55.m04System Audio (output)_2026-05-13_06-25-25.mp4• MacBook Pro Microphone (input)_2026-05-13_06-25-25.mp4esystem Audio outout 2026-06-13 06-24-56,m040 MacBook Pro Microphone (input) 2026-05-13 06-24-55.mp4System Audio (output)_2026-05-13_06-24-25.mp4• MacBook Pro Microphone (input) 2026-05-13_ 06-24-25.mp4•1 Svstem Audio (outout) 2026-05-13 06-23-55.mo4• MacBook Pro Microphone (input) 2026-05-13 _ 06-23-55.mp4• System Audio (output)_2026-05-13_06-23-25.mp4• MacBook Pro Microphone (input) 2026-05-13 06-23-25.mp4al Suctem Audio (outnut) 2026-05-12 06-22-55 mn/.(input)_2026-05-13_06-22-55.mp4• System Audio (output) 2026-05-13_06-22-25.mp4e1 MacBook Pro Micronhone (inout) 2026-05-13 06-22-25.mo4• System Audio (output)_2026-05-13_06-21-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-21-55.mp401 Svstem Audio outout) 2026-05-13 06-21-25.mo4© MacBook Pro Microphone (input) 2026-05-13 06-21-25.mp4System Audio (output)_2026-05-13_06-20-55.mp4• MacBook Pro Microphone (input) 2026-05-13_06-20-55.mp4@1 MacBook Pro Micronhone (inout) 2026-05-13 06-20-25.mo4System Audio (output)_2026-05-13_06-20-25.mp4• MacBook Pro Microphone (input) 2026-05-13_06-19-55.mp401 Svstem Audio (outout) 2026-05-13 06-19-55.mo4© MacBook Pro Microphone (input) 2026-05-13_06-19-25.mp4•System Audio (output) _2026-05-13_06-19-25.mp4• MacBook Pro Microphone (input) 2026-05-13_ 06-18-55.mp4@1 Svstem Audio (outnut) 2026-05-13 06-18-55.mnЛMacBook Pro Microphone (input)_2026-05-13_06-18-25.mp4• System Audio (output) 2026-05-13_06-18-25.mp401 MacBook Pro Micronhone (inout) 2026-05-13 06-17-55.mo4• System Audio (output) 2026-05-13_ 06-17-55.mp42026-05-13_06-17-25.mp4• Svstem Audio (outout) 2026-05-13 06-17-25.mp40 MacBook Pro Microphone (input) 2026-05-13_06-16-53.mp4D System Audio (output)_2026-05-13_06-16-53.mp4data01 MacBook Pro Micronhone (inout) 2026-05-12 18-45-26.mo4|@ MacBook Pro Microphone (input) 2026-05-12 18-44-26.mp4MacBook Pro Microphone (input)_2026-05-12_18-43-26.mp4MacBook Pro Microphone (inout) 2026-05-12 18-42-26.mo4|v Q SearchDate ModifiedToday at 9:29Today at 9:29loday at 9.28Todav at 9:28Today at 9:28Today at 9:271Today at 9:27Today at 9:27Today at 9.2/Todav at 9:26loday at 9:20Today at 9:26Today at 9:25Today at 9.75Today at 9:25Today at 9:24Todav at 9:24Today at 9:24Today at 9:23Today at 9:23Today at 9:23loday at y.2zTodav at 9:22Today at 9:22Today at 9:21Today at 9:21Today at 9:21Today at 9:21Todav at 9:20Today at 9:20Today at 9:20Today at 9:20Today at 9:19Today at 9:19Today at 9:19Todav at 9:19lToday at 9:18Today at 9:18Todav at 9:18Today at 9:18Today at 9:17Today at 9:17Today at 0:17Today at 9:17Today at 9:16Yesterdav at 21:45Yesterdav at 21:44Yesterday at 21:43Yesterdav at 21:42v Size238 KB5 KBMDEG-A movie217 KBMPEG-4 movie204 K815 KB204 KBMPEG-4 movieMPEG-4 movieMPEG-4 movieMPEG-4 movie203 KB MPEG-4 movie5 KBZ0Z Kb5 KRMPEG-4 movieMPFG-A movid207 KBMPEG-4 movieMPEG-4 moVie214 K81MPEG-4 movie5 KB MPEG-4 movie208 KBMPEG-4 movie214 KB5 KB199 KB5 KEMDEG-A movieMPEG-4 movieMPEG-4 movieMPEG-4 movie204 KB MPEG-4 movie5 KB202 K:MPEG-4 movie5 KR196 KBMDEG-A movieMPEG-4 movie205 KBIMPEG-4 movie5 KB MPEG-4 movie194 KEMPEG-4 movie5 K:MPEG-4 movie206 KBMDEG-A movie5 KB191 KBMPEG-4 movie199 KBIMPFG-4 movie5 KB MPEG-4 movie198 KEMPEG-4 movie5 K:MPEG-4 movie201 KBMDECA mavinl5 KB195 KB|MPEG-4 movie5 KBMPEG.A movie195 KB MPEG-4 movie5 KBMPEG-4 movie196 KE194 KEMPEG-4 movie5 KB MPEG-4 movie5 K:MPEG-4 movie102 KPIMDEGA mAvia5 KB MPEG-4 movie1,6 GB212 KBIMPEG-4 movie215 KBMDEE Amovil211 KB214 KBMPEG-4 movie4 143 items. 16.19 GB avaFavourites• jiminny(®) AirDrop• Recents* Applications|9 Documents(0) Downloadeii lukasiCloud• iCloud Drive992 Svnc toldeLocations0 DXP4800PLUS-B5F A49 Network• CRM• Orange• Red• Yellow• Purple• All Tags..8=mCworkName• Retro 2026-05-12.mp4= Daily 2026-05-12.mp4= PLanhat Petko interest event 2026-05-11.mp4* Daily 2026-05-11.mp4""Dally 2020-00-08.mp4ти 1-12026-05-07mo4#a Daily 2026-05-07.mp4wя 1-1 2026-04-24.mp4= Daily 2026-04-24.mp4m User Pilot introduction Adi 2026-04-23.mp4Daily 2026-04-23.mp4Daily 2026-04-22.mp4*m Refinement 2026-04-06.mp4= Daily 2026-04-21.mp4Da Refinement 2026-04-20.mp4ta Daily 2026-04-17.mp4ww Planning 2026-04-15.mp4Retro 2026-04-14.mn/In Dailv 2026-04-14.m04• User pilot (Adi) 2026-04-09.mp4• Dailv 2026-04-09,m04w Daily 2026-04-08.mp4• Dallv 2026-04-06.mo4= Daily 2026-04-02 mn4lax Plannina 2026-04-01 & task split.mp4нй кеtго 2020-03-31.m04em Dailv 2026-03-31.mo4• Refinement 2026-03-30.mp4- Dallv 2026-03-27mo4• Daily 2026-02-26 mn4• Dailv 2026-03-24.mp4• Refinement 2026-03-23.mp4= Daily 2026-03-23.mn4** BE chapter 2026-03-20.mp4Daily 2026-03-20.mp4aa Planina 2026-03-18-converted,mo4|• Refinement 2026-02-09-converted.mp4RiR Daily 2026-03-19.mn4• Review 2026-03-18.mp4aa Planina 2026-03-18.mn4FN Retro 2026-03-17.mp4= Daily 2026-03-17.mp4= Refinement 2026-03-16.mp4Mnaily 2026, .02, 16 mк/.m Dailv 2026-03-13 mndra 1-1 2026-03-12.mp4Daily 2026-03-12 mn/aa. Daily 2026-03-11.mр4Daily 2026-03-10.mp4TE: Refineent 2026-03-09.mo4Fa Dailv 2026-02-06 mл 4suppont Dally • In zn omvQ SearchShare Add TagsDate ModifiedYesterday at 17:36Yesterday at 10:1311 Mav 2026 at 12:2211 May 2026 at 10:028 May 2026 at 10:227 Mav 2026 at 18:217 May 2026 at 10:1024 Apr 2026 at 14:4424 Apr 2026 at 10:1122 Anr 2026 at 11:5923 Apr 2026 at 10:3222 Apr 2026 at 10:2171 Aor 2026 at 11:0721 Apr 2026 at 10:0020 Apr 2026 at 16:5620 Aor 2026 at 10:0617 Anr 2026 at 10:16|16 Apr 2026 at 10:0015 Apr 2026 at 11:1414 Anr 2026 at 17:3714 Apr 2026 at 10:099 Apr 2026 at 14:479 Aor 2026 at 10:07Q Anr 2026 at 10:127 Apr 2026 at 10:01• Aor 2026 at 10:082 Anr 2026 at 10:2131 Mar 2026 at 18:2931 Mar 2026 at 10:1020 Mar 2026 at 17:1227 Mar 2026 at 10:0926 Mar 2026 at 0:50l24 Mar 2026 at 10:0023 Mar 2026 at 10:0020 Mar 2026 at 11:4620 Mar 2026 at 10:0619 Mar 2026 at 12:0110 Mar 2026 at 11:2519 Mar 2026 at 9:57117 Mar 2026 at 17:4017 Mar 2026 at 10:1816 Mar 2026 at 16:5546 MOr GA0G C+ 40:0212 Mar 2026 at 18:3512 Mar 2026 at 10:1011 Mar 2026 at 10:0610 Mar 2026 at 9:519 Mar 2026 at 17:04o Mor 200G ot d-Ed4o6 467 calaatad 400 T0 aucilahl)wea 13 May 12:04.301,03 GBMPEG-4 movie1,02 GEMPEG-4 movie1ЛA5 MPMDEG-A movie491.3 MEMPEG-4 movie1,37 GBMPEG-4 movie1.55 GBMPEG-4 movie931,7 MB MPEG-4 movie1,86 GB832.2 MBMPEG-4 movieMDSG-A movie72AMP1,74 GB1,36 GBMPEG-4 movieMPEG-4 movie2.41 GBIMPEG-A movie567.8 MB MPEG-4 movie4,25 GB698,5 M:MPEG-4 movie116GR MDEG.A movicd513,4 MB2,/5 GbMPEG-4 movie1AAGR MPEG-A movie924.4 MB MPEG-4 movie362,6 MB748.8 MEMPEG-4 movie1oлepMDEG.A movid205 M.MPEG-4 movie1.02 GP4,68 GB3,4 GB923.6 MEMDEG-A movieMPEG-4 movie2,77 GBMDEC.A movid884.3 MEMPEG-4 movieA76 6 MPMDEG-A movie550,8 MBMPEG-4 movie3,44 GB438.9 MEMPEG-4 movie4 co colMoceAmair2.38 G:MPEG-4 movie2 26 GR|MDSG-A movie386.3 MBMPEG-4 movie705.8 MBMPEG-4 movie2.78 GEMPEG.A movid1,53 GB MPEG-4 movie1,2 CB4.19 GEMPEG-4 moviec0221e1,02 GB637.6 MBMDECA movidMDEG_A movieMPEG-4 movie978.7 MPMPEG-A movie9009110uneA hmadl4.16 GEMPEG-4 movie2107MpMADECA movid291,7 MBMDEG_4 movie...
|
iTerm2
|
NULL
|
NULL
|
32973
|
|
32974
|
QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKER QuickTime PlayerFileEditViewWindowHelp• 0APPDOCKERO ₴1DEV (docker)₴82APP (-zshtests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesDeleterTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesProviderTest.phptests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesUploaderTest.phptests/Unit/Component/Transcription/Diarization/Services/GetNormalizedParticipantSpeeches?tests/Unit/Component/Transcription/Diarization/Source/MeetingBotSourceTest.phptests/Unit/Contracts/Services/Calendar/CalendarTraitTest.phptests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phptests/Unit/Jobs/Activity/Import/ImportTwilioVideoSpeechesJobTest.phptests/Unit/Jobs/Activity/Import/IsActivityReadyForProcessingJobTest.phptests/Unit/Jobs/Calendar/SetupCalendarSyncTest.phptests/Unit/Services/Activity/ParticipantsServiceTest.phptests/Unit/Services/Calendar/Command/ImportParticipantsTest.phptests/Unit/Services/Calendar/GoogleCalendarServiceTest.phptests/Unit/Services/Crm/Close/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTest.phptests/Unit/Services/Crm/Hubspot/ServiceTraits/OpportunitySyncTraitMatchActivitiesTest.phytests/Unit/Services/Crm/IntegrationApp/ServiceTraits/SyncCrmEntitiesTraitOpportunitiesTe:tests/Unit/Services/Crm/Pipedrive/ImportOpportunityMatchActivitiesTest.phptests/Unit/Services/Crm/Salesforce/ServiceTest.phptests/Unit/Services/Mail/Office/EmailApiClientTest.phptests/Unit/Services/RecallAI/RecallAIServiceTest.php113 files changed, 4143 insertions(+), 1740 deletions(-)create mode 120000 CLAUDE.mdcreate mode 100644 app/Component/AiAutomation/Services/CrmFillingEligibilityChecker.phpdelete mode 100644 app/Component/ES/ElasticSearchWorkerManager.phpdelete mode 100644 app/Component/ES/Worker/ActivityWorker.phpdelete mode 100644 app/Component/ES/Worker/EntityWorker.phpdelete mode100644 app/Component/ES/Worker/WorkerAmount.phpdelete mode100644 app/Component/ES/Worker/WorkerInterface.phpcreate mode100644 app/Component/ProphetAi/Exceptions/InsufficientTranscriptException.phtcreate mode100644 app/Component/Transcription/DTO/Http/Transcription/AssemblyAI/Assembl:create mode100644 app/Component/Transcription/DTO/Http/Transcription/TranscriptionIsNot(create mode 100644 app/Console/Commands/Crm/Backfill0pportunityUserFromAccountCommand.phpdelete mode 100644 app/Console/Commands/Elasticsearch/AsyncUpdateEsActivities.phpcreate mode100644 front-end/src/components/shared/modals/EntityPickerModal/__tests__/uscreate mode 100644 tests/Feature/Component/Nudge/Process0rganisationImmediateNudgesJobTe:create mode 100644 tests/Unit/Component/AiAutomation/Services/CrmFillingEligibilityCheck‹delete mode 100644 tests/Unit/Component/ES/ElasticSearchWorkerManagerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/ActivityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/EntityWorkerTest.phpdelete mode 100644 tests/Unit/Component/ES/Worker/WorkerAmountTest.phpcreate mode 100644 tests/Unit/Component/ParticipantSpeech/Services/ParticipantSpeechesCrcreate mode 100644 tests/Unit/Http/Controllers/Kiosk/ActivityControllerTest.phpLukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (master) $ I|HomeDMsActivityFilesLaterMoreSupport Daily - in 2h 6 m100% <2*8•Wed 13 May 12:54:50→Describe what you are looking forJiminny ...Nikolay Ivanovcuroarlylau# engineering# general# jiminny-bg# platform-tickets# product_launches#random# releases# sofia-office# support# thank-yous# the_people_of_jimi...+. Direct messages& Nikolay Ivanovdo James Graham. Stoyan TanevGalya DimitrovaP. Steliyan GeorgievLo Petko KashinskiP. Aneliya Angelovaã. Stefka StoyanovaEo Vasil Vasilev •Lukas Kovalik y...AppsMessagesМОЛЯAdd canvas@ FilesTodayLukas Kovalik 12:10 rMTНики сори, още един въпрос имамкогато ги правеше ти FE ли оправяима vulnerabilities no npmNikolay Ivanov 12:28 PMнетях ги оставямLukas Kovalik 12:29 PMаз погледнах твоя тикет и там друго нямашесамо FEкак стигна до WorkerNikolay Ivanov 12:49 PMXMMкой точното това е един месец на денако няма BE fulneesbilitiesправиш ъпдейти на пакетиLukas Kovalik 12:50 PMда сори, беше по-отдавнаNikolay Ivanov 12:50 PMно аз сега с рhp 8.5 достс ъпдейтнахще станат конфликтиJira CloudMessage Nikolay IvanovToast...
|
iTerm2
|
NULL
|
NULL
|
32974
|
|
32975
|
Quickllme Playen•• cFavouritesjiminny() AirDrop• R Quickllme Playen•• cFavouritesjiminny() AirDrop• RecentsA Application9 Documen• iCloud Drive992 Svnc tolde0 DXP4800PLUS-B5F ANetwor!• Orange• Red• Yellov• Greer• Blue• Purple• All Tags..e System Audio (output 2026-05-13 06-29-25.mp4© MacBook Pro Microphone (input) 2026-05-13 06-29-25.mp4D System Audio (output) _2026-05-13_06-28-55.mp4© MacBook Pro Microphone (input) 2026-05-13 06-28-55.mp401 Sustem Audio (outout) 2026-05-13 06-28-25.mn4• MacBook Pro Microphone (input) 2026-05-13_06-28-25.mp/• System Audio (output)_2026-05-13_06-27-55.mp401 MacBook Pro Microphone inout 2026-05-13 06-27-55.m04• System Audio (output)_2026-05-13_06-27-25.mp4MacBook Pro Microphone (input)_2026-05-13_06-27-25.mp4•system Audio (output 2026-05-13 06-26-55.mp4• MacBook Pro Microphone (input)_ 2026-05-13_06-26-55.mp4D System Audio (output) _2026-05-13_06-26-25.mp4• MacBook Pro Microphone (input) 2026-05-13_06-26-25.mp401 Svstem Audio (outout) 2026-05-13 06-25-55.m04• MacBook Pro Microphone (input) 2026-05-13 06-25-55.mp4• System Audio (output)_2026-05-13_06-25-25.mp4@ MacBook Pro Microphone (input) 2026-05-13 06-25-25.mp4al Svctem Audio (outnut) 2026-05-12 06-21-55 mn/.• MacBook Pro Microph(input)_2026-05-13_06-24-55.mp4• System Audio (output) 2026-05-13 06-24-25.mp401 MacBook Pro Micronhone (inout) 2026-05-13 06-24-25.mo4• System Audio (output)_2026-05-13_06-23-55.mp4• MacBook Pro Microphone (input)_2026-05-13_06-23-55.mp401 Svstem Audio (outout) 2026-05-13 06-23-25.mo4© MacBook Pro Microphone (input) 2026-05-13 06-23-25.mp4D System Audio (output)_2026-05-13_06-22-55.mp4@ MacBook Pro Microphone (input) 2026-05-13_ 06-22-55.mp4@1 Svstem Audio (outout) 2026-05-13 06-22-25.mo4@ MacBook Pro Microphone (input) 2026-05-13_ 06-22-25.mp4• System Audio (output)_2026-05-13_06-21-55.mp401 MacBook Pro Microphone (inout) 2026-05-13 06-21-55.mo4|• System Audio (output) 2026-05-13 06-21-25.mp42026-05-13_06-21-25.mp4• System Audio (output) 2026-05-13_06-20-55.mp4•1 MacBook Pro Micronhone (innut) 2026-05-13 06-20-55.mn4• MacBook Pro Microphone iniout 2026-05-13 06-20-25.mp4• System Audio (output) 2026-05-13_06-20-25.mp401 MacBook Pro Microphone (inout) 2026-05-13 06-19-55.mo4• System Audio (output) 2026-05-13_06-19-55.mp42026-05-13_06-19-25.mp4• System Audio (output) 2026-05-13_ 06-19-25.mp4@1 MacRook Pro Micronhone (innut) 2026-05-12 06-18-55.mn4|System Audio (output)_2026-05-13_06-18-55.mp4• MacBook Pro Microphone (input) 2026-05-13_06-18-25.mp401 Svstem Audio (outout) 2026-05-13 06-18-25.mo4• MacBook Pro Microphone (input) 2026-05-13 _ 06-17-55.mp4System Audio• MacBook Pro Microphone (input) 2026-05-13 06-17-25.mp4a Cuctom Audia loutnut) 2026.06. 12 06 17.25 mлл• MacBook Pro Micriophone (input)_2026-05-13_06-16-53.mp4@ System Audio (output) 2026-05-13_ 06-16-53.mp4date@ MacBook Pro Microphone (input) 2026-05-12 18-45-26.mр4MacBook Pro Microphone (input)_2026-05-12_18-44-26.mp4WacBook Pro Microphone (inout) 2026-05-12 18-43-26.mo4|v Q SearchDate ModifiedToday at 9:29Today at 9:29loday at 9.29Todav at 0:28Today at 9:28Today at 9:28Today at 9:27Today at 9:27Today at 9.2/Todav at 9:27loday at 9:20Todav at 9:26Today at 9:26Today at 9:25Today at 9.25Today at 9:25loday at 9:24Todav at 9:24Today at 9:24Today at 9:24Today at 9:23Today at 9:23Today at 9:23loday au g-23Todav at 9:22Today at 9:22Today at 9:22Today at 9:21Today at 9:21Today at 9:21Todav at 9:21Today at 9:20Today at 9:20Today at 9:20Today at 9:20Today at 9:19Today at 9:19Todav at 9:19lToday at 9:19Today at 9:18Todav at 9:18Today at 9:18Today at 9:18Today at 9:17Today at 0:17Todav at 9:17Today at 9:17Todav at 9:161Yesterdav at 21:45Yesterday at 21:44Yesterdav at 21:4kv Size5 KB238 KB MPEG-4 movie5 KB21/ KbMPEG-4 movie5KRIMPEG-4 movie204 KBMPEG-4 movie5 KBMPEG-4 movie204 K.MPEG-4 movie5 KB MPEG-4 movie203 KEb KeMPEG-4 movie202 KBMPEG.A movid5 KBMPEG-4 movie207 KBMPEG-4 moVie5K81MPEG-4 movie214 KB MPEG-4 movie5 KB208 KMPEG-4 movie5 KR214 KB5 KB199 KBIMDEG-A movieMPEG-4 movieMPEG-4 movieMPEG-4 movie5 KB MPEG-4 movie204 KB5 K:MPEG-4 movie202 KB5 KB196 KB5 KBIMDEG-A movieMPEG-4 movieMPEG-4 movie205 KB MPEG-4 movie5 KBMPEG-4 movie194 K:MPEG-4 movie5 KBMDEG-A movie206 KE5 KBMPEG-4 movie191 KPMPFG-4 movie199 KBMPEG-4 movie5 KBMPEG-4 movie198 K:MPEG-4 movie5 KBMDECA mavinl201 KB5KB1MPEG-4 movie195 KRIMPFG.A movie5 KB MPEG-4 movie195 KBMPEG-4 movie5 KEMPEG-4 movie196 KB MPEG-4 movie5 KB194 K:MPEG-4 movieg.kpMDEG.A movia192 KB MPEG-4 movie5 KB1.6 GEMDEA Amovi215 KB211 KB.MPEG-4 movie4 144 items. 16.19 GB avaFavourites• jiminny(®) AirDrop• Recents* Applications|9 Documents(0) Downloadeii lukasiCloud• iCloud Drive992 Svnc toldeLocations0 DXP4800PLUS-B5F A49 Network• CRM• Orange• Red• Yellow• Purple• All Tags..8=mCworkName• Retro 2026-05-12.mp4= Daily 2026-05-12.mp4= PLanhat Petko interest event 2026-05-11.mp4* Daily 2026-05-11.mp4""Dally 2020-00-08.mp4ти 1-12026-05-07mo4#a Daily 2026-05-07.mp4wя 1-1 2026-04-24.mp4• Daily 2026-04-24.mp4m User Pilot introduction Adi 2026-04-23.mp4# Daily 2026-04-23.mp4Daily 2026-04-22.mp4*m Refinement 2026-04-06.mp4= Daily 2026-04-21.mp4Da Refinement 2026-04-20.mp4ta Daily 2026-04-17.mp4ww Planning 2026-04-15.mp4Retro 2026-04-14.mn/In Dailv 2026-04-14.m04• User pilot (Adi) 2026-04-09.mp4• Dailv 2026-04-09,m04wa Daily 2026-04-08.mp4Daily 2026-04-07.mp4• Dallv 2026-04-06.mo4= Daily 2026-04-02 mn4lax Plannina 2026-04-01 & task split.mp4нй кеtго 2020-03-31.m04em Dailv 2026-03-31.mo4• Refinement 2026-03-30.mp4- Dallv 2026-03-27mo4• Daily 2026-02-26 mn4• Dailv 2026-03-24.mp4• Refinement 2026-03-23.mp4= Daily 2026-03-23.mn4** BE chapter 2026-03-20.mp4Daily 2026-03-20.mp4aa Planina 2026-03-18-converted,mo4|• Refinement 2026-02-09-converted.mp4RiR Daily 2026-03-19.mn4• Review 2026-03-18.mp4aa Planina 2026-03-18.mn4FN Retro 2026-03-17.mp4= Daily 2026-03-17.mp4= Refinement 2026-03-16.mp4Mnaily 2026, .02, 16 mк/.m Dailv 2026-02-12 гra 1-1 2026-03-12.mp4Daily 2026-03-12 mn/aa. Daily 2026-03-11.mр4Daily 2026-03-10.mp4TE: Refineant 2026-03-09.mo4Fa Dailv 2026-02-06 mл 4supoont Dally • In Zn o1vQ SearchDate ModifiedYesterday at 17:36Yesterday at 10:1311 Mav 2026 at 12:2211 May 2026 at 10:028 May 2026 at 10:227 Mav 2026 at 18:217 May 2026 at 10:1024 Apr 2026 at 14:4424 Apr 2026 at 10:1122 Anr 2026 at 11:5923 Apr 2026 at 10:3222 Apr 2026 at 10:2171 Aor 2026 at 11:0721 Apr 2026 at 10:0020 Apr 2026 at 16:5620 Aor 2026 at 10:0617 Anr 2026 at 10:16|16 Apr 2026 at 10:0015 Apr 2026 at 11:1414 Anr 2026 at 17:3714 Apr 2026 at 10:099 Apr 2026 at 14:479 Aor 2026 at 10:07Q Anr 2026 at 10:127 Apr 2026 at 10:01• Aor 2026 at 10:082 Anr 2026 at 10:2131 Mar 2026 at 18:2931 Mar 2026 at 10:1020 Mar 2026 at 17:1227 Mar 2026 at 10:0926 Mar 2026 at 0:50l24 Mar 2026 at 10:0023 Mar 2026 at 10:0020 Mar 2026 at 11:4620 Mar 2026 at 10:0619 Mar 2026 at 12:0110 Mar 2026 at 11:2519 Mar 2026 at 9:57117 Mar 2026 at 17:4017 Mar 2026 at 10:1816 Mar 2026 at 16:5546 MOr GA0G C+ 40:0212 Mar 2026 at 18:3512 Mar 2026 at 10:1011 Mar 2026 at 10:0610 Mar 2026 at 9:519 Mar 2026 at 17:04o Mor 200G ot d-Ed466 427 colaatad 400 T0 Aucilnhl!wea 13 May 12:00:091,03 GBMPEG-4 movie1,02 GEMPEG-4 movie1ЛA5 MPMDEG-A movie491.3 MEMPEG-4 movie1,37 GBMPEG-4 movie1.55 GBMPEG-4 movie931,7 MB MPEG-4 movie1,86 GB832,2 MEMPEG-4 movieMDSG-A movie72AMP1,74 GB1,36 GBMPEG-4 movieMPEG-4 movie2.41 GBIMPEG-A movie567.8 MB MPEG-4 movie4,25 GB698,5 M:MPEG-4 movie116GR MDEG.A movicd513,4 MB2,/5 GbMPEG-4 movie1AAGR MPEG-A movie924.4 MB MPEG-4 movie362,6 MB748.8 MEMPEG-4 movie1oлep575,5 MB205 M.MDEG.A movidMPEG-4 movie1.02 GP4,68 GB3,4 GB923.6 MEMDEG-A movieMPEG-4 movieMPEG-4 movie2,77 GBMDEC.A movid884.3 MEMPEG-4 movieA76 6 MPMDEG-A movie550,8 MBMPEG-4 movie3,44 GB438.9 MEMPEG-4 movie4 co colMoceAmair2.38 G:MPEG-4 movie2 26 GR|MDSG-A movie386.3 MBMPEG-4 movie705.8 MBMPEG-4 movie2.78 GEMPEG.A movid1,53 GB MPEG-4 movie1,2 CB4.19 GEMPEG-4 moviec0221e1,02 GB637.6 MBMDECA movidMDEG_A movieMPEG-4 movie978.7 MPMPEG-A movie9009110uneA hmadl4.16 GEMPEG-4 movie2107MpMADECA movid291,7 MBMDEG_4 movie...
|
iTerm2
|
NULL
|
NULL
|
32975
|