Live data from Hacker News

Viewing profile — lloydhilaiel

lloydhilaiel

HN member
Joined
Sat, Apr 30, 2011, 3:47 AM UTC
HN karma
327
Public activity
22 items

About lloydhilaiel

No profile information was provided.

Recent public activity

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

    Ack! Acronym collision! EBS is Elastic Beanstalk, or Elastic Block Store? If the former, it's in my opinion a question of what you're looking for. Here's my best response: https://…

  4. comment
    Comment #5746711

    For what it's worth, there is a complementary (early stage) project a colleague of mine is working on where the idea is to let you leverage cloud formation from the command line an…

  5. story
  6. comment
    Comment #5063205

    That was specifically for the example server - if each request uses 5ms of processor time, (1000 ms / s) / (5 ms / req) == (200 req / s) https://gist.github.com/4532177#file-applic…

  7. comment
    Comment #5062155

    like, make you a smoothie? Or do this: https://github.com/lloyd/node-toobusy/blob/master/toobusy.cc...

  8. comment
    Comment #5061862

    I agree. /me fixes

  9. comment
    Comment #5061804

    Our problem is the the number of simultaneous connections we can support isn't static, it varies depending on the type of traffic bursts (i.e. New vs. Returning users). But agree t…

  10. story
  11. comment
    Comment #4026001

    "Two-character ASCII strings are not permitted, to avoid conflicting with current and future country codes based on the ISO 3166-1 standard." See https://github.com/ozten/TLD.js/is…

  12. story
  13. comment
    Comment #3361488

    the include file is about 4.7k minified and compressed. You don't need to include it in head, that's lame. we'll update the docs. lloyd

  14. comment
    Comment #3361462

    Hi MatthewPhillips, That's just the license header that's not stripped. I agree, that's a bit draconian. lemme see if I can fix that for you. lloyd

  15. comment
    Comment #2589459

    As for streaming JSON parsers: https://github.com/lloyd/yajl Around for four years. Stable. Language bindings for all major languages.

  16. comment
    Comment #2570902

    I hope to build jsonselect support on top of yajl and expose it as a native command line tool, so fast stream based filtering... but that's still ideaware at this moment :)

  17. comment
    Comment #2570895

    with the reference implementation: JSONSelect.match(".nonexistantkey .somechild", obj) returns [] Alternately, if you use the JSONSelect.forEach() method your callback will just no…

  18. story
  19. comment
    Comment #2499843

    one way you can do native code integration with chromeless is using JSCtypes: https://wiki.mozilla.org/JSctypes I hacked up a trivial proof of concept on this branch: https://githu…

  20. comment
    Comment #2499838

    file system access, yeah! It should feel like node.js (on purpose): http://mozilla.github.com/chromeless/#guide/filesystem-acces... databases, IndexedDB should "just work", and thi…

  21. comment
    Comment #2499833

    totally. check out webian: https://github.com/webianproject/shell

  22. comment
    Comment #2499830

    it's homegrown. I spun off the docstract project which pulls docs outta .js and outputs them in json. From their you can render the docs however you want. Docstract itself is permi…