Commit Graph

11 Commits

Author SHA1 Message Date
b6768218f3 fix(linux_configuration): sync music_parallelism.sh from live and detoxify organize_downloads.sh
- music_parallelism.sh: restore batched-pgrep/xdotool optimization that exists
  in /usr/local/bin/ but had been lost from the repo, plus bump intervals
  (FAST 0.5s->2s, IDLE 3s->10s) to further cut fork rate
- organize_downloads.sh: replace per-file tr fork with bash 4 ${var,,}
  parameter expansion, replace per-log-line $(date) fork with printf %()T builtin

Follow-up to fork-storm fixes after observing 122 CPU-hours of date calls
in a 90-minute window (root cause was nvidia-pmon-logger.sh, fixed separately).
2026-05-06 22:03:50 +02:00
3ebb97b283 chore: optimize pre-commit, remove tracked binaries, fix lint issues
- Move slow hooks (mypy, pylint, bandit, pytest, prettier) to pre-push stage
- Remove redundant autoflake (ruff covers F401/F841)
- Fix shellcheck OOM by batching files with xargs -n 40
- Remove tracked .o, .wav, .pyc binaries from git
- Move pomodoro wav files to ../testsAndMisc_binaries/ with symlinks
- Add *.o, *.so, *.a to .gitignore
- Refactor hltb._pick_best_hltb_entry to fix C901/PLR0911/SIM102
- Fix SC2034 warnings in gif_to_square.sh and upgrade.sh
- Add disk_cleanup_check.sh script
- Various test and code improvements across screen_locker,
  steam_backlog_enforcer, word_frequency, moviepy_showcase
2026-04-10 18:48:37 +02:00
KRZYSZTOF RUDNICKI
1a32d8dc51 Merge branch 'main' of https://github.com/kuhyx/testsAndMisc 2026-03-11 08:51:39 +01:00
KRZYSZTOF RUDNICKI
24be13a17a feat: install code insiders fix ubuntu performance gif to square and upgrae ubuntu script 2026-03-11 08:51:32 +01:00
497dcfd8b3 feat: screen replay feature 2026-03-09 18:52:48 +01:00
f4f25821e5 feat: shell scripts 2026-02-22 16:57:36 +01:00
8fb2e96363 feat: moviepy showcase full 2026-02-21 20:40:33 +01:00
4c4e966e5f feat: great beautiful fixes 2026-02-20 01:17:53 +01:00
9e4fee54d7 pre commit fixes 2026-02-20 00:21:41 +01:00
20337f07eb fixes for existing scripts and pomodoro with local sync 2026-02-14 18:42:20 +01:00
04c132c9a4 Add 'linux_configuration/' from commit '0762e3d07b90bac9256eb272de10bf9f42878094'
git-subtree-dir: linux_configuration
git-subtree-mainline: 11427631cd
git-subtree-split: 0762e3d07b
2026-02-06 21:43:26 +01:00