☰☱☲☳☴☵☶☷

Results 54 comments of ☰☱☲☳☴☵☶☷

It's a bit of a shame, I see this happen to countless quality projects. Psychologically people seek to work with the original source of an idea rather than a fork....

Heroku paying Kenneth is an excellent idea... if they could see it right. Large projects will increasingly be an assembly of open-source projects that follow the UNIX philosophy well. The...

Totally! Effectively you could design a solid JSON schema meant to house a "project up for relocation". Use the GitHub API and OAUTH to ensure that the only projects available...

:+1: Would be great to just open a page in a browser and start cracking away. On a side note... It would also be nice to be able to place...

JSON? ``` ![SCHEMA](http://bit.ly/1h0dkcL?json={ "Person": [ "*name", "height", "weight", "+birth_location_id" ], "Location": [ "*id", "city", "state", "country" ] }) ``` ![SCHEMA](http://bit.ly/1h0dkcL?json={ "Person": [ "*name", "height", "weight", "+birth_location_id" ], "Location": [ "*id",...

Also, this is great service if you like the convenience of just having servers laying around... http://www.cloudatcost.com/pricing.php One time fee for VMs.

Hey @BurntSushi ... If you are curious, I did some experimenting with this idea. I used the tool [js-sequence-diagrams](https://github.com/bramp/js-sequence-diagrams), which is an awesome JS tool inspired by websequencediagrams.com. When it...

Hey @ftomassetti have a look at... https://bramp.github.io/js-sequence-diagrams/ It is very similar to planttext! I was playing using phantomjs to make it a web service here... https://github.com/codingcoop/get-diagrams

Yeah, it's so great! I emailed the project maintainer about offering a service where you could supply your regex as part of the URL. That way you could do **something...