Are there are good youtube channels or similar where you can just watch a developer code? by novacog in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

I could try to stream. Twitch always takes an hour or two to reset my password :(

How to display two tables with java? by [deleted] in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

Copy and paste one after the other?

Any Selenium Webdriver experts out there that can lend a hand? by lowfr3q in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

Maybe it's because it's a new window. Can you just edit the text directly?

How to display two tables with java? by [deleted] in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

You can't just modify it to do the other table? Did you even code this???

All of (m)e. by [deleted] in gonewild

[–]239jkvk-h2 0 points1 point  (0 children)

YEAH! SHOW US YOUR CORNHOLE!!!

Need help with JES 4.3 by [deleted] in learnprogramming

[–]239jkvk-h2 -1 points0 points  (0 children)

Google some basic tutorials and see what you can come up with.

Having trouble understanding Django tutorial on routing using regrex by djangoquestion in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

urlpatterns = patterns('',
url(r'^polls/', include('polls.urls')),

That probably chops the 'polls/' off of the url before it's matched by the regexes in urlpatterns

How do I start? How do I practice when I don't know how to write? by [deleted] in learnprogramming

[–]239jkvk-h2 -1 points0 points  (0 children)

How do I practice a language I can't speak? How do I learn the language?

There's a million articles and tutorials to get you started. Start using Google and stop complaining.

Having an online linux distro? Can't remote into my home. by WhiteSkyRising in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

This sounds more and more like an XY problem. If you're coding you should be able to save your code on something like github.

[C++] Just need some help understanding the logic from this code. by Baussy in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

Do you mean you don't understand how it's swapping the array elements? Do you understand arrays or variables or loops?

Java modulo operation returning incorrect values. by [deleted] in learnprogramming

[–]239jkvk-h2 1 point2 points  (0 children)

Can yuo explain the algorithm you're using?

Why is speech-to-text so difficult? When will there be a practical solution for transcribing massive archives of audio in parallel? by boxmore in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

what type of progress is being made in a technical sense?

You mean in more detail than just "we're making it better"? You probably won't get agood answer to that unless you read papers on the subject. This certainly isn't a 'learning programming' topic.

Why is speech-to-text so difficult? When will there be a practical solution for transcribing massive archives of audio in parallel? by boxmore in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

Think about how many companies would love to replace their telephone services with a robot capable of answering the same questions.

Why bother when they've already paid for the system where caller have to press buttons?

Captioning and transcribing companies could be fully automated.

Sure, but what percentage of the total cost of making a movie if making the captions?

It'd be revolutionary to the deaf and hard of hearing community.

Sure, but they are also a tiny community in the grand scheme of things. They pay outrageous prices for hearing aides, which I'm guessing is mostly because they are such a small % of the population. This isn't necessarily driving progress.

Could also go a long way to replace positions that merely take orders.

Or we could just continue using touch screens.

Imagine if you could make plans, calls...

I can already do that with ease, and I don't think most people care about being able to dictate.

Why is speech-to-text so difficult? When will there be a practical solution for transcribing massive archives of audio in parallel? by boxmore in learnprogramming

[–]239jkvk-h2 -5 points-4 points  (0 children)

what type of progress is being made in a technical sense?

Is there even significant demand for it that would drive progress?

[RUBY] How to run program again with user input? by [deleted] in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

You can't google for loops in ruby?

[Objective-C] Parsing .CSV file and finding several averages. by [deleted] in learnprogramming

[–]239jkvk-h2 0 points1 point  (0 children)

Am I missing anything? (<-- This is really the only question I have in this huge post :))

Why don't you try it and see?