Viewing profile — andrewgilmartin
andrewgilmartin
HN member- Joined
- Sat, Feb 24, 2007, 1:10 AM UTC
- HN karma
- 7
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About andrewgilmartin
No profile information was provided.
Recent public activity
-
comment
Comment #43119980
One aspect not covered is how varied and wide ranging across the code and deployment platforms maintenance is done. One day you are tracking down a problem that's found to be cause…
- comment
-
comment
Comment #41256113
And yet low-speed vehicles are allowed.... Low-speed vehicles are coming to Rhode Island streets https://turnto10.com/news/local/low-speed-vehicles-are-comin...
- comment
-
comment
Comment #40989780
See also Technicals: Non-Standard Tactical Vehicles from the Great Toyota War to modern Special Forces https://www.ospreypublishing.com/us/technicals-9781472822512...
-
comment
Comment #39834508
Clotted cream is my greatest loss moving from Dartmouth, Devon to the US. A vanilla ice cream cone with clotted cream and a Cadbury flake is unparalleled. And a Mother’s Bread sand…
-
comment
Comment #39369165
One of DEC’s later line of VT 100 terminals introduced white text and smooth vertical scrolling. It was totally unusable due to the CRT ghosting. Well, unless you like reading text…
-
comment
Comment #38805581
Writing tools do influence expression. I recall Jerry Pournelle saying how using an early mobile computer with its 40 character screen width had made his sentences shorter. Others …
-
comment
Comment #38754995
You can get lots of metadata from Crossref.org. See https://www.crossref.org/services/metadata-retrieval/
-
comment
Comment #34512439
Yea, let’s use an weak and undisciplined markup language in a powerful and highly disciplined programming language ‘cause a few HTML tags is too much.
-
comment
Comment #34497426
It also stopped at the first compilation error. You didn’t mind as it placed the cursor at the error in the editor and a recompile was a keypress away.
-
comment
Comment #34254423
I liked this article. We are, I think, quibbling over the author's terms and conflating person experience with industry practice. Fundamentally you will see the broader landscape o…
-
comment
Comment #34254076
Please, no. Let's not intermix code fragments with html elements. Have you witnessed the nightmare of reading and updating JSTL, for example?
-
comment
Comment #34004976
If I had a nickel for every time I have used this pattern ... | perl -ne 'print "$1 $2 ...\n" if /some-regex-with-capture-groups/' | ...
-
comment
Comment #33088524
No one has yet mentioned that the Design Patterns uses UML to elucidate its patterns. I think those diagrams work due to their limited scope. I hope those I have drawn with similar…
-
comment
Comment #32283341
https://jobs.code4lib.org/jobs
-
comment
Comment #32067885
Writing is used for understanding and for communication. These are two different activities. Ie, the prototype is not the product. Highly recommend the book Thinking on Paper, http…
-
comment
Comment #31254830
> I find it inspiring that it has such readable and space-efficient interface, compared to current trends in many web apps. Agree.
-
comment
Comment #30764544
Always missed Pascal’s typed scalar ranges.
-
comment
Comment #30415024
Undo and Save. Every application allowed you to reverse or abandon a change.