Live data from Hacker News

Ask HN: Who is hiring? (June 2020)

news.ycombinator.com

221–230 of 697 posts

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

#221
Sure, Inc | https://sureapp.com | Santa Monica, CA or New York, NY | Full Time | Onsite (Remote during COVID-19) | $120-$180k At Sure, our mission is to improve every aspect of insurance. Our teams have created the experiences that are changing how current and future generations get protected.

We're looking for team members who are big thinkers in all areas, including Backend, Frontend, Data, Devops, Design, Marketing, BD, Technical Account Management, and Product Management.

Roles: Frontend Engineer (React), Backend/Server (Python), Devops (AWS), Product Designers (Figma), Product Managers, QA Engineers, Technical Account Managers, etc.

Get in touch: https://jobs.lever.co/sure

PS: We have previously hired folks who reached out via HN. It really works!

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

#222

Framebridge | Dev Team Lead | Rails, VueJS | Full-Time | DC/KY | https://framebridge.com Hello peeps! I'm looking for a software product team lead here at Framebridge! We've modernized custom framing, designing frames online and in retail stores and building our frames in Richmond, KY. The team lead will report to me and will work on either eCommerce or Manufacturing tools -- both managing a small team and doing hand…

Not looking for a job but just want to +1 this tech stack. I've worked with a very similar stack, and it was a nice way to work.

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

#223
Carta | Software Engineer, Site Reliability Engineer | SF, Palo Alto, Seattle, New York, Rio, Waterloo | ONSITE, VISA | FULLTIME

Carta is hiring experienced software engineers at the Senior, Staff, Senior Staff, and Principal levels in San Francisco, Palo Alto, Seattle, New York City, and Rio de Janeiro to build products and services powered by Carta’s ownership graph: the central registry of asset ownership across the globe.

Our stack is Python (Python 3!), Django, React, Postgres, Redis.

We offer competitive benefits:

  * Health, dental, vision, and life insurance
  * Competitive PTO and unlimited sick time
  * US & Rio: 401k matching program
  * Canada: RRSP matching
  * US & Rio: Commuter benefits
  * Catered lunch and unlimited snacks
  * Cell phone stipend
  * Unlimited reimbursement for work related books
Current Openings:

* Senior Software Engineer: https://grnh.se/3f6c29ad3us

* Site Reliability Engineer: https://grnh.se/827d18f93us

* Senior Product Designer: https://grnh.se/e3edc97d3us

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

#224
Akkio | Cambridge/Boston MA | Full-Time | Full Stack, Front End, and Back End | akk.io/jobs

We're looking for extremely talented software engineers interested in building the future of AI. This is a rare opportunity to get in on the ground floor of a well-funded AI startup. Report directly to the technical CEO. Offers come with substantial equity grants and our culture is built around shared wins, so success drives large career, financial, and personal growth. To be the right fit you must have a bias to GSD and be excited to work in a small, dynamic startup team. Apply via email to careers@akk.io or online at https://www.akk.io/jobs

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

#225
Epirus | Electrical, Mechanical, and Systems Engineers (and others) | Los Angeles | On-site | Full-Time

Epirus is a venture-backed startup specializing in agile development of advanced defense systems. Our team combines decades of aerospace & defense experience with Silicon Valley innovation in order to address 21st century threats, such as drones and other asymmetric technologies.

We're growing fast, with great investor and customer support. We just moved into a new office/warehouse facility where we're building our first full-scale product, and we've got multiple new product lines in the works. Come help us build some awesome, innovative products and have fun with the exciting demos we put on for our customers!

Learn more at https://www.epirussystems.com/careers

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

#226
Printavo | Chicago, IL | Full-time | Remote (US) | https://www.printavo.com

I started Printavo from running a screen printing business in college. We needed simple, software to keep track of our orders as they came in. The solutions that were available were complicated and expensive. I built Printavo to fix this.

Today, we're bootstrapped, profitable and a team of 13 in downtown Chicago. We're looking for an another Software Engineer to join and help us continue to grow.

Please email bruce@printavo.com to chat more.

Job description: https://angel.co/company/printavo/jobs

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

#227
Highstreet Mobile | Android Engineer | Utrecht (near Amsterdam), The Netherlands | Onsite/Remote (EU) | Full Time | https://jobs.highstreetmobile.com/android-engineer/en Highstreet Mobile's mission is to connect people to the brands they love. We are a team of makers and we've built a SaaS product for fashion brands. We enable brands to give an amazing shopping experience to their customers. Our customers get a native mobile shopping app for Android and iOS that we constantly refine and extend.

You'll be joining the team that is responsible for the core library that powers our Android apps. The core library provides all app capabilities, from API calls to UI, but can be extended to meet customer needs. We care deeply about the user experience and you'll be working closely with the design team when implementing new features and improvements. Our automated unit tests and extensive code reviews make sure code quality remains up to par.

Technologies we use: Kotlin / Java / RxJava / Dagger / OkHttp / Glide

Apply via the link above or contact me at thomas@highstreetmobile.com if you’d like to know more.

https://jobs.highstreetmobile.com/android-engineer/en

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

#228
post #60

Gravitational (YC S15) | Systems Engineer | Seattle, Oakland, US, Remote OK | https://gravitational.com Do you enjoy building security and deployment tools for other engineers? Join us to hack on open source software anywhere in the U.S. Most of our code is Go, we have very little technical debt, our codebase is clean and small. We expect you to be comfortable with the following: * Go. * Linux, networking. * Scalabil…

Your website says you have a Toronto office; would this position be available there?

yep

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

#229

Inpher ( https://www.inpher.io/ ) | New York (USA), Lausanne (Switzerland), Paris (France) | Software Engineers | Full-time | Onsite At Inpher, we believe that privacy and security are foundational to the future of computing and have built enterprise products to make this vision a reality. We are a small team of veteran founders, world-renowned cryptographers and proven software engineers. We are headquartered in New…

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 = (x - (611939 * divisor1)) == 145767
  modconstraint2 = (x - (598463 * divisor2)) == 109572
  
  s.add(modconstraint1, modconstraint2, x > 0)
  s.check()
  
  email_bin = '{0:b}'.format(s.model()[x].as_long())
  email_b128 = []
  for i in xrange(0, len(email_bin), 7):
      email_b128.append('0' + email_bin[i : i+7])
  
  email_bytearr = map(lambda c: str(unichr(int(c, 2))), email_b128)
  print(reduce(lambda x, y: x + y, email_bytearr, '') + '@inpher.io')

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

#230
DrChrono (YC SW11) | iOS, Full-Stack, Backend, DevOps| Sunnyvale, CA; Los Angeles, CA; Hunt Valley, MD | ONSITE, REMOTE, FULL-TIME, VISA

If revolutionizing healthcare excites you, join our growing team and help us achieve our mission to build better software for doctors and patients and improve healthcare for all. drchrono was founded and is led by two software engineers, Michael Nusimow and Daniel Kivatinos. Unlike other healthcare companies, our company is built from the ground up to address modern healthcare through technology and innovation. We believe in open APIs and being part of an open ecosystem.

Come join us!

iOS Engineer: https://jobs.lever.co/drchrono/0b8dd910-da42-4284-8db6-b3b7e...

Senior Dev Ops Engineer: https://jobs.lever.co/drchrono/b5e38308-0795-4f5c-9627-79fe5...

Engineering Manager: https://jobs.lever.co/drchrono/c666052e-c828-43fe-8361-25e1e...

Senior Software Engineer: https://jobs.lever.co/drchrono/8f0e9a1e-8681-42d7-aa98-c23e6...

Post reply on HN