Live data from Hacker News

Viewing profile — emfle

emfle

HN member
Joined
Tue, Aug 14, 2007, 10:23 PM UTC
HN karma
68
Public activity
45 items

About emfle

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #829525

    Here is what I think he might be getting at: Advertisement is not a very effective form of marcomm because people tune it out, and if they don't, they don't believe what the ads sa…

  4. comment
  5. comment
  6. comment
  7. comment
  8. comment
  9. comment
    Comment #154411

    I am familiar with functional programming. In fact, for some reason recursion and higher-order functions always seemed easy to me (unlike pointers and virtual methods), but I think…

  10. comment
    Comment #154327

    I am saying that working with objects and methods requires less high-level cognitive processing than macros and continuations, not that you don't have to think about them. This is …

  11. comment
    Comment #154276

    The point is that "requires you to think " is not a feature, it is a bug, because that thinking could be put to better use on whatever it is the program is trying to solve. Everyth…

  12. comment
    Comment #154179

    I think most people prefer languages that let them think about the problem they are trying to solve, rather than think about what the macros expand to, or what happens when they ca…

  13. story
  14. comment
    Comment #151135

    However, as Tog himself notes, when the keyboard shortcut is already memorized and well understood, it's a clear productivity win. Tog never says that as far as I can tell.

  15. comment
    Comment #143007

    Can you give examples of impractical things they do? (Or practical things they don't do).

  16. comment
    Comment #129018

    Not on average. He will make many more errors typing www.amzaon.com than he will typing something resembling amazon well enough for google to find the site.

  17. comment
    Comment #129012

    Reminds me of this old joke: - Mr. President! The Russians have landed on the moon, and they are busy painting it red! - No problem. When they are done, we will just write "Drink C…

  18. story
  19. story
  20. comment
    Comment #115558

    Some fraction will also not have JavaScript enabled. That was very popular among nerds back when JavaScript wasn't essential to web browsing. Fortunately, that particular brand of …

  21. comment
    Comment #99606

    > Do you think I would have done something as heavy-handed as compile s-expressions at runtime if it weren't necessary? Why not, if the language makes it simple? I am not claiming …

  22. comment
    Comment #99377

    The theory says that for any two programming languages there is a constant c such that any given program can be translated from one to the other with only a c difference in size. T…

  23. comment
    Comment #97045

    Heh, this is algorithm bait. The obvious algorithm is to sort all the words in order of increasing frequency, then print the 100 first. This algorithm is O(n log n) because of the …

  24. comment
    Comment #97044

    The nice thing about C++ is that memory leaks are easy to fix. Valgrind is a pretty bad-ass tool. In garbage collected languages leaks can be very hard to track down. And they do h…

  25. comment
    Comment #91407

    GPU's are getting more and more programmable, while CPU's are getting more and more cores and streaming instructions. It's getting harder and harder to tell them apart and this mea…