HN user

davidblondeau

8 karma

Feel free to contact me at david dot blondeau at gmail dot com.

Posts1
Comments15
View on HN

Burlingame, CA (next to the San Francisco airport)

Collaborative Drug Discovery (CDD - https://www.collaborativedrug.com) is the first real SaaS informatics platform. Every day, scientists around the world use CDD to manage, analyze and collaborate around their data. This type of collaboration is crucial to research on under-funded diseases like Tuberculosis and Malaria and strategic for many players in the industry. Our long list of customers includes academic labs, biotechs, pharmas, government agencies and worldwide foundations like the Bill & Melinda Gates foundation.

We think the world has seen too many ugly scientific applications. We care about usability and details. Our team ships code quickly and iteratively. We think design and community management are as important as great technology.

We believe a few great people can make a big difference. We strive to embody our name and empower every CDD employee to do their best work. This means working collaboratively, and giving every person ownership and responsibilities.

++Senior Software Engineer++

As an engineer, you will have a huge impact on how we design, build and deliver our application. You should be a generalist and enjoy working across the software stack. Our current technologies include Ruby (Rails), MySQL, Javascript, Java, and Solr.

We look for engineers who love finding efficient, thoughtful, and highly useable solutions to a variety of technical and product challenges. You should strive to write efficient, maintainable code and you should enjoy fast iterations.

Sample projects include:

* Designing a flexible model and flow that allow scientists to invite collaborators and selectively share data with them.

* Building and maintaining an API for third party developers and integrations.

* Developing interactive graphical representations for the analysis of chemical and biologic data.

* Optimizing import, export and computation of large data sets.

To apply, please contact work@collaborativedrug.com with your resume, cover letter, and links to things you’ve built.

Burlingame, CA - Collaborative Drug Discovery (CDD) (https://www.collaborativedrug.com)

CDD is growing and financially stable. Our software helps scientists manage, analyze and collaborate around their drug discovery data (chemistry and biology). We are are in a great position to support the evolution towards more collaboration, specialization and distribution in a market that has been historically closed and secretive. The model has been successful with academic labs, small biotech startups, very large collaborations (like the Gates foundation TB initiative or MM4TB in Europe), and government agencies.

We just grew the software development team from 2 to 5 over the last 3 months bringing in some awesome people and are looking for at least one more full-stack software developer (https://www.collaborativedrug.com/pages/employment). As one of the core developers, you need to be comfortable working or interested in building expertise at every level of the stack.

The application is based on Rails but it is way more than a simple CRUD app. We have many projects involving web development, data visualization, data processing, scaling, security, privacy, usability and other software challenges to make our scientific application collaborative, engaging and rewarding. We are also starting working on an API.

It is perfectly OK if you do not have experience with any of the languages or technologies we currently use (Ruby/Rails/JS/MySQL/Solr...) as long as you can learn those quickly. CDD is a great place if you want to have a lot of impact and like to take on projects and responsibilities. We offer market salary and meaningful equity.

If you are interested, contact work@collaborativedrug.com, you will get an answer from one of the developers.

Burligame, CA - Collaborative Drug Discovery (CDD) (https://www.collaborativedrug.com)

CDD is growing and financially stable. Our software helps scientists manage, analyze and collaborate around their drug discovery data (chemistry and biology). We are are in a great position to support the evolution towards more collaboration, specialization and distribution in a market that has been historically closed and secretive. The model has been successful with academic labs, small biotech startups and very large collaborations (like the Gates foundation TB initiative or MM4TB in Europe). We are now gaining some traction with government agencies and the big pharmaceuticals.

We are hiring two full-stack software developers (https://www.collaborativedrug.com/pages/employment). As one of the core developers, you need to be comfortable working or interested in building expertise at every level of the stack. Experience or interest in system administration and operations is nice to have though not required. We have many projects involving web development, data visualization, data processing, scaling, security, privacy and other software challenges to make our scientific application collaborative, engaging and rewarding.

It is perfectly OK if you do not have experience with any of the languages or technologies we currently use (Rails/Ruby/JS/MySQL/Solr...) as long as you can learn those quickly. CDD is a great place if you want to have a lot of impact and like to take on projects and responsibilities. We offer market salary and meaningful equity.

If you are interested, contact work@collaborativedrug.com, you will get an answer from one of the developers.

Burligame, CA - Collaborative Drug Discovery (CDD) (https://www.collaborativedrug.com)

CDD is growing and financially stable. Our software helps scientists manage, analyze and collaborate around their drug discovery data (chemistry and biology). We are are in a great position to support the evolution towards more collaboration, specialization and distribution in a market that has been historically closed and secretive. The model has been successful with academic labs, small biotech startups and very large collaborations (like the Gates foundation TB initiative or MM4TB in Europe). We are now gaining some traction with government agencies and the big pharmaceuticals.

We are hiring two full-stack software developers (https://www.collaborativedrug.com/pages/employment#h-1). As one of the core developers, you need to be comfortable working or interested in building expertise at every level of the stack. Experience or interest in system administration and operations is nice to have though not required. We have many projects involving web development, data visualization, data processing, scaling, security, privacy and other software challenges to make our scientific application collaborative, engaging and rewarding.

It is perfectly OK if you do not have experience with any of the languages or technologies we currently use (Rails/Ruby/JS/MySQL/Solr...) as long as you can learn those quickly. CDD is a great place if you want to have a lot of impact and like to take on projects and responsibilities. We offer market salary and meaningful equity.

If you are interested, contact work@collaborativedrug.com, you will get an answer from one of the developers.

Burligame, CA - Collaborative Drug Discovery (CDD) (https://www.collaborativedrug.com)

CDD is growing and financially stable. Our software helps scientists manage, analyze and collaborate around their drug discovery data (chemistry and biology). We are are in a great position to support the evolution towards more collaboration, specialization and distribution in a market that has been historically closed and secretive. The model has been successful with academic labs, small biotech startups and very large collaborations (like the Gates foundation TB initiative or MM4TB in Europe). We are now gaining some traction with government agencies and the big pharmaceuticals.

I am hiring a full-stack software developer (https://www.collaborativedrug.com/pages/employment#h-1). As one of three developers, you need to be comfortable working or interested in building expertise at every level of the stack. Experience or interest in system administration and operations is nice to have though not required. We have many projects involving web development, data visualization, data processing, scaling, security, privacy and other software challenges to make our scientific application collaborative, engaging and rewarding.

It is perfectly OK if you do not have experience with any of the languages or technologies we currently use (Rails/Ruby/JS/MySQL/Solr...) as long as you can learn those quickly. CDD is a great place if you want to have a lot of impact and like to take on projects and responsibilities.

If you are interested, contact work@collaborativedrug.com, you will get an answer from one of the developers.

While not mitigating most of the issues you listed, I thought I would mention the awesome https://github.com/ctran/annotate_models plugin in case you did not know about it. I personally could not work on Rails without it.

AR was born with a set of very opinionated decisions. I believe those that prefer a more declarative approach (and built-in identity map) can use DataMapper.

Right, refactoring an existing project to enforce attr_accessible nil by default can be a hassle.

From my experience, the main (though easily side-stepped) annoyance is when creating or updating records that have belongs_to associations (for example, user_id and repository_id for a commit ;)) programmatically.

For security purposes, you would not set those 2 attributes to be attr_accessible. To create a new record, you then would have to build the record and then set the user_id and repository_id on the record.

Or, you can set user and repository to be accessible (attr_accessible :user, :repository). This is fine because the associated methods expect ActiveRecord objects.

I suffered from strabismus while an infant and got surgery at 5. For some unfortunate reasons, I did not get sufficient vision therapy and this turned into amblyopia (lazy eye).

20 years later, as an adult, I had weekly vision therapy for close to 1 year (once a week). All the other patients where kids less than 10 y/o. Although it is considered very hard (or impossible) to correct amblyopia in adults (https://en.wikipedia.org/wiki/Amblyopia#Treatments), my doctor was very open minded and we tried a lot of different exercises with more or less success.

I made some progress so the brain can learn some tricks. For example, I learned to switch my point of view from one eye to the other. I can also force my brain to see from both eyes at the same time though I then see double and the images are not aligned and the lazy eye's image is darker.

At the end, I stopped active therapy for two reasons. First, because I was scared that I would end up in a state where I would see double all the time and not be able to control it anymore. I know it is not very pragmatic but as talanvor said, I will not risk loosing my one good eye. Second, because it was becoming very expensive and the insurance was not ready to cover this kind of treatment for adults.

My company, Collaborative Drug Discovery (https://www.collaborativedrug.com) has been developing and offering a secure collaborative data sharing environment for drug discovery data (chemistry and SAR data). There are other tools in the space as well though labs and companies are slow to change. The sector is very secretive and closed so it takes time for habits to change.

Some factors have been promoting more collaboration and data sharing:

* The increasing cost of research

* Specialization and the emergence of micro-biotech (5 people biotech startups)

* Foundations like the Bill and Melinda Gates Foundation that push for more collaboration amongst recipients of their grants (disclaimer: Collaborative Drug Discovery has received grants from the Gates foundation as well)

Burligame, CA - Collaborative Drug Discovery (CDD) (https://www.collaborativedrug.com)

CDD is growing and financially stable. Our software helps scientists manage, analyze and collaborate around their drug discovery data (chemistry and biology). We are are in a great position to support the evolution towards more collaboration, specialization and distribution in a market that has been historically closed and secretive. The model has been successful with academic labs, small biotech startups and very large collaborations (like the Gates foundation TB initiative or MM4TB in Europe). We are now gaining some traction with government agencies and the big pharmaceuticals.

I am hiring a full-stack software developer (https://www.collaborativedrug.com/pages/employment#h-1). As one of three developers, you need to be comfortable working or interested in building expertise at every level of the stack. Experience or interest in system administration and operations is nice to have though not required. We have many projects involving data visualization, data processing, scaling, security, privacy and other software challenges to make our scientific application collaborative, engaging and rewarding.

It is perfectly OK if you do not have experience with any of the languages or technologies we currently use (Rails/Ruby/JS/MySQL/Solr...) as long as you can learn those quickly. CDD is a great place if you want to have a lot of impact and like to take on projects and responsibilities.

If you are interested, contact work@collaborativedrug.com, you will get an answer from one of the developers (we do not have recruiters or HRs).

The main reason employees do not stick with companies as long in the Valley as in Seattle (or most likely anywhere else for that matter) is because a lot more people that work here want to start or join their own startup. And if they did not think about doing it initially, they will eventually get there since it is so much in the local culture.