**** BEGIN LOGGING AT Thu Mar 26 02:59:58 2015 Mar 26 15:18:54 There are some good ideas on communicating hidden gestures to users in the 2 min video at https://www.youtube.com/watch?v=3mbt6oDpHuc Mar 26 18:51:04 nice DougReeder Mar 26 18:52:45 * Semanticfire has it on his view list Mar 26 19:28:28 * Semanticfire is still looking for a way to do something on kind creation, not instantiation Mar 26 19:29:05 Whats up? Mar 26 19:30:34 Semanticfire: what are you trying to do? Mar 26 19:31:35 I was looking for a way to figure out what kinds are known Mar 26 19:31:55 ah 'kind directory' Mar 26 19:32:13 a 'kind directory' Mar 26 19:34:14 doesn't that already exist? Mar 26 19:37:42 Semanticfire: for (i in enyo) { if (i.match(/^[A-Z].*/)) { console.log(i); } } Mar 26 19:39:51 ^ that's rough and not wholly inclusive, but you see what I am getting at, I'm sure Mar 26 19:41:23 hmmm Mar 26 19:41:30 thats not a API :) Mar 26 19:42:43 of course not :P Mar 26 19:42:55 You could easily make any number of changes to get this list of kinds Mar 26 19:52:54 Why do you need to know semanticfire? Mar 26 19:53:02 are you trying to reduce the payload of the compiled libs? Mar 26 20:10:51 okay I'm probably to much in 'hack' mode here :) Mar 26 20:11:16 I want to be able to load a arbitrary set of kinds of a specific type Mar 26 20:11:53 they expose some default value which will be the basis on which I can select them and on the fly create instances of them Mar 26 20:12:16 to be very specific I want kinds to expose ( before inistantiation ) that they support a certain RDF class Mar 26 20:13:04 so I when I get data I want to be able to simply itterate over the kinds of a specific type to see if they suppor this class, and then create instances to which I feed the data Mar 26 20:13:44 Nothing is concrete, but there is some dependency work on now - which may land in a 2.6 - and could possibly help you achieve that. Mar 26 20:13:59 So a kind would be able to declair it’s deps before the kind was even defined Mar 26 20:17:19 not sure that is exactly what I need Mar 26 20:19:16 I thought of constructing it myself, thats why I asked for a 'kind creation hook' Mar 26 20:27:23 I think it would fit in with what you need actually - because the dependecies can also be dynamic. Mar 26 20:28:04 okay, sounds interesting Mar 26 20:28:33 and how much will 2.6 break ? Mar 26 20:28:52 I’m currently under the impression - minimally or not at all. Mar 26 20:30:18 good :) and any eta ? Mar 26 21:00:04 ohw how do I hate the silence on that subject.... Mar 26 21:12:49 HAHA Mar 26 21:13:01 No eta, but potentially very soon for a visible tag Mar 26 21:13:14 ok =) Mar 26 21:13:48 bedtime **** ENDING LOGGING AT Fri Mar 27 02:59:59 2015