Live data from Hacker News

Viewing profile — shawn42

shawn42

HN member
Joined
Tue, Aug 25, 2009, 1:03 AM UTC
HN karma
30
Public activity
26 items

About shawn42

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #13950600

    Author of the article here. This implementation of A* was me playing around. It is definitely not optimized for either Ruby or Crystal It was merely a chunk of Ruby code that I had…

  5. comment
    Comment #13950523

    Sweet. I'm glad to see progress on this already.

  6. comment
    Comment #13950386

    There are quite a few web frameworks headed in that direction: https://github.com/veelenga/awesome-crystal#web-frameworks

  7. comment
    Comment #13950180

    Neat. Thanks for posting that. Hopefully, that process could be cleaned up and streamlined as a lot of it would be repetitive boiler plate.

  8. story
  9. comment
    Comment #11947365

    I think it's important to keep in mind that the OP is a consultant not a developer at a product company. I'm sure they end up working with external development teams that can't sim…

  10. comment
    Comment #9498989

    Ha, touché.

  11. comment
    Comment #9498948

    Nice! I really like the art style; but isn't >2D Simplex noise patented?

  12. comment
    Comment #9492281

    I like your idea here. I think the downside of this approach is you must scale your random data points by a scaling factor to get them in a known range.

  13. comment
    Comment #9490219

    The downside of Simplex noise is that anything greater than 2D is patented: http://en.wikipedia.org/wiki/Simplex_noise There is another project called OpenSimplex that has similar …

  14. comment
    Comment #9490210

    Unintentional, that's what happens when you write a toy not intending to publish it. Article has been updated with credit.

  15. comment
    Comment #9489378

    (Author here): One approach is to use multiple layers of noise configured with different parameters. By joining multiple layers you can give the appearance of things like ocean, fl…

  16. story
  17. comment
    Comment #8637013

    Supporting some sort of JIT in Ruby is a long time coming. Glad to hear it! I wonder how this "soft typing" would affect things like method_missing magic and the like. Would it be …

  18. comment
    Comment #6452436

    2.1 changes how the method cache works. It is now hierarchical as opposed to the old global cache.

  19. comment
    Comment #6452269

    Charles Nutter (of JRuby) has said that many of his main complaints on refinements have been resolved. His original rant can be found here: http://blog.headius.com/2012/11/refining…

  20. comment
    Comment #6452087

    +1 I wonder if anyone has a branch of what the "refined" activesupport would look like.

  21. story
  22. comment
    Comment #3863031

    Good points. Makers need to make and use their creativity ( http://spin.atomicobject.com/2012/04/08/do-what-you-love/ ). We cannot just be butts in seats. The 501 guys seem to want…

  23. story
  24. comment
    Comment #3452010

    Having worked in both of these situations, I completely agree with this post. Even with the adoption of "Corporate Agile", our large teams were not able to get near the efficiency …

  25. story