You are viewing a single comment's thread.

view the rest of the comments →

20385146? ago

Half a weekend? Lots of decode rules and permutations to be considered. I think this might be a bigger project than you realize, though I feel you may have a better handle on it than I do. I wrote a lot of code over the years, but I left that profession years ago (retired). Just determining which CAPS are out of place, misspelled words, missing or added characters ... Mind warping amount of code to be written and debugged. Every time I read SB2 I get mind warped!

Would it be beneficial to publish a shell spec on decoding tweets that other Anons can add suggestions/methods to prior to you writing the code? That would evolve into documentation on how to decode and how to use your tool after it is released. Partitioning what can be handled by your tool and how the tool output can be further decoded using methods not included with the tool?

If you code all the "routine" decode tasks it will be a big asset to help us decode faster. Roll it out, take the feedback and add new tools as time and necessity dictates for the next revisions.

Just my thoughts FWIW. Sounds like a great idea!

20386138? ago

I like this. Also former software developer (concussions took me out).

I really like the "Unix way" of using small tools which do "one thing well" to build up some awesome structures. By this I mean -- it would be great if this project was open sourced, and made of several components. That way people with expertise in one area can help with that component (e.g., "finding the capital letters that aren't normal" for one; "calling out to the gematria API" for another; etc).

A couple hours with WordPress should get the framework started. I would love to help out on this, to the extent of my remaining abilities that is.

20388720? ago

not going to use wordpress, but was intending to use a LAMP stack and something like php with the many components modularized as you suggested (gematria API, NLP APIs, other command line tools, etc).

20389734? ago

Let me know if I can help. You can email me at [email protected] (and, maybe reply here when you email, as I don't check it often since it's mostly "throwaway" -- and, a joke domain, at that!).

Only reason I suggested WordPress is they make "accounts" fairly simple, but I'm sure you can find a library for that these days. :)

I can set up a Jenkins instance to run tests etc, as well as a Bugzilla or other bug tracker you prefer (IIRC, JIRA is free for one or two users). The bug tracker should be particularly helpful in marshalling the modular parts across the finish line.

I really like the idea of the modular components, because, as someone else said -- this game might be over in a few weeks, but by doing it in a reusable fashion, the effort won't be completely wasted.

I can also help writing two documents: the "functional spec" which is how a user interacts with the system; and a "technical spec" which is the technologies that the developers will use to bring it to fruition. (Man I miss this stuff!)

Thank you for your response.

20389920? ago

thanks man, I will be in touch!

I've written a lot of php web apps over the years and I've always handled accounts/registration with the built-in session handling and standard authentication using stored usernames/password hashes in a mysql db table. I do think this could benefit from something like what auth0.com offers (lets you register an account using other services you may already have, like google/fb/twitter).

20390733? ago

Cool, you got the email address and I will now edit it out to avoid spam and such. :)

20391926? ago

np. i sent you an email whenever you have a chance to take a look.

20391962? ago

Will do!