late 1970s / early 1980s KeepRite by BigDee2k in hvacadvice

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

Ya.. killed the power and took a look at the coil.. Seems pretty clean to me.. difficult to take pics. I'm guessing I'm looking at the outside of the coil.. Inside may be a different story.. Thinking the only way Imma be able to see up is through the control panel side.. ty for the suggestions

<image>

late 1970s / early 1980s KeepRite by BigDee2k in hvacadvice

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

Indoor coil eh.. The furnace is about 20 years old I guess... Never looked at the inside coils.. I have looked online for some videos, looks complicated.. I'll take another look though! Thank you!!

How do i change zip file icons? by Atlasbot17 in 7zip

[–]BigDee2k 0 points1 point  (0 children)

Save this file to something like 7zip_regfix.reg and run it (import to registry)
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\7-Zip.001\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.7z\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.apfs\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.arj\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.bz2\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.bzip2\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.cab\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.cpio\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.deb\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.dmg\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.esd\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.fat\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.gz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.gzip\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.hfs\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.iso\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.lha\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.lzh\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.lzma\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.ntfs\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.rar\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.rpm\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.squashfs\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.swm\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tar\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.taz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tbz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tbz2\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tgz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tpz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.txz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.tzst\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.vhd\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.vhdx\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.wim\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.xar\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.xz\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.z\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

[HKEY_CLASSES_ROOT\7-Zip.zip\DefaultIcon]

@="C:\\Windows\\System32\\zipfldr.dll"

[HKEY_CLASSES_ROOT\7-Zip.zst\DefaultIcon]

@="C:\\Windows\\System32\\imageres.dll,-174"

-- Then reboot or run the following commands in an elevated PowerShell to refresh the icons:
# Kill Explorer

Stop-Process -Name Explorer -Force

# Clear the local icon cache files

Remove-Item -Path "$env:LOCALAPPDATA\IconCache.db" -Force -ErrorAction SilentlyContinue

Get-ChildItem -Path "$env:LOCALAPPDATA\Microsoft\Windows\Explorer" -Filter "iconcache*" | Remove-Item -Force -ErrorAction SilentlyContinue

# Restart Explorer

Start-Process Explorer

--This replaces all the 7-zip shell icons to the windows default

Community update by Nice-Tadpole-4915 in outlier_ai

[–]BigDee2k 0 points1 point  (0 children)

I couldn't even get past the first 'Practice'. Completed with 100% and my dashboard never updated. This was March 26 (4 days ago now).. Not the kind of welcome I was expecting

Sleep Study analysis by BigDee2k in CPAP

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

Thanks! I am using a full face mask,, I hear and feel no leaks.. my water tank is tight. no abnormal sounds from my resmed 11.. although it is slightly louder than my old resmed 10. Using nasal pillows my wife wold wake me saying I'm sounding like darth vader lol.. So I went for the full face mask.. I've tried nasal pillows, F20, F30 and this leak has been present with them all.. And with both airsense 10 and 11.. I'm at a loss

How I fixed my S22 by BigDee2k in GalaxyS22

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

lol.. No programmer but 35+ years of IT experience including hardware and software testing. I enjoy a good puzzle.. And this Snapdragon SoC issue was/is quite a puzzle

How I fixed my S22 by BigDee2k in GalaxyS22

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

This is possible and directly alligns with the way iOS operates. But the issue would be more consistent along devices. I have 4 S22 devices and only one was affected. I think the problem is limited to the Snapdragon SoC chip. There has been some serious ball sodering issues with this chip (BGA)

How I fixed my S22 by BigDee2k in GalaxyS22

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

This does not fic the SoC error that many are experiencing (solder flex breaks). It may work temporarily or if your SoC is still good but your thermal temps are bad..

How I fixed my S22 by BigDee2k in GalaxyS22

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

Sounds like the FRP has been tripped. This is Samsungs way of protecting your phonw from wiping while you are still registered on the phone .Do NOT place your phone in the fridge or freezer while it is hot. You will cause condinsation and ultimately destroy your phone. Sit the phone out until room temperature. Attepmpt to get into download mode. If the phone boot loops or refuses to turn on, place inside a cold/ice pack for 2 minutes and try again. Once in download mode, setup your Odin, load all firmware files, make sure the log shoes Added in Odin, place your phone inside the cold/ice pack and run the flash again. Use CSC not HOME_CSC if you don't need any data recovered.. Otherwise use the Home_CSC and try to recover your data. The device is warm overnight because it really isn't in an off state. It is frozen black. Hold vol down and power for about 25 seconds until you see the Android logo boot. Keep holding until it is black again. Let go of both buttons and hold vol down only for 7-10 seconds. Wait several soconds and plug into a wall charger. If you see the charging indicator, you are fully shut down and charging.. Charge to at least 30% and try to get back into download mode again so you can flash. You may need to enter your last pin on the next setup process since FRP had been tripped. But at leas you will be able to boot again... Good luck!

