Live data from Hacker News

Show HN: Rant, a procedural text generation language

github.com

21–30 of 37 posts

Re: Show HN: Rant, a procedural text generation language

#21

Very cool! I attempted a very primitive version of this for generating band names[1]. Now I'm tempted to port it to Rant :) One bit of advice though - the "getting started" section could be a bit more helpful for new users... it should at least mention the language it's written in (C#)! [1] https://github.com/dandelany/band-name/blob/master/templates...

Does it work on Linux?

Re: Show HN: Rant, a procedural text generation language

#25
post #21

Very cool! I attempted a very primitive version of this for generating band names[1]. Now I'm tempted to port it to Rant :) One bit of advice though - the "getting started" section could be a bit more helpful for new users... it should at least mention the language it's written in (C#)! [1] https://github.com/dandelany/band-name/blob/master/templates...

Does it work on Linux?

Yes!

Re: Show HN: Rant, a procedural text generation language

#26
post #12

Very cool. I just wish I wasn't so certain that the developers of spamming tools will rip this off with shrieks of glee and use it to stuff our inboxes with yet more junk.

Or to spam disqus comments on various sites. I always see similar spam bots with comments like "I agree with bob here. Let me also mention a great way to make 895 dollars a day from home".

Also more on topic I could see Rant being helpful for online language lessons or something. I remember exercises in grammar school where you would have to identify parts of a sentence(ex: possessive pronouns, transitive verbs, etc). I think it would be fairly easy to use Rant to generate unique questions for each student. Not sure how practical or useful that actually is, but it could be fun to make.

Re: Show HN: Rant, a procedural text generation language

#27
I think these languages for generating data are really useful. There is one called Protodata (https://github.com/evincarofautumn/protodata) for generating binary data. From the README: "Protodata is a language for describing binary data, originally written for prototyping and reverse engineering binary file formats. It is particularly useful for generating annotated data in a custom format, without having to write custom editing tools."

Re: Show HN: Rant, a procedural text generation language

#30
post #10

Maybe not bad, definitely has few very cool features (rhymes impressed me), but I'm struggling to imagine when I'd actually need to use it. Sometimes I do need some random natural language text for testing, but then I usually just copy something from wikipedia or some book and it's guaranteed to be more random and more natural than anything I'd generate myself. No, hardly I'll ever need to generate natural-language s…

I think people are downvoting you because you're post reads something like, "This is neat, but useless and it's been done before."

Fwiw I didn't downvote you, but it'd probably be taken better if you just said something like, "This is really interesting. I'm not sure what I'd use it for personally, but I'm interested in knowing if you had specific use cases in mind, and what sorts of projects are you seeing it be used in now?"

For me, it looks like it'd be handy to use to generate test data and/or to make fun/weird little game apps, but still be able to keep everything in a .net language, since I work for a .net shop. (I could use python or whatever I want, really. we're flexible. it's just nice to keep things uniform)

Post reply on HN