Live data from Hacker News

Viewing profile — Arcanis

Arcanis

HN member
Joined
Wed, Dec 21, 2011, 11:56 AM UTC
HN karma
19
Public activity
14 items

About Arcanis

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #4056093

    2). I really don't understand why we should use Twig : Smarty is older, why using yet another template engine ? Or I've got a better idea : we could use the template engine used in…

  4. comment
    Comment #3994177

    I'm sorry, but I think http://go.frenchlabs.net/ is far better. :) Smoother.

  5. comment
    Comment #3982468

    It does not.

  6. story
  7. story
  8. comment
    Comment #3918126

    Indeed. I've missed the "username@" part.

  9. comment
    Comment #3911198

    Does not work with local area network. I've tried to ssh on my VM.

  10. story
  11. comment
    Comment #3846263

    How could you make closed-source javascript plugins ?

  12. story
  13. comment
    Comment #3377236

    Had you test it with a huge amount of blocks ?

  14. comment
    Comment #3377234

    IIRC, you can change a Renderer size using renderer.setSize(w, h). In order to update the camera aspect, you just have to use : camera.ratio = w / h; camera.updateProjectionMatrix(…