TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why did you stop learning to code?

40 pointsby beekumsalmost 9 years ago
I know lots of people who are interested in learning to code, but many lose interest very quickly after starting. If you can relate to this: why did you stop?

16 comments

seekingcharliealmost 9 years ago
While I know HTML&#x2F;CSS very well, I have unsuccessfully learned how to code after many attempts.<p>I agree with another poster here - it felt like there was too much to learn just to be able to get started.<p>I&#x27;ve tried to learn Rails for example, following Michael Hartls&#x27; step by step tutorial, and even then I get stuck. Suddenly I&#x27;m lost with homebrew, updating my PATH, rvm, gemsets, versions, etc. To build a simple website, I have to learn about nodejs, bower, grunt, API&#x27;s, databases.<p>Also, there is just something fundamental about the high-level of programming that I feel is never explained in introduction tutorials. When I&#x27;ve tried to learn Ruby itself, most tutorials start out with the syntax (integers, loops, etc), whereas I&#x27;d prefer some explanation around how the code is processed to the result. I know some basic Jquery and I am still confused at how it actually works - how the &quot;instructions&quot; end up at the result in the browser.<p>I&#x27;ve tried the online courses but I struggle to learn through videos and I just find that these courses never really get you to where you can actually build something. I may just need a mentor or classroom environment.<p>With all of this said, I&#x27;ve just started a 4 month sabbatical and learning to code is my top priority, so I&#x27;ll see how it goes...
评论 #12276861 未加载
评论 #12275833 未加载
评论 #12275513 未加载
评论 #12276051 未加载
评论 #12274428 未加载
评论 #12276934 未加载
评论 #12276430 未加载
评论 #12276894 未加载
评论 #12274681 未加载
评论 #12274801 未加载
1npoalmost 9 years ago
For me, I feel as though you need to have a vast amount of knowledge in order to code anything useful or significant. You can&#x27;t just learn a language -- you need to learn a library, or two, or ten in order to finish a project. I often find myself overwhelmed by the amount of information I need to take in and process in order to complete a small task.<p>I&#x27;ve found myself looking to smaller and simpler languages and operating systems in order to get around this, but it doesn&#x27;t seem to help. Whether it&#x27;s Python on Linux or C in Plan9, it&#x27;s the same problem for me.<p>This is probably a bad example, since it could be implemented in a simpler way on a different system, but it illustrates my point. I wanted to write a small instant messenger in Plan9. The most efficient way to do it is to use 9p, have the clients mount a name space, and just read&#x2F;write to a file. I have to learn how to use 9p, which has a ton of data structures and functions, most of which require other knowledge about the system. I have to learn the draw library, which is also full of the same sort of things. More often than not, trying to learn how to use a library demands further research in to other things in order to understand what&#x27;s happening.<p>All in all I feel like I&#x27;m being overloaded. The amount of learning I have to do greatly outweighs my desire to persist until I can produce anything valuable.
评论 #12273541 未加载
评论 #12276188 未加载
HcommaZKalmost 9 years ago
To be honest: I didn&#x27;t know <i>what</i> to code.<p>I took a few 100&#x2F;200 level CS classes and always was engrossed and did well, and I even code at work (mostly VBA, some simple MATLAB, and a proprietary language).<p>I started learning Android development but never finished it because I had no idea that I really wanted to implement, no graded assignment to complete, and no monetary incentive.<p>I guess the analogue would be that I&#x27;ve been paid to make tomato sauce and I&#x27;ve been graded on stretching dough, but I don&#x27;t have a pizza in my head that I want to bake.
评论 #12278773 未加载
评论 #12278733 未加载
youngButEageralmost 9 years ago
Money. Money as motivator.<p>Was building hardware devices for musical pursuits (guitar effects) and my 1st degree was in EE. You can graduate with an EE degree, having taken a course or two or three in basic programming but it falls out of use and the depth was never really there anyway, more of a &quot;here&#x27;s programming&quot; intro.<p>When I tried to change jobs as a &#x27;hardware guy&#x27; I had limited options, unlike my software engineer friends who had a gazillion options it seemed. Makes sense, hardware is built once, but a piece of hardware can have an infinite number of programs written for it; thus one hardware engineer and an infinite number of software engineers for one piece of hardware.<p>They (my software engineer chums) also made A LOT MORE MONEY than me.<p>Went back to school, focused solely on software. Best decision I ever made.<p>Money as a motivator to learn to code is questionable but I got lucky as I learned to love it after becoming engrossed in it.<p>EDIT: Point being -- if you have a big enough &quot;Why&quot; you simply <i>will</i> learn to code. If you can&#x27;t make money or have an enjoyable hobby doing coding, your motivation will be to do something else more enjoyable. Everyone saying &quot;I couldn&#x27;t figure it out so I quit&quot; -- BALONEY. You can figure anything out, really.
tomlockalmost 9 years ago
I now code.<p>In school, I tried to learn to code several times. But I always stopped, I think because I didn&#x27;t have any desire to build things that didn&#x27;t make a &quot;product&quot;.<p>I learnt to code when I had something to make that would make my life easier.
评论 #12275320 未加载
评论 #12273805 未加载
riprowanalmost 9 years ago
I learned to code in the early 1980s and studied it in university in the late 1980s and early 90s. Since then I&#x27;ve ingested and forgotten countless languages and technologies.<p>At a certain point I realized that I had spent more than 1&#x2F;2 of my life trying to instruct machines, and it struck me that this was a giant waste of the rest of my short life.<p>Now I try as much as possible to be AFK and I&#x27;m very pleased with the results.
BenWSalmost 9 years ago
I&#x27;m new to programming, and am attempting to work my way into a software development career. While I&#x27;m continuing to produce a fair amount of code for my portfolio, I sympathize with those who are saying the amount to learn is overwhelming.<p>This by itself is enough a challenge, but there&#x27;s also the question of whether coding will be a thing in twenty years - given the recent advances in AI and the question of whether jobs in general will be a thing after AI become sufficiently advanced. I enjoy coding for the creative aspects and the pride I feel when completing a difficult task - but lately my technophobia has been winning over my affinity for the creativity involved in the task.<p>There&#x27;s also the feeling I get that with the accelerating technology curve, software development is becoming even more of a &#x27;shapeless&#x27; profession as the years go by - it&#x27;s difficult to find a sense of identity when the technologies I&#x27;m learning could be obsolete in a couple of years.<p>Trying to find a way around these thoughts, because they&#x27;ve really become a barrier to myself really enjoying the learning process - but I think they&#x27;re worth consideration.
评论 #12280029 未加载
personlurkingalmost 9 years ago
I&#x27;ve had 3-4 failed starts and (thus far) left it at that. They were all with Obj-C&#x2F;Swift, and my recurring problem was a) the amount one has to learn to make something up to par and b) the disconnect between the text editor and the product taking shape.<p>I&#x27;m a writer, to use an example. When I want to start a new article, I come up with the idea, plot it out, do the research and start writing. All points along that line are easy for me. From the start, I&#x27;m well aware of the direction it&#x27;s taking (and thus what the finished product will look like) and within half a day I can already see it taking shape on paper.<p>In my life I&#x27;ve learned foreign langauges but I can&#x27;t seem to think of computer languages as something similar. It just looks like gibberish, even though I&#x27;ve succeeded in making two simple websites and a two simple apps in my dabbling phase.<p>TL;DR: it&#x27;s half a learning curve issue and half a disconnect.
RUG3Yalmost 9 years ago
I stopped learning because I am a Product Owner now. My job doesn&#x27;t let me write code often, and I have some big projects that have sucked up my &quot;side-project&quot; time. At home, I&#x27;ve been focused on writing articles, and building an e-commerce site that is using Wordpress, so no coding there either.<p>Eventually I may get back to it.
评论 #12276974 未加载
djdelusionalalmost 9 years ago
This is something I relate to, as I first started getting into coding while I was in elementary school. I started with Microsoft Visual Studio, and wrote my first bits of code in Visual Basic. In high school implemented a DMX lighting controller driver and built a simplistic binary search in order to determine which address a given light dimmer was on in the local performance hall. I built my first webpage in 6 or 7th grade, but the most amazing thing is I gave up many of these early interests mostly because I wanted to &quot;Fit in&quot; in highschool. I took on an interest in film and photography, and even did 2 years of college majoring in documentary film.<p>In my spare time I occasionally tinkered with Arduino and Raspberry Pi&#x27;s, trying out python and other things, but never really got very far.<p>The biggest change happened when I landed a job for a production company, and 5 or 6 months in their lead developer decided to leave. Remarkably, I was incredibly unsatisfied with where I was in the company. I found that creating advertising videos for people who didn&#x27;t want to shell out the cash to do it right was incredibly destructive to me and my creative drive. I saw an opportunity to learn, and set out to try to learn to build smart phone apps, as well as web-apps.<p>Im 2 weeks away from transitioning to a new job as a full-stack software engineer. The road is long and hard, but I will say that living and breathing code for 2 years as a full time job really helps you learn a lot really fast. It was far more beneficial than taking a Computer Science program in college.<p>I realize this isn&#x27;t really why I stopped but kinda how I became what I am today. Yes it&#x27;s incredibly confusing. Learning HTML, CSS, and Javascript, then to find Node, Gulp&#x2F;Grunt, Sass&#x2F;SCSS, and Angular. Then to have React come out, and learning all these libraries that are changing constantly, I totally understand how getting into the web can be hard. The truth is many people don&#x27;t see the joy or power in it, and it seems too hard to even try. The key is to have a reason to learn. To force you to learn.<p>Sorry for that long-winded response. :-)
CM30almost 9 years ago
In the past, I stopped coding a fair few times simply because I didn&#x27;t see any benefit to it. Everything I wanted to do on my sites already had an off the shelf solution that simply worked a lot better than any home made equivalent likely would have. So I just stopped and used the already made one (for things like a CMS, blogs, wikis, forums, etc).<p>And it&#x27;s also kind of why I stopped again and again. Because I just can&#x27;t find coding fun in itself, there&#x27;s always got to be an &#x27;incentive&#x27; or &#x27;use&#x27; for what I&#x27;m learning. Every time I&#x27;d consider doing something interesting, I&#x27;d end up thinking &#x27;what exactly am I going to use this for?&#x27; then stop again.<p>Maybe I&#x27;m just not imaginative enough.
SFJuliealmost 9 years ago
At first I had a C64 and basic and only the manual. I could not do much with just a listing of command and their use. You had to guess how to construct a program from commands, as if you try to learn a language by using a dictionnary. Not very efficient. But, I did repeated the begin and stop experience with «learning the language from a dictionary» with a casio calculator (422bytes code) and a HP48SX.<p>I dare say that I went way further with the HP, it was an awesome start at learning programming, because it had all these data structures that where close to being functional without the burden of being functional crap.<p>My first try at ASM was in the 1980&#x27;s a «geek» told me it&#x27;s easy : he gave a floppy with an assembler and said to deal with it, that&#x27;s all you need. Second time 5 years later a coder gave me a floppy with pascal and nothing more. And I was demotivated.<p>Then, I went to university, I had to achieve results in programming with less than useful training (just C with the difference between pointers and integers), and it went better. It was code or you&#x27;ll not be able to graduate so f*cking find a way fast.<p>Finally, in my master degree in physics I had an obscure option for interface programming that was in fact 68000 asm programming. And I had a COMPETENT teacher that explained us HOW computer worked, and HOW the code was working.<p>It unlocked so many keys in my brain I understood stuff ranging from OS, to C, to ASM to even matlab mechanism.<p>Learning like in sport is made of steps and stagnation. And people often think it is a bad thing. I think it is human brain normal behaviour, like strats of learning putting each others on top of one an another.<p>I also would like to spot in the era of «online is all you need to self learn anything» that it is bullshit crap: knowledge does not jump from internet to your brain. A good «craftman» teaching you his craft with the intuition that comes with is like a catalyser.<p>Long story short my 15 first years of learning are made of 4 distinct steps of «stopping to learning code» and I think they were necessary, like both a trial of faith and a necessary evil.
dropsalmost 9 years ago
I didn&#x27;t stop learning to code per se, but I did drop it 3 or 4 times over the course of a few years because the results were far too abstract to appreciate, or to even understand why do I code at all.<p>Maybe I&#x27;m too much of a visual person, but unless I see why does a certain peace of code exists - or should exist - I can&#x27;t really begin to analyze and perceive it properly. I still can&#x27;t grasp the backend of the websites, for example.<p>On the other hand, I easily grasped how CSS works as well as video game code in GameMaker because you can actually see and experience what you make.
pawan-snsalmost 9 years ago
Though I&#x27;m able to manage coding but I guess people don&#x27;t know why they are coding, how come it&#x27;ll help the world
评论 #12273573 未加载
marmot777almost 9 years ago
I think checking out Python might renew your enthusiasm. It&#x27;s pretty damn cool.
mattbgatesalmost 9 years ago
TLDR; Follow your dreams, follow your passions, and never give up. Keep having ideas and making them a reality! The moment you give up is the moment your projects will fail. Each day, you have a chance to seize your opportunity.<p>Longer story made shorter:<p>I never stopped learning though I stopped learning code for a long time. In fact, I had taught myself programming at 12 years old. I had tried and tried and I just didn&#x27;t get it. It was Visual Basic 3.0. I kept opening it up and trying new things, but always was unsuccessful. One night, I had a dream about programming and designing applications. I woke up and wrote my first program. It was just an eight ball that chose a random response when a question was asked, but it certainly led me to write other programs throughout my teenage years, mostly to interact with America Online.<p>At 18, I lost interest completely in programming and stopped. Almost a decade later... from going to college to living in another country, I came home, broke, with a college degree in psychology that wasn&#x27;t getting me anywhere, and I searched Craigslist, applying across the board to every single listing that seemed suitable. I applied even in areas that I knew I had no chance, or thought I had no chance, and one of those areas was a programming job.<p>I never thought I&#x27;d get a response, but this software company called me and tested me on my knowledge. While I didn&#x27;t get 100%, I got a pretty good score and they hired me on spot. The job required knowledge of Visual Basic 6.0. Never thought that would ever come in handy, but it did. After a few months of training, I was back in the game.<p>Long story short... I worked for a tyrant boss that paid me far less than what a programmer should have been making, and I ended up looking for other jobs. Instead of searching for another programming job, I began my path into web design and development. I honestly thank that boss for teaching me everything I know. I suffered a lot with him because he was so arrogant and loved to talk down to me, but if there was any great lesson I learned from him that I still use today, it is that before you can code, you must understand what you are coding.<p>That means: WRITE OUT EVERYTHING BEFORE YOU DO IT. EVERY PROCESS, EVERY OPERATION, AND THE GOAL OF EVERY PROCESS. If you lose the vision of your program, than you have no program. Keep the focus and you will always be successful in whatever code you write.<p>I had already begun building websites, either for free or cheap so I decided to apply for other jobs about a year and a half after getting that first programming job.. I saw two jobs at the same time on Craigslist, and I ended up going for an interview for both.. the latter one didn&#x27;t hire me right away, but eventually called me back, stating that they interviewed over a dozen people and I was the only one qualified enough for major consideration, so I ended up getting them both. Both were web design jobs, but one required 8 AM to 5 PM while the other required 6 PM to 2 AM. I was also freelancing on the side and had several paying clients. So I was pretty much working until I passed out. I slept very little and never took a day off. Having student loan debt, I ended up paying off my $40k debt in under 3 years. But the experience I got in those 2-3 years was equivalent to give me 5+ years experience as a web designer and developer.<p>One of the companies that hired me specialized in designing weather modules that displayed energy data on kiosks for solar panels in corporate buildings. The other one was a media company and paid me to design custom news web pages for big corporations like Goldman Sachs, Walmart, Kelly Blue Book, Avon, TripAdvisor, and many well-known pharmaceutical companies.<p>After over a year and a half of working non-stop, the solar energy web design company laid me off. I was upset and it took me a few weeks to get used to the fact that I no longer would be working at this job. Lucky for me, they had offered me a severance package: 3 weeks paid vacation on the condition that I would not file for unemployment. Little did they know, I had the second job, so I couldn&#x27;t file for unemployment. So I ended up getting paid for 3 weeks on top of getting paid for my other job. That company ended up laying off everyone 6-9 months later and couldn&#x27;t even afford to pay their employees, my former co-workers anymore, so they all had to sue to get their paychecks. It was a blessing in disguise to be the first to get laid off.<p>Anyways, I still worked for the night company from 6 PM to 2 AM and had my freelancing business. They would eventually give me a choice: move across the country or get laid off. I ended up moving and currently still work for them.<p>As far as what I do now: I picked up some big clients as a freelancer in the area who are making good money, so they pay me well to maintain their websites. I also run a few of my own websites that managed to get popular, so ad revenue kicked in and at least helps pay for the server and a few equipment items, such as my laptops when they break.<p>My most popular website is <a href="http:&#x2F;&#x2F;www.confessionsoftheprofessions.com" rel="nofollow">http:&#x2F;&#x2F;www.confessionsoftheprofessions.com</a> which primarily focuses on what people do for work; mainly understanding jobs, careers, and the workplace. This attracts people from all walks of life and helps me network with hundreds of people and companies every year and I get to learn a lot of new information before it is ever released, as the website is sometimes a company&#x27;s primary source of information distribution.<p>I also learned PHP and MySQL databases so aside from my day job, at night, I build web apps. Although I&#x27;m just getting into it, I&#x27;m hoping that it will bring in some recurring revenue. I cannot reveal all the details of these web apps at this time, but lets just say: I look around the Internet and if I see something can be improved or offered at a better price, I build it and become the competition.<p>One of these web apps is <a href="https:&#x2F;&#x2F;mypost.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mypost.io&#x2F;</a> which allows you to create beautiful simple web pages in minutes with just a few clicks. No registration, no account, no hassle. In addition to this, Google Analytics is not installed to try and help users remain completely anonymous. This has led to an increase of visitors particularly in Russia and China with the United States just behind.<p>I am always in non-stop learning mode and certainly would love to find the time to learn Ruby. For my job, aside from building custom news webpages, I also try to predict and develop new web templates for what the Internet will look like in the years to come, particularly how people might read their news. I love my job.. but if you asked me a decade ago if I would be where I am today, I would have probably believed it was never possible.<p>I will just finish with this: code is poetry and it is all about understanding what people want in today&#x27;s fast-paced ever-changing tech world. Sure, you have Facebook, Twitter, Google, and other large networks and you might think to yourself: What can I possibly make that hasn&#x27;t already been made? The advantage we coders have over the big companies is that we can specialize in the small things and give the user a much more personal experience than the big guys can. It is something they have lost over the years and that becomes our advantage of developing new web apps. Never stop learning and find your audience or your customers.<p>As a software engineer, coder, programmer, web designer, web developer, and all the other names we have... there is no excuse to be unemployed, out of work, or bored. You have work to do. Get started.