Skip to content

Instantly share code, notes, and snippets.

@mryurii
mryurii / spotify-cache-size.sh
Created May 4, 2025 16:14
Limit cache size for Spotify on macOS
echo "storage.size=2048" >> ~/Library/Application\ Support/Spotify/prefs
before = Symbol.all_symbols.size
p before
100_000.times do |i|
"sym#{i}".to_sym
end
before = Symbol.all_symbols.size
@mryurii
mryurii / 0_reuse_code.js
Created May 9, 2017 13:28
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console