BlackSnack

joined 1 month ago
[–] BlackSnack@lemmy.zip 2 points 1 week ago (1 children)

Sick I’ve never heard of that one before. It seems like we have good options to choose from for phones and OS’s

[–] BlackSnack@lemmy.zip 3 points 1 week ago

Ya that’s what I’ve heard. It’s strange but whatever works.

[–] BlackSnack@lemmy.zip 1 points 1 week ago

Facts, thanks for the suggestion. Hopefully I can haggle someone down

[–] BlackSnack@lemmy.zip 0 points 1 week ago (2 children)

Half a grand for a phone?!?? Holy smokes, I'm going to check facebook marketplace first.

 

Yo yo!

I have very little technical knowledge so please excuse any senseless mistakes.

I want a phone that I can use that is private and secure for the next couple of years. I understand that new android phones will be made differently so I can't side load (whatever that means, I just know it is important). I have an iPhone 12 rn but I'd rather leave the iOS ecosystem. Rn I'm typing this message on a pixel 3.

Is a pixel 3 old enough to still be a safe and secure phone that I can side load apps on in the future?

[–] BlackSnack@lemmy.zip 1 points 1 week ago

Tried it on the pixel and no luck…

Apparently it’s not apk install telnet, I need to type pkg instead. I did that and got the response below (not exact obviously) -get: 1 http.termux.net -get: 2 (similar to above) -fetched 246kb -58 packages can be upgraded. Run ‘apt list —upgradable to see them. -ERROR unable to locate package telnet.

So I ran the command line ‘apt list upgrade’ (is that what it’s called, a command line?) and I got a bunch of text back. Most of it is something like below… -dpkg/stable #.##.# arch64 [upgradable from #.##.#]

[–] BlackSnack@lemmy.zip 1 points 1 week ago

Sorry for the delay! I had a fun weekend…

The ish app seems dope. Looks like it could be useful but unfortunately Im not able to get that to work in the way we want either. The “install” prompt doesn’t work, It told me to use “—help” for more info. I did that and it said to install I use “upgrade” instead. I did that but I got back ‘package Telnet not found’. 🥲

I appreciate the help with the iOS but maybe switching to android would be best? My long term goal was to switch to android/pixel anyway because I heard those would be best for security/privacy concerns. And lucky me I have a pixel 3 I can switch everything too. I see you made another comment about how to try it on android….im going to give that a shot rn!

[–] BlackSnack@lemmy.zip 2 points 2 weeks ago (2 children)

Hell ya! I would definitely appreciate some hand holding thru this process! This self hosting stuff is going to take a bit longer and more learning than I anticipated.

-the opening the port process makes sense. It seems like if I have a backend on my rig, I’m going to need to open a port to access that backend from a front end of a phone device. Or possibly even access that same backend on the phone device via a mirror?

-it seems like it would be easier if I could connect to the rig via an android phone instead of an iPhone. My end goal is to use Linux but I’m not ready for that step. Seems like android would be an adequate stepping stone to move to, especially if we have to go thru all this trouble with iPhone. Shall we try on the android instead? If not I’ll follow the directions you put above and report back on Saturday.

[–] BlackSnack@lemmy.zip 1 points 2 weeks ago (5 children)

Hate to say it but it didn’t work. I listed below the things I double checked. I really appreciate you helping me troubleshoot this, but it seems like I may have bitten off more than I can chew. I choose Ollama because it was supposed to be one of the easier loca AIs to set up. Do you have any recommendations for alternatives? Or do you think I should incorporate a docker or open web ui as some others have said ?

-when I went to the ollama app and entered the http://10.#.#.#:11434 , it didn’t work. Also tried the enchanted app and that didn’t work as well.

-I double checked the rule I made to make sure that was inputted properly. The 10.0.0.0/24 for the local and remote ip addresses.

-the sanity check went well. The ipv4 said closed. The ipv6 said failed.

-I checked the netstat -abn thing and 0.0.0.0:11434 is still listening.

[–] BlackSnack@lemmy.zip 2 points 2 weeks ago* (last edited 2 weeks ago) (7 children)

There are 3 lines with the :11434 in them. No brackets or anything like that. -1 has 0.0.0.0 in front -2 has 10.#.#.# in front and has a foreign address that is something other than 0.0.0 -3 is like the 2nd but a slightly different foreign address

The iPhone does have a 10.#.#.# ip number that is slightly different than the PCs.

The subnet mask is 255.255.255.0

Oh yes. I’m on windows 10 as well.


I have taken a pause here while we trouble shoot the subnet mask. We’re getting close!!

[–] BlackSnack@lemmy.zip 2 points 2 weeks ago (9 children)

Dope! This is exactly what I needed! I would say that this is a very “hand holding” explanation which is perfect because I’m starting with 0% knowledge in this field! And I learned so much already from this post and your comment!

So here’s where I’m at, -A backend is where all the weird c++ language stuff happens to generate a response from an AI. -a front end is a pretty app or webpage that takes that response and make it more digestible to the user. -agreed. I’ve seen in other posts that exposing a port on windows defender firewall is the easiest (and safest?) way to go for specifically what I’m looking for. I don’t think I need to forward a port as that would be for more remote access. -I went to the whatismyipaddress website. The ipv6 was identical to one of the ones I have. The ipv4 was not identical. (But I don’t think that matters moving forward.) -I did the ipconfig in the command prompt terminal to find the info and my ipv4 is 10.blahblahblah.

  • I ran netstat -abn (this is what worked to display the necessary info). I’m able to see 0.0.0.0 before the 11434! I had to go into the settings in the ollama backend app to enable “expose Ollama to the network”.

