Live data from Hacker News

Viewing profile — twopoint718

twopoint718

HN member
Joined
Wed, Oct 17, 2007, 5:00 PM UTC
HN karma
321
Public activity
163 items

About twopoint718

No profile information was provided.

Recent public activity

  1. comment
    Comment #7291630

    There's also Leksah http://leksah.org/ . I used this a bit a few years ago. It does on-the-fly recompiles, reports errors, and shows type signatures.

  2. comment
    Comment #6488845

    There's an interesting post on the Haskell Cafe list from a while ago wherein Jason Dagit wonders if Git and Darcs aren't dual to one another. http://www.haskell.org/pipermail/hask…

  3. comment
    Comment #6399824

    I could make it that way, it's still pretty small at the moment. Here's the current list: Theraputic refactoring - Katrina Owen, The Future of Programming - Bret Victor, Simplicity…

  4. comment
    Comment #6395059

    That's exactly what I've started doing at my office. We watch a talk per week and discuss it after. Rich Hickey occupies several rows of the spreadsheet!

  5. comment
    Comment #6035277

    Totally agree. Demand better. Have your metaprogramming and be able to know where 'getPosition' was dynamically generated.

  6. comment
    Comment #6016466

    Acme is the part that I use even under OS X. The regexes are cool (they are recursive), it is easy to process a selection through a shell command, and the compiler integration is b…

  7. comment
    Comment #6010627

    Love it. There are elements of this that remind me of Plan 9's Acme and the Plan 9 shell. Contrary to many people's opinion, using the mouse in concert with the terminal is a reall…

  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. comment
    Comment #4855580

    Thanks! I'll add this.

  15. comment
    Comment #4522130

    Nope, this article is the real deal. I was at this conference and the take on the community rings true to me. It was a no-holds-barred hug fest (and a fine conference, of course). …

  16. comment
    Comment #4445208

    I like how Joe points out that rebasing raises the same issues as time travel, namely paradoxes. If you have rebased commits that others have pulled, then you've created a situatio…

  17. comment
    Comment #4123600

    I know it is probably gauche, but here's a tl;dr: The "regexp" in your programming language isn't "regular expression" from language theory. Adding extra bells and whistles (like b…

  18. comment
    Comment #2669161

    My two complaints are that the keyboard isn't the sort that I like, it's of the chiclet variety, and they only offer shortscreens (16:9 rather than 4:3). On the first complaint, th…

  19. comment
    Comment #2668653

    Haha, take it just a bit farther. When you get hooked on a tiling window manager, all this twisting in the wind over what KDE/GNOME 3.0/Unity will do next really evaporates. The "s…

  20. comment
    Comment #2668645

    I think companies (yes companies) like System76 are the only real way forward for Linux On The Desktop but I think that they tend to get ignored in this discussion. Linux already h…

  21. comment
  22. comment
    Comment #1624771

    Also useful is WPKG: http://wpkg.org/ Though it isn't exactly the same idea (more related to multiple workstations).

  23. comment
    Comment #1579497

    This is what I thought. I wasn't going to pay attention until they specified the client protocol (Wave needs an Emacs mode). Most of the complaints I've heard about Wave stemmed fr…

  24. comment
    Comment #1492877

    I think there's at least one clojure plug-in for each of the main Java IDEs: Enclojure (NetBeans) Counterclockwise (Eclipse) La Clojure (JetBrains) The other thing that has really …

  25. comment
    Comment #1387960

    There was a long post on the topic of 'regex-vs-parser' for email on reddit a while back. I hope I'm pointing to the correct person, but he wrote a parser in Haskell that validates…