Live data from Hacker News

Ask HN: Which stack do you use at your startup?

news.ycombinator.com

11–20 of 128 posts

Re: Ask HN: Which stack do you use at your startup?

#16

C on FreeBSD on EC2. Yes, the dynamic parts of the Tarsnap website are written in C.

Thanks for your work on the ec2 AMIs.

Just deployed a lambda script that spins up a FreeBSD ec2 image that checks out, compiles, and runs the contents of a dynamically provided git url, with dynamically specified pkg and pip dependencies to make my own long-running FreeBSD-based lambda-esque service for some continuous deployment.

Wouldn’t have been possible without the ec2 images and the configinit magic.

-mqudsi@neosmart

Re: Ask HN: Which stack do you use at your startup?

#18
post #13

Rails monolith, jQuery for some user interaction (new features are starting to use Vue.js). Hosting on Linode. Capistrano for deployments. Nothing special, but it gets the job done.

Which service do you use for hosting your repository?

Github

Re: Ask HN: Which stack do you use at your startup?

#20

C on FreeBSD on EC2. Yes, the dynamic parts of the Tarsnap website are written in C.

Thanks for your work on the ec2 AMIs. Just deployed a lambda script that spins up a FreeBSD ec2 image that checks out, compiles, and runs the contents of a dynamically provided git url, with dynamically specified pkg and pip dependencies to make my own long-running FreeBSD-based lambda-esque service for some continuous deployment. Wouldn’t have been possible without the ec2 images and the configinit magic. -mqudsi@ne…

Awesome! Have you considered writing something about this setup? I'm sure a lot of people would be interested in hearing more.
Post reply on HN