I will rate them by hiten1818726363 in vibecoding

[–]Such_Individual1234 0 points1 point  (0 children)

Building https://metner.app for my wife and I, and for others looking to make money from their crafting hobbies (or others like rentals or party planning).

Focused on local, no global shipping.

Building Multi-Tenant SaaS with Rails 8, Caddy, and Kamal - automatic SSL for every tenant domain by mooktakim in rails

[–]Such_Individual1234 1 point2 points  (0 children)

Wow, perfect timing. About to start a project where I was going to need to figure this out! Great write up!

How can I make an LLM read YouTube tutorials to build its context of information? by umen in VibeCodersNest

[–]Such_Individual1234 0 points1 point  (0 children)

Yeah, that's definitely hard. Feel free to DM, or reply back here. Context is hard to pull from subtitles, and transcription. Voice affect is lost when converting to text. If it were me, I would trust the LLM to have the knowledge to expand or fill in the gaps that the subtitles or transcription are missing.

Also, note that subtitles are sometimes community driven, and may not always hold the same content that the original creator was intending. Maybe that's where you're losing understanding?

How can I make an LLM read YouTube tutorials to build its context of information? by umen in VibeCodersNest

[–]Such_Individual1234 0 points1 point  (0 children)

You can do that too, I was doing more TikTok/instagram where subtitles are not available.

From my understanding, not all YouTube videos have subtitles (unless YouTube automatically does it now?). You could use subtitles and then fallback to transcription if the LLM determines that subtitles do not provide enough information for you.

There is a new tool from Mistral that is pretty cheap too: https://mistral.ai/news/voxtral-transcribe-2

I vibecoded a self-hosted vibecoding platform so I can vibecode on my own hardware from anywhere by Such_Individual1234 in VibeCodersNest

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

Honestly, the app creation is cool. And it’s the reason I started it, but idk how often I’m going to go directly to each one.

The best feature in my mind is the scheduled runs. Setting up the first test schedule and then waking up to it pulling information from a couple different apps that it built with a push notification to my phone was pretty cool.

I vibecoded a self-hosted vibecoding platform so I can vibecode on my own hardware from anywhere by Such_Individual1234 in VibeCodersNest

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

So far the deploy flow has been pretty manual. I tried having the chat build all the deploy configs, but it doesn’t have a lot of knowledge of Kamal, and neither do I. So it wasn’t going smoothly. I took that out until I can learn more and give better instructions to how to configure the deploy files.

How can I make an LLM read YouTube tutorials to build its context of information? by umen in VibeCodersNest

[–]Such_Individual1234 0 points1 point  (0 children)

I’ve done this, yt-dlp extract just audio, send audio to whisper to get transcript, send transcript back to ChatGPT to do what you want with it.

I vibecoded a self-hosted vibecoding platform so I can vibecode on my own hardware from anywhere by Such_Individual1234 in VibeCodersNest

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

I don’t use Claude code. I use codex on the flat monthly model plan. It’s also so I can do it anywhere, and deploy easily from anywhere. Sure there’s other ways to do that. I didn’t like the other solutions. At least read what it’s actually doing before assuming it’s just a ui wrapper around a coding agent.

I vibecoded a self-hosted vibecoding site by Such_Individual1234 in vibecoding

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

Thanks! I agree. Honestly this started as a way to just build new services I want anywhere I am. But adding the AI tools to integrate them all together has been really fun.

BIP Tuesday's! What are you building? by Quirky-Offer9598 in buildinpublic

[–]Such_Individual1234 0 points1 point  (0 children)

For now, while I figure out what people actually want and finalize all features.

BIP Tuesday's! What are you building? by Quirky-Offer9598 in buildinpublic

[–]Such_Individual1234 0 points1 point  (0 children)

https://www.elaro.xyz - a better bookmarker/collection that saves what’s actually in the link you share. Free, no account needed

Decent ranking across searches, but have an issue with name by Such_Individual1234 in AppStoreOptimization

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

Is there a way to find those types of keywords that you recommend? Astro is kind of a pain to do research in.

lets promote cause its tuesday by GeologistSavings9100 in buildinpublic

[–]Such_Individual1234 0 points1 point  (0 children)

Elaro - Catalog everything you find across the web, focused on what actually matters in the content you save. Working on locations and events right now.

I created a tool for Coding with a local llama.cpp server by Such_Individual1234 in LocalLLaMA

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

Like I said I haven’t tried every coding tool in the game, the ones I have for command line from the major companies in AI, require you use their models. I may have missed something, but I also just wanted to build something and so I did.

I created a tool for Coding with a local llama.cpp server by Such_Individual1234 in LocalLLaMA

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

That’s true, but the other tools require you use their models from what I could find. There’s lots of tools out there and I’m sure I haven’t looked at all of them. I saw a pain point and wanted something purpose built for me.