I’m ready for the next steps!

[–] BlackSnack@lemmy.zip 1 points 2 weeks ago (2 children)

Bet. Looking into that now. Thanks!

I believe I have 11g of vram, so I should be good to run decent models from what I’ve been told by the other AIs.

[–] BlackSnack@lemmy.zip 0 points 2 weeks ago (4 children)

Sever is my rig which is running windows. Phone is iPhone.

Exposing the port is something I’ve tried to do in the past with no success! When you say, change the bind address, do I do that in the windows defender firewall in the inbound rules section?

 

tl-dr

-Can someone give me step by step instructions (ELI5) on how to get access to my LLM's on my rig from my phone?

Jan seems the easiest but I've tried with Ollama, librechat, etc.

.....

I've taken steps to secure my data and now I'm going the selfhosting route. I don't care to become a savant with the technical aspects of this stuff but even the basics are hard to grasp! I've been able to install a LLM provider on my rig (Ollama, Librechat, Jan, all of em) and I can successfully get models running on them. BUT what I would LOVE to do is access the LLM's on my rig from my phone while I'm within proximity. I've read that I can do that via wifi or LAN or something like that but I have had absolutely no luck. Jan seems the easiest because all you have to do is something with an API key but I can't even figure that out.

Any help?

 

EDIT- The issue is having is with “Authentication”. I haven’t made it past that step. Incorrectly said “addresses” on the original post.


Yo yo! Fairly new to making a change towards privacy. My brother gave me a raspberry pi 4 and I want to experiment with that before making a bigger change towards my other electronics. Rn I’m working on using radicale on the pi4 and I’m stuck because I can’t understand the technological language.

I’m trying to follow the tutorial on the radicale website but am getting stuck in the “~~addresses~~” authentication part. I can’t enter in anything Into the initial command prompt I used to create the radicale website. And when I make a new command prompt and enter that in nothing happens. I asked AI and it spits out an answer that isn’t dumbed down enough for me. Lemmy is my last hope before I try Reddit …

Tutorial link for clarity https://radicale.org/v3.html#tutorials

 

Yo yo!

I’ve been working on making my life more private and need some assistance picking suitable replacement options. Please let me know what you think of my list of if there are any opportunities for improvement! Here’s where I’m at …

Apple Maps -OSMandMaps. Seems like a good option, but it’s not ready out the box. I need to do more tweaking with it. -Magic Earth. Haven’t tested it yet, seems good. But I’m looking for free options first before I dabble with paid stuff.

AI (ChatGPT) -Lumo. Chat is really good. But I understand they are good because they syphon data illegally, so I’m ok “downgrading” when switching AIs. Lump seems pretty good so far. I can tell it’s not as advanced but it will do me fine for what I need. Also, i assume once I pay for lumo pro it will be more “powerful”. -Maple AI. Seems dope, also I like the pay model, pay for what you use over “x” amount of inquiries. Does anyone know how I owledgable/powerful it is? -local AI OR Ollama. These 2 are beyond my knowledge. I don’t understand how I run these on my own server? If you know anything about these please ELI5.

Google Docs -OnlyOffice. Seems like it does everything I want. -cryptpad. Just heard of this today, need to explore more. Seems dope, but it doesn’t have an app? From what I’ve seen definitely a strong contender.

Photo App (I haven’t looked into any of these yet) -Protón Drive. -ente photos. -I’mmich.

Google Drive -protón drive.

35
submitted 4 weeks ago* (last edited 4 weeks ago) by BlackSnack@lemmy.zip to c/degoogle@lemmy.ml
 

EDIT: Thanks everyone for the awesome support! I left Reddit for Lemmy a few days ago and I’m already glad I made the switch! 🤗

Yo yo!

I’ve been working on making my life more private and need some assistance picking suitable replacement options. Please let me know what you think of my list of if there are any opportunities for improvement! Here’s where I’m at …

Apple Maps -OSMandMaps. Seems like a good option, but it’s not ready out the box. I need to do more tweaking with it. -Magic Earth. Haven’t tested it yet, seems good. But I’m looking for free options first before I dabble with paid stuff.

AI (ChatGPT) -Lumo. Chat is really good. But I understand they are good because they syphon data illegally, so I’m ok “downgrading” when switching AIs. Lump seems pretty good so far. I can tell it’s not as advanced but it will do me fine for what I need. Also, i assume once I pay for lumo pro it will be more “powerful”. -Maple AI. Seems dope, also I like the pay model, pay for what you use over “x” amount of inquiries. Does anyone know how I owledgable/powerful it is? -local AI OR Ollama. These 2 are beyond my knowledge. I don’t understand how I run these on my own server? If you know anything about these please ELI5.

Google Docs -OnlyOffice. Seems like it does everything I want. -cryptpad. Just heard of this today, need to explore more. Seems dope, but it doesn’t have an app? From what I’ve seen definitely a strong contender.

Photo App (I haven’t looked into any of these yet) -Protón Drive. -ente photos. -I’mmich.

Google Drive -protón drive.

view more: next ›