frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

A 37-year-old wanting to learn computer science

https://initcoder.com/posts/37-year-old-learning-cs/
65•chbkall•3h ago

Comments

heyak•2h ago
Hey, love your journey!
bilvar•2h ago
The things described as the goal of the OP are not Computer Science, they're mostly Software Engineering/Development. Even though there is overlap Computer Science is mostly math, completely irrelevant to setting up static blogs or web servers and somewhat relevant to developing applications. A more accurate title would have been "wanting to learn software development and the relevant bits of computer science which help with that"
xeonmc•2h ago
Also, software has two things going for older late-starters:

- The mental muscles involved in the act of making software tends to be those that mature the latest, around 25--30. It is also the case for comprehending the concepts, because in the end software is mostly about "human rules for doing things" rather than "how things are in Nature, deal with it however you can".

- The proportion of the total corpus of knowledge probably has the highest online-availability of any technical fields, rather than being completely locked-in to academic intitutions.

matt3210•2h ago
Find a series of small irritations on your computer and write scripts to solve them.
notepad0x90•48m ago
Solid advice. I would just add to write C. There is a thing about finding a problem that really annoys you that focuses and tunnelvision's you.
chbkall•10m ago
I tried learning C a while back. I would like to review it again and build / solve some problems using C.
chbkall•11m ago
Would you give me a small example of the kind of small irritations you are talking about here?
albertojacini•2h ago
I started when I was 34, for the same motivations that you describe. It become my profession and my hobby. I'm now 47 and I'm still enjoying the ride a lot.
chbkall•7m ago
Right there is my motivation.
ciwolex•2h ago
If you want to really learn it and master it, I'd advise you start with a project to build something you'd like. With that in mind, learn a programming language. JavaScript, CSS and HTML will be a good start for the frontend. You'll then need some backend skills. You could learn MySQL and JavaScript will also help you develop the back end. Along the way, you'll figure out a lot of the stuff yourself. Avoid using AI at all costs if you really want to learn. Once you've mastered the skill, AI will be a multiplier. Good luck
867-5309•1h ago
they built the blog you (possibly) just read..
cynicalsecurity•2h ago
There is no age limit.
dvh•1h ago
There is, 127 years (nearest round number from maximal human lifespan)
matt3210•1h ago
Appropriate given age starts at 0
addvicks•1h ago
Stop writing about how you're going to do this, and just do it. Everything you need is available online.

Writing blog posts like this is a form of procrastination, and distracts from your stated goal.

zeroCalories•1h ago
Blogging about your work can be great, and they haven't actually stalled out yet so you're being too cynical.
thomascountz•1h ago
> I designed this website on my own as well while reading the book Refactoring UI [2]. This took me almost 4 months.

They have built something and they have used that something to shape a plan for achieving their goal. "Stated goal" and "just do it," are mutually consistent with "writing blog posts like this..."

mrkickling•1h ago
You might be right but I also think writing down your goals can be useful if you want to achieve them.
moktonar•1h ago
In the end it’s all about bytes and the meaning you assign them.

Edit: and algorithms

qwe----3•1h ago
A bit too much romanticizing the field of software for me... I'm not sure this will really help you rediscover yourself.
mattlondon•1h ago
Good luck.

I'd recommend finding a MOOC course that covers some of the fundamentals of computer science to make sure you have a really solid grasp of the fundamentals - the whys and how's etc. Data structures, algorithms, networking, databases, design paradigms (so Object orientated Vs functional Vs whatever), testing etc. If they use multiple programming languages in different classes then all the better as I think learning more than one makes it easier to grasp the principles at a more theoretical/abstract level and not just how language foo does it and you'll find your favourite language(s) eventually in your own time so don't give up if the class is in a language you don't know/like.

It's tempting to use AI - I'd recommend you think of it as a knowledgeable friend who you can ask questions - is there a better way to do this/what alternatives are there? What does this function do? Why does this code do this and not that etc etc. You won't learn if it just implements for you, but as a learning companion you can bounce ideas off of or help you out of a rut etc it is great.

It is tempting to concentrate on like a React Bootcamp or whatever to get "practical skills" to start going off and building things, but I think that is like the difference of being the person who is paid to only assemble flat pack furniture following instructions vs the person who is paid to design the flat pack furniture and all the smart little fittings and how it all goes together and will it be strong enough and fit in the box and meet the price point and look like what the designer wanted it to look like and so on.

