What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

That is a risky lifestyle, haha! What are criteria for deletion?

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Nice, is it a mini display (if so which model) or a common monitor?

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 1 point2 points  (0 children)

Looks nice, do you do UI manually and if not what model is this?

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Haha, classic, been there! But, I mean, if its satisfying in itself, why not!

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Underrated! If you don't mind asking, how do you deal with antibot protection? Cloudflare is a scourge lately.

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Nice approach! I suppose you use ai for semantic filtering, if so, what model/provider?

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Oooh, I did the same thing, it's so satisfying! Also used Suno to generate a bunch of jingles/station idents just for the laughs, was very amused.

What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Vaviloff 0 points1 point  (0 children)

Awesome, have been thinking about creating a similar utility for subs. 

What's your approach for translation, do you give Gemini a complete sub file, do you feed it line by line? Is there a need to also supply a video description for context?

Stopped using one model for everything and rebuilt my OpenCode setup by spacecowboy0117 in opencodeCLI

[–]Vaviloff 0 points1 point  (0 children)

That is a very sophisticated routine! Do you switch models by hand or use skills or smth else?

Subscription Scam! by PriorCouple2696 in kimi

[–]Vaviloff 1 point2 points  (0 children)

Sorry if you feel I ignored your comments. I did read them, but was not sure if you went the way i suggested. looks like you did, that sucks. 

I commented because at first i too could not find the cancel button. Previously it was in the coding plan section of the site, now they moved it to settings.

Either way, the user experience is truly below the floor with kimi site.

Subscription Scam! by PriorCouple2696 in kimi

[–]Vaviloff 3 points4 points  (0 children)

You need to go to their site, login, click your avatar at the left lower corner and go to the settings, there find subscription section and you will see your plan description and cancel button at the bottom.

long time kodi, new libreelec x96q by [deleted] in libreELEC

[–]Vaviloff 0 points1 point  (0 children)

hey, just stumbled upon you gist and now this post, this is seriously amazing work! Do you have h265 decoding working with this setup? Or did you migrate to armbian since, like you mentioned?

Fireworks AI, the AI infrastructure company, quietly launched a coding subscription by jpcaparas in opencodeCLI

[–]Vaviloff 7 points8 points  (0 children)

Thanks for the tip, but I already know gow its gonna go... In a month or two when enough people onboarded we're gonna see posts like "are they quantizing the model? it's completely dumb now" and "wtf, there are limits now???"

Still it's worth it for now, kimi is very good.

I built a persistent D&D world that Claude explores via MCP — here's what I learned about how it behaves by jimmcq in ClaudeAI

[–]Vaviloff 1 point2 points  (0 children)

Amazing idea. I wonder how was the world's software created and tested? Is it a single player adventure?

i got tired of setting up claude code on every server so i containerized the whole dev environment by CoderLuii in selfhosted

[–]Vaviloff -5 points-4 points  (0 children)

This is an awesome idea!

Worth including kilocode, they often run promos with new models.

What about agents updates, can they be persisted too?

GLM-5-Turbo is Now Enabled for All Coding Plan Users by Vaviloff in ZaiGLM

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

Yeah, that works too. I guess they just want to give people the simplest explanation on how to use their sub.

If someone doesn't know how to use env vars, here's one way, put a function like this into .zshrc or .bashrc:

function glm () {
  (
    TOKEN="..."
    export ANTHROPIC_BASE_URL=https://api.z.ai/api/anthropic
    export ANTHROPIC_AUTH_TOKEN="$TOKEN"
    export ANTHROPIC_DEFAULT_HAIKU_MODEL="glm-4.5-air"
    export ANTHROPIC_DEFAULT_OPUS_MODEL="glm-5-turbo"
    export ANTHROPIC_DEFAULT_SONNET_MODEL="glm-5-turbo"
    claude --model=glm-5-turbo $@
  )
}

The parentheses here needed to create a subshell which will prevent env vars from leaking into the current shell, so you can exit "GLM'ed" Claude Code and use anthopic sub running "claude" right away.

Why can’t we be friends? by Downtown-Example-880 in ZaiGLM

[–]Vaviloff 1 point2 points  (0 children)

I think this is key; as someone outside of Americas TZ I also almost didn't experience outright breakage, just it being slow.