zaidos's comments

zaidos | 4 years ago | on: Ask HN: What is your favourite stocks/options trading platform?

Disclosure: I work on this :)

I'm on the founding team of Options AI. We're taking a fresh approach and focusing on removing the complexity and friction involved with creating and managing options trades. Our customers tend to use options to generate income rather than the YOLO trades seen on reddit. The interface is visual and translates the information embedded in the chain so you can deploy smarter strategies and manage portfolio risk. Visit our site for more info: https://www.optionsai.com

It's $5 per trade - any strategy or size but I've added a referral link with 2 months free if you would like to give us a try. https://id.options.ai/register?code=hackernews

zaidos | 9 years ago | on: The Evolution of Container Usage at Netflix

That is the core of their product. However, there are a lot of by-products and back office software needed to run the company. As a consumer, you most likely are only perceiving a small percentage of the technology running a company.

- Applications for all devices Netflix is on (TVs, Phones, Displays, Roku, Apple TV, etc.) and all the support around it.

- Recommendation and analytical software within Netflix. Not even accounting for other areas of the company where ML can be applied.

- Billing and financial software for Netflix users and partners

- Proprietary/internal customer support software

- Content management system, along with all the international and legal challenges around that.

- Any/all software used by their marketing teams

zaidos | 11 years ago | on: Ask HN: Who is hiring? (December 2014)

Tastebud (http://www.tastebud.co) -- Chicago, IL iOS / Android Mobile Software Engineers: Full-Time

# About Us Here at Tastebud, we are obsessed with creating mobile experiences that personalize the world around you. Through a combination of sophisticated algorithms and meaningful data, we are one of the first companies to create a personalized brick and mortar shopping experience. Best of all, we are profitable with a live product that is providing real results.

# About the Team We are an smart and experienced group of software engineers and data scientists. Whether it is understanding the dynamic and complex relationships around large data sets, designing the greatest mobile experiences, or building the best recommendation engine on the planet, we are strongly focused and determined on solving the most challenging problems.

We are currently building the next generation of mobile applications, all powered by our extensive experience in personalization. We understand the value in stable, established frameworks and patterns, but we aren't afraid to jump into new technologies when the opportunity rises. We enjoy great clean code, but understand that sometimes you need to hack something out. We are fans of open source and aim to contribute back when we can. We enjoy working with smart people who can get things done.

# About You You understand mobile. You have gone from idea to app store, quite possibly more than once. You know a great mobile-centric API when you see one, even better if you have designed one yourself. You understand the challenges that the app store brings and know how to work around them. You know how to iterate and build a product that delights our users. You enjoy the ability, freedom and encouragement to develop our mobile strategy.

We can offer a competitive salary, a great office in downtown Chicago, a flexible schedule, and a few cool office perks.

Interested? Send us a quick email about why you are the best person to lead our mobile products: [email protected]

zaidos | 11 years ago | on: Ask HN: Who is hiring? (November 2014)

Tastebud (http://www.tastebud.co) -- Chicago, IL

iOS / Android Mobile Software Engineers: Full-Time

# About Us

Here at Tastebud, we are obsessed with creating mobile experiences that personalize the world around you. Through a combination of sophisticated algorithms and meaningful data, we're one of the first companies to create a personalized brick and mortar shopping experience. Best of all, we are profitable with a live product that is providing real results.

# About the Team

We are an smart and experienced group of software engineers and data scientists. Whether it is understanding the dynamic and complex relationships around large data sets, designing the greatest mobile experiences, or building the best recommendation engine on the planet, we are strongly focused and determined on solving the most challenging problems.

We are currently building the next generation of mobile applications, all powered by our extensive experience in personalization. We understand the value in stable, established frameworks and patterns, but we aren't afraid to jump into new technologies when the opportunity rises. We enjoy great clean code, but understand that sometimes you need to hack something out. We are fans of open source and aim to contribute back when we can. We enjoy working with smart people who can get things done.

# About You

You understand mobile. You have gone from idea to app store, quite possibly more than once. You know a great mobile-centric API when you see one, even better if you have designed one yourself. You understand the challenges that the app store brings and know how to work around them. You know how to iterate and build a product that delights our users. You enjoy the ability, freedom and encouragement to develop our mobile strategy.

We can offer a competitive salary, a great office in downtown Chicago, a flexible schedule, and a few cool office perks.

Interested? Send us a quick email about why you are the best person to lead our mobile products: [email protected]

zaidos | 12 years ago | on: Confessions of an Intermediate Programmer

In addition to this, reading and being able to understand other people's code will provide great returns. You learn about styling, coding standards, architecture, patterns, etc that you might have never stumbled upon if you attempted to code everything yourself.

zaidos | 12 years ago | on: Show HN: Unirest

Small tip: It could just be me, but the color of some of the text makes it difficult to read.

zaidos | 12 years ago | on: Why I Moved My Startup to Oakland

This is very true. I live in inland east bay (Walnut Creek) and my BART commute is still a few minutes shorter than my MUNI commute from when I was living in the Outer Richmond district.

zaidos | 13 years ago | on: Running ASP.NET Web API Services under Linux and OS X

I would say this is entirely dependent on your use case. If you are running some simple web services in a cloud environment, it is generally cheaper to run them on a Linux system. Granted, if you are developing in .NET, you have probably already forked over some heavy cash for the development tools (Visual Studio, the OS, ReSharper, etc...)

The key trade off is deciding if it is worth it to sacrifice compatibility with certain libraries for the development speed and costs of not having to learn an entirely new tech stack for yourself or your team.

As for running ASP.NET on Mono, I believe that both are mature and capable enough of running in a production environment. The mono website has a page listing various companies using Mono (some with ASP.NET): http://www.mono-project.com/Companies_Using_Mono

zaidos | 13 years ago | on: Postgression - A PostgreSQL database for every test case

By default, Heroku allows roles on their shared database plans to view limited info about databases on the same machine. Stuff like name, type and owner are visible.

Here is a sample response when attempting to do anything with a database other than your own:

FATAL: permission denied for database "xxxxxxxxxxxx" DETAIL: User does not have CONNECT privilege. Previous connection kept

page 1