Finally, don't worry about writing "bad code" or bugs. We all do it from time to time and no one is perfect.

chbkall•2m ago
Thank you for your kind suggestions and advice. Concentrating on 'practical skills' and 'shiny frameworks' is exactly something I want to avoid and focus on aspects (data structures, algorithms, networking etc) which you talked about.

I will keep your advise on AI in mind.

noelwelsh•1h ago
In a good economy, one year is more than enough time to get a job (considering most bootcamps are 12 weeks, and I know a lot of bootcamp graduates who are employed as developers.) Learning on the job can be beneficial as you usually have others to learn with, and learning is contextualized.

Good luck with it!

Barrin92•1h ago
In some sense blog posts like this shouldn't even need to exist, or the doubt you can read between the lines. At 37 you're a decade and a half into adult life, you probably got like 50 years left or who knows how much with what the future will bring.

That people who haven't even reached middle age yet are already mindful of ageism when it comes to reinventing themselves is just crazy. There's something messed up in our culture around age. It's one thing I enjoyed about chess growing up. Chess clubs are one of the places where you genuinely meet people at every age and skill level and they don't feel like they need to justify it.

fn-mote•1h ago
> My lovely wife ([…] who believes I have adult ADHD) is supportive of my journey, and has no qualms becoming the only breadwinner of the family.

Some advice for the OP:

1. Don’t give up working. IMO, a job provides structure to the ADHD and keeps you moving forward instead of spinning your wheels. Change job? Sure. Work 25 hours/week? Sure. Not 0 though.

2. Before you start on the projects, spend some time learning how to design programs. I like HtDP.org but it’s kind of oriented to a class setting.

3. OSSU could be the project of a lifetime. Beware getting sucked in there. That said, some of the courses referenced are excellent. Knowing ALL of them is a lot.

4. Have an exit plan if you are not working. When will you work again? Some bad scenarios are less horrible if you are ready to jump back into the workforce.

chbkall•34m ago
Hey thank you for the time you took to comment and offer advice.

1. I agree. I am still working on the community project which my wife is building - it has started to grow and looks like it has the potential to become a sustainable source of income. I have built the website and automated some stuff for her. I am also honing my skill as a woodworker and toymaker - learning to make wooden toys.

2. I did the HtDP version of the program hosted on the edX platform. I enjoyed the whole program and it was very insightful on how to think about creating larger and complex programs. It also motivated me to read the SICP textbook - I've read a couple of chapters from the book. I also adapted the HtDP program in Hindi to teach village girls here for a local non-profit on how to code.

3. I agree about OSSU. What I don't like about OSSU courses is retention. I did the Programming Languages (A, B and C) course by Dan Grossman a few months back. I enjoyed the course and the exercises - but I am not sure how much of it I retain today. These and the HtDP program has definitely helped me to think what might be happening inside the hood of programs rather than treating them as magical boxes.

4. I think I can keep exploring computers while simultaneously make my living as a woodworker / toymaker. It also helps me balance my faculties of mind and my hands /body. I am not thinking of an end goal at the moment but want to keep exploring and potentially building.

thomascountz•1h ago
I feel as if commenters have not read the blog post in the same way I have.

More than anything, what a self-starter community-taught coder needs is motivation, curiosity, and access to resources. It does not matter where you begin, so long as you have enough stuff to take the next step.

OP, as you've said so yourself, the places you can go are vast! And it's no small thing to have already made working things! Now is the time to play, discover what you like and don't like, start projects and abandon them, go down rabbit holes, get stuck and frustrated, to over-romanticize, to become bored, to feel like an imposter, to become jaded but then to be inspired again, and to experience the magic of making.

I wish you luck and thank you for sharing. I'm excited to learn from you!

chbkall•27m ago
Thank you for your kind words and motivation. I would like to experience what you have talked about here.
hiAndrewQuinn•1h ago
>[I]t is not aimed towards landing a job as a software developer.

>I am mindful of the ageist tendencies in the tech industry [...]

These two claims seem at odds to me. If you're not aiming at getting a job, why does it matter to you what the tendencies of the tech industry are?

