Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #174

Open
shiv810 opened this issue Oct 17, 2024 · 4 comments
Open

Test #174

shiv810 opened this issue Oct 17, 2024 · 4 comments

Comments

@shiv810
Copy link
Collaborator

shiv810 commented Oct 17, 2024

Test values a lot.1 More things about the issue here

Footnotes

  1. ⚠ 74% possible duplicate - Test

@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@ShivTestOrg ShivTestOrg deleted a comment from test-app-ubo bot Nov 1, 2024
@shiv810
Copy link
Collaborator Author

shiv810 commented Nov 1, 2024

@ubosshivaditya what can you tell me about the planned XP features? Can you summarize all of the most recent plans?

Copy link

test-app-ubo bot commented Nov 1, 2024

The planned XP features involve deriving XP based on the total rewards earned. The system has not yet been implemented but allows for modification of the total XP with any positive or negative number, and this can be associated with any GitHub issue 1. This system is part of a broader conversation around dynamic compensation systems and governance within the Ubiquity platform. The XP system is seen as a way to incentivize or disincentivize behaviors, tracking contributor engagement and performance 2.

Citations:

Footnotes

  1. XP rewards as a form of payout but I think maybe not a priority. Now the plan is to derive XP based on total rewards earned. GitHub Issue

  2. Alexander will develop and implement the XP system for governance within the Ubiquity platform. GitHub Issue

@shiv810
Copy link
Collaborator Author

shiv810 commented Nov 1, 2024

I want to know more about ncc being used to compile plugins Could you tell me about that @ubosshivaditya ?

Copy link

test-app-ubo bot commented Nov 1, 2024

The use of ncc to compile plugins is primarily to optimize and streamline the deployment process for JavaScript code. By compiling JavaScript with ncc, it reduces the need to install Node.js and all related dependencies on the server where the code will run. This leads to a near-instant cold start time, as the compiled code can be executed immediately without the overhead of dependency installation 1. However, there is a trade-off involved. While this approach enhances performance and simplifies deployment, it may result in less maintainability. The original source code isn't included in the deployment package, but this can be mitigated by storing the TypeScript source code separately and including a comment explaining how to compile it within the file 2. This approach is beneficial for environments where rapid deployment and minimal resource usage are critical. It allows developers to focus more on building features rather than dealing with infrastructure complexities 1.

Citations:

Footnotes

  1. "Probably best to compile the js with ncc. This will allow us to skip on installing node and all the dependencies and allow for a near instant cold start time." 2

  2. "In exchange for possibly less maintainability because we won’t have the original source code here. However we can store the source code (typescript) in a separate file and have a simple comment inside explaining how to compile it to be placed within this file."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant