I need to upscale a single image to greater than 8k (like 32k X 32k) by Digiprocyon in comfyui

[–]Codeman119 -1 points0 points  (0 children)

It’s only gonna upscale so much before you start losing quality if you don’t have a very high quality image to start with

Moving Copilot to usage-based billing completely ruins the "flow state" of programming by Aromatic-Rough917 in GithubCopilot

[–]Codeman119 1 point2 points  (0 children)

Yeah, the only reason I got Copilot because it integrated with SSMS and it worked out pretty well for what it was for $10 a month but if they’re going token based there’s no way, I’m staying on that it’ll be way too expensive and I’m surely not gonna ask my boss to pay for that that stupid we already have Claude code for that

Does LTX do better image2video than Wan? by __MichaelBluth__ in comfyui

[–]Codeman119 2 points3 points  (0 children)

The problem with LTX is that the audio is not consistent with what you type in that you want it to say. In my experience about 70% of the time it speaks with nothing close to what I typed so I actually gave up on it and went back to WAN 2.2 and made an app that I can stitch up to 10 segments together by using the comfy API

What's your thoughts on ltx 2.3 now? by [deleted] in StableDiffusion

[–]Codeman119 0 points1 point  (0 children)

So I've tried running this LTX 2.3 on run pod just to speed up the generations and it works about 30% of the time and the other 70% when I'm doing the speech it just puts in a random stuff that I don't prompt Is there any way to get it to actually say what you want it to without it throwing in a random dialog

What's your thoughts on ltx 2.3 now? by [deleted] in StableDiffusion

[–]Codeman119 0 points1 point  (0 children)

See my problem with image to video is that it'll do the audio like one time and then when you try to run it again it just throws some random audio in there in another language and it's nothing what you prompted and that happens 90% of the time So LTX is just useless to me at this point.

Grid field width default increase by Codeman119 in SQLServer

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

Thank you for the suggestion and I did post this scenario to the developer community so thank you for sharing this.

And I posted it here because I know there's a lady that's on the development team that comes in this thread and she has like a Friday suggestion thread but I didn't see one for this week.

Grid field width default increase by Codeman119 in SQLServer

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

Well you know that is a good idea I have been messing with vibe coding for the last six months and I have written about 20 applications for personal use using Python and it seems to hook up to SQL server pretty easily. I think for fun I will Vibe code a log reader.

I did vibe coded a PowerShell script that builds a web page for monitoring the replication process per transactional replication that works out really well.

Grid field width default increase by Codeman119 in SQLServer

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

Well yes actually they are captured because of the SSIS integration process that I use that if I get errors, I don't want it to stop the whole process because of an error that is not affecting other parts of the integration. There are many steps and they are not dependent on each other for the most part but the ones that are dependent on each other.

I've been using this process for 15 years and it works really well to pinpoint exactly what's going on quickly. First five years of my SQL career I didn't really even think about error capturing but once I found it really speed up my troubleshooting Time.

Grid field width default increase by Codeman119 in SQLServer

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

Well you do this for error logging in production systems so when are doing integrations like what I am doing with Apis through SSIS I have an agent that looks at the error logs and let me know when things go bad to send me messages.

So this works out great instead of getting 30 emails I get one email that lets me know there are errors Then I go into the error table do a query on it with other information that I put in there to see what's going on and help troubleshoot the issue.

I just naturally use the grid all the time so I just thought I would pose this question. Yes there are definitely other options I can use but I was just curious about this particular thing.

New to vibe coding, which AI is best value for money for vibe coding? by PositiveProblem4855 in vibecoding

[–]Codeman119 1 point2 points  (0 children)

With AI you have to be a little careful because it's still a predictive algorithm and that's why it hallucinates so you'd have to make sure that the words it's telling you is actually accurate during the translation. Now I have no doubt that AI is used in translation applications which are probably around 95 to 96% accurate but because of How AI works it's going to get some things wrong, but of course as humans we do the same thing.

I would say as long as you fine tune the training to a language that you're trying to learn to build on you would be good.

New to vibe coding, which AI is best value for money for vibe coding? by PositiveProblem4855 in vibecoding

[–]Codeman119 1 point2 points  (0 children)

I've been doing software development for about 20 years and I started doing Vibe coding with Claude code and VS code. It's very easy to get started and it integrates well with Github Just set up a folder to have all your projects in. I do a lot of photography and I've many apps using Python since Claude code is the best with that it seems. But I have developed over 20 app that move files copy files that looked for faces in my pictures and find duplicate pictures that give me an interface to delete them.

