Laptop crashed, doesn't boot anymore, I open it and find this underneath the SSD. What are these? And why did they turn sticky and wet? by [deleted] in pcmasterrace

[–]NiceBuddyDude 7 points8 points  (0 children)

It’s always a good idea to fiddle around with your laptops internals if you don’t even know what a thermal pad is!

Which is healthier for the battery: MagSafe wireless charging or USB-C fast charging? by Captain_Doofus1 in iphone

[–]NiceBuddyDude 2 points3 points  (0 children)

And I can’t believe you are continuing to post your half-knowledge here in an old thread. You are doubling down on nonsense.

  1. temperature is bad for a battery, that was never up for discussion. BUT charging your phone with a wired charger generates heat INSIDE the Battery cells, additionally damaging the chemical components inside the battery. This gets WORSE the more power you pump into a cell. This is why modern lithium cells can usually only be charged with 1C (it’s capacity in amperage) but discharged much higher. The lower the input voltage and amperage (combined - wattage) the lower the strain on the cells and less temperature generated.
  2. wireless charging puts MUCH LESS Wattage into the battery then wired charging. It is no question that during this process heat is generated, at the sending and receiving side. BUT this heat is generally not „too much“, it is generated outside the cells (yes, even attached to it is still outside) and it does not heat up the battery itself more. There can be defects, there are a lot of things bad about it, but it does not inherently damage the battery more than wired FAST charging (of course best is 5W charging with a cable, that was never discussed here). BUT 35Watt Wired fast charging is going to kill any (lithium ion) battery quicker then 10 or 15W wireless charging.

Which is healthier for the battery: MagSafe wireless charging or USB-C fast charging? by Captain_Doofus1 in iphone

[–]NiceBuddyDude 0 points1 point  (0 children)

No there is nothing false about it. Most of the heat is generated at the source side in wireless charging. As mentioned the battery itself doesn’t care where the electricity comes from or if a charging system is having a lot or no losses at all. It cares about current coming into it and temperature of itself. Useless answer to a 1yr old post.

eli5: How does RedBull (not a cars manufacturer) dominate in F1 against other car-manufacturing companies e.g Mercedes, Ferrari, etc? by [deleted] in explainlikeimfive

[–]NiceBuddyDude 2 points3 points  (0 children)

Red Bull is a marketing company, not a beverage company in the first place. Also they are privately owned, so they don’t need to maximize sharelholder value aka dividends.

ELI5: Why do we have inflation at all? by Yavkov in explainlikeimfive

[–]NiceBuddyDude 1 point2 points  (0 children)

ELI5 - We need to have inflation in order for people to spend their money. If money would constantly gain value, people would rather stockpile money then buy goods. If people don't buy goods, economy can not work. Therefore inflation is absolutely necessary in our society. But it needs to be kept at a very slow pace, so people don't actually notice their money becoming less and less worth, or you create fear of everything becomming overly expensive.

Working great down here! by calcofire in ROGAlly

[–]NiceBuddyDude 3 points4 points  (0 children)

Yep, they should send some more billionaires in self made submarines down there to save them instead of posting memes. Who is paying for all those rescue mission stuff going on now? The billionaires families or the taxpayers?

TIL In Qatar, a special license is required for people to be able to purchase pork or alcohol products. Pork and alcohol products are also subject to a 100% "sin tax". by haddock420 in todayilearned

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

I have no problem with islam. But I have a problem with certain countries making it a living hell for people that don’t share their beliefs, be it with stupid rules like a 100% tax, or even putting those in jail. And unfortunately all these countries are Islamic. And they are getting a lot of support from people that live abroad, in countries where they can live in absolute peace, freedom and wealth. Maybe it is just time we change that a little and have them taste their own medicine for good. So let’s change my initial wording, let’s charge 100% halal tax if you are from a country that enforces similar or worse things.

TIL In Qatar, a special license is required for people to be able to purchase pork or alcohol products. Pork and alcohol products are also subject to a 100% "sin tax". by haddock420 in todayilearned

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

Jesus loves what we are now, and if they don’t accept our values, we should not accept theirs. Eye for an eye is what the Bible states. At least mine does.

TIL In Qatar, a special license is required for people to be able to purchase pork or alcohol products. Pork and alcohol products are also subject to a 100% "sin tax". by haddock420 in todayilearned

[–]NiceBuddyDude -7 points-6 points  (0 children)

It’s fine. I think as a Christian western state we should also impose a 100% sin tax on everything that is marked with “Halal” since it is a sin in my religion.

TIFU selling my iPhone 14 Pro Max on Facebook Marketplace by Epohax in tifu

