HN user

jnankin

39 karma
Posts16
Comments23
View on HN
Command Line Faxing 12 years ago

Phaxio co-founder here. Thanks for the write up, Pete! Really great to see the product we've been bootstrapping for 3 years on the front page of HN. We're devoted to making developer faxing as easy as possible. If you have any comments or questions about the service, feel free to contact me directly at josh at phaxio dot com.

PHP Bootstrap 13 years ago

i'm a PHP developer. just clicked on the comments to see the usual negative PHP wrath... this time there are no comments at all. not sure which is worse :)

.io domains down? 13 years ago

That's what we do at Phaxio: api.phaxio.com api.phaxio.co. We added the 'co' ever since the Zerigo DNS fiasco last year.

Interested to know what people think about the market for something like this. While it definitely serves a purpose, is this something that is sustainable and that people will pay money for (vs building it once, and setting it up internally)?

Not being skeptical, just wondering what people think... I've had ideas similar to this, but am still trying to figure out the threshold for payment on things that companies fully need but can justify building internally.

I think part of this is the fact that there are a myriad of functions that are just "baked in" to the language, making it a little chaotic. Sometimes it seems like some PHP contributer needed some function and just decided to add it to the language. (Examples: rsort, sort, http_build_query, rawurldecode, urldecode, etc.)

There should be Util or Helper libraries that do that, and in a much more organized way. On the flip side, these commonly used functions are written in C, so they're most likely faster than if you were to write your own in php or load a library.

Either way, I love PHP and use Symfony for all of my projects. PHP/Symfony is pretty much like rails but without the cracked out ruby syntax.