8 comments

  • robviren57 minutes ago
    I wish someone spoon fed me how to add path for C compilers in Windows back in the day. We lose a good 90% of people to installing C from ever learning C. Feel like godbolt or an online compiler might be a reasonable starting place these days. C is amazing but can be so punishing early on compared to stupid opening up any text editor on earth and writing an HTML file. Not advocating for more JS learning but it's hard to beat the getting started on that.
    • anthk38 minutes ago
      Most Windows users just used Codeblocks C/C++ -or anything similar- and setup everything for them.
  • smusamashah1 hour ago
    I wonder how many hallucinated wrong facts are in there. It looked like a good resource until I learned its LLM generated. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45479268">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45479268</a>
  • agrishin27 minutes ago
    The fact that it&#x27;s AI generated is simultaneously thrilling and frightening. Especially considering that some AI Agents might be trained on that.
  • user9821 hour ago
    Previously: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45448525">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=45448525</a>
    • cwnyth1 hour ago
      And it&#x27;s <i>well</i> worth reading this earlier discussion, too.
    • fsckboy1 hour ago
      I wonder why that previous submission was &quot;flagged&quot;?
      • tolerance1 hour ago
        The HN of 5 months ago was apparently less receptive to anything made involving LLMs than they are today.
  • androiddrew1 hour ago
    Wish they had this for zig
  • i_am_proteus2 hours ago
    Another very fine online reference for someone new to C is Beej&#x27;s Guide to C Programming: <a href="https:&#x2F;&#x2F;beej.us&#x2F;guide&#x2F;bgc&#x2F;" rel="nofollow">https:&#x2F;&#x2F;beej.us&#x2F;guide&#x2F;bgc&#x2F;</a><p>(Here is a reference to K&amp;R, the standard first reference to C, because I am obligated to make such a reference.)
    • MomsAVoxell56 minutes ago
      I always find, whenever I loan Peter Van der Lindens’ “Deep C Secrets: Expert C Programming” book to a fellow colleague, I never get it back. For a while I had 10 or so spare copies to hand out as treats, but now I just refer everyone to this PDF:<p><a href="https:&#x2F;&#x2F;progforperf.github.io&#x2F;Expert_C_Programming.pdf" rel="nofollow">https:&#x2F;&#x2F;progforperf.github.io&#x2F;Expert_C_Programming.pdf</a><p>If you’re a C programmer, old or new, and haven’t encountered this book: Stop What You Are Doing And Go Read It! It’s amazing.
    • pascahousut1 hour ago
      And the K&amp;R reference is useful too. It&#x27;s a small book about a small language that does not have many features and maps to very basic concepts on hardware that really only does very basic things.
    • melonFella1 hour ago
      It&#x27;s so cool! Do you have a similiar resource about c++?
  • threethirtytwo1 hour ago
    Ai is getting really good. I can’t tell the difference anymore.
    • watashiato35 minutes ago
      I can (it&#x27;s really obvious here) and wish I couldn&#x27;t. Every time I run into something I might wanna read, but it turns out to be LLM &quot;assisted&quot; writing after I&#x27;ve already invested some time, it feels like I was tricked into eating cardboard.<p>And when I bring up that this should be clearly marked, preferably up front, it&#x27;s often taken as a personal slight.<p>I realize this is a me problem to some extend, I shouldn&#x27;t feel strongly about this, but I do.
    • girvo1 hour ago
      There are some very small tells, like the constant &quot;rule of threes&quot; that AI loves to follow, but you&#x27;re right that this is much harder to tell than it used to be.