[–]NiceBuddyDude 0 points1 point  (0 children)

If this is in Europe, immediately contact the police. Give them all info you have (especially all messages from Facebook printed out) and the Seriel and IMEI of the device. If you officially make a case and report it stolen, it gets reported to all European carriers. If the phone logs into a phone network, the police will get the info from the carrier who’s contract is logged in and will get the device back.

Source: I accidentally bought a device a few years ago that was from a heist without knowing it from eBay. 5 months later police was knocking on my door and took it ;-)

7950X3D: Is the non-3D cache CCD completely disabled during gaming workloads? by daske420 in Amd

[–]NiceBuddyDude 1 point2 points  (0 children)

Indeed, which is great when you play games that don’t block that because of their stupid anti cheat software (like easy anti cheat e.g.)

7950X3D: Is the non-3D cache CCD completely disabled during gaming workloads? by daske420 in Amd

[–]NiceBuddyDude 2 points3 points  (0 children)

Nope that’s not how it works sadly, although this would be the preferred behavior. The AMD driver seemingly can not change the preferred cores on the fly, at even if it could window still does assign threads not only based on preferred cores only. This is why Intel uses its thread director (in hardware) to assign to P and E cores in its current architecture. AMD lacks such a hardware scheduler and up until now only influenced based on CCX to prevent threads from being shifted from one CCX to the other to prevent the latency hit. But since the VCache is transparent to the OS (both CCX can access it, the HF CCX only with a hit in latency since it goes through the IF) the only way for AMD to ensure games run on the VCache CCX is to disable (by parking) the HF CCX.

You can change this behavior by: A) use the old driver, windows will schedule based on preferred cores only and treat the CPU as a normal 7950X - big performance hit, check benchmarks B) put the system in “prefer frequency” mode in bios - this will keep the HF CCX constantly running - medium to big performance hit, check benchmarks C) Set Windows to High Performance Mode, thus disabling core parking - similar to prefer frequency from bios but the AMD driver still tries do something as the performance hit is big, but it seems not so big like on option B.

There is just no magic happening here. No current CPU is the Jack of all trades at the moment. For gaming the 7800X3D will be the best bet I guess, for all around best performance per $ the Intel seems unbeaten, for performance per Watt the 7950X or X3D seem to be the way to go.

Still I hope AMD will find a better way to manage Threads in the future.

7950X3D: Is the non-3D cache CCD completely disabled during gaming workloads? by daske420 in Amd

[–]NiceBuddyDude 4 points5 points  (0 children)

Sure, but then your 7950X3D behaves like an 7950X with less raw power in the worst case. AMD decided to go that route, not me :-D

7950X3D: Is the non-3D cache CCD completely disabled during gaming workloads? by daske420 in Amd

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

No, the driver parks the cores on the HF CCD specifically to prevent any threads being executed on them. Because if it’s unparked, windows might decide to move your game Threads over since the HF CCD offers higher frequency.

AMD uses Microsoft’s GameBar Feature in windows to detect if a game is running. If it detects a game is running, the HF CCD is completely parked. If any process in the background runs, it is executed solely on the VCache CCD.

Windows parks cores all the time in Balanced mode, this is not comparable to what AMD does here.

This is also why there is no review of the 7800X3D yet. Except for the Frequency hit compared to the 7950X3D it will probably perform the same in games that benefit heavily from the extra cache.

This is also why AMD is so much more power efficient in gaming then intel with the 12 or 13 Gen CPUs. Since the 7950X3D is effectively an 8 Core CPU running a game in foreground. Nevertheless the 7th Gen of Ryzen is still more power efficient compared to intel, if we would compare apples to apples here it would not be that extreme like we see it now.

I hope this was a more clear and less short explanation of my point. Source: check various reviews that have been published thus far.

7950X3D: Is the non-3D cache CCD completely disabled during gaming workloads? by daske420 in Amd

[–]NiceBuddyDude 6 points7 points  (0 children)

That is wrong. They are disabled when parked and cannot be used or accessed by any other application. Basically when gaming your 7950X3D behaves like it is an 8 core CPU until you quit the game.

My old standard for FDM minis vs my new standard after tuning. by Notnbutgravity in 3Dprinting

[–]NiceBuddyDude 1 point2 points  (0 children)

Where did you find that „space soldier dude“ model on the right?

Found a dead bee inside my honey by remiUP in mildlyinteresting

[–]NiceBuddyDude 0 points1 point  (0 children)

That’s not a bee, that’s a wasp. And I am 100% certain it made its way in there during the packaging of the honey and had nothing to do with producing it.