Skip to content

Instantly share code, notes, and snippets.

@manueldev
manueldev / gist:decd04748f5a6d0bdf5071f475f115fc
Created August 4, 2025 22:10
List of missing features on DJAY Pro:
List of missing features on DJAY Pro:
- Ability to view the "selected deck": The "selected deck" has its own mappings. If the selected deck is not visible, mapping for use in "keyboard-only" mode is useless.
- Ability to adjust the key in smaller units, as well as being able to activate the "key lock" at the pitch slider position. Currently, when the "key lock" is activated, it defaults to the song's original value regardless of the pitch slider position. This causes unexpected pitch shifts.
- Pitch bend without pitch shifting: Ability to map the pitch bend function without shifting the song's pitch, even when the key lock is disabled.
- Ability to recursively list folder contents: This would allow for more flexible way of organizing our music. I have many subfolders, and navigating through them one by one is really impractical for a live performance.
@manueldev
manueldev / gist:a064dd2eb9026252465a30bfd12e4ee2
Created May 29, 2025 14:43
FIX: Docker mounted file is not updating? Your text editor probably updated the file inode
https://medium.com/@jonsbun/why-need-to-be-careful-when-mounting-single-files-into-a-docker-container-4f929340834
To fix vim:
1) vim ~/.vimrc
2) Add this line:
set backupcopy=yes
https://github.com/moby/moby/issues/15793#issuecomment-135411504
@manueldev
manueldev / gist:408d1729db6a0f7e74aaf501c43fda55
Created April 14, 2025 22:11
refresh windows time clock sync
Go to Control Panel > Administrative Tools > Task scheduler
left is an folder tree, expand: Task scheduler library > Microsoft > Windows > Time synchonization
right click the task: SynchronizeTime > properties
On the tab: Triggers you can add the triggers you want.
@manueldev
manueldev / gist:f0be5bba45eacef0a3daf286ab7997e5
Created October 3, 2024 16:05
Google Sheets abbreviation millions in google sheets hiding 0 values. Format Number.
0.0,,"M";;
@manueldev
manueldev / gist:af7c336b4b15e15eb230b0a9aabbc2e7
Created October 3, 2024 03:16
VDJ Virtual DJ Brake Effect without effect ;)
deck 1 brakespeed 0.05 & pause
deck 2 brakespeed 0.05 & pause
@manueldev
manueldev / hosts
Last active August 25, 2024 13:53
youtube hosts block list
0.0.0.0 youtube.com
0.0.0.0 www.youtube.com
0.0.0.0 accounts.youtube.com
0.0.0.0 admin.youtube.com
0.0.0.0 admin-green-qa.youtube.com
0.0.0.0 admin-release-qa.youtube.com
0.0.0.0 ads.youtube.com
0.0.0.0 analytics.youtube.com
0.0.0.0 apiblog.youtube.com
0.0.0.0 artists.youtube.com
ffmpeg -reconnect 1 -reconnect_streamed 1 -reconnect_delay_max 2 -timeout 5000000 -i "http://___/____.m3u8" -map 0:0 -map 0:1 -map 0:2 -map 0:3 -c copy -f hls -hls_time 5 -hls_list_size 6 -segment_list_flags +live -hls_flags independent_segments+delete_segments -hls_segment_type mpegts -hls_segment_filename data2%02d.ts master.m3u8
@manueldev
manueldev / gist:1a96dee830d10128ff8f24771ad32f08
Last active May 21, 2024 09:14
Docker desktop 4.24.2 Windows 21h2 19044.1288 Compatible
Docker desktop 4.24.2 Windows 21h2
https://desktop.docker.com/win/main/amd64/124339/Docker%20Desktop%20Installer.exe
@manueldev
manueldev / gist:a8ff38c28276fcf3bce7009fcba15f0b
Created April 4, 2024 18:20
zerotier windows lost connection after 10 minutes fix
https://github.com/zerotier/ZeroTierOne/issues/860#issuecomment-433739006
drop
and dport 1900
and ipprotocol udp
and ipdest 239.255.255.250/24
;
@manueldev
manueldev / gist:73b79ecb94f3a5a8f33830742440dfdb
Created February 21, 2024 07:01
OBS HLS Output using hardware encoder with master.m3u8 and removing old segments.
Settings, output
Output Mode = advanced
Recording tab
Type = Standard
Recording Format = HLS (.m3u8 + TS)
Video and audio encoder = (Use Stream Encoder)
Custom Muxer Settings = hls_flags=delete_segments master_pl_name=master.m3u8