Earlier quoted context omitted.
With good reason, the last medication my psych gave me left me with liver damage.
The side effects you experienced are unfortunate; if it happened to me, I would be very angry. However, the stigma around mental health is real and prevents many people from getting the help that they need. You can be angry without contributing to the stigma.
Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
311–320 of 324 posts
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#312Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#313I don't know if this helps, but I personally find coding interview practice sites/problems to be extremely boring, difficult, not fun, and frustrating to work on. I'm saying this as a 13-years-of-experience software engineer; I've been called a rock star or ninja or something similar in almost every company and team I've worked in (big and small), and throughout my entire career and the numerous times I've job-hunted…
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#314Some questions to think about - are you good with people and can you do well in a customer facing role? If not perhaps some of the more individual roles would be better.
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#315Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#316Earlier quoted context omitted.
This is what I tried, recursion taking care of puting the simplest cases first. I haven't checked the solution. I think this kind of problem is like a state machine. In each call of the recursion the length of the pattern or the lengh of the string should decrease, so finally one get to the easy cases of length in (0,1,2). This kind of problems are designed to test you can define a grammar and apply recursion. Anothe…
Your solution looks better than mine. Is there anything you've gleaned from the leetcode examples I posted?
On the other hand, using iterators in python is nice. You didn't use iterators to compute the sum of cubes, many problems can be solved in one line using iterators. https://www.datacamp.com/community/tutorials/python-iterator...
Perhaps your code should try to go from the easy cases to the complex cases in pattern matching.
As a hobby programmer I program without stress, if I was to make a living by programming I think I shouldn't enjoy so much.
I think you should read norvig post: http://norvig.com/21-days.html, also to learn to program in python: https://github.com/norvig/pytudes
I believe that in a year or two you could be prepared to judge your progress
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#317Earlier quoted context omitted.
I think I took off about a year after I graduated, I kept working at my job and then when I decided to look for work it all lined up just perfectly. Look for jobs that want new programmers or interns is all I can say. Also: You do not have to ace the interview just show promise. What I mean is, even I've gone through interviews where I didn't know all the answers and they still kept wanting to follow up with me. Don'…
> where I didn't know all the answers and they still kept wanting to follow up with me. Absolutely this. The primary purpose of the interview is to establish whether or not you are competent enough to do the job. This doesn't necessarily mean having all of the skills out of the box, but whether you are capable of picking them up and have the basis to do so. Best piece of advice I could give is don't lie. If you don't…
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#318Earlier quoted context omitted.
That's why I said "pay reasonably well". It seems to me that most places that don't interview and filter candidates by asking algorithmic problems don't pay as well as those that do. That's just been my experience as a student that's interviewed for internships and is going to start interviewing for new grad positions in the fall. Also > (They do exist, even if they're not as common as they should be.) I'm curious wh…
At one of my companies we pay SF/BayArea market salaries and the way we hire (pretty much everyone, not just programmers) is: 1) short (10-20 min) phone interview, 2) if it seems like a good candidate we invite them for a paid test run, usually 2 weeks of actual real work, either remotely or in person, 3) if it works out, they get hired. Pretty much nothing will accurately predict how well someone is going to do on t…
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#319As someone who has never (and likely will never) pass these kinds of tests, am I in a minority in thinking maybe they're a good way of filtering the non-geniuses? I.e. Maybe the reason I can't pass these tests is I really am not sufficiently skilled/talented to work at Google? At some point, I think we need to accept that sometimes other people are not the problem.
Re: Ask HN: Got a CS degree, but I’m unable to be programmer. What can I do?
#320Earlier quoted context omitted.
At one of my companies we pay SF/BayArea market salaries and the way we hire (pretty much everyone, not just programmers) is: 1) short (10-20 min) phone interview, 2) if it seems like a good candidate we invite them for a paid test run, usually 2 weeks of actual real work, either remotely or in person, 3) if it works out, they get hired. Pretty much nothing will accurately predict how well someone is going to do on t…
You can’t use this process to hire someone who already has a job. So you’re limited to college grads and the otherwise unemployed. That is a pool not everyone can be content with.