Live data from Hacker News

Ask HN: Who is hiring? (November 2017)

news.ycombinator.com

661–670 of 1001 posts

Re: Ask HN: Who is hiring? (November 2017)

#661
Microsoft (Chakra JavaScript Runtime team) | Software Engineer | Seattle (Redmond) | On-Site | Full-time

The Chakra JavaScript runtime team works on Chakra (the JavaScript runtime that powers Edge and other Microsoft properties), and ChakraCore (the Open Source heart of Chakra). We work primarily in the open, with standards bodies and the Node community, to help make JavaScript and the web better for developers everywhere.

We are looking for somebody with deep Linux/OS X performance investigation expertise to come join us on our mission to make JavaScript fast with Chakra on these platforms. You must be eligible to work in the US, have 5+ years of experience writing high-performance C++ code, have some background writing JavaScript (either for the web or Node), have expertise in low-level performance tooling and investigations and be interested in participating in technical discussions in the open with both internal partners and external communities. Compiler/Runtime experience is a plus, as is experience with API design. You will be required to pass Microsoft background checks prior to the start of employment and periodically thereafter. Further details regarding this process will be provided in follow up correspondence.

If you think you meet the requirements, and this sounds like fun, send us a short intro + resume to chakracore (at) microsoft (dot) com.

Re: Ask HN: Who is hiring? (November 2017)

#662
NationBuilder | Engineering Manager | Los Angeles, Remote | Full Time

NationBuilder creates software for leaders of all spectrums - political candidates, nonprofit organizations, anyone building a community of people to make change happen in the world. To learn more about NationBuilder, read about our mission http://nationbuilder.com/mission.

You can find more information about the position http://nationbuilder.com/engineering_manager

Re: Ask HN: Who is hiring? (November 2017)

#663
Preferred Networks | AI Researchers | Tokyo and California | ONSITE, VISA, https://www.preferred-networks.jp/en/

