Well done! You should go on Kickstarter!
Show HN: Jarvis, a Light Table like companion for Python
21–30 of 53 posts
Re: Show HN: Jarvis, a Light Table like companion for Python
#22Earlier quoted context omitted.
I find it curious that Google has a very good translation software but they don't pass the generated subtitles through their language models to detect when they are gibberish. It's not your fault, but YouTube's. I just find computer generated gibberish funny.
Their language models might perform acceptably with text, but speech is much looser with structure and grammar. They may apply a bit of local expectation-maximisation but anything more strict or long-range wouldn't work.
It may be computationally impractical though.
Re: Show HN: Jarvis, a Light Table like companion for Python
#23Re: Show HN: Jarvis, a Light Table like companion for Python
#24Earlier quoted context omitted.
Their language models might perform acceptably with text, but speech is much looser with structure and grammar. They may apply a bit of local expectation-maximisation but anything more strict or long-range wouldn't work.
Speech may be much looser, but a classifier to (try to) detect absolute gibberish from real content doesn't look too far fetched to me. Its only action would be to disable the subtitles by default if gibberish was detected. It may be computationally impractical though.
Re: Show HN: Jarvis, a Light Table like companion for Python
#25Re: Show HN: Jarvis, a Light Table like companion for Python
#26Re: Show HN: Jarvis, a Light Table like companion for Python
#27I don't often see things on HN and think, "wow, I absolutely must have that," but this is one of those times. Thank you for releasing this; if you do a kickstarter page or put up a donation link somewhere I'll throw some money at you. :)
I have been using it daily for a few months now, it's a bit like re-discovering coding because it's just way more fun to code with it.
And I will definitely consider creating a Kickstarter project.
Re: Show HN: Jarvis, a Light Table like companion for Python
#28Re: Show HN: Jarvis, a Light Table like companion for Python
#29(Hate to be that guy but) Could something like this ever be possible for PHP?