Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisohara
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Bedrock, an A.I. Startup for Construction, Raises $270M
(nytimes.com)
14 points
by
chrisohara
8mo ago
|
0 comments
2.
▲
by
chrisohara
1y ago
> 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 the OS when requesting or releasing memory (e.g. sbrk, mmap
3.
▲
by
chrisohara
8y ago
Sherlock (sherlockscore.com) | Full-stack (Rails/React) | REMOTE | Full-time | $90k – $150k Sherlock is changing the way SaaS businesses understand and operationalize their product engagement data. Built by a team of SaaS veterans, we
4.
▲
by
chrisohara
11y ago
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 why "Yes" is red.
5.
▲
by
chrisohara
11y ago
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
6.
▲
by
chrisohara
13y ago
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 could easily run the following re
7.
▲
gauged: a time series database
(github.com)
22 points
by
chrisohara
13y ago
|
4 comments
8.
▲
Show HN: gauged, a storage layer for numeric data that changes over time
(github.com)
1 points
by
chrisohara
13y ago
|
0 comments
9.
▲
by
chrisohara
13y ago
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
10.
▲
Validator.js: String validation and sanitization
(github.com)
3 points
by
chrisohara
13y ago
|
0 comments
11.
▲
by
chrisohara
13y ago
We built something similar in node.js (as express/connect middleware) http://github.com/sydneystockholm/imgr
12.
▲
by
chrisohara
13y ago
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.
13.
▲
by
chrisohara
13y ago
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 --harmony-generators`. Here's an example for those inte
14.
▲
by
chrisohara
13y ago
https://cdn.api.twitter.com/1/urls/count.json?url=google.com Works for me.
15.
▲
by
chrisohara
14y ago
We just built a similar node.js tool which resizes images on demand: http://github.com/SydneyStockholm/imgr
16.
▲
by
chrisohara
14y ago
YAGNI should be on there
17.
▲
by
chrisohara
14y ago
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 reduce the cost: switch (count($args)) { case 0:
18.
▲
by
chrisohara
14y ago
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?
19.
▲
by
chrisohara
14y ago
If it looks terrible, it's not professional quality. Right?
20.
▲
by
chrisohara
14y ago
Obligatory link to your single page static HTML homepage for comparison: http://many9s.com/
21.
▲
by
chrisohara
14y ago
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 documentation and a guide in the project's Github wiki. This is all done
22.
▲
by
chrisohara
14y ago
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.io/wiki/API---CSS-Selectors-a... )
23.
▲
by
chrisohara
14y ago
No semicolon-min.js ?
24.
▲
by
chrisohara
14y ago
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. My point is that you can't just de-obfuscate a primarily c
25.
▲
by
chrisohara
14y ago
as I said above, de-obfuscating a large javascript app that's been obfuscated/minified by proprietary tools is virtually impossible to decode. Try running some of google's code - gmail, docs, take your pick - through your beautifier ;)
26.
▲
by
chrisohara
14y ago
have you ever looked at code obfuscated by proprietary tools? By your logic it's easy to reverse-engineer and copy Gmail - good luck with that
27.
▲
by
chrisohara
14y ago
How are they not picking it up as spam? The same affiliate link from multiple accounts... The description also looks like a snippet of one the product reviews on Amazon
28.
▲
by
chrisohara
15y ago
If anyone wants to take this further, have a look at my higher level Redis library, http://redbackjs.com/ . It exposes useful constructs such as a social graph, bloom filter, full-text index, and a very fast rate limiter ( http://chris6f.c
29.
▲
by
chrisohara
15y ago
http://i.imgur.com/iKqk9.jpg
30.
▲
Prototypal inheritance in C
(gist.github.com)
4 points
by
chrisohara
15y ago
|
1 comments
More ›