Live data from Hacker News

Ask HN: Who is hiring? (June 2020)

news.ycombinator.com

361–370 of 697 posts

Re: Ask HN: Who is hiring? (June 2020)

#361
Square | Senior Software Engineer, Square Appointments | ONSITE, Denver, or REMOTE | https://squ.re/3eGN8d0

We’re building out a cohesive set of scheduling APIs and product features to help developers and merchants build ambitious products.

Square Appointments helps service professionals manage their calendar on the go. With Square’s online scheduling software, customers can always get access to their availability and confirm their appointments seamlessly online. Our software is the point of sale for the merchants and a tool for them to manage their time. As a senior engineer on Appointments, you will build products and services that are inspiring, meaningful and will fundamentally change the economy we know today. You will be responsible for technical architecture and design for our product, working closely with our product, design and engineering team.

Re: Ask HN: Who is hiring? (June 2020)

#362
Apple | Software Engineer | Cupertino, CA/San Diego, CA/Portland, OR/Austin, TX | Onsite

We’re the team that designs and develops the operating system for the Secure Enclave used in iOS, tvOS, watchOS, and macOS devices. We develop the full software stack, including the L4 microkernel, runtime libraries, hardware drivers, and more. We work very closely with Apple’s Silicon Engineering Group to help design the Secure Enclave hardware.

This is a great place to work if you’re into some combination of embedded, operating systems, and security.

Apply here: https://jobs.apple.com/en-us/details/200120834/trusted-kerne...

Re: Ask HN: Who is hiring? (June 2020)

