Live data from Hacker News

Viewing profile — Nicolay77

Nicolay77

HN member
Joined
Tue, Dec 04, 2007, 6:18 PM UTC
HN karma
7
Public activity
13 items

About Nicolay77

No profile information was provided.

Recent public activity

  1. comment
    Comment #114500

    I think that Vista should be made immune to piracy hacks. The reason? It would encourage more people to try alternatives.

  2. comment
    Comment #113355

    I got my data from here: http://celtickane.com/webdesign/jsspeed2007.php Of course, the scientific method means this tests should be reproducible by everyone, and YMMV, but I wasn'…

  3. comment
    Comment #113026

    Opera has been doing that for ages. AFAIK Opera 9.5 Beta is still faster than these two browsers.

  4. comment
    Comment #101467

    Separating interfaces from implementations is ALWAYS good design. If I understand correctly, a pure virtual interface avoids inline functions. And there can be a lot of one-liner i…

  5. comment
  6. comment
  7. comment
  8. comment
    Comment #100785

    Hehehe, I do use and administer a Subversion server, but to me the webdav choice was ugly. Standalone svn:// server for the win.

  9. comment
    Comment #100781

    He's just trying to impress the lady in black. (Or some other lady nearby.)

  10. comment
    Comment #99382

    AFAIK the $20 firmware upgrade exists because tax laws, not because Apple likes it that way. Proof: it was different before, and Apple got in legal trouble.

  11. comment
    Comment #96687

    I think that compilers should be specially easy to write in Lisp over any other language. However in the time that most people were writing compilers no common or popular computer …

  12. comment
    Comment #93056

    Almost all 'design patterns' are just instances of yet another pattern: The Human Compiler. Make your language do something it can't naturally do, by having to transform abstractio…

  13. comment
    Comment #86009

    Funny, I started doing a lisp interpreter a while back and I have only got to the part where it makes a damn fine calculator. I believe my version is much handier than having to us…