Skip to content

Instantly share code, notes, and snippets.

Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.states] requesting transition conversion-cancelled -> converting
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: INFO: [tcfrontend.tccontrol] starting conversion
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] starting tuya-convert process
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.states] transition conversion-cancelled -> converting
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< tput: No value for $TERM and no -T specified
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< tput: No value for $TERM and no -T specified
Oct 10 18:17:18 tuya-convert tcfrontend.sh[634]: 2020-10-10 18:17:18: DEBUG: [tcfrontend.tccontrol] <<< fatal: not a git repository (or any of the parent directories
@jkmaxwell
jkmaxwell / itms-to-music.applescript
Created February 2, 2020 00:55
itmss to Apple Music
on open location theURL
set endOfProtocol to offset of "://" in theURL
set theURLWithoutProtocol to characters endOfProtocol thru -1 of theURL as string
set theAppleMusicURL to "itmss" & theURLWithoutProtocol
tell application "Music" to open location theAppleMusicURL
tell application "Music"
activate
end tell
end open location
Logged Out*
log in -> Logged In
Logged In
Call*
Message
@jkmaxwell
jkmaxwell / arpeggios.md
Last active March 8, 2017 19:26
Floating & Arpeggios
  • Ashra, "New Age of Earth" — @stringbot
  • Kyle Landstra - @stringbot
  • Pulse Emitter - @stringbot
  • Donnacha Costello, "Love from Dust" - @johntejada
  • Stephen Falken, "Phantom Tracks vol 1" - @2xlp
  • Manuel Gottsching (Ashra), "Inventions for Electric Guitar" - @2xlp
  • Jo Johnson, "Weaving" - @stringbot
  • David Borden, "Music for Amplified Keyboard Instruments" - @basskitten
  • Michael Hoenig, "Departure from the northern wasteland" - @basskitten
  • Jürgen Müller, "Science Of The Sea" - @_ricardodonoso

Keybase proof

I hereby claim:

  • I am jkmaxwell on github.
  • I am 303 (https://keybase.io/303) on keybase.
  • I have a public key whose fingerprint is 5936 9C01 521C 8CDB 5252 8F2C 9D02 A082 4CD7 512B

To claim this, I am signing this object:

@jkmaxwell
jkmaxwell / _mediaqueries.sass
Created November 12, 2012 22:52
Common Media Queries + Debug (Compass/SASS)
$debug: true
=debug-display($debugText)
@if $debug == true
&::before
content: '#{$debugText}'
/* iPads (portrait and landscape) -----------
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px)
+debug-display('iPads (portrait and landscape)')
@jkmaxwell
jkmaxwell / bobirwin
Created July 21, 2012 03:31
bob irwin interviews
http://www.youtube.com/watch?v=YajsEebw89g
https://vimeo.com/32679421
https://vimeo.com/29486435
http://www.youtube.com/watch?v=_Rg9r8_dr5A
http://www.youtube.com/watch?v=cIiHhx3M4qs (not very insightful, it's a student project)
@jkmaxwell
jkmaxwell / nvalt-wiki.css
Created March 23, 2012 21:51
Simple Styling for NVAlt Wiki Markup
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html {font: 16px/21px geneva}
h1{border-bottom: 1px dotted rgba(0,0,0,0.4);}
h2{border-bottom: 1px dotted rgba(0,0,0,0.2);}
h3{border-bottom: 1px dotted rgba(0,0,0,0.1); font-weight: 200}