Viewing profile — chrisohara
chrisohara
HN member- Joined
- Fri, Nov 19, 2010, 2:17 AM UTC
- HN karma
- 232
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About chrisohara
Recent public activity
- story
- story
-
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…
-
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…
-
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 …
-
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
-
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…
- story
- story
-
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
- story
-
comment
Comment #6298883
We built something similar in node.js (as express/connect middleware) http://github.com/sydneystockholm/imgr
-
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.
-
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…
-
comment
Comment #5865759
https://cdn.api.twitter.com/1/urls/count.json?url=google.com Works for me.
-
comment
Comment #4820680
We just built a similar node.js tool which resizes images on demand: http://github.com/SydneyStockholm/imgr
-
comment
Comment #4615872
YAGNI should be on there
-
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…
-
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?
-
comment
Comment #3891438
If it looks terrible, it's not professional quality. Right?
-
comment
Comment #3881199
Obligatory link to your single page static HTML homepage for comparison: http://many9s.com/
-
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…
-
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…
-
comment
Comment #3843345
No semicolon-min.js ?
-
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…