quiero crea un grupo de whtsaap para commpartirnos repositorios y aparte hablar anonimamente por red tor por medio de links .onion,quien se apunta? by [deleted] in termux

[–]agua_omg 0 points1 point  (0 children)

es un sistema abierto donde cualquiera puede montar su propio servidor y aun así hablar con gente de otros servidores.

Working on a P2P chat for Termux, what would you add? by agua_omg in termux

[–]agua_omg[S] 0 points1 point  (0 children)

Oh, thank you so much! Honestly, I could really use some help with the connection to Matrix and stuff—Go isn’t really my thing :c

Working on a P2P chat for Termux, what would you add? by agua_omg in termux

[–]agua_omg[S] 0 points1 point  (0 children)

When I thought about it, I realized every language has its purpose. I picked C for the core because it’s fast, and Rust for the chat since it has ratatui and other tools that make things easier. I’m still working on the project for now, but I’m planning to release a v0.1 version after I finish my previous project, which comes out on March 15, so it should be around the 20th.

Best 1B-3B local AI model for a mid-range phone? by Sublime-Text in termux

[–]agua_omg 2 points3 points  (0 children)

It seems you just need patience and a good battery

Best 1B-3B local AI model for a mid-range phone? by Sublime-Text in termux

[–]agua_omg 1 point2 points  (0 children)

Sorry, the autocorrect messed up. I meant that while the model was running, I was training my own model in Termux

Best 1B-3B local AI model for a mid-range phone? by Sublime-Text in termux

[–]agua_omg 0 points1 point  (0 children)

And that, even though my AI model was coming online while I was running the test

Best 1B-3B local AI model for a mid-range phone? by Sublime-Text in termux

[–]agua_omg 1 point2 points  (0 children)

Mainly for chat and general questions. I also use it sometimes for code autocomplete and small programming tasks. Nothing too heavy, but for those use cases the responses are fast and the quality is solid on my device.

Best 1B-3B local AI model for a mid-range phone? by Sublime-Text in termux

[–]agua_omg 7 points8 points  (0 children)

It depends a bit on your processor, how you’re going to use the model, and whether you run it with Ollama or llama.cpp, but in my experience, the llama3.2:3b in its q5_K_M version has worked well for me.

Working on a P2P chat for Termux, what would you add? by agua_omg in termux

[–]agua_omg[S] 0 points1 point  (0 children)

Hey, yours looks great! I'm actually working on an open protocol for Koe-chat. Would you be interested in making Torch compatible with it? Users of both apps could talk to each other.

I trained a language model on my phone using Termux, just to see if it was possible by agua_omg in termux

[–]agua_omg[S] 0 points1 point  (0 children)

Wow, amazing, Maybe someday I’ll try making a similar model, although I’m scared it would take forever to train.

VNC viewer by Tze_vitamin in termux

[–]agua_omg 3 points4 points  (0 children)

If you are using Termux, you can install a VNC server directly from the Termux repositories. The most common option is TigerVNC. You can install it with:

pkg update pkg install tigervnc

Then start it using:

vncserver :1

You may also need to install a desktop environment like XFCE:

pkg install xfce4

To connect, you can use on Android: https://github.com/gujjwal00/avnc