HN user

jlafon

38 karma

Software Developer at OpenEye Scientific Software.

http://jlafon.io

Posts4
Comments33
View on HN

Many have commented here on the computational challenges of enumerating, storing, and searching very large virtual libraries. While molecules can be represented and stored as strings, that's an oversimplification of the problem (from a CS perspective). Scientists often want to search these large libraries in 2D and 3D, which requires computing & storing those coordinates. It can be cost prohibitive just to store the 3D coordinates for massive virtual libraries, even for large pharmaceutical companies. We've done this for 10^10 molecules [0]. If you are reading this and find this type of problem interesting, checkout www.eyesopen.com/careers

[0] https://pubs.acs.org/doi/10.1021/acs.jcim.9b00779 "Virtual Screening in the Cloud: How Big Is Big Enough?"

OpenEye Scientific | Santa Fe, NM | Onsite/Fulltime | http://www.eyesopen.com/careers

OpenEye Scientific Software provides software to the Pharmaceutical Industry for molecular modeling and cheminformatics. It has done so since 1997 in its continuing mission to provide novel software, new science and better business practices to the industry. Central to our approach is the importance of shape and electrostatics as primary variables of molecular description, platform-independent code for high-throughput 2D and 3D modeling, and a preference for the rigorous rather than the ad hoc.

We have three open positions in Santa Fe, NM. Some of the technologies we use are Python, Go, C++, Django, Docker, and AWS. We are growing our small team and looking for talented backend engineers and DevOps engineers.

Santa Fe is a beautiful mountain town with excellent outdoor recreation (hiking, skiing, cycling) as well as art, music & food culture.

First of all, I'm not defending what is obviously predatory. However, there is more involved then what you might think at first glance. Right or wrong, correctional facilities have reasons to discourage phone calls (context: I put myself through college working at a maximum security prison). Calls are supposed to be monitored (usually done manually) to prevent criminal business from being done on prison phones - and there are never enough people to listen to all calls. There are never enough phones either, which frequently causes tension between inmates using phones and those waiting for them. In higher security levels phones are labor intensive. An officer has to escort a (potentially dangerous) person from their cell to the phone, and stand there for the duration of the call. And to the article's point, it's such a problem that prepaid phone cards are a form of currency on the inside.

Author of the paper here. The file operations are distributed strictly without links, otherwise we could make no guarantees that work wouldn't be duplicated, or even that the algorithm would terminate. We were lucky in that because the parallel file system itself wasn't POSIX, so we didn't have to make our tools POSIX either.

For those interested, here are a couple of differences between this and django-debug-toolbar (an excellent, widely used utility that also provides SQL inspection).

1. django-debug-toolbar can be difficult to enable if you aren't serving from localhost (for security reasons, because your settings are included in the UI). This project looks much simpler to enable, as you just set DEBUG=True in your settings.

2. django-debug-toolbar provides its information through a UI component embedded in your own UIs, but it doesn't help you with profiling HTTP APIs that don't have a UI. In contrast, this project puts some profiling information in the response headers, and SQL logs are sent to a logger. I think this use case is where Django Query Inspector shows a lot of utility.

I'm trying to understand this too. This is only a problem if the OAuth provider (Google, Twitter, etc) does not validate the URL that the client is trying to redirect the user to after the user has authorized the app, correct?

If you did a line for line transliteration, did you use any of Go's concurrency features such goroutines or channels? I ask because I find that when I translate a program from Python to Go that it's beneficial to structure the program differently so that I can use goroutines.

Front end web developer, OpenEye Scientific Software - Santa Fe, NM

Email hr@eyesopen.com for details. About OpenEye Scientific Software, Inc: OpenEye Scientific Software provides software to the pharmaceuticals industry for molecular modeling and cheminformatics. It has done so since 1997 in its continuing mission to provide novel software, new science and better business practices to the industry. Central to our approach is the importance of shape and electrostatics as primary variables of molecular description, platform-independent code for high-throughput 2D and 3D modeling, and a preference for the rigorous rather than the ad hoc. With offices in the United States, Germany & Japan, OpenEye Scientific Software is a global company. However, with fewer than 50 employees we offer a unique working culture. We believe that work should be fun and our working environment supports this philosophy. For the third year we have been a recipient of the Alfred P. Sloan Award for Business Excellence in Workplace Flexibility. FRONT END WEB DEVELOPER Location: Santa Fe, New Mexico Employee type: Full-time Industry: Computer Science, Biotechnology Manages others: No Job Type: Information Technology Education: BSc degree Experience: 3 or more years Travel: Occasional Post date: January 2014 Relocation covered: Yes Contact information Send cover letter and resume to: OpenEye Scientific Software Recruiting 9 Bisbee Court, Suite D Santa Fe, NM, 87508 Contact information Send cover letter and resume to: OpenEye Scientific Software Recruiting 9 Bisbee Court, Suite D Santa Fe, NM, 87508 or email to hr@eyesopen.com. Job Description: The ideal candidate for this position is someone who can design and implement interactive web interfaces. The candidate should understand user interface design, and be familiar with state of the art web application technologies. Although the position is primarily for interfaces, the candidate should have an understanding of how interactive web applications work. You will be working in a small focused team that is envisaging how we build applications for deployment on Amazon Web Services and delivery via the web browser. You are not expected to be a seasoned chemist, but expect to pick some chemistry up along the way. Requirements: * BSc degree in computer science, or a similar area. * Minimum 3 years of experience in a similar position. * Proven track record of deploying interactive web interfaces using HTML5 & CSS3. * Requires experience as follows: * Use of CSS, optionally using SASS or Compass. * Use of Bootstrap or similar frameworks. * Use of JavaScript and Ajax via CoffeeScript. * Use of jQuery, Dojo, AngularJS, Closure, Ember or similar JavaScript libraries. * Use of real time technologies such as WebSockets and other HTML5 advancements. * Use of testing frameworks associated with these technologies. For example Selenium, Jasmine, PhantomJS or similar. * Use of mockup software such as Balsamiq, Moqups or similar. * Software development using Windows, Linux, and Unix operating systems and common browsers they support (with an appreciation of there numerous idiosyncrasies). Desired experience as follows: * Use of Python. * Use of Python web frameworks such as Django, Flask and Tornado. * Appreciation of Amazon Web Services. OpenEye Scientific Software is an Equal Opportunity Employer

