-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add community rules, how-to-ask-report-and-request and hacking pages #1
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
I think can add on crypto / mining related stuff that should be prohibited / requests wont be entertained... |
We'll probably wanna add a Note Note section Important Important section or Caution Caution section For a couple languages. Lua probably just needs a note (or Node probably deserves a caution section about NPM self upgrade. And Python should have a important or caution section about NumPy, and other modules with a lot of native C/Fortran/Rust code. See: GitHub Flavored Markdown documentation for the alert labels extension. |
@truboxl Mining and making profits using cryptocurrency is out of Termux scope. We would not want to serve such issues, especially when person who submitted such issue knows nothing about mining but watched a scam video on YouTube and now tries to set up a coin faucet click bot for "mining". Real mining on public blockchain networks using a mobile device isn't possible as ratio The software for setting up full blockchain nodes should be acceptable for packaging, although it could be difficult to set up as require hundreds of gigabytes of available storage space (need to download and store lots of data). |
Thanks @sylirre for the approval. Forgot to add your co-authrored tag, since many parts were based on your wiki and reddit docs. Also added your gem phrase, you probably know which ;) @truboxl Yeah, mining could be added. I think I should add a @TomJo2000 Yeah, it would be great to use that, but docs are currently being written so that they can be viewable locally without an internet connection in the Termux app itself, which uses the Bold could be used for important stuff, or possibly an icon can be added.
For packages related changes, either post them here, or push commits in my pulls or you can send a pull later once my pulls are merged. I don't have time for writing those changes myself, a lot already |
Ok I suppose can add a more general And then there's piracy also which is a very grey area at the moment. But let's think of that for next round. |
Petition to add "API in a trenchcoat" packages to the exclude list. |
What concerns do you have about API adapters? I think they are good to be added if doesn't violate service ToS. Of course multiple clones of the same tool shouldn't be requested. For something that is looking too raw, there is a TUR repository: https://github.com/termux-user-repository/tur |
TUR, maybe. |
AI is going to be part of the future, even if everyone is not too enthusiastic about it and there are legitimate use cases for AI based tools in Termux for general users, and also by commercial companies. There are lot of wrappers or implementing a spec based packages, not just for AI, I don't see anything necessarily wrong with them and they are not for destructive purposes either. The project being well known rule would still apply to any wrapper that is requested to be added that we have for other packages, every willy nilly wrapper shouldn't of course be added. We still package some tools that are based on interpreted languages if useful and worthy enough. Careful selection is the way to go instead of outright exclusion IMO. |
Oh I've long since given up on being an AI hater, now I'm just a indigent maintainer dreading having to maintain and support all this AI stuff I have little to no use or interest for. |
Will go through the text within a day. I suggest we break all the lines to make it easier to review (and and in the future), diff's are hard to look at when lines are long. Will open a PR against the site branch |
No hurry since site changes will be done after pre-release. As for breaking lines, yes, diff can be harder to read, even though there is highlighting, but markdown/html rendering should be left to viewer/browser. When you wrap lines at some x length, then on devices with screen width larger than x (like laptop or large monitors), the text would not consume all the available container |
Sorry, dude, your hate has already been recorded, bu AI overlords won't kill you, they will just punish you by making you moderate their communities, have fun! |
I have no mouth and I must PR. |
I agree for html, but think that line-wrapping in markdown is preferred. I thought the generated html would be the same with or without linebreaks, but checked locally with jekyll and that is not the case. So alright, this will not be the hill I die on |
e41a39d
to
cd8a194
Compare
|
… pages Various parts from wiki and reddit were used which were authored by Sylirre Ted authored parts for hacking and how to ask questions pages in tstein/termux.github.io@7734ba0 and tstein/termux.github.io@b02b00e See also https://wiki.termux.com/wiki/Hacking Co-authored-by: @agnostic-apollo <[email protected]> Co-authored-by: @sylirre <[email protected]> Co-authored-by: @tstein <[email protected]>
Pages temporarily viewable at https://github.com/termux/termux-community/blob/site/site/pages/en/index.md
DO NOT MERGE! Termux site changes need to completed first.
I have updated the community rules, especially for hacking exemptions that were raised internally. Let me know what you termux members and moderators think.
Related pull at termux/termux-packages#18887