We are a growing startup with more than 100 members based in Tokyo, focusing on developing AI solutions for autonomous driving, robotics, and bio-healthcare. We love open source; we are actively developing the deep learning framework Chainer (https://github.com/chainer/chainer).

We recently announced the launch of one of the largest private GPU clusters in the world with 1,024 NVIDIA Tesla P100 GPUs, in addition to currently available 500+ GPUs: https://www.preferred-networks.jp/en/news/pr20170920

In August, we received an investment of $95 million from Toyota: http://newsroom.toyota.co.jp/en/detail/18012355/

We are looking for talented researchers with skills related to:

- Autonomous Driving

- Computer Vision

- Robotics

- Deep Learning

- Reinforcement Learning

- NLP

- Bioinformatics

- FPGA/ASIC design

- etc. (please see our website for all available roles)

Learn more about our research and activities here: https://www.preferred-networks.jp/en/activities

We have a western-style working environment with attractive salaries and benefits in the heart of Tokyo. Ability to communicate in either English or Japanese is OK. We have a flat hierarchy, so you can expect your opinion to count. Experience a Silicon Valley-like culture - while living in Japan! We are mainly hiring for our Tokyo office, but some positions are also available at our Berkeley office in California.

More job details and application instructions can be found at https://www.preferred-networks.jp/en/job

Re: Ask HN: Who is hiring? (November 2017)

#664
Preferred Networks | AI Engineers | Tokyo and California | ONSITE, VISA, https://www.preferred-networks.jp/en/

We are a growing startup with more than 100 members based in Tokyo, focusing on developing AI solutions for autonomous driving, robotics, and bio-healthcare. We love open source; we are actively developing the deep learning framework Chainer (https://github.com/chainer/chainer).

In August, we received an investment of $95 million from Toyota: http://newsroom.toyota.co.jp/en/detail/18012355/

We are looking for great engineers that are able to handle challenging tasks related to:

- Edge devices, Embedded programming, Compilers, LLVM backend development.

- Computer Networking, SDN/SDI, Network optimization and congestion control enhancement, Mobile devices reliability enhancement

- HPC, High Speed Interconnect, Supercomputer design and operation

- Hardware description languages (VHDL, Verilog, RTL)

- Software engineering, Software testing, CI, UI, front-end development

- Cloud service integration, Container technology, OS virtualization

- etc. (please see our website for all available roles)

We have a western-style working environment with attractive salaries and benefits in the heart of Tokyo. Ability to communicate in either English or Japanese is OK. We have a flat hierarchy, so you can expect your opinion to count. Experience a Silicon Valley-like culture - while living in Japan! We are mainly hiring for our Tokyo office, but some positions are also available at our Berkeley office in California.

More job details and application instructions can be found at https://www.preferred-networks.jp/en/job

Re: Ask HN: Who is hiring? (November 2017)

#665
post #100

Please upvote all comments disclosing salary range. https://news.ycombinator.com/item?id=15601810 Ctrl/Cmd+F search: 0k

This is a great idea. I wrote a little JS snippet to paste into your browser's console to do this automatically. It iterates through all comments and upvotes any with a salary range / salary in the job description. Happy to make edits if you find a post doesn't match and it should—or vice versa. Upvotes are limited to 1 every 2s.

    var r1 = /(\$|£|€|)\d+(k|K)/m
    var r2 = /\d+-\d+(k|K)/m
    var r3 = /\d+(k|K) EUR/m
    var candidates = [r1, r2, r3];
    var linkQueue = []
    var comments = document.getElementsByTagName("tr")
    for (var i in comments) {
        var comment = comments[i];

        if (comment.className && comment.className.indexOf("athing comtr") != -1) {
            for (var j in candidates) {
                if (comment.innerHTML.search(candidates[j]) != -1) {
                    var linkElements = comment.getElementsByTagName("a");
                    for (var k in linkElements) {
                        var link = linkElements[k]

                        if (link.id && link.id.startsWith("up_") && (!link.className || (link.className && link.className != "nosee"))) {
                            linkQueue.push(link);
                        }
                    }
                }
            }
        }
    }

    var identifier = setInterval(function() {
        var link = linkQueue.pop();
        if (link) {
            link.click();
            console.log(link);
        } else {
            clearInterval(identifier);
        }
    }, 2000);

Re: Ask HN: Who is hiring? (November 2017)

#666
PigeonLab (Pigeonhole Live) | Multiple Positions | Full Time ONSITE Singapore, VISA | $65k - $100k SGD | https://pigeonholelive.com

Pigeonhole Live makes meetings and events more interactive and engaging for both participants and speakers. Customers use our live/crowdsourced Q&A, real-time polls and digital agendas at their town halls, conferences, webinars, conference calls and more.

We have several open positions:

- Site Reliability Engineer (DevOps)

- JavaScript Software Engineer

- PHP Software Engineer

- Product Designer

If you're interested, please indicate HN when emailing lyon (at) pigeonlab (dot) com

Re: Ask HN: Who is hiring? (November 2017)

#667
post #191

Sourcegraph ( https://sourcegraph.com ) | Software Engineer | San Francisco, CA | REMOTE, Salary: $100-200K + equity Sourcegraph is the best way to read and write code with your team. As a programmer, you spend hours every day trying to answer simple questions with outdated, single-player tools that force you to constantly context-switch away from your code. Sourcegraph brings discussion and review to your editor in…

I looked at your careers page, and it seems you are only looking for senior positions?

Re: Ask HN: Who is hiring? (November 2017)

#668
Imgur | San Francisco | Full Time | Full Stack, Data Analyst | ONSITE/REMOTE (US only)

Imgur is the best place to share and enjoy the most awesome images on the Internet. Every day, millions of people use Imgur to be entertained and inspired by funny, heartwarming and helpful images and stories from all around the world. Come have an impact on the lives of millions of people, while working in a fun and collaborative environment. We have a small engineering team, so each engineer is responsible for solving challenges at a massive scale.

Our tech stack consists of PHP, Go, Node, Redis, Memcached, MySQL, DynamoDB, and is all hosted on AWS. Our interview process is short and sweet. It consists of a phone screen with a recruiter, followed by a Skype coding interview, followed by a half day on site interview. Interested? Check out our open positions!

http://imgur.com/jobs If you have any questions about the open positions or want to know what it's like to work at Imgur (I'm one of the full stack devs) feel free to e-mail me at max@you know where.com

Re: Ask HN: Who is hiring? (November 2017)

#669
Caura & Co. | Seattle, WA | ONSITE/REMOTE | Full-time | AI Engineer | $180K-220K + substantial equity

Looking for an expert in natural language. We are re-inventing how technology companies contract with seasoned Data Professionals.

To apply, please contact me through my blog.

Re: Ask HN: Who is hiring? (November 2017)

#670
DataKitchen | Full Stack Principal/Lead Software Engineer | Boston/Cambridge, MA | ONSITE full-time https://www.datakitchen.io/

DataKitchen, Inc. enables analytic teams to deliver value quickly, with high quality, using the tools that they love. DataKitchen provides the world’s first DataOps platform for data-driven enterprises, enabling them to support data analytics that can be quickly and robustly adapted to meet evolving requirements. DataKitchen is leading the DataOps movement to incorporate Agile Software Development, DevOps, and manufacturing based statistical process control into analytics and data management. Our company is profitable, stable, rapidly growing and stock will be part of the package. We own the company -- ain’t got no stinkin’ investors to drive us crazy. Stack = (Angular, CoffeeScript, Python, AWS, big data, docker, mesos, mongodb)

We offer very competitive pay, benefits like a company funded 401K, experienced team (we all code), amazing customers, equity, and a cool office location.

Contact jobs@datakitchen.io

Post reply on HN