codejoust's comments

codejoust | 8 years ago | on: Show HN: Facebook data analyzer

It looks like within the past 8 months or so that Facebook has changed to format of their data dumps to not truncate messages, as their previous data dumps were previously structured as one giant messages.htm file which would be difficult to parse and seems like it had missing data for certain cases.

codejoust | 13 years ago

We're using Tropo.com, pretty easy. Otherwise it's just mysql/mysqli/php/apache. Pretty straight forward.

codejoust | 14 years ago | on: Open Source Visitor.js

1: You can turn off location data.

2: None of this is being stored, beyond a cookie. Of course, you can call back to the server with that data, but the server has your IP address, which is where the location data came from.

codejoust | 14 years ago | on: Open Source Visitor.js

I thought about doing that. I've used a lot of coffeescript in the past, but I just didn't see it being a big advantage here. The biggest issue with using CoffeeScript here is that I wanted control over the syntax as I wanted to have less code. CoffeeScript (generated) really creates more code than what it's worth.

codejoust | 14 years ago | on: Open Source Visitor.js

No. And the recently-posted paid visitor.js site does have a few advantages, most being that this is using pure javascript, while they have the server side doing most of the heavy lifting.

codejoust | 14 years ago

I've done a considerable amount of work in subprocess. It's API isn't amazing, but it does have quite a few great features and once you spend a little time with it really isn't too bad. Some of the piping features, along with shell arguments work quite well.
page 1