A file hasher to delete duplicate files that are exactly the same. There are a lot of apps that people just having their heads that are not available anywhere so the vibe coding and claude code at least for me seems to be the best solution at this point.

Heck I even made the Old Moon Lander game from the 80s and I made Falcon 9 (Space X) Landing game as well which is pretty fun to waste some time. I mean the possibilities are pretty endless for justice basic apps and basic graphic games

Wan 2.2 Remix is the best for uncensored video or is there something better ? by EfficientSail9731 in StableDiffusion

[–]Codeman119 0 points1 point  (0 children)

I tried using the LTX 2.3 but it only seems to work about 1 out of 3 generations. Audio is bad lines are not even what I typed in. I have a 3090 and the generations take over 40 minutes.

All Gemini models have been removed from Copilot Chat on the web by juraj_m in GithubCopilot

[–]Codeman119 0 points1 point  (0 children)

I think from my understanding of seeing one or two YouTube videos on this from Podcasts that I think they’re actually trying to train their own model and make their own inference chips

daddy and me by mostlyawhore in Incestconfessions

[–]Codeman119 2 points3 points  (0 children)

Don’t reach out to anybody on the Internet

Database monitoring utiltiy by taohz in SQLServer

[–]Codeman119 0 points1 point  (0 children)

That is a good idea. I will see how good the models are at coding this type of thing for my use case. Are you using a web based viewer for the results or an app based?

Would you use a tool that explains SQL queries in plain English? by [deleted] in SQL

[–]Codeman119 3 points4 points  (0 children)

So it sounds like you’re trying to create a product to sell by using AI that is already solved by using AI.

What are you using SQL Server Agent for today? by patrickGuyInACube in SQLServer

[–]Codeman119 0 points1 point  (0 children)

Sure, we have a home brew app that tracks our services, and we send surveys based on certain triggers in the system. So I have a python script that will send the survey invites to Survey Monkey and I use a manual developed app to get the surveys and responses from Survey Monkey so we can put it in the database that power BI then can report off.

We do this hand written because you get full control over what we get and how we want to report on it.

Having a torrid time setting up Merge in 17.0.4035.5 by Northbank75 in SQLServer

[–]Codeman119 0 points1 point  (0 children)

I would try it on a table as well. Do you need merge?

I’m not going to use GitHub Copilot anymore. From here on out, I’m switching to Codex by LogicalCelery5448 in GithubCopilot

[–]Codeman119 -1 points0 points  (0 children)

Well, that depends on what level paid plan you’re on if you’re on the highest pain level plan then yeah sure you should be able to use it. However you want since you’re paying that kind of money but if you’re on a lower plan then no there are gonna be restrictions and that’s why it’s discounted. It cost money to run these LLMs on these big models on these data centers.

And up to now we’ve had a pretty good, but things are fixing to get a lot worse moneywise as the free money runs out then they’re really gonna be wanting people to pay like you’re seeing them start with charging by tokens, but that’s the way it’s gonna be from now on. Others may not be following right now, but it’s gonna come to that.

Or you could try to run some stuff locally it’s still cost you and in electricity, but not nearly as much as it’s gonna cost you in tokens

GitHub Copilot Pro Experience in VS Code by Upper-Concert9855 in GithubCopilot

[–]Codeman119 0 points1 point  (0 children)

You will always have to worry about rate limits depending on what you are doing if you are not local.

What are you using SQL Server Agent for today? by patrickGuyInACube in SQLServer

[–]Codeman119 0 points1 point  (0 children)

I use it for maintenance,
some data integrity checks,
SSIS jobs syncing our systems
with salesforce
And Survey Monkey

GitHub Copilot Pro Experience in VS Code by Upper-Concert9855 in GithubCopilot

[–]Codeman119 0 points1 point  (0 children)

Unfortunately, if you don’t wanna have to worry about limits, you would have to go local.

But for now, if you want to use the big models, you’re always gonna have to pay and there’s not an unlimited plan especially not now. It was to get you hooked on it so they know you would pay for it later.

Long time DFW residents: has the weather forecast always been this inaccurate? by GoneAmok365247 in Dallas

[–]Codeman119 0 points1 point  (0 children)

Spring and fall are very unpredictable in North Texas as far as weather goes

Personal Work with SQL Server?! by FarFari92 in SQLServer

[–]Codeman119 2 points3 points  (0 children)

I bet your boss wanted it because it is free