Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
more andrewgilmartin's comments
login
andrewgilmartin
on Dec 15, 2022
|
parent
|
context
|
next
[–]
| on:
Tips for analyzing logs
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/' | ...
andrewgilmartin
on Oct 4, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
UML: My Part in Its Downfall
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 limits have helped others understand my and even their own designs.
andrewgilmartin
on July 30, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Ask HN: Any good job boards for non-profit tech wo...
https://jobs.code4lib.org/jobs
andrewgilmartin
on July 12, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Writing: A misunderstood activity
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,
https://www.amazon.com/Thinking-Paper-V-Howard/dp/0688077587
andrewgilmartin
on May 3, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Ultorg: A user interface for relational databases ...
> I find it inspiring that it has such readable and space-efficient interface, compared to current trends in many web apps.
Agree.
andrewgilmartin
on March 22, 2022
|
parent
|
context
|
prev
|
next
[–]
| on:
Please put units in names
Always missed Pascal’s typed scalar ranges.
andrewgilmartin
on Feb 21, 2022
|
parent
|
context
|
prev
[–]
| on:
Ask HN: What was better in the past in tech?
Undo and Save. Every application allowed you to reverse or abandon a change.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
... | perl -ne 'print "$1 $2 ...\n" if /some-regex-with-capture-groups/' | ...