--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
Ted
Ted
Ted
Axioms: Joe is a wild boy. Mike is a crazy boy.
Query: Who is the crazy boy?
Parameters:
There is 1 message.
| Importance | Type | Sentence | Problem | Description/Suggestion |
| warning | anaphor | 1 | The definite noun phrase 'the boy' does not have an antecedent and thus is not interpreted as anaphoric reference, but as a new indefinite noun phrase. | If the definite noun phrase 'the boy' should be an anaphoric reference then you must introduce an appropriate antecedent. |
The following minimal subsets of the axioms answer the query:
Subset 1> Will probably want to develop an open source version for non-business
> purposes that can be used on the client side (eventually) and keep the
> supported commercial version well hidden from prying eyes on the server
> side.
>
> Thoughts?
Looks cool, I want the source! :D
How much time did you spend on that so far?
I think you should query wiktionary.org or so for unknown words. It doesn't even understand "cake is delicious". :( Also, you'll have to somehow support names it doesn't know about - how do you want to do that?
Haha I used to think that way too. But it's better to just open source early if open source is your goal, and slap a warning label on it saying it's in the very early stages. I've found people to be pretty understanding and non-judgemental about code quality, unless you are proposing that it is production ready when it is not. :)
Welcome to consumer analytics. :) If you have enough data you can
extract all kinds of trends.
--Josh
> --
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
--
Joshua Holbrook
Engineer
Nodejitsu Inc.
jo...@nodejitsu.com
I do find the whole open source movement a tad pointless. For me, the source code always takes a back seat to good API documentation, well commented header files, decent man pages, a good bug reporting/fixing system, etc.
Was just saying it is, a tad. Maybe "pointless" was a bad word choice. Overblown is probably better. Don't think you can deny that without those other things, the source code of any non trivial program is quite a worthless commodity in and of itself. The entire node ecosystem, at the moment, is at the point where the programs are still fairly trivial, and so the value of source code is still relatively high. That state of affairs won't last forever.
Anyway, I guess the larger point is that I feel my program has the potential to be quite profitable in the future. I still am fairly young and quite hungry. I would much rather be very close with a few business associates than just another anonymous user on github who everyone takes for granted. I have ambitions, and I won't apologize for that.
OK guys, firefighter Kane to the rescue.
I said "tad". For full disclosure, I've been using Debian for many years, and I feel it is by far the best OS in existence. I am writing this in nano, the source code of which I have done some hacking on.I'm here because I can't do this thing by myself. If someone wants to help me, then the code will be "open source" for them.
If things can begin to get off the ground, then we can start to think about releasing some code with a liberal license.I don't know what else to say other than I'm excited as hell to try to make some major noise in the free markets. If I come in here being all gung ho about open sourcing all of this, then that will be much less likely.
The test of this thing is that it "just works". If anyone wants to help me get it to "just work" even better, I would be stupid to not bring them along on this crazy ride.As far as my attitude is concerned, I admit to being an a-hole. Always have been, probably always will. I'm a little too old for reevaluation to do any good. Hopefully my talents will make up for my personality shortcomings in a few people's eyes.
I would really like to get off the religious warfare and get back to the thing itself... ie, what kinds of statements would YOU like the program be able to handle?
Seems like you still have a long way to go to reach that. :D
Well, your long-time goal is to make a good program that can answer questions using some logic if necessary, right? Well, I think you'll have to make your program able to parse Wikipedia texts and so on for that. Maybe start with the "simple english" wikipedia ( http://simple.wikipedia.org/wiki/English_language )? Good luck. :P
And before you can do that, you'll probably have to build in a dictionary backend.
Oooh, and when all of that works, make it able to accept commands. :) "Make me a sandwich"
--
You don't come off as an asshole -- and besides, we have no problem with assholes: we're developers. Saying the things you're saying, to the audience you're saying them to -- well, it's that you come off as an idiot. The good news is this is a lot easier to fix.
Oh, you're looking for help? Here's a suggestion: you could open up the code and see what people do.
Far be it from us to tell you what to do with your code, but you're the one asking for help, and this is naturally the first bit of feedback you're going to get. Why would any of us invest much more of our precious time helping you improve your proprietary product? The world doesn't work that way -- at least, not anymore.
So yes, back to the thing itself: node.js (this is the node.js list, after all). You've expressed clearly that you have no interest in making your work part of node's ecosystem. So at this point you're just noise, no different than a recruiter. You just said as much yourself: "I'm here because I can't do this thing by myself." At least recruiters, even the worst of them, have a payed position to offer and the good sense not to directly insult the target audience :P
Good luck to you and your product, but kindly take your noise elsewhere.
Per parsing language, you might want to look at what python's nltk and Java's gate (less familiar with the later) have done for inspiration.
Per parsing language, you might want to look at what python's nltk and Java's gate (less familiar with the later) have done for inspiration
The MIT license in node (as well as the MIT and BSD licenses in the
vast majority of open source node programs) explicitly allows use for
closed-source commercial applications. If Dennis wants to keep his
source closed, then that's his prerogative. In fact, he can take all
the modules we create, and use them in his closed-source proprietary
thing, so long as he abides by the extremely liberal licenses that
most of them use. If you think he's wrong about the value of open
source, or its overblownness, refute it with data. (Or don't, and
just go back to cranking out awesome open source software.)
Dennis, since you came here ostensibly trying to raise interest among
other developers (and have been mostly successful, reading through the
thread), I would suggest re-thinking your approach somewhat. I'm not
talking about what's right or wrong, merely what's effective. Many
people come to a project like Node.js because they feel strongly about
open source software. If your goal is to recruit them, you should
think about the effects that your words have. If you want to recruit
developers who *aren't* passionate about open source software, then
you're in the wrong place.
--
I guess the question everyone is thinking (or asking) is why are you here? I can understand the recruiting, but I can't think of any other reason.