Viewing profile — DaleBiagio
DaleBiagio
HN member- Joined
- Wed, Mar 18, 2026, 11:33 AM UTC
- HN karma
- 20
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About DaleBiagio
No profile information was provided.
Recent public activity
-
comment
Comment #48107261
[dead]
- story
-
comment
Comment #47494208
Calm down dolebirchwood, not a bot
-
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…
-
comment
Comment #47494142
Appreciate you getting the source!
-
comment
Comment #47494130
Definitely not a bot, I am however super interested in programming history!
-
comment
Comment #47494126
Huh? How am I a bot account?
-
comment
Comment #47462778
[dead]
-
comment
Comment #47462738
[dead]
-
comment
Comment #47462722
[dead]
-
comment
Comment #47458518
[dead]
-
comment
Comment #47452288
[flagged]
-
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…
-
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…
-
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…
-
comment
Comment #47452256
[dead]
-
comment
Comment #47452212
haha, where is that quote from? Fantastic
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #47433063
[dead]
-
comment
Comment #47433005
[dead]
-
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 …