jducoeur: (Default)
jducoeur ([personal profile] jducoeur) wrote2013-08-08 01:37 pm
Entry tags:

NELCO this weekend

Reminder for those interested in LARP and/or Querki -- this weekend, at the Radisson Chelmsford (the usual site of Intercon), is NELCO: the New England LARP Conference. I expect it to be a lot of fun: there is going to be a full schedule of panels, a Build Your Own Game, and generally lots of folks talking about the writing and playing of LARP.

I've got several panels on Saturday, including a one-hour sneak peek at Querki at 1pm. This is going to be a high-danger event: I'm going to do a demo of building a Space on the fly, with very little pre-canned, so it's pretty certain that *something* will go wrong. But I'd love to have folks come by, ask questions, and participate in the demo. (I'll be encouraging audience members to help me design a Space for building a LARP -- with any luck, it'll be a fun exercise.)

So if you're free, come on by, at least for Saturday. It promises to be an interesting day...

[identity profile] goldsquare.livejournal.com 2013-08-08 05:39 pm (UTC)(link)
Good luck.

If it's useful the old quotation may help: "Any sufficiently advanced technology is indistinguishable from a rigged demo".

[identity profile] goldsquare.livejournal.com 2013-08-08 05:56 pm (UTC)(link)
I once went to a demo of something, and the demonstrator said something like "forgive me: I hope this demo goes smoothly. But demo's are usually done by sales and marketing - masters of indirection. I'm just a guy who builds useful things. This is going to go however it is going to go".

[identity profile] juan-gandhi.livejournal.com 2013-08-08 09:09 pm (UTC)(link)
Looking into your Querki.

A couple of questions.
Do you think this is the right tool to use for storing arbitrary knowledge/properties? How about representing them in memory?

Are you sure pointers to parent is the right thing to do? This is the usual problem: if a member of a collection points to the collection, it cannot be a member of another collection; the world had so many troubles with this design, e.g. screen menus, etc. It's easy to implement, but hard to use. Probably have to introduce intermediate delegates for each collection (an additional indirection layer).

I'm actually seriously looking for something to represent hierarchical property sets, so I'm pretty interested.

[identity profile] juan-gandhi.livejournal.com 2013-08-08 10:47 pm (UTC)(link)
Regarding parent-child, I believe I read it here:

https://github.com/jducoeur/Querki/wiki/Database-design

Anyway, I have to try it. The hierarchy is not an issue; it is actually not a hierarchy, but compound keys that I extract from html divs, spans and tables, with values attached. My purpose is to make my code read html the way humans read it when they want to find values, like in a spreadsheet, but with more dimensions.