Live data from Hacker News

Viewing profile — DaleBiagio

DaleBiagio

HN member
Joined
Wed, Mar 18, 2026, 11:33 AM UTC
HN karma
20
Public activity
28 items

About DaleBiagio

No profile information was provided.

Recent public activity

  1. comment
  2. story
  3. comment
    Comment #47494208

    Calm down dolebirchwood, not a bot

  4. comment
    Comment #47494199

    Survivorship bias is exactly right. The C and assembly programs we still use are the ones that were good enough to last. The thousands that weren't are gone. Nobody counts the prog…

  5. comment
    Comment #47494142

    Appreciate you getting the source!

  6. comment
    Comment #47494130

    Definitely not a bot, I am however super interested in programming history!

  7. comment
    Comment #47494126

    Huh? How am I a bot account?

  8. comment
  9. comment
  10. comment
  11. comment
  12. comment
    Comment #47452288

    [flagged]

  13. comment
    Comment #47452269

    Hopper's trajectory from the Mark I to FLOW-MATIC to COBOL is one of the great arcs in computing. She had to fight to convince people that programs could be written in English-like…

  14. comment
    Comment #47452264

    That's a fascinating detail! Do you know which machine? The transition period where patch cables and stored programs coexisted is one of the most interesting eras in computing hist…

  15. comment
    Comment #47452261

    The ENIAC women's story is especially striking because they were classified as "sub-professional". The hardware was the prestigious work, the programming was considered clerical. T…

  16. comment
  17. comment
    Comment #47452212

    haha, where is that quote from? Fantastic

  18. comment
    Comment #47441205

    ALGOL (1960) used semicolons as separators. C made them terminators. Every language since has had to pick a side, and "optional" always turns out to be the hardest choice. JavaScri…

  19. comment
    Comment #47441159

    This tension is as old as programming itself. Dijkstra and Hoare spent decades arguing for rigor. Meanwhile C, JavaScript, and PHP, none of them designed for correctness, won the w…

  20. comment
    Comment #47441071

    JSON's dominance is one of the most accidental success stories in computing. Douglas Crockford didn't design it — he said he "discovered" it. It was already there in JavaScript's o…

  21. comment
    Comment #47441018

    ENIAC is where the profession of programming was born — and the first programmers were six women: Kay McNulty, Betty Jennings, Betty Snyder, Marlyn Meltzer, Frances Bilas, and Ruth…

  22. comment
    Comment #47441000

    The PLATO connection is the best part of this piece. PLATO ran its own programming language - TUTOR - which was designed specifically for creating interactive lessons on the system…

  23. comment
  24. comment
  25. comment
    Comment #47424480

    Meyer makes an important point that often gets lost: the null pointer predates Hoare. NIL existed in McCarthy's Lisp in 1959, six years before Hoare added null references to ALGOL …