• 2 posts
  • 14 comments
Joined 3 years ago
Cake day: August 4th, 2023
  • I’ll look into this, but at first blush this is just mostly tool calling with RAG. This does not prevent a whole host of issues with AI, and doesn’t really prevent lying. The general premise here is to put tight guard rails on how it can interact with data, and in some cases entirely forcing a function / tool path with macros. I am not really sure this would work any better than just a stateful and traditional search algorithm on your own data sources, and would require much less hardware / battery / requirements and would be much more portable.

    I like the effort, but this feels a bit like trying to make everything look like a nail.

  • I think it’s okay, I made a comment about the license first! It’s good discussion. I certainly like everything being copyleft, but I also get why people who make a contribution (an extension or otherwise) might want to license it differently. Ultimately whoever does the work gets to decide on the license — closed source I’ll never touch, extension or otherwise, but I’m lenient on open source.

  • Hey some folks responded here which is great! For me, I think wiki and tracker are perfect like someone else mentioned, because a lot of folks without accounts can still access the knowledge created. The hard part is moderating of course. I’m not sure there is a perfect solution.

    Ultimately, you’re producing something cool for the community and you get to set the terms for that; if discord is easy and sustainable, I prefer that to you doing anything else that isn’t sustainable to see the project through as long and vibrantly as you can. So in that sense just choose what makes sense.

    So in short: do what makes sense for you and if one of the alternatives listed (maybe wiki it seems? That would be cool with me) works then that’s great!

    I guess I’ll also plug forgejo or codeberg at this time haha

    Edit: I’ll also say, more folks here for discussion is cool too, and good to have you posting and hope to see more discussion around it in the future here!

Hi all, I’ve recently got a proxmox server up and running, and cutting my teeth on it setting up some services (thanks to everyone who responded to my earlier post!). One thing I’m struggling with currently, and it’s admittedly not straightforward, is getting a graphical session up and running.

What I have working so far is an arch based lxc container, with gpu pass through. nvidia-smi on the lxc reports as usual, and so that seems to be working fine.

Upon installing a graphical session, say cinnamon, with lightdm, however, I can’t seem to open any display. I can have a virtual terminal available via the proxmox ui, and though I haven’t tried, I’m sure I could ssh in just fine as well. For what it’s worth, I have a display connected to the host system; the host does not have any graphical sessions. I’d like for the time being to use this host display, and have passed through /dev/fb0.

What I haven’t tried is running a pure x11 based session. I’d really prefer to use a Wayland session with cinnamon, but if necessary I can try to get an x11 session running. I additionally have not installed any vnc servers.

The errors I tend to get when trying to start cinnamon center on not being able to get a session ID, not being able to connect or open a display, and not being able to connect or find a dbus session.

Lightdm says it is running as a service on systemctl status lightdm.

Anyone have any ideas for how to get a session going graphically? I’m not sure how to even pass a tty to the connected monitor from the lxc.

Thanks for any help or guidance — if I do figure this all out, I plan to make a guide for future folks.

  • Yeah, I think I’ll go with proxmox as a first attempt — it seems to fit what I’m looking for and the feedback here has been pretty positive on that front. My main concern now is figuring out how to provision the hdds so that a jellyfin lxc can utilize it, nextcloud could use it, and I can save (configuration) backups to it. I’m comfortable with zfs in general (run that on my desktop), but I was under the impression that raid10 would be more performant with the same redundancy, when using 4 disks in raid10. Any one disk could fail, writes are at the speed of the disk because of mirror, and reads are 2x. I lose usable disk space, but I think 16tb is enough for me (for now of course haha). Am I wrong though on the zfs vs raid10? I guess actually I could use zfs, create a single pool with two mirrored vdevs. I am not sure how that would affect future growth, but should do really well for now. Does that sound like a reasonable thing to do, in your opinion?

  • Hey, thanks so much for the response, this is great! Love the idea of offloading ai workloads to their on vms to make facilitating managing resources easier.

    Also, big thanks for the recommended software — very helpful list for me to look through, especially on the AI front. Do you have any notes on configuration for those in particular?

  • Thanks for the reply!

    My understanding was that with only 4 drives, raidz would lower read throughput and not add much space / redundancy. Is that not true? Would you mind giving me a few more details on how you’d set up a 4x8tb raidz array (or could point me to a tool / resource that could help me? I haven’t been able to fully convince myself either way)

Hi everyone, I am trying to repurpose a Ryzen 1700 system for a home server, but not exactly sure what the best solution for my needs is, and how to find additional resources.

More context, I have 4 8th hdds (wd blue drives; would’ve preferred reds but, alas). I intended to run these in raid10, but open to other ideas also. These are connected via sata directly to Mobo. I’d like to selfhost a nice NAS stack, to include: my own office 365 / google docs thing, file storage, and storage and playback of music and video files. I’d like to run jellyfin and a myriad of ‘arr things. Please send any and all suggestions. Should all of these run on a single virtual machine?

Alongside this, probably in a separate virtual machine, I’d like to run a home assistant instance with some mild transcoding (I think) going on in regards to some cameras I have around the house.

I also think I’d run tail scale to vpn back in?

What I’ve researched so far is proxmox and casaos (lightly). Casaos is alluring mostly because it seems like an easy on ramp, with lots of visual configuration. I enjoy CLI config, but visual configs are easier to discover settings and options that might not occur to me. I’d ideally favor stability here, as I like to tinker, but don’t have a huge amount of time for it.

Am I on the right track with all this? Any pitfalls? Any must have self hosted software I should be sure to include? Should I set up the storage pool in proxmox first as raid10? Any general advice? Words of encouragement? I’ll take it all.

Apologies if this is the wrong forum — if so, please feel free to delete (and direct me hopefully to a more appropriate locale).

Edit: forgot to mention, system also has a slower ssd boot drive, and a 1070 I plan to pass thru as needed.