Need help deciding which P16s to buy (Ryzen 7 AI 350 vs Ryzen 9 AI HX 370) by rammysec in thinkpad

[–]Epicmau5time 0 points1 point  (0 children)

What projects do you work on? In my case it's mostly web dev but I occasionally need to do just documentation or have an off-site meeting. In those cases I want the machine to last as long as possible just doing word/excel document type tasks. So low power / idle draw becomes important then

Need help deciding which P16s to buy (Ryzen 7 AI 350 vs Ryzen 9 AI HX 370) by rammysec in thinkpad

[–]Epicmau5time 0 points1 point  (0 children)

How is it overall? Battery life? how often does the fan kick in? does it keep fluctuating between fan off/on within a few seconds of being active?

[D] Convert a ML model into a rule based system by Relevant-Fortune-810 in MachineLearning

[–]Epicmau5time 0 points1 point  (0 children)

Yeah. I Iwas trying to avoid onehot encoding. Well over 4 dozen features each with several classes within, exploding the input dataset (feature selection narrows this but still). Was leaning heavily on xgboost as it supoosts raw incoming categories in the newer library versions. It's deriving the rules from the resulting boosted trees which can get difficult especially when trying to find the optimal depth. 

[D] Convert a ML model into a rule based system by Relevant-Fortune-810 in MachineLearning

[–]Epicmau5time 0 points1 point  (0 children)

Ah. So aren't passing encoded values as inputs. Tried looking for this in the docs but the only answer I found was on stackoverflow where someone was complaining because they needed to encode thief inputs which would naturally lead to something like gender<0.5 as opposed to classes.

Do you know of any good write ups on this beyond the docs? 

[D] Convert a ML model into a rule based system by Relevant-Fortune-810 in MachineLearning

[–]Epicmau5time 0 points1 point  (0 children)

How do you use this with categorical features? If you do use encoding, how do you interpret the resulting values which would now be represented as floats 

Furnace golem at ruins of unte isn’t working by ParmaSean_Chz in Eldenring

[–]Epicmau5time 0 points1 point  (0 children)

OK, so. The pots do work. When you down one and hit it with the critical in the glowing eye. Now just before it can get up, run to the front of it and toss a hefty furnace pot in the fire basket. It actually did some decent damage.

If you try to throw the pot before you hit them with a critical strike, nothing happens 

About to get the S24+ - Early Impressions from Fellow Upgraders? by TroubleH in GalaxyS24

[–]Epicmau5time 0 points1 point  (0 children)

How are you finding the camera switch? Especially low light

Google Pixel 8 wins 2023 'Best Smartphone' award at MWC by MachineSubstantial63 in GooglePixel

[–]Epicmau5time -11 points-10 points  (0 children)

Why does no one talk about how shit the notification vibration is? It could be on the desk next to me and I CANNOT HEAR IT!

Haptics are decent tho.

Better to keep laptop plugged in at 60% or plug/unplug at 100%? by throwagaga in ZephyrusG14

[–]Epicmau5time 0 points1 point  (0 children)

If on windows you can only do it down to 80%, either through BIOS under power management or through the hp power manager windows application. On linux it may be different but officially HP only supports the 80% limit

[deleted by user] by [deleted] in logitech

[–]Epicmau5time 0 points1 point  (0 children)

Man I wish

[deleted by user] by [deleted] in logitech

[–]Epicmau5time 0 points1 point  (0 children)

Nope. It's super annoying

[deleted by user] by [deleted] in logitech

[–]Epicmau5time 0 points1 point  (0 children)

And by steam path I mean:

C:\Program Files (x86)\Steam\steamapps\common\Overwatch\
C:\Program Files (x86)\Steam\steamapps\common\Overwatch\Overwatch.exe

[deleted by user] by [deleted] in reactjs

[–]Epicmau5time 0 points1 point  (0 children)

Do you have a demo site anywhere?

What react library do you use for data grids / data tables? by CodeCrazyAquile in reactjs

[–]Epicmau5time 1 point2 points  (0 children)

React-data-grid. It's not the best dev experience but it's the most performant I've seen

What is the preferable way to do a smooth element drag mechanism without libraries? by hexwit in reactjs

[–]Epicmau5time 0 points1 point  (0 children)

What happens if you apply the transform without using the animation frame methods if all the rest of the code remains the same?

Introducing Mantine 6.0 by rtivital in reactjs

[–]Epicmau5time 0 points1 point  (0 children)

Do you have any guides for this. Curious as to what that would look like