#363
Auth0 (https://auth0.com/) | Seattle - Buenos Aires - London - Sydney - Tokyo - Remote | Full-time | Engineering

Auth0 is a Series E/650 employee company with major growth plans for 2020. Our vision is to provide the simplest and most secure identity platform for developers, to make the internet safer. Ultimately, we strive for an internet with fewer passwords. We're looking for people to join us on this journey.

Open jobs:

Data Engineer: https://jobs.lever.co/auth0/f36abe1a-fc52-41a1-8b58-2d9d44e7...

Data Scientist: https://jobs.lever.co/auth0/0c0d0824-cb71-4656-9038-41780e59...

Engineer, Platform - MongoDB/RDS: https://jobs.lever.co/auth0/698e5fcf-cdd8-4209-8231-30c5f5dd...

Senior Engineer, Customer Success and Billing: https://jobs.lever.co/auth0/c667d7c7-b7c5-49db-a3c3-fbebdd4c...

Software Engineer, Release: https://jobs.lever.co/auth0/c24c6cf8-9c18-4f0a-9a2b-6ef75dae...

Re: Ask HN: Who is hiring? (June 2020)

#364

Earlier quoted context omitted.

Unrelated to the job post itself, but I spotted the puzzle and couldn't help but try it out for a minute. Sadly, I couldn't get anything useful out of it; I have a guess as to what it should decode to but got nothing remotely close to ASCII from it. Perhaps I'm just not smart enough to pass the test? ;)

You're probably getting hung up on the "converting to base-128" part. Here's my solution. I wouldn't normally post it publicly, but I've emailed OP multiple times over the last couple months to apply for this position and have received no response, so maybe this is actually the best way to get around the spam filter: from z3 import * s = Solver() x = Int('x') divisor1 = x / 611939 divisor2 = x / 598463 modconstraint1…

Btw, python-z3 supports the % operator

  from z3 import Int, solve
  x  = Int('x')
  solve([x % 611939 == 145767, x % 598463 == 109572])
  [x = 243085550]
Also: please use python3, it's 2020 :( And a simpler conversion to base128 would be:

   print(''.join(chr((x // 128**i) % 128) for i in range(3, -1, -1)))

Re: Ask HN: Who is hiring? (June 2020)

#365
Sensor Tower | San Francisco, CA | Full-Time, Onsite | https://sensortower.com | VISA

Sensor Tower provides key metrics for everyone involved in the mobile ecosystem. Whether you’re a mobile app developer, a financial institution performing mobile market research, or a large brand thinking about your mobile initiatives, we provide your one-stop shop for due diligence.

Mobile app revenue grew by 27.8% from H1 2017 ($26.9B) to H1 2018 ($34.4B)[0] - and we’re excited to continue in our mission: to be the trusted source of mobile insights.

To learn more about who we are, our engineering culture, and whether this is the right place for you, read our Key Values profile: https://www.keyvalues.com/sensor-tower

Our open positions:

* Software Engineer, Infrastructure (SF): https://jobs.lever.co/sensortower/89f581f0-ef3f-4f1b-b28b-e9...

* Software Engineer, Infrastructure (Minsk): https://jobs.lever.co/sensortower/a97b90f1-158a-495c-b8af-41...

* (Senior) Full-Stack Software Engineer (SF): https://jobs.lever.co/sensortower/c171234a-4906-46c3-b609-7d...

* Ruby on Rails Developer (SF): https://jobs.lever.co/sensortower/a421feb6-2c0e-4f1b-adb1-84...

* Ruby on Rails Developer (Minsk): https://jobs.lever.co/sensortower/88ce6848-525d-40b0-bca1-96...

* Senior Full-Stack Engineer (Minsk): https://jobs.lever.co/sensortower/c6c3e152-8232-4af5-8e18-40...

* (Senior) Test Automation Engineer (Minsk): https://jobs.lever.co/sensortower/06f6649e-0d81-4431-bf37-78...

* Test Automation Engineer (SF): https://jobs.lever.co/sensortower/d8e282b5-861a-4495-a951-00...

We use Ruby on Rails, MongoDB, Knockout, and Go.

If you're interested or have questions, email: jobs [at] sensortower [dot] com

[0] https://techcrunch.com/2018/07/16/apples-app-store-revenue-n...

Re: Ask HN: Who is hiring? (June 2020)

#366
HyperCube | Software Engineer | New York, NY (NYC) & San Francisco Bay Area, CA (SF) & Tel Aviv, Israel | Full-time | https://grnh.se/7bf4a2f63us

Do you want to work on challenging machine learning and distributed systems problems? HyperCube is a real-time serving engine for deep learning retrieval applications.

Required experience

- We are looking for software engineers with at least 3 years of experience

- At least one scripting language, such as Python, Scala, etc.

- At least one compiled language, such as C++, Go, Java, etc.

Preferred experience, 2 or more of the following:

- At least one deep learning framework, such as Tensorflow, PyTorch, MXNet, etc.

- Building web-scale services and/or distributed systems

- Productionizing machine learning models and applications

- Embeddings and nearest-neighbor search algorithms

- Information retrieval (i.e. Lucene, Elasticsearch, database internals, etc.)

- Hardware acceleration (CPU, GPU, TPU, FPGA, etc.)

Our current tech stack: AWS, Kubernetes, Python, C++.

HyperCube is a distributed team with offices in New York, NY, San Mateo, CA, and Tel Aviv, Israel. Our team includes world-class scientists and engineers who built large scale ML applications and platforms (including Amazon SageMaker) at leading companies and cloud providers. We are passionate about building great solutions by pushing the boundaries of science and technology.

Apply here: (NYC) https://grnh.se/7bf4a2f63us (SF Bay Area): https://grnh.se/8af359d63us (Tel Aviv): https://grnh.se/ef65badd3us

Re: Ask HN: Who is hiring? (June 2020)

#367
Ultimate Software | Senior Software Engineer | San Francisco, CA or REMOTE | Fulltime

Ultimate Software/Kronos is a leader in HCM software. We truly put our people first. We strongly believe in teamwork, and we encourage and trust our people to reach higher, learn more, and live up to their potential. Ultimate is ranked #1 on Fortune's Best Places to Work in Technology for 2019 and #2 on the 100 Best Companies to Work For list in 2020. Ultimate is also ranked #2 on Fortune’s 75 Best Workplaces for Women and #9 on its Best Workplaces for Diversity list.

We are looking for a Senior Software Engineer to build the next-generation of features for Perception. Perception is a modern way for collecting and understanding employee engagement through surveys, helping businesses enhance their employees’ work experience and improve their performance. We help organizations uncover not only what employees are saying, but also how they truly feel about the workplace and leadership.

Our team is based in San Francisco, but we welcome candidates that want to work remotely from one of our offices across the United States or completely remotely from whatever they want.

- More about Ultimate Software: https://www.ultimatesoftware.com/careers/

- Apply for this opportunity here: https://www.linkedin.com/jobs/view/1884363970/

- More openings: https://recruiting.ultipro.com/USG1006/JobBoard/dfc53730-57d...

Re: Ask HN: Who is hiring? (June 2020)

#368
Not A Satellite Labs | Co-Founders (Marketing + Computer Vision) | Remote (U.S.) | https://notasatellite.com

We're building the world's first real-time map using a network of cameras aboard 77,000 daily commercial flights. Our approach lets us gather thousands of times more data at a fraction of the operational cost of building, launching, and maintaining satellites. Our competitors (Maxar, Planet) advertise daily updates; we've demonstrated 1,430 updates on a single coordinate in early tests using just a cell phone camera.

I've been building the prototype and handling the early-stage product market fit exercises in solo founder mode. I'm looking to bring on co-founders who can run the growth machine and assist me with the video ingestion engine. I currently have 145 customer commitments running on a negligible burn (~$100/month for feeler IG ads, a few bucks/mo for hosting). If you'd like to hear more about the business concept, current challenges or the product roadmap, shoot me an email (chris@notasatellite.com) or check us out @notasatellite.

Re: Ask HN: Who is hiring? (June 2020)

#369
Stella Connect | REMOTE (Americas time zones) | Rails Engineer | Full Time | https://stellaconnect.com

We're making life better for people who have really hard jobs: customer support. Our SaaS platform helps bring positive vibes into the contact center by humanizing the support person and asking end customers what was done right. We fix broken call QA practices with a coaching and growth-oriented replacement. We think about product and its impact on people who are rarely listened to by the people who make their software.

Since contact centers are fully remote right now, software that helps coach people and bring them positivity is important.

The dev team is fully distributed and has been since pre-Covid. You'll be working with an A-level team that knows how to collaborate well remotely.

The most important thing to know about Stella Connect is that we treat each other really well and support each other as human beings above all. This company is designed to be the best possible job you can have that supports you achieving your full potential. It's hard to explain until you talk to us and experience it. The grass is in fact greener here.

https://stellaconnect.com/careers/?gh_jid=2202073

Re: Ask HN: Who is hiring? (June 2020)

#370
Carta | ONSITE (WFH for now) | Full-time | https://carta.com | NYC - New York City, NY

Carta is building the network graph of asset ownership. We help 10k+ privately held companies and a growing number of public companies track who owns what. We're a series E company and offer very competitive benefits packages (equity, free lunch, 401K, fully subsidized personal healthcare, transportation and cell phone allowances, etc).

Specifically, the Enterprise team creates products to satisfy the needs of large private and publicly traded companies, such as equity management, foreign/domestic money movement, and brokerage (trading stock) services to name a few. Carta has over 800 employees and our last funding round (Series E) valued us at 1.7B. Our NYC office is located in 1 World Trade Center.

---------------------------------------------

Senior Full Stack Engineers

---------------------------------------------

Required:

* Minimum 4+ years professional software development experience

* Experience writing unit tests

* Experience with web applications/frameworks (frontend & backend)

Nice-to-have:

* Experience with Python and Django

* Experience with React

Drop a note to robert.balousek+june20 [at] carta [dot] com for more info.

Post reply on HN