randomNumber7•1h ago
I would recommend to take the time and read some of the old papers and texts to get a deep understanding. Like Codd's paper on relational databases and Shannon's paper on entropy.

Also while I would not start a project in C understanding the memory model and how to implement basic data structures in it is s.th. every programmer should know IMHO.

klipo•55m ago
Good luck! I’m going through a similar journey. I’m in my late thirties and only started software engineering professionally 5 years ago, without a formal CS degree, but with a hobby-level affinity for computers. It seems like you have an intrinsic interest in the subject. I think this is THE key, because you will grow the most by figuring things out in a play-like fashion, this will solidify your understanding and build intuition.

Looking back what has helped me a lot is being surrounded by more experienced engineers that were good at teaching (those are quite rare I discovered later). Other than that, read a lot of code, write a lot of code, and keep reflecting on what areas to further develop. Be kind to yourself, this space is huge and no one’s is an expert in all of it. Burn out is real, especially when struggling alone for too long. One thing that has helped me as well is to realise everything in software engineering has been made by humans. None of it is actually ‘unknown magic’, just keep digging deeper to find out how the thing you’re struggling with works on a more fundamental level. The LLM age has made this so much easier.

chbkall•23m ago
> just keep digging deeper to find out how the thing you’re struggling with works on a more fundamental level.

Thank you. I will keep these in mind.

Your journey is a source of motivation as well.

supermatt•47m ago
> I really want to learn how to… (misc domain stuff)

From your objectives, I don’t think you want to learn computer science, you want to learn how to be a full stack software developer.

Learning certain aspects of computer science may certainly help you, but it’s by no means a prerequisite - and won’t help you to actually build things.

Learn the things you aim towards by doing and reading domain specific knowledge.

WillAdams•45m ago
I've been re-learning CS (programmed as a kid, then missed getting a minor in CS in college after the service by one 300-level course which wasn't being re-offered when I needed it) and then just did (La)TeX and AppleScript for my day job, but am now trying to create a tool for CNC which is quite different from those which have existed previously, and one thing which has helped a lot is MIT OCW:

- the Python courses got me up-to-speed on the basics of that language: https://ocw.mit.edu/courses/6-0001-introduction-to-computer-... and https://ocw.mit.edu/courses/6-100l-introduction-to-cs-and-pr...

- Structure and Interpretation of Computer Programs served as a disciplined review of a book which I wasn't patient enough to do the exercises of when I first read it: https://ocw.mit.edu/courses/6-001-structure-and-interpretati...

- Mathematics for Computer Science helped make up for my spotty math: https://ocw.mit.edu/courses/6-042j-mathematics-for-computer-...

I've also found the recent book:

https://www.goodreads.com/book/show/39996759-a-philosophy-of...

very helpful (first reading I did one chapter at a time, re-writing my current project applying the principles of that chapter) --- interesting video overview at:

https://www.youtube.com/watch?v=bmSAYlu0NcY

If one is fortunate, there are videos on specific subjects/algorithms which one needs, e.g.,

https://www.youtube.com/watch?v=jvPPXbo87ds

chbkall•14m ago
Thank you for sharing these valuable resources. I am already on to the OCW Python course and SICP textbook.

How did you start on these resources? Did you start reading them because you needed them in your current project Or did you read them because you thought they will be useful for your project?

'Vibe Coding' Signals the End of Software Programmers

https://www.seriousanimals.com/vibe-coding-signals-the-end-of-software-programmers-2/
1•Anon84•26s ago•0 comments

I Was Hacked in Cahtgpt

1•passagyr•3m ago•0 comments

Berry Script: lightweight embedded scripting language for microcontrollers

https://berry-lang.github.io/
1•hasheddan•8m ago•0 comments

How I hacked hackers at LeHack 2025

https://7h30th3r0n3.fr/how-i-hacked-hackers-at-lehack-2025/
1•cmsefton•11m ago•0 comments

Cursor for Prompts Extension

https://promptdc.com/
2•pvisilias•17m ago•1 comments

The U.S. Is Switching Sides

https://www.theatlantic.com/ideas/archive/2025/07/putin-trump-russia-ukraine/683414/
4•exceptione•31m ago•1 comments

Ask HN: Can't Figure Out Where to Go Next Career Wise

