Ask HN: Do you recall any book or course that made a topic finally click?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

  • I found graphics programming impenetrable until I found https://learnopengl.com. Going through the articles there was enough for me to feel comfortable working in all the other graphics APIs, even Vulkan.

  • neorg

    Modernity meets insane extensibility. The future of organizing your life in Neovim.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • git-from-the-bottom-up

    An introduction to the architecture and design of the Git content manager

  • Git From The Bottom Up : https://jwiegley.github.io/git-from-the-bottom-up/

  • pytudes

    Python programs, usually short, of considerable difficulty, to perfect particular skills.

  • +1 Peter Norvig's class. His approach is totally fascinating and the way he effortlessly translates common-thinking and logic into a program is pure magic to me. Highly recommend it and also checkout his notebooks, unparalleled beauty: https://github.com/norvig/pytudes

  • mark-sweep

    A simple mark-sweep garbage collector in C

  • - http://journal.stuffwithstuff.com/2013/12/08/babys-first-gar...

  • MIPS

    A classic 5-stage pipeline MIPS 32-bit processor, including a 2-bit branch predictor, a branch prediction buffer and a direct-mapped cache. (by valar1234)

  • You might also find it interesting to implement a CPU on an fpga, for me it helped soldify exactly how a cpu works. In uni we had to do this for MIPS architecture with 5 state pipeline, was very interesting. It was very similar to this https://github.com/valar1234/MIPS we also used the same book “ Computer Organization and Design”

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts