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: Help me going from books to real projects

4 pointsby gwsover 6 years ago
Guys I need your help.<p>I&#x27;ve completed all Udacity early programming classes, Ng&#x27;s achine Learning course, Boneh&#x27;s Crypto 1 and Crypto 2, worked through most of SICP, all of Nand2Tetris, all mof CSAPP and done all CMU labs, programmed in Python, Clojure, Go, C, Haskell, Javascript, Bash script, lived in terminal with vim and tmux (but spent 6 months in emacs just to be sure), hosted my website on linode... and I could go on.<p>But I have never written a real software program in my life. Zero, nada, nicht, rien, nulla.<p>I need to stop doing courses&#x2F;books and just commit to write a real program, start to end, something useful. But I can&#x27;t; I think it would be easier for me to start reading TAOCP and spend the rest of my life working through it.<p>So I want to try this: ask you to suggest a project that could be done in one year by a solo programmer as a side project. And then commit to the project in the most voted comment. Ideally I don&#x27;t want to do web apps or mobile apps, ideally I&#x27;d like to write something in C which for some perverse reasons I&#x27;ve really enjoyed programming in.<p>Please help me, I&#x27;ve already started reading the first few pages of the Rust book...<p>Help me make 2019 the year I wrote my first, real, computer program, choose a project for me!

2 comments

topspinover 6 years ago
You have to choose it yourself. Programming is a difficult intellectual struggle and the only two things that I&#x27;m aware of that cause anyone to endeavor to do it is either pressure (obligations to an employer, for instance) or enthusiasm; satisfying some desire to make a computer perform some specific task.<p>So either take a job that inflicts deadlines or discover some passion great enough to make you hunch over a keyboard and squint at a display for hundreds of hours. If you can&#x27;t or won&#x27;t commit to the former and you haven&#x27;t a passion that motivates the latter you may need to to reconsider your motivations.
djaychelaover 6 years ago
Hi<p>I&#x27;m learning Python at the moment, so I&#x27;ll try to offer something from my perspective (which is obviously different to yours!)<p>I found the best thing to help me learn last year was working on a project that I came up with to help my girlfriend&#x27;s school. She&#x27;s an ICT tech in a first school in the UK, and GDPR means (amongst other things) that each child&#x27;s parents choose which internal and external media they can be in, and managing that is difficult. Between us we came up with the idea for an internal web-based system which displayed this info quickly and easily for staff, and allowed management of this info via an admin interface (including import from .csv and Google Sheets). It grew considerably as I iterated on features, and I learned SO much from doing it - both technically (I&#x27;d write it completely differently to how it is at the moment) and in terms of planning and soft skills, etc. I wouldn&#x27;t have learned anywhere near as much by spending that time on more courses.<p>Despite my technical reservations about its internal quality, it functions well, and is in daily use at the school (hosted on a Raspberry Pi).<p>So, I&#x27;d suggest either finding something that someone you know needs doing, and trying to do it. It&#x27;s the same as when I did my apprenticeship (which ultimately was in Electronics and Instrumentation, but in the first year involved mechanical work such as lathe use, milling machines and welding) - you learned skills which were OK, but it was the projects we did (making parallels, a punch, eventually a battery charger completely from scratch) which was where we really learned why we needed the skills and which areas we needed to work on more.