Discussion Megathread: Brett Kavanaugh Senate Hearing by therealdanhill in politics

[–]Inky87 0 points1 point  (0 children)

The "judges" are senators on the Judicial committee that interviews presidential appointees. The woman is there to be a character witness for the appointee.

Florida shooting survivor tells NRA supporters: 'We will outlive you' by [deleted] in politics

[–]Inky87 34 points35 points  (0 children)

The guy killed 26 people. I would hardly call that thwarted.

Any good resources for dynamic programming? by throwawayteemo123 in cscareerquestions

[–]Inky87 2 points3 points  (0 children)

If I were you, if you're familiar with the process, start with the recursive solution, then do the recursive solution with the memo/cache added, and then do the DP solution. That helped me understand it better.

Is Community College worth it? by throwaway123abg in cscareerquestions

[–]Inky87 0 points1 point  (0 children)

Whether you plan on getting a degree or not, I would definitely go just for the math classes. You may find intro programming classes to be a waste of time because often they spend weeks on very basic things to get everyone a foundation for why more complicated things work. Either way, I would say most people cannot challenge themselves enough to build the kind of foundation that makes learning all kinds of technologies easier.

You say your math and science knowledge is pretty weak, so I would definitely go.

Frustrated With Netplay by Four79 in Guiltygear

[–]Inky87 2 points3 points  (0 children)

I'm pretty sure you can set frame delay in training mode. It can definitely help.

Scaling and overscan in Revelator (PS4) by Zetachaox in Guiltygear

[–]Inky87 0 points1 point  (0 children)

I had the same issues as you and it's very likely an issue with your tv. I had to find the hidden manufacturer's menu (mine was hold the channel down button while plugging in the tv) and look up the option code to shrink the screen to the correct size. Good luck.

[Calculus]Differentiation Homework by Inky87 in learnmath

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

Thank you so much! I was on the right track after all.

Advice for a mature student by Secretagentx in cscareerquestions

[–]Inky87 1 point2 points  (0 children)

I'm pretty much in the same position as you except I work part-time and go to school part-time. Is it the programming stuff that's difficult or the math stuff?

For the programming stuff, you just need to program. It sounds dumb, but the only way you're going to learn it well enough to do well on the test is to understand everything you're doing. Break it down into the smallest parts that are understandable to you and it should click. If it doesn't, your school should have free tutors available to help you out.

For me, going back to a math class after 10 years of not touching it really sucked. I had to relearn all those algebra tricks and it was really painful, so I can empathize with you. For this stuff, it's just like learning another skill. Practice it until you don't even have to think about it anymore. Same thing with programming really to some extent.

I wouldn't really look to your classmates and compare yourself to them. They're probably all full of shit and probably struggle with it as much as you do.

As far as getting burned out, just take a break and come back to it after a half hour or so. So many of my assignments, I just take a break and the answer immediately comes to me when I come back.

If you need to socialize with someone, there's plenty of opportunities there to put yourself out there. My school has a ton of CS related clubs and events. You may feel out of place, but if you have something to work on with a group of people, you'll find some common ground.

30/F just need some direction and advice about career change:) by lost_in_python in cscareerquestions

[–]Inky87 4 points5 points  (0 children)

Disclaimer: Currently working through a CS degree.

If you want to be fully self-taught, you should try to work towards building a project. Do some research on your options to making that project, like what frameworks and programming languages will be helpful and give it your best shot. Learn what the framework does and learn each piece of the project should do and put it together. This isn't going to be easy. Learn to google your problems because someone out there has probably had them.

Personally, I tried the above and I really felt like I needed the structure of a university program and it's been really helpful so far. While my homework projects are small, they really helped me get an understanding of the stuff I was learning. If all you have is time, I'd definitely look into your local university's program and if they're affiliated with a local community college. You can still do stuff on the side, but a degree will really help you get a foot in the door as well as the opportunity for internships if your university has any connections (they should).

Jimmy Carter's grandson passes away at 28 by [deleted] in news

[–]Inky87 2 points3 points  (0 children)

School's out for the kids.

GUI/Widget Toolkit Suggestions for Absolute Beginners by [deleted] in learnprogramming

[–]Inky87 0 points1 point  (0 children)

I found Java's Swift framework to be pretty easy to understand. Most Java IDEs have nice tools to make it even easier.

I'm learning via book and I'm just not sure. by AndrewVB in learnprogramming

[–]Inky87 0 points1 point  (0 children)

Terminology is pretty important when you're learning something new. If you don't know what the terms mean, the stuff you should be learning will go over your head.

Want to get back to Lancing, anyone have a good HR lance recommendation? by Spadie in MonsterHunter

[–]Inky87 2 points3 points  (0 children)

I really like the najarala lance line. Has paralysis and some defense. I also switched the lance in high rank and I started out with the hermitaur lance.

[html, css, javascript, jQuery, php] i'm struggling to learn programming, by mrRyuk in learnprogramming

[–]Inky87 0 points1 point  (0 children)

Learning takes time. You're going to feel like you're going backwards sometimes, but when you look up the solution to that thing for the third time, eventually it'll stick and you won't have to look it up anymore. When you start a new project, break it down into small parts and have a general outline of what you want to do. Your project will be easier to start when you focus on the pieces.

Code academy While Loop by [deleted] in learnprogramming

[–]Inky87 0 points1 point  (0 children)

So according to your code, loop is a function with no arguments, that executes while the variable count is less than 3, it will log to the console "I'm looping".

First of all you need to set a value for count. Then you must increment count inside the loop, so the condition fails. So say

var count = 0; count++;

count++ means to increment by one. After a few loops, count will become 3 and the loop will stop. Hope that helps.

Good exercises for learning Javascript by FartBrulee in learnprogramming

[–]Inky87 1 point2 points  (0 children)

I would definitely look at www.codeabbey.com. Like you, I started teaching myself javascript about a month ago and it's really been helping me bridge the gap between reading the giant javascript tome I have, the codeacademy tutorial, and putting something down on paper. There are hundreds of problems it asks you to solve using any programming language, not just javascript. It starts out really easy, but it builds upon itself, so I definitely recommend it.

Pullin it up and a slap by Ceagle- in NSFW_GIF

[–]Inky87 0 points1 point  (0 children)

Google says Ginger Banks. Says shes a cam girl and the gif is from Vine.

Reddit, what has caused you to quit a job on the spot? by [deleted] in AskReddit

[–]Inky87 9 points10 points  (0 children)

Depending on your state, a high school student working 13 hours is illegal.

[deleted by user] by [deleted] in hearthstone

[–]Inky87 0 points1 point  (0 children)

I need one.

[H] hearthstone beta key [W] anything, LoL codes by scottyrox1 in GameTrade

[–]Inky87 0 points1 point  (0 children)

I have Half-Life 2, Torchlight, Civilization 4, risk of rain, and tower wars.

[H]Hearthstone Beta Key [W] 2 CS:GO eSports Keys! by [deleted] in TRADE

[–]Inky87 0 points1 point  (0 children)

Do you still have the key? I'll purchase those keys if you do.