Hacker Newsnew | past | comments | ask | show | jobs | submit | garrydanger's commentslogin

I get the same error. It looks like they need to put the import from google functionality as a background service.


Would love to hear Dave's experiences with moving the backend from ruby to golang, can you make sure he does actually publish those blog articles?


we may or may not have forgotten to rsync that binary to a new web server we started up.


you might want to consider using git as your deployment model.

Over the past year I switched to using git to deploy almost all of my apps & services and it is just so much better than what I was doing before (various cobbled together crap).

I even have git repos for things like my servers' .bashrc file ... you'd be surprised how useful that is.

Yes there are tools like puppet & chef and whatnot, but I think of those as better suited to dependencies than your actual code with its higher push frequency.

[UPDATE] might as well talk about how we do this:

In order to use "git push" from a development box to push to remote servers (rather than having them pull from a repo, which requires keeping a git repo accessible from your production boxes, which might not be convenient), you need two things:

1. On the server, run this:

  git config receive.denyCurrentBranch ignore
Otherwise git will refuse your pushes b/c the receiving end is already on that branch

2. On the server, write a .git/hooks/post-receive and make it executable. Its contents should be:

  #!/bin/sh
  # NB: hooks execute in the .git dir (not the repo root)
  # and GIT_DIR is set to '.'; either one prevents "git checkout" from working
  unset GIT_DIR
  cd ..
  git checkout -f # force checkout the current branch

See http://serverfault.com/questions/107608/git-post-receive-hoo... if you are curious about the GIT_DIR business.


We've just patched that up so the firefox nightly will now work. Sorry about that!


We're going to stick with 3 months for now, our idea being that we want to keep costs low so the product is pretty affordable to everyone.

We're still debating how the UX for configuration will look, as soon as we figure it out then we can start work on that :)


Nothing too fancy with the overlay, just some good old fashioned javascript + css. Seems like lots of people are interested so we'll whip up a blog post for everyone.


Please - the landing page does a great job.

The real time graphs look great.....D3 + cube/node?

If they're cube related, definitely the best i've seen for it.


Sure, not everyone will want to install our agent and people using services like Heroku or AppHarbour wont be able to so we're working on a solution for that right now. Having an agent was the best way for us to launch and show off the features we are trying to push like real-time updates and historical zooming.


Its hard. One possible thing could be to share the source code of the agent with the customers. Before installing they can view the source of the agent.


Thanks very much, we're busy adding support for more languages right now and Python / Django is at the top of the list.


This is largely a theoretical argument that we hackers like to bring up as a way to dismis the tor network.

The truth that we all learned after the lulsec debacle was that the FBI will resort to much simpler and more effective low-tech procedures to spy on their prey.


I really like this new model but it got me thinking about how hard it's going to be for Aziz to push his content to different types of media. Traditionally the labels would handle that (usually incompetently) but for a startup to focus on this niche would be awesome.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: