Viewing profile — jfe
jfe
HN member- Joined
- Sat, Feb 04, 2012, 9:45 PM UTC
- HN karma
- 440
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About jfe
No profile information was provided.
Recent public activity
-
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…
-
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.
-
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.
-
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…
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
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…
-
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.
-
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 …
-
comment
Comment #13511061
hand-roll it. a 3-minute programming task doesn't warrant pulling in a graph of dependencies a la leftpad.
-
comment
Comment #13496811
looks like the fox is guarding the hen-house.
-
comment
Comment #13486566
i wonder if the size could be reduced by replacing the yacc code with a hand-written parser.
-
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…
-
comment
Comment #13410855
iirc dennis ritchie was an applied mathematician.
-
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…
-
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…
-
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…