Live data from Hacker News

Viewing profile — cjlarose

cjlarose

HN member
Joined
Wed, Jun 19, 2013, 4:43 PM UTC
HN karma
30
Public activity
22 items

About cjlarose

Software Engineer, San Diego, CA https://github.com/cjlarose

Recent public activity

  1. comment
    Comment #41718231

    I could be wrong, but my impression of the post was that it is not meant to be a novel solution for a hard problem, but rather a demonstration of an interesting technique on a simp…

  2. comment
    Comment #41718211

    Does this technique apply if the dimension of the null space of the linear transformation is greater than 1? In other words, if there is more than 1 free variable, can you still us…

  3. comment
    Comment #14138881

    [Illinoi's 4th congressional district][1] was called the "earmuff" district because of its usual shape. It joined two predominately latino communities with a narrow strip of the I-…

  4. comment
    Comment #11816183

    AppFolio | Software Engineer | San Diego, CA & Santa Barbara, CA | VISA We build SaaS B2B2Cs for SMBs in the property management and legal spaces. We work with Ruby on Rails & ES6 …

  5. comment
    Comment #11803629

    FWIW, if you configure AWS RDS for Multi-AZ support, you essentially get a black box "cloud database" with synchronous replication and automatic failover. You're right, though, in …

  6. comment
    Comment #11754657

    Maybe someone who knows more about logic programming can correct me, but it seems that these are just imperative solutions to problems designed to be solved in a logical programmin…

  7. comment
    Comment #11718962

    Interestingly, arithmetic on the Mill CPU does this (at the machine level instead of at the language level). You can get modulo addition, saturating addition, widening addition, an…

  8. comment
    Comment #11690994

    I understand that macros are both the mechanism to generate code at compile-time as well as for generating code at runtime. But it doesn't look like the linked project does the lat…

  9. comment
    Comment #11688240

    I feel like besides powerful macro generation, the other big selling point of a lisp is that you can dynamically generate code at runtime, either by providing hooks into the compil…

  10. story
  11. comment
    Comment #9703934

    Make sure to check out the perfectly circular ones, too! http://goo.gl/zilq50

  12. comment
    Comment #9703924

    I stumbled upon gamma when I first starting looking into shaders--it's pretty incredible what it's doing. mikekchar is exactly right, I think, in thinking that lisp is a good candi…

  13. comment
    Comment #9703391

    Author here! I experimented a bunch with different ways to calculate the plotted points. WebGL shaders outperformed everything by a mile, though it was weird dropping down into wha…

  14. comment
    Comment #9638937

    Uh oh. I don't have a VM up and ready, but I'll check it out when I do. Thanks for letting me know!

  15. comment
    Comment #9638894

    Yeah, so the application state is captured in the URL with throttling. The behavior isn't too different from Underscore/Lodash's throttle function ( https://lodash.com/docs#throttl…

  16. comment
    Comment #9638867

    I first found out about the de Jong attractor from a talk recently at the Clojure West conference. https://www.youtube.com/watch?v=vLlbEZt-3j0 . I found a few videos around where p…

  17. comment
    Comment #9636802

    Written in Clojurescript using Om (React) and THREE.js. Code at https://github.com/cjlarose/de-jong

  18. story
  19. comment
    Comment #8938425

    The author seems to criticize that the Java classes are named for how they're implemented, whereas the CoreFoundation ones are named for what they are instead. In Java, though, the…

  20. comment
    Comment #8730717

    Meanwhile, the Python 3 Wall of Superpowers is looking really good. 166/200 major watched projects are Python 3-compatible. https://python3wos.appspot.com

  21. comment
    Comment #8683265

    At the time of writing (September 2013), the JWT spec would have been only on it's 12th draft--it's had 19 follow-up drafts since then. It's possible that the author didn't know ab…

  22. story