Viewing profile — needlepont
needlepont
HN member- Joined
- Wed, Aug 15, 2018, 2:49 PM UTC
- HN karma
- 2
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About needlepont
No profile information was provided.
Recent public activity
-
comment
Comment #17905116
Teach your grandmother to suck eggs and resign the thought police please.
-
comment
Comment #17886764
Which is a pretty abominable tool TBH. It breaks on just about every little edge and isn't very useful unless you like to see pretty colors and nested outputs + learn it's terrible…
-
comment
Comment #17886271
As you note: your example is specious.
-
comment
Comment #17886077
That is trusting user input. You don't do that, right?
-
comment
Comment #17885998
Of course, but everyone wants to overdo the complexity of the time worn solution. OMG you need to null terminate the string after all the _other_ gymnastics..gee C sure does suck! …
-
comment
Comment #17885570
Wasn't referring specifically to you.. but to the gist of the article and the post previous to yours I believe. On the ansi escape sequences to find matches, etc...yes, I get what …
-
comment
Comment #17884788
I've never understood complaints like this. If you are proficient in the unix environment any sort of gymnastics can be handled via generation of some 'object' from plaintext and c…
-
comment
Comment #17847610
He is pointing to a phenomenon I have witnessed which is copy-pasta and a mediocre understanding of the domain is enough to pass as a programmer these days.
-
comment
Comment #17847601
How much of that (Github) code is based on du jour languages and only a casual attempt (if any) to reuse or adapt an existing codebase? I'd say at least 40% but I may be pessimisti…
-
comment
Comment #17843013
I would argue that 'abuse' is the most significant characteristic of an open system. What is one persons abuse is absolute freedom to another. The proficient design subsystems to i…
-
comment
Comment #17819164
Not so much these days with the devops reaction. Now you need to package your work and a good remote worker can figure out what is needed in a few minutes. Not a bad thing for eith…
-
comment
Comment #17818927
As the first engineer at a successful startup. Responsibilities- * Take over everything technical I was good at and hired for. * Take over policy and progress on everything I was g…
-
comment
Comment #17818773
"...It was a world that is now extinct. People don’t know that vi was written for a world that doesn’t exist anymore..." And every time I use it I'm reminded that there is this dev…
-
comment
Comment #17810624
I've used TCL in production for 15 years. The only thing to really worry about is a consistent policy on language usage. Keeping to the base features of the language and extensions…
-
comment
Comment #17786074
Interesting. I tried Lua about 6 years ago and found myself unable to see an upside to the language in comparative perspective with python and tcl. This is for full featured *nix s…
-
comment
Comment #17785879
TCL is a great systems programming language. When I need a glue language for an imperative model program it's my first choice.
-
comment
Comment #17785845
Performance _or_ resource conservation. Which one is it? Application design and domain knowledge are more important than rote optimization. I think that is what Ousterhout is getti…