6 ms·
>My favorite part of the photographic process was watching prints come to life. I loved starting with a blank sheet of paper and applying various photographic m
by grifball 5y ago
>My favorite part of the photographic process was watching prints come to life. I loved starting with a blank sheet of paper and applying various photographic methods to bring the image to life.
>I found that building websites was similarly satisfying. For example, click the "Reveal Image" button to watch an image fade in to the blank canvas!
I think a lot about why I went into computer science and this is the same conclusion I came to. There's something really cool about starting with a blank page and coding in elements that appear one by one and adapting the code to be what you want. Maybe there's other ways to do it but programming seemed to be the most powerful.
Just to be clear, it was video games, not photography that kinda nudged me into programming, but same idea with a blank canvas and having control of it.
- papito 5y agoFor me, programming was like being a little god in my own little world. For an introvert especially, it was exhilarating. You write a command, and it obeys. When you see something on screen is even more satisfying. In fact, the all-night coding binges happen because in an intense period of learning, you are producing a ton of adrenaline, and that annihilates sleep. (Sorry, working, don't care to look for the study right now). But it checks out.
- satisfice 5y agoAnd when I was a kid, it was the only world that I COULD control. But then I went professional and that felt a little like how the Old Testament God must have felt: overwhelmed and irritable.
- IggleSniggle 5y agoYep, same same, but different. For me it was music and sound, starting with a blank canvas and mixing in digital signals and controls to build something out. Could have been with a DAW, but programming was just a more flexible and free-form blank-canvas for self expression. ...although I also got a kick out of "remixing" Windows 95. And "remixing" video games (Civ and Colonization were particularly great because they were SO EASY to edit both assets and configuration). So many custom mouse cursors, shutdown screens, start-up sounds, etc etc.
- syockit 5y agoHa! Both of those are Microprose games! I remember mixing XCOM and Transport Tycoon music. It was really amusing when you failed an XCOM mission and the upbeat song Road Hog played, as if it's mocking your ineptitude (of course, the same music is played when you win a mission too. Oh well).
- susam 5y agoMy introduction to computers was similar. I began by learning turtle graphics in the Logo programming language during my childhood days. It allowed me to be creative and draw pictures on a blank canvas using code. Back then, for me, programming was not about solving useful problems. Instead it was about expressing whatever random ideas come to mind. Quoting a relevant excerpt from my own blog post[1] that I wrote sometime back: > FD 100 > That is the "hello, world" of turtle graphics in Logo. That simple line of code changed my world. I could make stuff happen in an otherwise mostly blank monochrome CRT display. Until then I had seen CRTs in televisions where I had very little control on what I see on the screen. But now, I had control! The turtle became my toy and I could make it draw anything on a 320 × 250 canvas. [1] https://susam.in/blog/fd-100.html https://susam.in/blog/fd-100.html
- CreepGin 5y agoMe too. I learned LOGO in the 90's during 3rd grade. Now thinking back, it was probably an important defining moment in my life because it let me experience creativity through coding and visual feedback (and also the constant discovery of new ways of using the various commands).
- madaxe_again 5y agoSimilar sort of experience, although we had no turtle, so it was BASIC on the MICRO for us. 10 MODE 7 20 PRINT CHR$141”A text adventure” 30 PRINT CHR$141”A text adventure” May as well have been the opening bars of Beethoven’s 5th, for the infinite and incredible possibilities which followed. Anything. I could make anything. It was the most incredible sensation and realisation - and still is.
- type_enthusiast 5y agoFor me, it was QBasic under MS-DOS. SCREEN 13 is the start of endless possibilities! I think this kind of experience is missing for kids now – but I'd guess it's more about how ubiquitous computers are, and how there's a lot more between the kid and the computer. When a CLI is your interface, making even rudimentary graphics feels like achieving magic. When your interface is a cell phone or GUI, there's a much larger leap from zero to "feels like magic" – OK, so I made a circle bounce around the screen... there's already an app that does that.
- notjustanymike 5y agoI've had to focus on accessibility in our product lately, and learning to use a screenreader created a whole new version of this concept.
- evilhackerdude 5y agoReminds me of my first programming experience as a 10 year old kid. My dad showed me the QBASIC IDE. He typed one line of code: PRINT "Ach leck mich doch am Buerzel" And hit Run → Start... I broke out in laughter, realizing I can make real grey-on-black DOS programs just like that. It blew my mind and started my programming career.
- duxup 5y agoThat's kinda what did AND didn't work for me when it came to programming. In college my first class was a class about C, the instructor read from the book (that appeared to be written about C for people who already knew C...) and then you worked on the assignment. I didn't have the patience at that age to work that way and dropped the class / decided programming wasn't for me. I did some other tech things and decades later ended up working with a bunch of engineers at a company and realized that we understood each other / how we worked really well. Company was bought out and I had time to think about what to do next. By this time the world of web development and web apps had taken off and there was so much information available / folks sharing the land of programming seemed entirely different to me. Attended a boot camp and everything just clicked, the immediacy of producing something in a web app (even if it broke) really drove home what I was doing and so on. I've been happily coding since then.
- albrewer 5y agoSimilar thing happened to me. I had to take a C++ course (with C++ 2008 on Windows) and hated the way it was taught. I conflated that with hating programming. After I finished my engineering degree, I got frustrated with repetitive tedious manual processes, so I started automating them. As my skill grew, I realized I liked programming more than I liked being a mechanical engineer. Now I write code full time, but I'd be way farther ahead if I'd just got the CS degree to start with.
- tayo42 5y agoBut since then have you gone back and learned all of that stuff from those classes? Is the point of school to make you interested in the first place or just assume you already found the topic interesting and see the value and you want to learn more
- albrewer 5y agoYes, sort of. I haven't taken a deep dive into anything like how to implement an OS, and I know I'm woefully undereducated about networking and the internet, but I have a tough time learning stuff without a concrete problem to solve that will make my life better. For example, I've written plenty of stuff that uses Python's requests library, but I don't know what happens under the hood between me making the library call and the network packets leaving the PC. I'd like to learn, but I don't have any problems facing me that would require that skillset or anything tangentially related. As far as programming itself and designing software, I think I have learned as much as I would have retained in an undergraduate degree in CS. I have a minor in math and I took some basic circuits courses, and Ben Eater's YouTube channel has been hugely illuminating in areas of CS. Really, if I could find places that are something like "solve this useful problem, here are the requirements, you'll need to know these 10 keywords to search stuff on the internet, here's how it'll be useful later" and then have someone or something evaluate my work, I'd love to see it.
- atomicnumber3 5y agoThis gets me too. In high school I called it "the power of a blank text file." Something about knowing that this was how every great software product began life was very empowering and intoxicating to me. When you open vim and look at the blinking cursor, you stand on the precipice of greatness in the shoes of every programmer who has ever lived, all of you united across space and time by that peculiar feeling you get when you peer into the infinite possibilities of your empty text file.
- emptytextfile 5y agoGold for the quote!
- O_H_E 5y agoWow, that is such a well written quote. I hope to one day remember and shamelessly cite it around.
- TeMPOraL 5y agoI suppose this is what "high self-effiacy"[0] means. I've only recently learned this word/concept, but your quote fits. You see a blank text file, you see an interesting challenge, something you're sure will lead you somewhere nice. I'm gonna admit - I'm the opposite. A blank text file scares me. I don't know what to do. I spend a lot of time agonizing over what I want to write, trying to desperately narrow the space of possibilities until I have the design[1] sharp in my head, and only then I'm able to actually write anything in that empty file. I guess I'm the "low self-effiacy" kind of person. -- [0] - https://en.wikipedia.org/wiki/Self-efficacy https://en.wikipedia.org/wiki/Self-efficacy [1] - Or at least the first iteration of it.
- epolanski 5y agoI am like you too. I’m not fond of blank projects where I can let creativity thrive. I would not know what to do. But give me a piece of paper and an idea and I can roughly detail all requirements for the project, create a backlog and tasks for a week. I’m more interested into the coding challenge offered by the work. I get more satisfaction in finding the best solution than in the result.
- lukedoolittle 5y agoI feel like for a lot of us, at its most basic level, software development is truly creative. It's not the activity that people traditionally associate with the term "creative outlet" but for me at least it's akin to combining human emotional experience and music theory to compose a song or a flavor inspiration and the 12 tastes in food to create a dish. Even further as I've moved into a Machine Learning Engineer role the creative aspect needn't even be sensual, like visual or auditory, it could be totally abstract: I find the concept of some of the tensorflow graphs I have created to be beautiful even though they are way too complex to visualize (suck it tensorboard).
- squiggy22 5y agoCompletely agree. I wonder what it is about programming something from nothing that still makes people think it isn't a creative pursuit. The Venn diagram of writers, painters, guitarists and programmers needs to be more heavily advertised to get past this stigma of engineer meaning some boring old fart typing mindless code at a keyboard.
- jart 5y ago> suck it tensorboard The poor little TensorBoard is crying right now because you didn't love it.
- jrm4 5y agoOld timer who had an Apple II as a kid, and the experience I try to sneak into every class I teach is: 10 PRINT "John is Awesome"; 20 GOTO 10 This little gem is the beginning of it all. Little me is understanding, okay, so if I'm willing to put in the time and thought, the machine will obey and I I have the literal power of infinity at my fingertips.
- ct520 5y agoLove it, in first grade I use to remove the 5 1/4 inch mid game to get to the command prompt and do this. Thought it was the coolest thing ever.
- krumpet 5y ago10 PRINT "You are correct, sir!" 20 GOTO 10 * Edited for formatting
- hasmanean 5y agoI once wrote my daughter a similar BASIC program…she immediately changed it to her sisters name and wrote “S is stupid” and said “see, the computer said so so it must be true.” I tried to reach her programming but she schooled me in AI-hype.
- pickledcods 5y agoAnd then reading the manual to discover the other things it could do
- matheusmoreira 5y agoI know that feeling. It's a godlike feeling. We start with literally nothing and we create whole a universe inside the computer. A personal virtual universe that reflects our minds and our understanding. We are the gods of these realms.
- agumonkey 5y agoas opposed to inheriting legacy goldberg machines or walking on quicksand (by quicksand I mean constantly changing librarires fatigue)
- dustymcp 5y agoI found it to be like my favorite toy as a kid: Lego, with the computer i could do something very similar and build my own stuff, i never wanted to do anything else..
- bakuninsbart 5y agoThis was my go-to answer for why I started programming, too. Only recently I realized that it didn't hold true for me, the real drive I think was wanting to explore things. I loved computers, and games, and naturally was very curious about wanting to understand why and how they worked. Understanding driving motivations is so incredibly important, as it now gives me quite a lot more perspective in which direction I want to take my career and hobbies.