1•OulaX•33m ago•0 comments

AI for Citizens

https://mistral.ai/news/ai-for-citizens
3•doener•34m ago•0 comments

Personal Soundtracks Two decades of mix-and-match music

https://reason.com/1999/10/01/personal-soundtracks/
2•Bluestein•36m ago•0 comments

Outage of fanfiction site Archive of Our Own was caused by integer exhaustion

https://old.reddit.com/r/AO3/comments/1lr7buc/comment/n18r8f1/
2•todsacerdoti•36m ago•0 comments

Apple just released a weirdly interesting coding language model

https://9to5mac.com/2025/07/04/apple-just-released-a-weirdly-interesting-coding-language-model/
1•ksec•38m ago•0 comments

1945 TV Console Showed Two Programs at Once

https://spectrum.ieee.org/dumont-duoscopic-tv-set
2•pseudolus•38m ago•0 comments

'Never seen this before': Mysterious orb of light filmed in Alberta

https://www.ctvnews.ca/climate-and-environment/article/never-seen-this-before-mysterious-orb-of-light-filmed-in-alberta/
2•mosura•38m ago•0 comments

Using otel to emit and view debug traces from Golang command-line tools

https://github.com/jonjohnsonjr/til/blob/main/post/otel.md
1•fanf2•40m ago•0 comments

NYC 'showtime' dancers adapt to modern subway trains

https://gothamist.com/news/nyc-showtime-dancers-adapt-to-mtas-modern-subway-trains
1•raldi•41m ago•0 comments

Potential 'interstellar object' in our solar system

https://www.independent.co.uk/bulletin/news/solar-system-interstellar-object-a11pl3z-b2781374.html
2•Bluestein•41m ago•0 comments

On The Meaning of Ritual

https://alicemaz.substack.com/p/on-the-meaning-of-ritual
1•jger15•41m ago•0 comments

Large Language Models Are Improving Exponentially

https://spectrum.ieee.org/large-language-model-performance
2•pseudolus•41m ago•0 comments

The Forgotten War on the Walkman

https://newsletter.pessimistsarchive.org/p/the-forgotten-war-on-the-walkman
1•pseudolus•42m ago•0 comments

Liquid Glass critique

https://lmnt.me/blog/ive-got-better-things-to-do-than-this-and-yet.html
3•layer8•50m ago•0 comments

Low-background Steel (pre-AI)

https://lowbackgroundsteel.ai
1•akyuu•50m ago•0 comments

Ancient Cartouche/Inscriptions Discovered in the Great Pyramid of Giza?

https://www.youtube.com/watch?v=HfgojrD8rIc
2•StargazerNation•55m ago•0 comments

Show HN: Dstpierre/tpl a tiny lib making Go's templates more tolerable

https://github.com/dstpierre/tpl
1•dstpierre•1h ago•0 comments

QSBS Limits Raised

https://www.mintz.com/insights-center/viewpoints/2906/2025-06-25-qsbs-benefits-expanded-under-senate-finance-proposal
2•tomasreimers•1h ago•0 comments

Inter-brain neural dynamics in biological and artificial intelligence systems

https://www.nature.com/articles/s41586-025-09196-4
2•Bluestein•1h ago•0 comments

A Conversation with Tim O'Reilly about Generative AI

https://chelseatroy.com/2025/06/25/how-to-survive-the-apocalypse-a-conversation-with-tim-oreilly-about-generative-ai/
1•Metalnem•1h ago•0 comments

Why is TfL's boss attacking me for cleaning up his filthy trains?

https://www.spectator.co.uk/article/why-is-tfls-boss-attacking-me-for-cleaning-up-his-filthy-trains/
1•thinkingemote•1h ago•1 comments

Cars' Forward Blind Zones Are Worse Now Than 25 Years Ago

https://www.caranddriver.com/news/a65219830/car-blind-zones-study-iihs/
8•throw0101a•1h ago•4 comments

What I learned building an AI coding agent for a year

https://jamesgrugett.com/p/what-i-learned-building-an-ai-coding
2•vinhnx•1h ago•0 comments

Consumerism Is the Perfection of Slavery

https://www.youtube.com/watch?v=4pG-8XLLaE0
3•edtechdev•1h ago•0 comments