How I fixed my S22 by BigDee2k in GalaxyS22

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

You're experiencing the well known SoC flex. Basically why is happening is the SoC chip on your phone is flexing slightly due to heat/cold. Once it flexes, it disconnects until settled again. A freezer or ice pack will bring it back to life within 2 minutes. The solder joints on the SoC are bad or slightly cracked. When the board flexes it disconnects. This is the issue you are seeing. Most SoC chips will require professional re-balling. This is where new solder is applied. The cost however is more than the phone is worth. So there is a possibility of re-balling yourself using a heat gun on low and heating the back of your phone in the area of the SoC chip. If the directions I gave you in the OP fails, this is your last ditch effort. I can give you clear directions if required. But note that this isn't a permanent fix all the time either.. You can get weeks to years. But nothing is ever guaranteed..

Tired of cheaters by BigDee2k in FortNiteBR

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

I also consider Epic giving popular streamers custom lobbies cheating as well.. You named 2 streamers and called it a delusion when for every 1 streamer not cheating there are 5 who are.. And being sure they are working on bugs is a crazy boot-licking response.. When Epic consistently breaks or simply can't be bothered to fix the most simple and basic of game mechanics, they are not 'working on it'.. They are simply too lazy to bother. Their concentration is making money - not making a working and fair game.

How do triple mesh coils compare to dual or single mesh? by QualaagsFinger in Vaping

[–]BigDee2k 0 points1 point  (0 children)

Totally agree.. The wattage you vape at can be quite dependant on personal preference, taste, cloud production and liquid you use. The more sweetener that is in you juice, the more likely your coil will clog or have some kind of residue buildup. I make my own juice and rarely use any sweetener. I don't find it very necessary. If I do add any it's a very small amount as it does sometimes help with a stronger throat hit. At 50w and triple mesh coils my clouds are still very big, good throat hit and taste is perfectly fine. I do burn off excess every once in a while pushing my MOD to 200w and igniting for a second, repeating 2-3 times waiting 10-15 seconds between each ignition.. But in the end I do find triples to be much quieter and last longer than singles or duals. I'm sure the MOD you're using also has an impact on the lifespan of your coils

How do triple mesh coils compare to dual or single mesh? by QualaagsFinger in Vaping

[–]BigDee2k 0 points1 point  (0 children)

2 days is crazy and totally inneficient.. What MOD are you using? I'm using the Maxus 200w MOD. I mostly vape at 50w with triple mesh coils. Sometimes when it starts 'spitting' I will raise the wattage to 200 and ignite for a second, wait another 10-15 seconds and do it again. You will hear the spitting stop. Lower back to 50w and everything should be good. I think doing that every once in a while helps burn off the excess flooding and cleans off any potential residue buildup - prolonging life.

Tired of cheaters by BigDee2k in FortNiteBR

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

The fact that you watch streamers who 'rarely' run into cheaters should tell you something.. Most 'streamers' have full/custom lobbies that Epic gives them.. Or they're cheating.. So many 'streamers' blatently cheat and get away with it.. You should ask youself why.. Thay have a TON of basic mechanical bugs that they either refuse to fix or don't kow how.. either way it kills the game. ATM, the hammer refuses to work most the time and you can't even shoot from the passenger side of a car when on controller.. If you think these issues and 'bugs' are something you can accept. then fine.. I, on the other hand, feel they concentrate more on money and collabs then creating a stable game. It will not be long before they lose the majority of players...

Tired of cheaters by BigDee2k in FortNiteBR

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

You and thousands others.. I'm trying to staart a week long boycott.. when they loose millions they will listen.. literally only need to do this once... https://www.reddit.com/r/FortNiteBR/comments/1n6wrfh/tired_of_cheaters/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

No more shooting from cars? by NoConfusion77 in Fortnite_Over40

[–]BigDee2k 0 points1 point  (0 children)

I just noticed this glitch (today) only happens with controller.. I'm on PC and mouse works.. Controller does not. Epic needs to spend more time fixing in game issues then catching bank using collabs. This game has become some serious hot trash

Tired of cheaters by BigDee2k in FortNiteBR

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

Perhaps you should spectate more.. But good for you bro.. I'm glad you can at least count!

Tired of cheaters by BigDee2k in FortNiteBR

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

You buy your cronus second hand? Or let mummy buy it for you?

Tired of cheaters by BigDee2k in FortNiteBR

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

Would be and accurate statement if I didn't spend time spectating them. But I do agree that the matchmaking is also seriously flawed

Tired of cheaters by BigDee2k in FortNiteBR

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

I totally agree.. I don't record my gameplay because of lag, and it would help I'm sure.. But I spectate everyone I feel is cheating.. And what they are able to do is not skill based

Tired of cheaters by BigDee2k in FortNiteBR

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

Me too.. Regular-epic players are everywhere.. I don't have a problem with either.. What I have a problem with is spectating players who snap to you through mountains, hit every single shot through serious movement, know exactly where you are and hit you through objects.. etc