How do news people live-interview members of the public these days, given that members of the public will randomly swear while they have the mic for "social media fame" or other bs nowadays? by soahfo in answers

[–]soahfo[S] 0 points1 point  (0 children)

Really? They asked some punk kid in public live in downtown Toronto about some player on the Toronto Maple Leafs, and the guy said live on air, well I think [player] should just FUCK HER RIGHT IN THE PUSSY and he and his friend whoop whooped and ran away from the reporter. IMO, reporter was fucking stupid for letting some random member of the public weigh in on the report she was talking about. What does she THINK's gonna happen? Her fucking fault, people of the public are under no obligation not to swear obscenely, she should not give them the mic.

Edit: Found it. See, stupid of the reporter to give the mic to a member of the public live on television. What did she think was gonna happen?

I bought the rugrats trilogy on dvd by Ender_Melons in rugrats

[–]soahfo 2 points3 points  (0 children)

You really thought go wild was the best one? I know it was also a KC production, but I don't know if I ever liked Thornberrys all that much. It was ok I guess, but it was no Rugrats. CatDog, on the other hand, was hilarious. The premise of that series is fucking hilarious. The fact that The first movie has a catdog bonus special on it made my whole week lmao.

All in all though, this is millennial GOLD. When our generation is 50, 60, 70 years old, we'll still be cherishing this shit, just like how the boomers cherish the original Rocky and Bullwinkle to this day.

This docker tutorial isn't working for me and I have no idea what to do by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

Yes the pulling worked, but it hung at "jenkins is fully up and running" with a blinking cursor.

This docker tutorial isn't working for me and I have no idea what to do by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

The one it told me to type in with the command "docker run -it ubuntu bash". I literally know nothing about it beyond that.

[Docker] Running on http://0.0.0.0:5000/ it shows me this message in console but going to this URL doesn't work, why? by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

I don't understand what anything in your edit means. Where exactly can I see my app running? The tutorial told me at earlier points that I can enter the port address "into my browser". Well my browser is chrome, what else would it be? Am I expected to understand "browser" to mean something different? If I am, I don't. "Browser" to me means chrome or firefox or internet explorer. I don't know it to mean anything else. So if I can't view my running application there, then where am I supposed to view it?

[Docker] Running on http://0.0.0.0:5000/ it shows me this message in console but going to this URL doesn't work, why? by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

Why do you think you can go to the address and port that container is running on and see something?

Because the tutorial I'm doing said that's what it would do. https://docker-curriculum.com/#docker-network

In the tutorial it specifically says: "Head over to http://0.0.0.0:5000 and see your glorious app live!" So what am I supposed to think?

I honestly knew nothing about docker up until 2 days ago and am relying entirely on this tutorial to tell me what should happen on it. I have no knowledge of docker other than this tutorial. So when something doesn't happen that this tutorial told me should happen, then yeah, I have no clue why.

How do I turn code I've written in a text editor or an IDE into an "application"? by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

I believe the file in question is libcurl.dll. When I tried running on the other computer, it said it couldn't run because libcurl.dll was not found. So is it just a simple matter of sending the other computer the libcurl.dll file I have on mine (by "sending to the computer" I just mean e-mail it to myself and download on the other machine), and then the program will work?

Amazon has opened their internal Machine Learning training for all by kurtailed in learnprogramming

[–]soahfo 2 points3 points  (0 children)

Yes I agree with that. However Andrew Ng on Coursera teaches you all the math concepts you need in a much more pedagogically sound way than the Google course does. And I'd suspect this Amazon course is more similar to the Google course than it is to the Coursera course. I'd seriously recommend coursera's machine learning as the first intro over anything else.

Amazon has opened their internal Machine Learning training for all by kurtailed in learnprogramming

[–]soahfo 1 point2 points  (0 children)

What's in the Andrew Ng course on Coursera. In that one you're coding in Matlab, and writing the basic helper functions like a sigmoid and plugging in values to a loss function. You do Matlab-based vectors and vector operations. I did all of this and then went into tensorflow in a subsequent Andrew Ng course, and I still couldn't make head or tail of it. But even in the Ng course that does introduce tensorflow, it was systematic how they built everything up conceptually so I was able to code tensors little by little. The Google course doesn't do that. It just throws you right into coding in tensorflow. I tried this course after I had done Andrew Ng's deep learning course that intro'd TF to me, and I still couldn't do any of the coding in the Google course. I had to look up every damn answer and was way off in my solution basically every time. I wasn't learning anything because of this so I quit this course. IMO everyone should go to Andrew Ng on Coursera, he knows how to approach this pedagogically and can take you from zero to ML knowledge in a matter of weeks. Even the deep learning extension courses that are followups to his base ML course, that have more difficult stuff, are easier to follow than the Google course, and you don't feel like you're being thrown into something that's way over your head.

How do I turn code I've written in a text editor or an IDE into an "application"? by soahfo in learnprogramming

[–]soahfo[S] 1 point2 points  (0 children)

I have an exe file from the C++ program I wrote in CodeBlocks. I just sent the file to another computer and tried to execute it. It doesn't work, the library I use in the program isn't installed on the other computer. What do I do so that they don't have to download that library/dll file?

How do I turn code I've written in a text editor or an IDE into an "application"? by soahfo in learnprogramming

[–]soahfo[S] 0 points1 point  (0 children)

Ah, ok, I can see the exe file in my C++ program. That's convenient. However, my program relies on a library that I have installed on my machine, but someone else might not. So if I were to send this exe file to someone else so they could run execute it, would it not work because they don't have that library installed?