Live data from Hacker News

Viewing profile — sesquipedalian

sesquipedalian

HN member
Joined
Fri, Jan 23, 2015, 9:51 PM UTC
HN karma
40
Public activity
22 items

About sesquipedalian

No profile information was provided.

Recent public activity

  1. comment
    Comment #12146340

    1) Tastes bland. 2) Think about how it tastes. 3) Tastes salty now. 4) Think again about how it tastes. 5) Goto 1. Hence the "strange loop".

  2. comment
    Comment #12112828

    Care to elaborate?

  3. comment
    Comment #11860069

    Very bare-bones implementation in one source file (+ 1 header) https://github.com/pedro-onate/eva/tree/84a62881c610ef23f9f1... . Later versions include GC, and bytecode compiler + …

  4. comment
    Comment #11833415

    Probably some form of verlet integration: http://gamedevelopment.tutsplus.com/tutorials/simulate-teara... . Author's github page also has links to a list of cloth simulation resour…

  5. comment
    Comment #11577207

    Interesting. I've never heard of D-list nomenclature before. With the A-list method you typically need to write a "zipper" function, that recursively conses the heads of two lists …

  6. comment
    Comment #11573707

    Its both a compiler and an interpreter. Read up on Petite Chez Scheme.

  7. comment
    Comment #11573546

    I'm very excited about this. I've been using Chez as my performance benchmark target for my own Scheme implementation.

  8. comment
    Comment #11401695

    First of all, it's great that you're exploring functional programming paradigms and their applicability to game programming/state management. That being said I have to point out so…

  9. comment
    Comment #11207263

    I've found that BSP trees are a quite elegant, albeit, more complicated alternative for handling point-in-polygon queries compared to raycasting. Essentially, it decomposes an arbi…

  10. comment
    Comment #10903542

    I found the statement regarding runtime exceptions confusing as well. Perhaps what is meant by that statement is that Pony lacks unchecked (i.e. Java) rather than runtime exception…

  11. comment
    Comment #9814925

    What makes Common Lisp macros easier to use than Scheme's?

  12. comment
    Comment #9732731

    Good example. Minor nitpick, you listed 0.09 twice.

  13. comment
    Comment #9715910

    This is one of those things that seems obvious in hindsight. However, it never occurred to me that one could simply use the lock address to impose a consistent and unique ordering …

  14. comment
    Comment #9591766

    I wouldn't place too much importance on their choice of implementation language. I'd imagine the goal of showcasing their reference implementation is to demonstrate the operational…

  15. comment
    Comment #9590290

    Real computer scientists use comic sans for their presentations. In all seriousness though, I've noticed that it was the font of choice for my CS professors in college.

  16. comment
    Comment #9572736

    Why does it matter what approach he took to solve the problem? What relevance does it have that someone else without domain expertise or post-graduate education is capable of solvi…

  17. comment
    Comment #9552488

    I believe something like http://sweetjs.org can polyfill "let" and "class" syntax.

  18. comment
    Comment #9525384

    If I'm not mistaken, this sounds like an incremental fisher-yates shuffle.

  19. comment
    Comment #9216490

    I don't believe non-stack based APIs prevent the implementation of the features you just mentioned. You don't necessarily have to expose the underlying stack manipulation routines …

  20. comment
    Comment #9216453

    Agreed. The biggest drawback IMHO is you defer errors that could have been caught at compile time to runtime if you had a saner interface.

  21. comment
    Comment #9090095

    Google buys these guys out.

  22. comment
    Comment #9090069

    I know it is too early to say, but if I had to guess what the next Google would look like, it would be this.