Viewing profile — quasi
quasi
HN member- Joined
- Tue, Nov 20, 2007, 2:27 PM UTC
- HN karma
- 32
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About quasi
Recent public activity
-
comment
Comment #20323875
Microsoft should do an Apple and build the Windows 13 on GNU/Linux.
-
comment
Comment #20261521
Agree on the first point, which is why the "for example". Regarding second: standard practices, clear thought, good abstractions, readable documentation are all necessary and have …
-
comment
Comment #20261115
Isnt this just 'good coding practices'? How is 'Avoid Indirection in Code' justified?
-
comment
Comment #20260928
The point made by the article (avoid using due to problems for debugging and code review etc.) does not hold much water. 'Indirection' can be invaluable while separating 'how you g…
-
comment
Comment #8197106
multicursors are useful for repeated patterns of text which need simultaneous /editing/. The regex-replace-all is not good enough apparently. Mostly HTML or siblings I would guess …
-
comment
Comment #7472196
They must be made to regret this bullying behaviour : file a case please.
-
comment
Comment #2732797
It's about feeding a man vs. teaching him to find his food. All the collected wealth will vanish if we use it to feed people. People/Communities/Governments have to learn to build …
-
comment
Comment #2488539
I am sure there are other success stories which are not heard. At Cleartrip we had a largish team of Common Lisp programers. We became from new entrant to a number 2 position with …
-
comment
Comment #2488491
Java is the best example of a not-so-great pudding being pulled along for over a decade (till it became better) just because of a large budget.
-
comment
Comment #1545675
ah. To pick on a non-native English speaker's English language prowess - very brave indeed.
-
comment
Comment #81922
You call being slower by a (sometimes) 34 msec over 10000 network io requests as slow ? Most of the io stuff for php etc. is pure C. If you have /any/ non trivial application then …