HN user

sritrisna

32 karma
Posts2
Comments18
View on HN
The Airbnbs 6 years ago

Hey Breck, I was one of those staying on your couch. Had a great time and yes, without AirBNB wouldn't have been able to connect to great people around the Bay Area.

I would love to give Terraform a spin. However one thing our team needs is support for Ansible. If you look at https://github.com/hashicorp/terraform/issues/2661, radekg has worked on an Ansible Provisioner, but it looks like not many people know about it. Could some of your team maybe look at the following pull request https://github.com/hashicorp/terraform/pull/19021 and help radekq to ship the Ansible Provisioner? Thanks!

Using Ubuntu in our development and production environment. It's rock solid. However might switch to Kubuntu as it appears to have better HiDPI support through plasma compared to gnome.

In Stephen King's book 'The Stand', he comes to the same conclusion: Doctors and surgeons to keep people from dying. Mechanical and civil engineers trying to get electricity back up etc. Groups of people will fiercely fight for 'this talent' and do whatever it takes to keep it.

In my case, I believe I managed to identify the root cause: 90% of the work I do is slightly over my head. As a bootstrapped solo founder and to stretch out the money I saved up I must do a lot of the tasks myself, which you would usually hire a specialist to do. This is not restricted to the technical aspect of my business but also concerns the legal, financial and sales side. So, imagine you’re a top of the line DBA with many years of experience and I ask you to take care of the front-end of the app as well as the backend, deal with the GDPR (without the help of a lawyer) and figure out sales in a market where traditional sales don’t work, you will eventually spread yourself thin. Now, this is how I overcome the challenge: as soon as I get a task which I don’t know how to tackle e.g. getting a firm grasp on double taxation avoidance agreements and procrastination sets in because I’m unsure where to get started, I break everything down into a single task and try to conquer it. Depending on the complexity of the task and lack of my knowledge how to tackle it the greater the procrastination. That procrastination, however, helps me, in turn, to process the task in ‘the background’ until I find a way to get started. Not sure if this makes sense, or if it is just me. On the other hand, constantly working on different tasks across professions has helped me to quickly learn the fundamentals of each sector/topic/issue/field. If it is really needed I can still consult with a specialist and save some money, because there is a baseline for discussion and I know exactly what I need/want.

Contrary to the advice which is out there I believe the focus shouldn't be on friend or none-friend, but the 'person' and the 'relationship'. Being a founder is incredibly stressful, so you need to find someone who's got your back. In my case, it's my brother because I wouldn't trust anyone else with it, besides our parents.

Has wine gone bad? 8 years ago

Despite being a native German, I've lived seven years in Scotland. Probably the craziest time of my life. I'm currently enjoying the last drops of a Laphroaig PX Cask, triple matured. I also have a 1993 Edradour Cask Strength, which I've set aside for that moment I hit a million in profits with my little SaaS. May take a while though...

As of 2017, I'm using Winamp v5.66 on my Windows 10 box and am scrobbling songs since 2004 through Last FM's plugin for Winamp. Both do a great job for me!

I can’t actually remember when I began using ABP. I install it on all browser by default and I believe about a year ago have begun using Ghostery to block annoying beacons everywhere. Never had much success with it on my Google Nexus Tablet and because of it simply stopped surfing the web on tablets and smartphones altogether. However, since the release of Adblock Browser - big big kudos to the team for creating such a fantastic piece of software - I can resume browsing the web on my portable devices. I don’t mind relevant and unobtrusive ads. However, some sites simply have gone overboard with 30 plus beacons included and ads everywhere. I will never support such an aggressive approach to monetising a resource. Especially by those large publishers which believe they can do whatever they want on the web, simply because they're now not limited by physical space anymore, as they are with their print magazines.

Think about it this way: Everything you’re doing at this present moment has already happened. You’ve already reached your destination. All you’re doing right now is letting yourself (go through the) experience (of that moment).

In the next 30 years, this will be much better understood, with our (scientific) tools and "consciousness" evolving to a point that we can measure, proof and present this as fact.

Go back to the middle ages and try not to fall for the common belief that the “The Black Death” is a punishment by God for your sins, simply because there were no tools to locate and fight “Yersinia pestis”.

Go back to when it was a common belief that the earth was flat, until someone ventured out across the (then) vast oceans and prove otherwise.

And don’t forget, it already happened. Your just in for the ride.

Ansible has a neat feature, called Ansible Vault, which lets you encrypt sensitive files. This in combination with dotenv-deployment works pretty well for our Rails Apps. The only thing I’m worried about is someone gaining unauthorised access to our serves and thus being able to read all the credentials stored inside the .env file especially the username & password to our externally hosted db. Probably the only way to prevent this would be “to properly secure your server” and the use of an IDS? Anyone has any experience with someone hacking their servers and successfully preventing e.g. a db dump? In this particular case, how easy would it be to stop attackers in their tracks?