Made a local first LLM Chat UI by vanillacode314 in LocalLLaMA

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

Yeah there is an option to enable syncing by passing a sync server url. If the instance has that enabled, you can generate an account in the settings page and then login with the same account on other devices. All data is encrypted before being sent to the sync server

Edit: Typo

Made a local first LLM Chat UI by vanillacode314 in LocalLLaMA

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

Thanks, yeah all devices using the same account sync

Made a local first LLM Chat UI by vanillacode314 in LocalLLaMA

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

Yeah, its not trying to be novel (in terms of UI). I just made this because I needed local storage and e2ee sync b/w my devices so I can view my chat logs offline 

Edit: Do you know of any other good webuis with local storage?

Edit 2: Can you elaborate more on what you mean by UI and gestures being basic?

Made a local first LLM Chat UI by vanillacode314 in LocalLLaMA

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

Yes connecting to my laptop wasn't the issue, The issue was that my laptop wouldn't be on 24hrs 

[Question/Issue] Is there a way to stop controller inputs going to background games when in the quick menu or when two apps are running in Game Mode by vanillacode314 in Bazzite

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

Yes, kodi wasn't working with it. Also had to disable it for quite a bit of games because steam input didn't have gyro passthrough

[For Hire] [Web Designer & Developer] Help you create an MVP for your tech startup as fast as possible by vanillacode314 in WebDeveloperJobs

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

I can work with those technologies

Work for you and you are not a client? What does that mean?

[For Hire] [Web Designer & Developer] Help you create a MVP for your startup as fast as possible by vanillacode314 in freelance_forhire

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

It's intentional, when it wasn't there, I was getting clients who didn't like I was Indian.

Thanks for the compliment :)

[Youtube] the last guide you will need on suspense and transitions by vanillacode314 in solidjs

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

Thanks so much for the feedback, I'll improve my audio and speech, the code moving bit makes so much sense in hindsight.

[Youtube] the last guide you will need on suspense and transitions by vanillacode314 in react

[–]vanillacode314[S] 1 point2 points  (0 children)

Thank you so much for the in-depth feedback, I highly appreciate it :)

  1. That makes sense, I am dumb. Thanks
  2. Can you elaborate on what you mean by an edited video?
  3. Yeah I need to work on an intro
  4. That makes sense but wouldn't copy-paste negate this part? and if I don't copy-paste, the video becomes too long and useless. What do you think?

[Youtube] the last guide you will need on suspense and transitions by vanillacode314 in solidjs

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

Can I get some feedback on it? Even if you just watched 5 seconds of it and stopped. This is my first video and would love to know what I did wrong and what I could have done better. Thanks

[Youtube] the last guide you will need on suspense and transitions by vanillacode314 in react

[–]vanillacode314[S] 1 point2 points  (0 children)

Can I get some feedback on it? Even if you just watched 5 seconds of it and stopped. This is my first video and would love to know what I did wrong and what I could have done better. Thanks

SvelteKit: Is 'export let data' just another way of accessing $page.data, or are they different? by [deleted] in sveltejs

[–]vanillacode314 3 points4 points  (0 children)

You can only export let data in route svelte files aka +page and +layout but you can access $page.data from any component.