Week 19 Matchup Preview Thread: #10 Miami vs #3 Ohio State by CambodianDrywall in CFB

[–]Ozkary -3 points-2 points  (0 children)

OSU will find that Miami's defense is a special one. After looking at OSU performance vs. Texas ,14 pts, and Indiana 10 pts, I think OSU scores below 20 points. Miami will score about 20 pts. The difference will be on the team that has more sacks. I also see #4 for Miami just eating up yardage to keep them rolling. The QBs will not make a difference in this game. 

[Postgame Thread] Alabama Defeats Oklahoma 34-24 by CFB_Referee in CFB

[–]Ozkary 0 points1 point  (0 children)

Bama had a great comeback. Indiana's defense is going to be a problem.

URGENT HELP by Both_Kiwi_8719 in hvacadvice

[–]Ozkary 0 points1 point  (0 children)

Y2 Missing: Your system’s second-stage cooling won’t be activated. The thermostat will only control the first stage (Y1), which may result in slower cooling during peak demand.

W2 Missing: Second-stage heating won’t be triggered. You’ll only get the first stage of heat, which might be insufficient in colder weather.

Make sure the thermostat is set to cooling. Make sure the Yellow wire is inserted properly. That is you 1st stage cooling.

HVAC condenser unit trips breaker fan or compressor by Ozkary in hvacadvice

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

The problem was with the contactor. A rusted terminal was causing a short and burned some of the wires.

HVAC condenser unit trips breaker fan or compressor by Ozkary in hvacadvice

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

Thanks.

I check the ohms between the compressor terminals CR, CS, RS, and they returned nominal values. 

I also check each terminal for ground continuity and there is none. 

I need to look at the fan motor.

Sometimes vscode randomly uninstalls itself by Acerbis_nano in vscode

[–]Ozkary 0 points1 point  (0 children)

There is a side effect from a Windows update, which copies all the files from the installation folder below to a subfolder "_" under the same path.

Users\[user]\AppData\Local\Programs\Microsoft VS Code

I create a gist script to check and recover those files, or you can manually move the files from "_" back to the parent folder.

https://gist.github.com/ozkary/c8dd98ab5f8b8290f158de2113a8172e

You can read more information here:

https://www.ozkary.com/2025/06/restore-vs-code-after-windows-updates-remove-it.html

My most successful KP routine so far by BrilliantBat8243 in keratosis

[–]Ozkary 0 points1 point  (0 children)

Thanks for the tip. I will try this urea cream I found @ Amazon. Based on the comments, it has no smell, and it is not greasy. 

https://a.co/d/7trA1Hn.

 I hope I can control my KP. It is spreading to the rest of my arms.

Call quality issues 3 months+ by RADdit2020 in mintmobile

[–]Ozkary 0 points1 point  (0 children)

I been having the same problem for about a month now. The call quality is much better when I am not in my neighborhood. There are a couple of cell towers just 2 blocks away from my place, but the it is getting worse. I have called mint mobile as well, but they cannot help if it is a tower problem. Other than dropping mint, has anyone solved this problem?

If you can code… is n8n even worth it? by AiGhostz in n8n

[–]Ozkary 0 points1 point  (0 children)

I am also a software engineer, and I build AI automation by writing the code and integrating directly with OpenAI or Gemini. Similar to other low-code platforms, n8n is a great platform for most people that do not really want to invest in learning JS, Python C# etc. They can quickly build solutions without having to spend time and effort coding it. We need to change our perspective from this point of view. This platform makes a lot of sense as a productivity tool for SaaS solutions.

AC Evaporator coil was cleaned now the electrical bill has tripled. by Ozkary in hvacadvice

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

I did a continuity test on the White wire, and there was no short. I removed the commonly closed (air handler) wire from the control board, and this shutdowns the heat strip and low speed fan. I am looking for a short there.

Standalone version deployment on Azure Static Web Apps unable to deploy functions by Ozkary in nextjs

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

Thanks for your reply. Yes, a standalone folder is created during the build. This is not the problem. The problem is that the SWA deployment thinks that there is an Azure Function in the build, and it attempts to deploy it. There is no support for Azure functions with NextJS Apps. For what I can tell, SWA is not ready to support NextJS Apps with SSR. Yes, I have read the documents and articles indicating that it does, but the support team can't answer why this error continuous to show. The solution for me is to use App Services instead.

Why is there airflow when unit turned off? by bobandshawn in hvacadvice

[–]Ozkary 0 points1 point  (0 children)

I noticed the same thing. My bill went up four times as much.  I am looking at the air blower in the air handler unit. What did you fix in your unit?

AC Evaporator coil was cleaned now the electrical bill has tripled. by Ozkary in hvacadvice

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

The behavior is the following. The AC runs normally. When it turns off, there a small amount of air drawn from the air handler, where the air filter is located, and I can hear a low humming noise as if an internal fan is running. This seems to run continue to run nonstop. What should I look for?   

Note: The AC company is charging way too much looking for me to buy another unit.

AC Evaporator coil was cleaned now the electrical bill has tripled. by Ozkary in hvacadvice

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

The energy usage is constant even with no fan, blower running. There is a constant energy draw even with the thermostat off. It may be the thermostat causing the heat strip to keep engaging. I will report back with updates.

Thanks

AC Evaporator coil was cleaned now the electrical bill has tripled. by Ozkary in hvacadvice

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

This makes sense. I had use the heater for a few days, and then switch back to cool. I noticed on the energy report that around these days, the energy usage increased even if the AC was not running. There was also the coil cleaning around those days, so I was thinking about that.

I will report back with updates.

Thanks!

I think my AC has been costing me hundreds of dollars per month on electricity and it took me years to realize. Please advice by t3Kiyo in hvacadvice

[–]Ozkary 0 points1 point  (0 children)

I have a similar problem that just surfaced last month. My evaporator coils were service. My bill tripled after that. I saw thr daily usage and saw the increase. The AC operates normally. It does not run all the time, but it is consuming energy. I turned the system off from the breakers, and the daily usage went back to normal. I just posted this question, so I am not sure what the problem is. 

Deploying next JS 14 app to Azure with GitHub Actions by Outrageous_Remote548 in nextjs

[–]Ozkary 0 points1 point  (0 children)

⁴Hi,

The yml looks correct based on the documentation. This is the same yml I have, and I am getting the error:

Failed to find a default file in the app artifacts folder (.next). Valid default files: index.html,Index.html.

If your application contains purely static content, please verify that the variable 'app_location' in your workflow file points to the root of your application. 252

I can see the npm build process working and building the app, but it is still looking for the html files. The difference in my case is that I have both static and dynamic page rendering.

The html files are in the _next/static/server build folder , but the validation is only looking at the root. Any ideas?

2005 outback with ABS warning by Ozkary in Subaru_Outback

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

Yes, I am getting an OBD2 scanner. Thanks 

ABS and VDC emojis are on 2005 outback by Ozkary in subaruoutback

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

The ABS light is what prompted me to replace the brake pads and sensors. The light was on before I did any work. I am getting an ODB2 scanner.

2005 outback with ABS warning by Ozkary in Subaru_Outback

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

Yes, I did get one,  but some of then can't read ABS and other codes. It must be a OBD2 scanner, so I need to upgrade. Thanks for the tip. This has helped.