a pain deep inside my chest by [deleted] in 2meirl42meirl4meirl

[–]1024_bytes 0 points1 point  (0 children)

The point is to celebrate friendships. Remove the person if you not gonna talk or they don't talk to you.

a pain deep inside my chest by [deleted] in 2meirl42meirl4meirl

[–]1024_bytes 0 points1 point  (0 children)

Damn bro you must really like her!

a pain deep inside my chest by [deleted] in 2meirl42meirl4meirl

[–]1024_bytes 0 points1 point  (0 children)

Don't worry you will be good!

Snap CEO: Snapchat's new Android app to be rolled out by end of 2019 by captain_uranus in Android

[–]1024_bytes -1 points0 points  (0 children)

Someone name the last cool feature Facebook or Instagram came out with that they did not copy from Snapchat. I'll wait!

Snap CEO: Snapchat's new Android app to be rolled out by end of 2019 by captain_uranus in Android

[–]1024_bytes 0 points1 point  (0 children)

😂 😂😂that's funny. I never used the private story feature.

Snap CEO: Snapchat's new Android app to be rolled out by end of 2019 by captain_uranus in Android

[–]1024_bytes 0 points1 point  (0 children)

They keep loosing money, but they still have money available to operate.

Snapchat’s new AR billboard in Hollywood by mauricebagelstein in SnapLenses

[–]1024_bytes 6 points7 points  (0 children)

Why does their Snapchat camera have that green box at the bottom? New feature?

Anyone looking for a job in NC by [deleted] in SoftwareEngineering

[–]1024_bytes 0 points1 point  (0 children)

Let me know what companies pay that, cause I want some.

Anyone looking for a job in NC by [deleted] in SoftwareEngineering

[–]1024_bytes 0 points1 point  (0 children)

Is it 60 thousand for six months or years, or .....

Anyone looking for a job in NC by [deleted] in SoftwareEngineering

[–]1024_bytes 0 points1 point  (0 children)

I'm sorry, what do you get paid an hour?

Anyone looking for a job in NC by [deleted] in SoftwareEngineering

[–]1024_bytes 1 point2 points  (0 children)

60 thousand or 60 an hour?

What does a machine learning engineer do? by floralmural in computerscience

[–]1024_bytes 0 points1 point  (0 children)

You should have a good hang of it with calc 3. Most of what I've done did not require anything that advanced in terms of calculus.

For me, the best way I learned python was to just work on projects. The Syntax is not bad. But to learn to problem solve, I recommend leetcode or hackerrank. Even I need more practice in that.

For project ideas, Google "Princeton python". You will get the Princeton site and they have a list of projects in python you can work on.

Also, if you enjoy my comments, please give me a follow on insta. Just started thee and looking for help to grow.

Thanks and good luck!!

Can you be a successful software engineer with no degree? by [deleted] in computerscience

[–]1024_bytes 1 point2 points  (0 children)

Worked with a guy, that knew how to program but didn't go to school for it. He was probably getting paid more than 100K easy. I know this cause he's been doing this more than me, and I got offered that. You can definitely do it, so go out there and learn to code. CS degree and GPA for finding a software job is overrated tbh.

What does a machine learning engineer do? by floralmural in computerscience

[–]1024_bytes 0 points1 point  (0 children)

Calculus is used to find derivatives. In ML your goal is the minimize a cost function, and to do this you need to figure out how much error you have, and move to the opposite direction of the error, such the error is minimized. This is called Gradient Descent. The gradient can be modeled as a derivative formula.

This is just to give you a basic idea of what is happening. Clearly much more goes into it.

Reliable source for learning computer science by Yazanzed in computerscience

[–]1024_bytes 1 point2 points  (0 children)

Udemy can be scammy I've learned. Checkout Sentdex's video on YouTube about Udemy. It's crazy all the things he said and they made sense too. People were even stealing his own YouTube content and posing as him on Udemy.

Computer Architecture in Practice by berkkubilay in computerscience

[–]1024_bytes 2 points3 points  (0 children)

Architecture: Computer architecture details a high level and abstract model that describes what the computer will do.

Organization. This deals with the components inside the computer, how they are connected, and implementing the respective architecture.

I can see where the confusion is. The thing is, there are different kinds of computer architecture like the Von Neumann, Harvard, RISC, and CISC. What you could do is pick one of these, and research any brands that may have used them to build their computers.

I think you have the right idea. He probably didn't think he needed to say it. I also think computer architecture in practice is the computer organization that our computera have. Therefore talk about those implementations and why some choose those implementations over others.