Chris Pressey

Results 77 comments of Chris Pressey

I've been meaning to open an issue for this but I've found it a bit difficult to explain: I would like to see better separation between the UI and the...

Just wanted to note this: Klaus currently bills itself as "a simple, easy-to-set-up Git web viewer that Just Works™" and the first bullet point of its feature list is "Super...

GitHub does not add a `base` tag. It rewrites internal links to be a full path that includes `blob/master/`, and leaves anchor links alone. (So for example, the two `a`...

For whatever it's worth, I faced the same problem, and took this approach to solving it: Github honours `?raw=true` in requests for files; compare * https://github.com/catseye/Dungeons-of-Ekileugor/blob/master/images/dungeons-of-ekileugor.png versus * https://github.com/catseye/Dungeons-of-Ekileugor/blob/master/images/dungeons-of-ekileugor.png?raw=true So...

Putting it in terms of antecedents and consequents reminds me that sometimes Prolog's execution model is described as searching for a proof. It's a little weird to think of a...

The way I solved this in Samovar, fwiw, was to say that two different variables could never be bound to the same term. i.e. `{A=alice,B=alice}` is simply not a valid...

> I'm using the Curveship Interactive Fiction engine which, since it hadn't been updated since 2005 Just as a point of pedantry, I think 2005 might be the year the...

@tra38 A belated reply to your bug report: in [the document in question](http://static.catseye.tc/novels/The%20Collected%20Works%20of%20Every%20Novel%20Generator%20Ever%20(Abridged%20Version).html), around every word, there's a `span` tag with a `title` tag that contains the generator that produced...

Wow, you're really getting a lot of mileage out of this schtick technique. One might almost accuse you of mil-- Ahem. I meant to say, one might almost accuse you...

You're welcome! Right, yes, to clarify a few points of the methodology: * by "unclear", I meant: I looked for code that was _written for NaNoGenMo 2017_ but couldn't find...