Live data from Hacker News

Viewing profile — jfe

jfe

HN member
Joined
Sat, Feb 04, 2012, 9:45 PM UTC
HN karma
440
Public activity
93 items

About jfe

No profile information was provided.

Recent public activity

  1. comment
    Comment #28793048

    I compute the resized windows and columns on mouseup to imitate how the Acme text editor does resizing, but the event handler which computes the resize could very well be called on…

  2. comment
    Comment #28792976

    Thanks. I'm not sure how many people have three mouse buttons but it wouldn't hurt to make the buttons respond to middle-clicks the same way they do to left-clicks.

  3. comment
    Comment #28792771

    Thanks. Which browser are you using? I noticed this issue in Firefox but thought I fixed it. I've tested it using the latest versions of Chrome and Firefox and it seemed to work.

  4. comment
    Comment #28786536

    Omnino does not implement the "right-click to load" functionality of Acme, as it's meant to be a general-purpose library. However, I have implemented this functionality on my perso…

  5. story
  6. story
  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #13794610

    Performing archaeology on 4-year-old code is vaguely like smelling your own farts. I have a certain reverence for Thompson, Pike, and the rest of the old Bell Labs team, but I've s…

  15. story
    Is grid/cloud computing development normally slow?

    I spent 5 years working with soft real-time embedded systems, where incremental builds took about 5-15 minutes on average. I thought that was bad, but six months ago I left to join…

  16. comment
    Comment #13584411

    what is with programmers and needing to defend a combination of syntax, semantics, and runtime? C++ is a programming language with advantages and disadvantages. end of story.

  17. comment
    Comment #13584235

    would you also criticize newton's principia mathematica because he expressed the concept of infinitesimals using geometry instead of using liebniz's or lagrange's arguably clearer …

  18. comment
    Comment #13511061

    hand-roll it. a 3-minute programming task doesn't warrant pulling in a graph of dependencies a la leftpad.

  19. comment
    Comment #13496811

    looks like the fox is guarding the hen-house.

  20. comment
    Comment #13486566

    i wonder if the size could be reduced by replacing the yacc code with a hand-written parser.

  21. comment
    Comment #13476843

    I used to think that being a software engineer meant you were intelligent, and worked hard to earn the title, but after working in the industry for 6 years, I decided that, large-s…

  22. comment
    Comment #13410855

    iirc dennis ritchie was an applied mathematician.

  23. comment
    Comment #13377189

    every framework we use -- library, language, runtime, operating system, hardware -- makes decisions that constrain what we can express. languages like haskell, lisp, or ruby may ma…

  24. comment
    Comment #13376724

    i feel like each "new" general-purpose language project is just nipping at the boot-heels of the much bigger problem of constructing large-scale systems that can be fully understoo…

  25. comment
    Comment #12882599

    I'm compiling a computing research publication/invention "greatest hits" to help myself and others learn what's already been done, and avoid, as Alan Kay would say, "reinventing th…