Live data from Hacker News

Viewing profile — chrisohara

chrisohara

HN member
Joined
Fri, Nov 19, 2010, 2:17 AM UTC
HN karma
232
Public activity
73 items

About chrisohara

https://github.com/chriso https://linkedin.com/in/chris6f

Recent public activity

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

    > Io in zig is for “things that can block execution”. Things that could semantically cause a yield of any kind. Allocation is not one of those things. The allocator may yield to th…

  4. comment
    Comment #19058514

    Sherlock (sherlockscore.com) | Full-stack (Rails/React) | REMOTE | Full-time | $90k – $150k Sherlock is changing the way SaaS businesses understand and operationalize their product…

  5. comment
    Comment #11294727

    I think it's referring to the fact that certain details (traffic, DNS requests, timestamps, IP addresses) are logged. Ideally you want a service that does not log anything, that's …

  6. comment
    Comment #11231174

    I just finished a C library for string interning: https://github.com/chriso/intern There are also some bindings for Go: https://github.com/chriso/go-intern

  7. comment
    Comment #7427224

    Tagging would be the next addition. I added the ability to search for keys by prefix quite efficiently, so provided one stored keys like "requests:server1", "requests:server2", one…

  8. story
  9. story
  10. comment
    Comment #7164344

    SEEKING WORK Full-stack developer from Sydney, Australia. I'm a Javascript (Node.js), Python and C expert. http://github.com/chriso cohara87 (at) gmail.com

  11. story
  12. comment
    Comment #6298883

    We built something similar in node.js (as express/connect middleware) http://github.com/sydneystockholm/imgr

  13. comment
    Comment #6274499

    Author here. Still active, although development has slowed down. If you have any questions or issues just submit an issue @ Github and I'll help asap.

  14. comment
    Comment #6261554

    Why not use harmony generators? Generators are provided by V8, don't require an external fibers extension (i.e. hack), and will be available in the next node stable via `node --har…

  15. comment
    Comment #5865759

    https://cdn.api.twitter.com/1/urls/count.json?url=google.com Works for me.

  16. comment
    Comment #4820680

    We just built a similar node.js tool which resizes images on demand: http://github.com/SydneyStockholm/imgr

  17. comment
    Comment #4615872

    YAGNI should be on there

  18. comment
    Comment #4186191

    It's pretty negligible in the scheme of things. I was abusing PHP reflection a while back to add decorator support ( https://github.com/chriso/Request ) and used this pattern to re…

  19. comment
    Comment #4180857

    Why are people so scared of void*? Are there any VM's that don't resort to some form of pointer tagging when implementing dynamic typing?

  20. comment
    Comment #3891438

    If it looks terrible, it's not professional quality. Right?

  21. comment
    Comment #3881199

    Obligatory link to your single page static HTML homepage for comparison: http://many9s.com/

  22. comment
    Comment #3881181

    It's a project created and maintained entirely in my free time. I provide free support when someone needs help and I fix bugs when someone files an issue. I've written documentatio…

  23. comment
    Comment #3881144

    FYI, JSDOM isn't the default parser in node.io. It uses a faster and more forgiving parser if you can survive with a subset of jQuery functionality ( https://github.com/chriso/node…

  24. comment
    Comment #3843345

    No semicolon-min.js ?

  25. comment
    Comment #3835432

    Of course it has a backend, but so do the Firebase apps that this entire thread is talking about. Referring to a JS app as "client-side" doesn't imply that there's no backend logic…