Live data from Hacker News

Viewing profile — treerex

treerex

HN member
Joined
Fri, Jan 25, 2013, 5:13 AM UTC
HN karma
75
Public activity
59 items

About treerex

No profile information was provided.

Recent public activity

  1. comment
    Comment #14246580

    Format is ugly, but like a bulldog it is so ugly it's cute. If you don't want loop, you can always use iterate. :-)

  2. comment
    Comment #12281829

    Perhaps because it uses draft.js?

  3. comment
    Comment #11855265

    I've seen this in various Lisp implementations. And the Boehm collector is written in C for C.

  4. comment
    Comment #11855246

    I did this 20 years ago. My allocator had multiple regions (slabs) that were tuned to specific allocation patterns and lifetimes, with different algorithms for managing block size,…

  5. comment
    Comment #11765193

    Compiler vendors have been doing stuff like this (recognizing specific code patterns from common benchmarks) for 30 years, back in the days when there was real competition amongst …

  6. comment
    Comment #11566280

    The symbolism implicit in the characters used in APL is lost with J/K/Q and any other ASCII variant. I highly recommend reading Ken Iverson's Turing Award Lecture too.

  7. comment
    Comment #11495951

    Certainly not to record the relations or visualize them, but social network analysis certainly falls into the realm of mathematics.

  8. comment
    Comment #11135443

    It is. The advert was to notify you that the iTerm 3 beta is available and that it has some cool features. It did not ask for donations. It was purely informational.

  9. comment
    Comment #10662195

    Indeed. A better link would have been to http://builtoncement.com/2.6/ which tells you what Cement is immediately. Looks useful if you're a Python developer.

  10. comment
    Comment #10297483

    Here are two papers that describe the techniques used by the FDA system (or that were used in the mid-2000's) to find these confusable names. "Automatic identification of confusabl…

  11. comment
    Comment #10209790

    Yes, silent TCO. Isn't that what most people mean about TCO when applied to recursion?

  12. comment
    Comment #10208184

    > no TCO Neither does Emacs Lisp nor ABCL. Yet they are Lisps by your definition. > different approach about side effects (-> avoid) Though not precluded. You can write Clojure wit…

  13. comment
    Comment #10206990

    Lisp != Common Lisp. The very thought that you can cut-n-paste code from one Lisp dialect to another is daft. The author obviously didn't take the time to acquaint themselves with …

  14. comment
    Comment #10183931

    I love Common Lisp, and as you say, there are many outstanding libraries that Quicklisp gives you easy access to. ABCL hasn't been "marketed" enough to the Java community, so it ha…

  15. comment
    Comment #10062875

    Can someone compare Oberon against Genera, beyond the obvious implementation language and hardware?

  16. comment
    Comment #9204947

    I have yet to see a good stylesheet for AsciiDoc's DocBook output for creating a decent PDF. Do you have recommendations? I love AsciiDoc, but am only using it to generate HTML rig…

  17. comment
    Comment #8560389

    No, but that's really not the point of the analogy.

  18. comment
    Comment #8552808

    "How quaint." -- ClojureScript

  19. comment
    Comment #7919590

    If you willingly buy the Fire Phone and let Amazon collect the data, this isn't an "invasion" of your privacy. Rather you have opened the door wide open, set out hor'dourves, and a…

  20. comment
    Comment #7855667

    You get an app banned and it doesn't occur to you that maybe you should pull the other apps that couple violate the same nebulous terms? The "I grew up in the 70s/80s and it was co…

  21. comment
    Comment #7687910

    I completely agree: I do a lot of printf debugging in exactly the cases you describe. As with everything though it's a tool, and not necessarily the first one to go to.

  22. comment
    Comment #7657841

    I started programming in 1982 and became adept at writing my code (especially machine language) out by hand before converting to hex by hand so I could key it into the monitor (thi…

  23. comment
    Comment #7657823

    THINK Pascal was doing this on the Mac in the mid 1980s... TP was an amazing piece of engineering given its functionality and the environment it provided.

  24. comment
    Comment #7641441

    SharePoint. Our entire Intranet and project management processes are rooted to SharePoint. It may work great in a homogenous Microsoft environment, but Linux and Mac users are scre…

  25. comment
    Comment #7158757

    Perhaps I'm just old and tired, but I loathe reading technical papers on a screen, whether it's my LCD monitor, my iPad, or my Kindle. One thing that irks me about the WWW specific…