Skip to content

Instantly share code, notes, and snippets.

@dqgorelick
dqgorelick / server.scd
Last active February 16, 2021 02:07
Live coding SuperCollider server file

SuperDirt.start // start server

( s.options.numBuffers = 1024 * 256; s.options.memSize = 8192 * 16; s.options.maxNodes = 1024 * 32; s.options.numOutputBusChannels = 2; // total number of channels output s.options.numInputBusChannels = 2;

s.waitForBoot {

Principles of Adult Behavior

  1. Be patient. No matter what.
  2. Don’t badmouth: Assign responsibility, not blame. Say nothing of another you wouldn’t say to him.
  3. Never assume the motives of others are, to them, less noble than yours are to you.
  4. Expand your sense of the possible.
  5. Don’t trouble yourself with matters you truly cannot change.
  6. Expect no more of anyone than you can deliver yourself.
  7. Tolerate ambiguity.
  8. Laugh at yourself frequently.
@octocat
octocat / .gitignore
Created February 27, 2014 19:38
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #