update and add jobs

This commit is contained in:
Jeremy Kauffman 2021-05-13 13:56:46 -04:00
parent 17663ecd51
commit 337c5c6eb8
8 changed files with 28 additions and 17 deletions

View file

@ -1,6 +1,6 @@
---
title: Backend Engineer
order: 5
order: 6
status: active
location: remote (global)
---

View file

@ -1,18 +1,12 @@
---
title: Application Engineer
order: 3
order: 4
status: active
location: remote (global)
---
Applications play a tremendous role in the success of the LBRY protocol and are how almost everyone uses the LBRY network.
LBRY maintains three applications:
- [lbry-desktop](http://github.com/lbryio/lbry-desktop) (JS/React), an Electron based desktop browser and wallet. This codebase also powers [odysee.com](https://odysee.com).
- [lbry-android](https://github.com/lbryio/lbry-android) (Java), a browser and wallet for Android. This codebase will also power a forthcoming Odysee Android app.
- [odysee-ios](https://github.com/lbryio/odysee-ios) (Swift), the Odysee mobile app.
Success at this position involves strength at both user-experience and programming. Application engineers are expected to play a substantial role in product vision and design.
Being able to showcase previous experience creating delightful, engaging applications is beneficial for obtaining this position.

View file

@ -1,6 +1,6 @@
---
title: Blockchain Lead
order: 1
title: Blockchain Engineer
order: 2
status: active
location: remote (global)
---

View file

@ -0,0 +1,11 @@
---
title: Odysee Community Manager (Creator Relationships)
order: 7
status: active
location: remote (global)
---
This position involves the acquisition of creators across defined verticals, as well as managing existing relationships. You must ensure enthusiasm for Odysee and participation in initiatives is high within your portfolio or region.
You must be able to create and lead multiple campaigns at a time. Experience with media or entertainment industry, especially with adjacent companies, is advantageous.

View file

@ -1,6 +1,6 @@
---
title: Protocol Engineer
order: 2
order: 3
status: active
location: remote (global)
---

View file

@ -8,9 +8,9 @@ location: remote (global)
This position would be our full-time first security hire, though we've always been a security-conscious company.
You'd be in charge of everything security-related: threat modeling and identifying vulnerabilities,
proposing solutions (and implementing them in some cases), reviewing design decisions for security
bugs, mitigating platform risk, running a bug bounty program, and so on. In addition, digital money presents its own set of
bugs, mitigating platform risk, running a bug bounty program, and so on. In addition, digital tokens present their own set of
challenges, both in terms of designing systems that are secure and easy-to-use, and in terms of
making us juicy targets for hackers.
making us appealing targets for hackers.
You'd have a lot of freedom (and therefore responsibility) to set security priorities for LBRY. Experience in the blockchain
world is a plus.

View file

@ -0,0 +1,9 @@
---
title: Senior Partnership Manager
order: 1
status: active
location: remote (global)
---
This job involves the acquisition of media partnerships, large content distribution partnerships (MCNs), and other commercial partnerships.
It also involves general creator acquisition and support for prominent creators. You must have experience with similar work within the media or entertainment industry.

View file

@ -1,12 +1,9 @@
<section>
<h3 id="<?php echo trim(str_replace(' ', '-', strtolower($metadata['title']))) ?>">
<?php echo $metadata['title'] ?>
<?php if (isset($metadata['status'])): ?>
<small class="meta">/ <?php echo $metadata['status'] ?></small>
<?php endif ?>
<?php if (isset($metadata['location']) && $metadata['location']): ?>
<small class="meta">/ <?php echo $metadata['location'] ?></small>
<small class="meta"><?php echo $metadata['location'] ?></small>
<?php endif ?>
</h3>
<br/>