BFA in film and video production, and I've worked full time as a programmer for more than 20 years (game design and interactive educational software). The greatest mistake people make about computer programming is that they believe it's an engineering discipline. It's not at all: It creative fine art - just like drawing or painting.
Ask HN: Does anyone here have an art degree?
81–90 of 175 posts
Re: Ask HN: Does anyone here have an art degree?
#82These days I spend more time writing code for the artists than I do working on the art, but I'm sure that past experience is useful in communicating with others. Also, code itself is an art form. I like to think that past experience allows me to write better code, especially visually appealing code, whose importance I believe is oft underestimated.
For what it is worth, I have found the context switch to be particularly interesting. When I have been away from what is traditionally considered art for long periods, it takes a lot of failed attempts to get the mind back into the artistic mindset. It always comes back, but what seemed natural at one point in time does not come back naturally in an instant. The same is true trying to go back into the programmer mindset when focusing on artistic endeavours for long periods.
Re: Ask HN: Does anyone here have an art degree?
#83I have a bachelor of arts degree in mathematics because I didn't want to take a biology course required for the bachelor of science. Works for me, as I consider mathematics more art than science (i.e. it's mostly useless), but this is probably not what you had in mind by "arts degree". I don't apply my mathematical artistic knowledge at work. I mostly used my degree to impress employers to get programming jobs ("ooh,…
Re: Ask HN: Does anyone here have an art degree?
#84Costs around $2500 per year for three years. I'm currently halfway through and really enjoying it!
Re: Ask HN: Does anyone here have an art degree?
#85BFA student turned full stack developer here. I wanted to actually share WHY artists can really excel in this space, both positive and negative: 1. We've been trained to critique, and communicate issues constructively. This is absolutely essential to working quickly, the sooner you realize there is an existential problem with what you're doing, the sooner you can work through them. I've become an absolute user story…
Re: Ask HN: Does anyone here have an art degree?
#86This was actually a somewhat reasonable progression, although if she had known for sure she wanted to do architecture when she was applying to colleges, she could have saved two years of her life and gotten a five-year undergrad bachelors of architecture degree instead.
Re: Ask HN: Does anyone here have an art degree?
#87I originally taught myself HTML, as a teenager, approx 16 years ago. The web was a continuing interest in the following years and the work of people like Joshua Davis, Daniel Brown and Yugo Nakamura was a significant inspiration.
After graduating I was looking for work and found plenty of demand for the basic web design and development skills I'd been gradually acquiring as a hobby over the preceding years. Consequently, I started dedicating significant time to improving my programming skills and establishing my career as a developer.
Similar to the comments of others on this thread, I've found the key benefits of my arts background to be schooling in:
- critical thinking
- communication
- visual / aesthetic fluency
Two notable differences I've found between the two fields:
1. STEM vs humanities
Currently, developers often tend to have a science / mathematics background or an affinity with those disciplines. Work that is often considered most effective in the arts is ambiguous and open to multiple interpretations. This is quite a cultural difference from the empirical search for knowledge in the sciences or the eternal truths of mathematics.
2. Social status
The respect accorded to developers in comparison to the majority of professionals of the visual art world (artists, curators, educators etc) is extraordinary. Societies frequently don't seem to know what the purpose of art really is, especially given that the arts often have an obtuse or outright critical relationship to capitalism. Developers, as the key technicians of the information economy, in contrast typically receive a great deal of autonomy, prestige and financial reward for their work.
Re: Ask HN: Does anyone here have an art degree?
#88BFA student turned full stack developer here. I wanted to actually share WHY artists can really excel in this space, both positive and negative: 1. We've been trained to critique, and communicate issues constructively. This is absolutely essential to working quickly, the sooner you realize there is an existential problem with what you're doing, the sooner you can work through them. I've become an absolute user story…
Hey did you end up going back to school for a computer science degree or are you self taught?
Re: Ask HN: Does anyone here have an art degree?
#89I got a BFA from my state university in "Digital Arts", which for me was a combination of filmmaking, ceramics, and graphic design. I didn't start programming until my last year of school when I wanted to make stupid simple blinking lights with microcontrollers[1]. I agree with lots of responses in this thread about the roles of conceptual integrity and openness to criticism. The other thing I would add is that my pa…