Viewing profile — asm
asm
HN member- Joined
- Sun, Sep 14, 2008, 4:59 PM UTC
- HN karma
- 188
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About asm
No profile information was provided.
Recent public activity
- story
-
comment
Comment #10697389
Clarification on the title of this post; Phan is written in PHP7, but will analyze code written in any version of PHP.
-
comment
Comment #10697369
Analysis takes a lot of CPU and we're not doing any parallel processing. Phan itself is about 30k lines of code and takes about 1.5s for a clean run. That being said, you should ta…
-
comment
Comment #10697167
I'm not sure. PHP7 is pretty new so package maintainers may not have had a chance to put binary releases together. You may need to compile it yourself from https://github.com/nikic…
-
comment
Comment #10696981
Definitely. If you want to start working on that, feel free to open up an issue ( https://github.com/etsy/phan/issues/new ) to start a conversation about it. We currently store met…
-
comment
Comment #10696957
Phan does not attempt to make sense of things like `$class_name->$function_name()` or `$$v`. I'd be happy to see a pull request that could handle simple strings, but otherwise I im…
-
comment
Comment #10696898
We'd like to get there eventually. Phan populates a sqlite database when analyzing code (if run with the -s flag). This allows fast runs on single file changes or patches. We're ho…
-
comment
Comment #10696703
Co-author here. Happy to answer any questions folks have about Phan.
- story
-
comment
Comment #10204911
We used construction paper to black out the back around the tablet. My guess is that the paper wouldn't like the humidity but the rest would be fine. Perhaps you could swap in some…
-
comment
Comment #10204880
Hi, I helped hannahmitt make the mirror. The rectangle of light isn't noticeable at all in normal light if you adjust the brightness on the tablet well. In a dark room it can be no…
-
comment
Comment #10204033
Unfortunately, the touch screen doesn't work through the mirror, however, we're using reusable sticky stuff to attach the mirror to the tablet, so its easy to remove if needed.
- story
- story
-
comment
Comment #7656886
It was written to scratch a personal itch; never as a business. I'd be happy to see someone else pick it up and do something with it.
-
comment
Comment #7656381
http://snapnote.io/
-
comment
Comment #6167488
fixed
-
comment
Comment #6167424
That you're asking about keeping it unguessable makes me think that it feels like too few. Its actually only 5 bytes of random (the first character is always zero). 2^40 is a prett…
-
comment
Comment #6167138
Mobile devices were very much an afterthought. I was getting mobile traffic and did a best effort to make it passable, but I don't recommend it. You should check out Bugshot ( http…
-
comment
Comment #6166579
That's a good idea, I'll do that. Thanks.
-
comment
Comment #6166486
I totally agree. Paste is currently supported on Chrome and its been super useful. I'll see if I can get it supported elsewhere. Thanks.
- story
- story
- story
-
comment
Comment #4118680
The point is that we're not looking for specialists in any particular language. To cure the curiosity, however, we're largely running on Linux, Apache, MySQL, PHP with many other t…