Ask Lemmy
A Fediverse community for open-ended, thought provoking questions
Please don't post about US Politics.
Rules: (interactive)
1) Be nice and; have fun
Doxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them
2) All posts must end with a '?'
This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?
3) No spam
Please do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.
4) NSFW is okay, within reason
Just remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either [email protected] or [email protected].
NSFW comments should be restricted to posts tagged [NSFW].
5) This is not a support community.
It is not a place for 'how do I?', type questions.
If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email [email protected]. For other questions check our partnered communities list, or use the search function.
Reminder: The terms of service apply here too.
Partnered Communities:
Logo design credit goes to: tubbadu
view the rest of the comments
How much Google controls the software experience and locks it down.
Currently I wish I could run a local HTML/CSS/JS App on my browser (like you can easily do in any desktop OS) but I can't.
From what I know, we've been able to do this for at least 15 years.
https://stackoverflow.com/questions/36632649/running-node-js-on-android
Thank you, I'll look into this! Unfortunately, since my phone is Android 13, it doesn't look like Termux would function properly, and the rest of the answers are very old and seem to require lots and lots of setup. What is the easiest way?
Install the f-droid store and see if you get it through there
Installing it isn't the problem. Getting it to run without randomly quitting is the problem.
Ah gotcha, yeah I guess battery saver features would cause some issues asides possible os extended support
Update: I got node.js to do a simple program. Now, I want it to run a much larger program involving playing audio.
Update 2: I can't get node.js to play any audio, and I cannot install the non dependencies for some reason.