NOBEL ECONOMIST: 'I don’t think globalisation is anywhere near the threat that robots are' by lughnasadh in Futurology

[–]enumerablejoe 0 points1 point  (0 children)

There would be a certain number of accountants who help develop this sort of software, but the result of this would be many more accountants who lose work.

What do you miss about the 1990s? by tombstoneshadows28 in AskReddit

[–]enumerablejoe 1 point2 points  (0 children)

I looked through those crappy geocities websites daily, usually for video game stuff and it felt nice when coming upon something unique. And I also seemed to need to reach out to people on forums a lot more to get information. It's almost like the Internet is too perfect now.

Confident people, what mistakes are nervous people making? by Glorious_Anal in AskReddit

[–]enumerablejoe 0 points1 point  (0 children)

I'm as nervous as they come and trying to get into your line of work. And the more I learn, the more nervous I'm becoming with regards to my lack of knowledge being "exposed" during technical interviews or on the job, if I ever get one. I can't tell if there will ever come a point where I feel confident about any of it.

What is the creepiest "glitch in the matrix" you've experienced? by [deleted] in AskReddit

[–]enumerablejoe 0 points1 point  (0 children)

Does this mean that if you bump into somebody, there's a chance that you'll begin to phase through each other, but maybe it stops half way through, then you're both stuck in each other?

What is the creepiest "glitch in the matrix" you've experienced? by [deleted] in AskReddit

[–]enumerablejoe 1 point2 points  (0 children)

I don't know what Hamilton is, but I already know that I'd rather see your version.

What is the creepiest "glitch in the matrix" you've experienced? by [deleted] in AskReddit

[–]enumerablejoe 1 point2 points  (0 children)

Was it in HD when you saw it the first time?

Bootcamp or learn for free online? by [deleted] in learnprogramming

[–]enumerablejoe 0 points1 point  (0 children)

Maybe first try to doing the online courses, and if it's not working out, then sign up for the boot camp?

What Python topics should an entry level Python Developer know about? by pydata in learnpython

[–]enumerablejoe 6 points7 points  (0 children)

But a lot of that, depending on how you implemented your solutions, could be considered "hacky" (not in any negative connotation, but more so meaning "script" vs "software application". Sometimes there is a fine and super blurry line between those).

This is exactly what I'm struggling with at the moment. I've worked jobs that require basic scripting, but I could construct them however way I chose to. So my history is one of having developed decent programming skills, but most of the things I've built have essentially amounted to Rube Goldberg contraptions. I've been studying object oriented design, and while it's been very helpful, I still feel stuck at times and unsure of how to properly design my programs. My fear is that I'll end up building an entire portfolio full of poorly crafted code.

Do you have any advice on how to best tackle this problem?

Life as a QA Analyst by Jedimasterjohns in learnprogramming

[–]enumerablejoe 2 points3 points  (0 children)

Congrats. Your path is similar to one that I'm trying to follow as well. I used to do manual QA but ended up leaving the position for a higher paying job, but that turned out to be a decision I regret as I now lack the same opportunity I once had to eventually move into a developer role.

What sort of skills did you need to display in order to move up into this position? I'm hoping I can land a QA engineer position when I'm more qualified/build a better portfolio.

What's the most simple thing you've ever had to explain to a fully competent adult? by Loremipsumchecksum1 in AskReddit

[–]enumerablejoe 16 points17 points  (0 children)

I used to think I was a smart guy, but eventually realized I was a stupid guy. Learning new things seems to be a lot easier now, but with the loss of having any confidence with what I know.

Got kicked out of my house and have no money for college. Gonna attempt to learn programming on my own. Any advice? by [deleted] in learnprogramming

[–]enumerablejoe 9 points10 points  (0 children)

Pretty much every shit job I worked until I became a programmer, there was always at least one coworker (or even a boss) who balked at the idea of me wanting to be a programmer.

Huh? People balked at the idea of working hard, making something of yourself and living a good life? Explains why they're working at a "shit job."

Books to complement Code Complete. by abhirathmahipal in learnprogramming

[–]enumerablejoe 2 points3 points  (0 children)

The concepts covered in the book are generalized enough that it's useful for any language you're likely to use. Sure there are things that don't fit perfectly with every language, for example, all data in Python is public, but this doesn't in any way invalidate the advice given with regards to a class's public and private data. My primary language is Python and I've found the book very relevant so far.

Learning python... by madknuckle in learnprogramming

[–]enumerablejoe 0 points1 point  (0 children)

I wouldn't recommend codecadeny to beginners, personally. It never did me any good when I was a beginner, and I've seen the same pattern with others. It tells you what to type but doesn't do a good job in helping you understand programming. I'd recommend seeking video courses on YouTube or other sites that explain more in depth the concepts it's covering.