Live data from Hacker News

Viewing profile — ZaneA

ZaneA

HN member
Joined
Thu, Nov 22, 2012, 5:11 AM UTC
HN karma
26
Public activity
32 items

About ZaneA

http://www.demonastery.org

Recent public activity

  1. comment
    Comment #12024172

    Hey, HackWM author here, this might be a better link https://github.com/ZaneA/HashTWM :) Unfortunately it has been largely unmaintained by myself since the initial release, I occas…

  2. comment
    Comment #11342262

    It is the Heroku power being used in the Nestor shell example that gives this impression, using Trello or something else should solve this :)

  3. comment
    Comment #11325025

    What tool is used to create the diagrams here? Is it GraphViz or something else? Looks very nice

  4. comment
    Comment #11179089

    No syntax highlighting here either, Firefox 44.0.2, console shows that loadJS is undefined

  5. comment
    Comment #8211188

    Not that this is any sort of proof but if you watch the last few videos you can definitely see the shading change on the tree leaves that move around in the wind.

  6. comment
    Comment #8129668

    It may work, just haven't had the opportunity to try it out :)

  7. comment
    Comment #8127045

    Though as I understand from the source this also acts as an emulator, so if you scan your phone it may replay those card details, worth keeping in mind.

  8. comment
    Comment #8126962

    Working for me, Nexus 5 with Visa Paywave Edit: Reading that is...

  9. comment
    Comment #8123713

    This was posted to the NZ Python User Group a couple of months back, where a bit of discussion around the name took place, https://groups.google.com/d/msg/nzpug/womO01rqF58/niM48Fn…

  10. comment
    Comment #8095559

    Thanks for the heads-up! Would be a fun project to revisit

  11. comment
    Comment #8094741

    This looks great! I tinkered with building a similar service-oriented bot, using ZeroMQ for communication (though not very robust as it would block for responses IIRC); http://demo…

  12. comment
    Comment #7034822

    I'd recommend Piwik ( http://piwik.org/ ) as a decent self-hosted alternative to Google Analytics that is quick to set up on any PHP based hosting.

  13. comment
    Comment #6969684

    I second the idea of using Prelude to start with Emacs, along with the package manager which makes the initial setup and adding modes/stuff very easy (see http://melpa.milkbox.net …

  14. comment
    Comment #6967675

    The great thing about evil is you can enable it in your .emacs and it mostly just works. But even better, because this is Emacs the vi layer is also easily extendable. Here's an ex…

  15. comment
    Comment #6151008

    Except that this isn't specific to Rails at all, this is just a method for combating it if you are using Rails.

  16. comment
    Comment #5811945

    For the Emacs users, check out https://github.com/coldnew/linum-relative And for those with the melpa repository set up, it can be found as the "linum-relative" package.

  17. comment
    Comment #5772314

    Here is a thread from a month ago that has some really great tips, "Ask HN: Those with intense focus, how do you do it?" https://news.ycombinator.com/item?id=5550366

  18. story
  19. comment
    Comment #5604381

    The blurry part isn't so nice, but I think that have snapshots of code might actually be better in a lot of ways if it forces people to type code out themselves without copy/paste …

  20. comment
    Comment #5555978

    Doesn't look like it. If you believe the IRC logs, the attacker broke in using a "0day" exploit of ColdFusion, which is being used on the site. Not because of a flaw in RAM upgrade…

  21. comment
  22. comment
    Comment #5548914

    In my opinion animation is more important than just "graphics". In my experience a well motion-capped game is easily more enjoyable and immersive than a traditionally animated one.…

  23. comment
    Comment #5521399

    This RAM change is now reflected here. http://www.linode.com/backups/

  24. comment
    Comment #5430394

    I believe Angular will search for inline templates first, so as long as you use the same path for the template name it won't attempt any AJAX fetching.

  25. comment
    Comment #5386838

    In some ways it just encourages a different style of development. There is more emphasis on forking processes and communicating between them, which some may consider to be a better…