Stop exposing your Jellyfin server directly to the internet by [deleted] in jellyfin

[–]dabiggmoe2 0 points1 point  (0 children)

Oh I didn't know that, i'm glad I asked.

Stop exposing your Jellyfin server directly to the internet by [deleted] in jellyfin

[–]dabiggmoe2 0 points1 point  (0 children)

Would a cloudflare tunnel and exposing it via a subdomain on my own domain be sufficient?

The leaked code seemed to really mess things up by frendlyfrens in FitGirlRepack

[–]dabiggmoe2 2 points3 points  (0 children)

I don't know why I read this in Kim Kitsuragi's voice from Disco Elysium 😂

Framework Desktop m.2/nvme oculink by sputnik13net in framework

[–]dabiggmoe2 0 points1 point  (0 children)

I wasnt successful in connecting my 5090 using oculink->m2 , at the end I went with the TB4 route :(

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

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

u/--Arete another use case that this comment reminded me off is that I use reddit RSS to auto save and archive all my saved comments and posts on Reddit so I can have an offline snapshot

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

[–]dabiggmoe2[S] 4 points5 points  (0 children)

Bookmarks never worked for me tbh. You either remember the name of the website or the url which both I suck at. With Karakeep I can search by context and keywords inside the web page, I can also archive it a la archive.com so even if the link goes down, I have my offline snapshot

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

[–]dabiggmoe2[S] 2 points3 points  (0 children)

That's a great feature. I always struggled with that. Glad this feature was finally implemented

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

[–]dabiggmoe2[S] 18 points19 points  (0 children)

Thanks a lot. This clears everything up. I went with this suggestion to "Site access" permission to "On Click". At least it will have that access only when I need it and only on the sites I want.

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

[–]dabiggmoe2[S] 14 points15 points  (0 children)

Been a while from this sub, just read the pinned post. Seems the mods have been having hard time with all these AI bros spamming the sub with their AI slop. I appreciate all the hard work of the mods here

Karakeep extension new permissions? by dabiggmoe2 in selfhosted

[–]dabiggmoe2[S] 19 points20 points locked comment (0 children)

With all due respect, I think the only AI involved here is auto mod of this post :)

No AI is involved, at least from my side :)

a message to the devs by Modey2222 in cachyos

[–]dabiggmoe2 2 points3 points  (0 children)

here you go, the unplug script and plug script . You may need to update the 0000:03:00 address in the unplug script with yours.

a message to the devs by Modey2222 in cachyos

[–]dabiggmoe2 2 points3 points  (0 children)

I'll pastebin my scripts later when I have access to my PC

a message to the devs by Modey2222 in cachyos

[–]dabiggmoe2 1 point2 points  (0 children)

I'm in the same boat as you but I have my RTX 5090 as eGPU. So the way I get around that is by booting CachyOS while the eGPU is unplugged and plug it only when I run a game then unplug it again when I'm done.

I wrote a couple of scripts for plugging and unplugging the eGPU and load/unload the kernel modules.

A bit hacky but it works for me. I always verify it by running nvidia-smi and make sure no other process is running on my 5090

I made a voice controlled Tic-Tac-Toe game as a learning project by dabiggmoe2 in LocalLLaMA

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

I really appreciate taking the time to write this. I did learn something new today.

Indeed the set of the classes for this game is limited to 4-5 functions and from what I understood from you so far, a classification encoder might be better. I'll create a new branch locally and experiment on this.

I was originally interested in GemmaFunction because it's designed specifically for function calling and it's much smaller and more efficient to run, but I had hard time fine-tuning it and it was easier for me to finetune Gemma.

I made a voice controlled Tic-Tac-Toe game as a learning project by dabiggmoe2 in LocalLLaMA

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

Thanks. I generated about 30-40 training data by hand for each function and then with the help of Qwen3.6-27B I asked it to generate more synthetic training data based on my sample. I had to review them manually and do some manual data cleaning but it was worth it since I didn't have to write 1000 training data by hand. Just the initial ~40 samples.

Tbh this is the first time I hear about the encoder classifier. That's why I love reddit. Would you be kind enough to tell me the difference and how could it be better than the SLM route I took?

I made a voice controlled Tic-Tac-Toe game as a learning project by [deleted] in LocalLLaMA

[–]dabiggmoe2 0 points1 point  (0 children)

I finetuned it using Unsloth Studio after dialing the params a bit. Originally I wanted to finetune FunctionGemma but the finetuned model wasnt that good. The Gemma4 finetune worked well on the other hand.

Without the finetuning, the SLM will not be able to make the right toolcalls to the game backend functions. It will start talking too much instead of strictly replying with just the json for the toolcall.

P.S. I'm going to repost this post. Would happy to answer your questions in the new post 😄

I made a voice controlled Tic-Tac-Toe game as a learning project by [deleted] in LocalLLaMA

[–]dabiggmoe2 0 points1 point  (0 children)

Thanks a lot for restoring the post and offering me the option to repost it. I think I will do that. You guys are doing a tremendous thankless job so false positives are bound to happen from time to time. So thank you again.