Live data from Hacker News

Show HN: Phantom JS interactive editor

phantomjs-pad.ozaur.com

31–40 of 42 posts

Re: Show HN: Phantom JS interactive editor

#32

Cool, comes in quite handy! You may want to up your security-game though. Check the ~/FIXME file on your sever for more info :-)

Yeah, know it, but didn't spent that much time on it and it suddenly attract so much traction.

Will definitely do something serious about it.

Re: Show HN: Phantom JS interactive editor

#33

Earlier quoted context omitted.

interesting but seems like just a selenium in the cloud. wouldn't it make more sense for someone to host automation scripts on their own servers?

It's actually more than that, our API doesn't only provide access to the Browser module. We provide an SDK that can help people build real-time applications that can connect with almost anything. We're getting ready to release our Raspberry Pi integration. We are also going to be going open source fairly soon.

how does the real time application benefit from automately?

Re: Show HN: Phantom JS interactive editor

#34

Earlier quoted context omitted.

It's actually more than that, our API doesn't only provide access to the Browser module. We provide an SDK that can help people build real-time applications that can connect with almost anything. We're getting ready to release our Raspberry Pi integration. We are also going to be going open source fairly soon.

how does the real time application benefit from automately?

We've basically created a connected platform that makes it very easy to connect things. You can have your web application talk to your server-side automately scripts. We've made it as simple as including some JavaScript on your web page. Our server-side APIs make it very easy to communicate with APIs and WebSites. Your Automately scripts can store data via the DataBus and they can talk to other execution jobs via the MessageBus.

Edit: Here's a very simple example http://searchproxy.automate.ly/

Re: Show HN: Phantom JS interactive editor

#35

Since the formal semantic failed to become massively used, everyone is trying to make sense of the Web using scraping. It's something most viable sites should want to get behind, from ecommerce where you can find the best price faster to education. But I suspect if a very good shared scraping system were created we'd see countermeasures pretty fast, from timid content producers, as well as the Googles who want to hav…

You are spot on with this. Data acquisition is the foundation of data science which in turn is the foundation of [fill in the blank]

Re: Show HN: Phantom JS interactive editor

#36

Cool, comes in quite handy! You may want to up your security-game though. Check the ~/FIXME file on your sever for more info :-)

Yeah, know it, but didn't spent that much time on it and it suddenly attract so much traction. Will definitely do something serious about it.

Fixed. More security related improvements are coming.

Re: Show HN: Phantom JS interactive editor

#39

Earlier quoted context omitted.

how does the real time application benefit from automately?

We've basically created a connected platform that makes it very easy to connect things. You can have your web application talk to your server-side automately scripts. We've made it as simple as including some JavaScript on your web page. Our server-side APIs make it very easy to communicate with APIs and WebSites. Your Automately scripts can store data via the DataBus and they can talk to other execution jobs via the…

interesting idea! however, I am struggling to see when and how someone could use this, because almost always a developer such as myself would simply create an endpoint for something like this directly on the server.

It would be interesting to see what type of customers or use cases your solution might be of use.

Re: Show HN: Phantom JS interactive editor

#40
post #24

I tried with typekit with no success: http://phantomjs-pad.ozaur.com/DrDvxMADoP2TdF652 I was curious with this example, as I have had zero luck getting webfonts to render using PhantomJS so far. Have you had any success rendering webfonts?

The thing with phantomjs and webfonts is that it has an old webkit version which has some bugs with webfont support. Theres a branch from a phantomjs contributor on github that has bugfixes for webfonts support backported: https://github.com/Vitallium/phantomjs/tree/fix-WOFF-file-su... I use phantomjs for html to image rendering and I managed to get webfont support working with a custom build from that branch (workin…

PhantomJS is falling further and further behind. It also doesn't, for example, support scripts triggered DOM events.

The more time goes by, the more I'm considering removing it from our testing suite.

Post reply on HN