Keybase.io 12 years ago

This looks pretty cool! I like the story flow.

You might want to include some links that explain what the keys are, what PGP is, etc - because not everyone who lands on your site will know.

Yeah, it's probably a developer focused mindset, but I'm a developer.

Without a test suite, it makes it very difficult for anyone to contribute, because there isn't a clear way to tell if they broke something. How do you decide to accept a pull request?

Then there is the entire issue of security. Without proper tests, how can you test that login/logout/sessions work? How can you tell if the csrf token is present? The list goes on.

What about databases? Does it work with Postgres? MySQL? How do you know?

I'll say it again, I think it's a cool project - but it needs tests. Tests are a developer's best friend.

I wasn't counting the default django 1 + 1 test, but I did find one actual test. It's obvious that a lot of work was put into this, and I think it has potential. My suggestion to the creators is to start with tests from the beginning. However, it's not too late to start now and add tests for everything. It's a lot of work initially, but it will pay off for years to come.

Front end web developer, OpenEye Scientific Software - Santa Fe, NM

Email hr@eyesopen.com for details. About OpenEye Scientific Software, Inc: OpenEye Scientific Software provides software to the pharmaceuticals industry for molecular modeling and cheminformatics. It has done so since 1997 in its continuing mission to provide novel software, new science and better business practices to the industry. Central to our approach is the importance of shape and electrostatics as primary variables of molecular description, platform-independent code for high-throughput 2D and 3D modeling, and a preference for the rigorous rather than the ad hoc. With offices in the United States, Germany & Japan, OpenEye Scientific Software is a global company. However, with fewer than 50 employees we offer a unique working culture. We believe that work should be fun and our working environment supports this philosophy. For the third year we have been a recipient of the Alfred P. Sloan Award for Business Excellence in Workplace Flexibility.

FRONT END WEB DEVELOPER

Location: Santa Fe, New Mexico Employee type: Full-time Industry: Computer Science, Biotechnology Manages others: No Job Type: Information Technology Education: BSc degree Experience: 3 or more years Travel: Occasional Post date: January 2014 Relocation covered: Yes Contact information Send cover letter and resume to: OpenEye Scientific Software Recruiting 9 Bisbee Court, Suite D Santa Fe, NM, 87508 Contact information Send cover letter and resume to: OpenEye Scientific Software Recruiting 9 Bisbee Court, Suite D Santa Fe, NM, 87508 or email to hr@eyesopen.com. Job Description: The ideal candidate for this position is someone who can design and implement interactive web interfaces. The candidate should understand user interface design, and be familiar with state of the art web application technologies. Although the position is primarily for interfaces, the candidate should have an understanding of how interactive web applications work. You will be working in a small focused team that is envisaging how we build applications for deployment on Amazon Web Services and delivery via the web browser. You are not expected to be a seasoned chemist, but expect to pick some chemistry up along the way. Requirements: * BSc degree in computer science, or a similar area. * Minimum 3 years of experience in a similar position. * Proven track record of deploying interactive web interfaces using HTML5 & CSS3. * Requires experience as follows: * Use of CSS, optionally using SASS or Compass. * Use of Bootstrap or similar frameworks. * Use of JavaScript and Ajax via CoffeeScript. * Use of jQuery, Dojo, AngularJS, Closure, Ember or similar JavaScript libraries. * Use of real time technologies such as WebSockets and other HTML5 advancements. * Use of testing frameworks associated with these technologies. For example Selenium, Jasmine, PhantomJS or similar. * Use of mockup software such as Balsamiq, Moqups or similar. * Software development using Windows, Linux, and Unix operating systems and common browsers they support (with an appreciation of there numerous idiosyncrasies). Desired experience as follows: * Use of Python. * Use of Python web frameworks such as Django, Flask and Tornado. * Appreciation of Amazon Web Services.

OpenEye Scientific Software is an Equal Opportunity Employer