mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
update and add jobs
This commit is contained in:
parent
17663ecd51
commit
337c5c6eb8
8 changed files with 28 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Backend Engineer
|
title: Backend Engineer
|
||||||
order: 5
|
order: 6
|
||||||
status: active
|
status: active
|
||||||
location: remote (global)
|
location: remote (global)
|
||||||
---
|
---
|
||||||
|
|
|
@ -1,18 +1,12 @@
|
||||||
---
|
---
|
||||||
title: Application Engineer
|
title: Application Engineer
|
||||||
order: 3
|
order: 4
|
||||||
status: active
|
status: active
|
||||||
location: remote (global)
|
location: remote (global)
|
||||||
---
|
---
|
||||||
|
|
||||||
Applications play a tremendous role in the success of the LBRY protocol and are how almost everyone uses the LBRY network.
|
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.
|
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.
|
Being able to showcase previous experience creating delightful, engaging applications is beneficial for obtaining this position.
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Blockchain Lead
|
title: Blockchain Engineer
|
||||||
order: 1
|
order: 2
|
||||||
status: active
|
status: active
|
||||||
location: remote (global)
|
location: remote (global)
|
||||||
---
|
---
|
||||||
|
|
11
content/jobs/community-manager.md
Normal file
11
content/jobs/community-manager.md
Normal 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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Protocol Engineer
|
title: Protocol Engineer
|
||||||
order: 2
|
order: 3
|
||||||
status: active
|
status: active
|
||||||
location: remote (global)
|
location: remote (global)
|
||||||
---
|
---
|
||||||
|
|
|
@ -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.
|
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,
|
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
|
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
|
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
|
You'd have a lot of freedom (and therefore responsibility) to set security priorities for LBRY. Experience in the blockchain
|
||||||
world is a plus.
|
world is a plus.
|
||||||
|
|
9
content/jobs/senior-partnership-manager.md
Normal file
9
content/jobs/senior-partnership-manager.md
Normal 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.
|
|
@ -1,12 +1,9 @@
|
||||||
<section>
|
<section>
|
||||||
<h3 id="<?php echo trim(str_replace(' ', '-', strtolower($metadata['title']))) ?>">
|
<h3 id="<?php echo trim(str_replace(' ', '-', strtolower($metadata['title']))) ?>">
|
||||||
<?php echo $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']): ?>
|
<?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 ?>
|
<?php endif ?>
|
||||||
</h3>
|
</h3>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue