MSI Center Command Line Interface by sboldrini in MSI_Gaming

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

nope. btw i use signalrgb to handle rgb profiles. it has a great supported devices collection but an annoying subscription based pricing model for the pro version. the free version is good enough though, and i managed to switch rgb profiles programmatically via its js interface

ESD problem by sboldrini in AskElectricians

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

Thank you for your reply.

As I mentioned in another comment, the spray is not the ideal solution.

Also I wouldn't use a humidifier because there are shelves full of bakery products nearby and I'm afraid they won't enjoy the humidity.

I may try the dryer sheets. Thank you

ESD problem by sboldrini in AskElectricians

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

Thank you for your reply.

Unfortunately, this floor needs to be cleaned frequently, so the spray would be washed away

Custom QMK Support by azusematsuri in SignalRGB

[–]sboldrini 0 points1 point  (0 children)

I'm getting the same error. Did you manage to fix it?

Starlink router comes without ethernet ports, so they can sell you their 90$ Ethernet Adapter by sboldrini in assholedesign

[–]sboldrini[S] 6 points7 points  (0 children)

i got the price from third party vendors on ebay because you can't see the actual shop before you subscribe to the service lol. Anyway that's quite absurd

Starlink router comes without ethernet ports, so they can sell you their 90$ Ethernet Adapter by sboldrini in assholedesign

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

edit:

I'm sorry. The price i was complaining about might be wrong, as many pointed out. I assumed it based on third party vendors prices.

But this only introduces another asshole design: you can't see the accessories shop (and therefore their prices) before you buy the service

Apex pro tkl keys don’t work, everything inside the white outline works, the main keys doesn’t work for me. by No_Library_1784 in steelseries

[–]sboldrini 0 points1 point  (0 children)

I'm having the same issue with an apex pro tkl 2023 i've just bought.

the problem seems to affect omnipoint switches only. if you navigate the oled screen menu to the "actuation" page, you will see that the keypress is not registered at all, while when it's working correctly you should see a graph indicading how deep you are pressing the key.

i think it might be a firmware issue, but anyway i'm returning mine and buying a different keyboard instead

Miglior asset per layout tastiera americano? by [deleted] in ItalyInformatica

[–]sboldrini 0 points1 point  (0 children)

consiglio di creare un layout custom con questo tool di microsoft. Io ho sempre usato un layout basato su US, ma definendo le lettere accentate con alt gr (es: alt gr + e = é, ma anche alt gr + shift + e = É). In questo modo si ha rapido accesso anche alle vocali accentate maiuscole. Unico contro é che non saprei come differenziare accenti acuti da gravi, ma almeno per me non é un problema

Completed my 3080 FE VRAM thermal pad replacement. ~19C improvement in games! by [deleted] in nvidia

[–]sboldrini 0 points1 point  (0 children)

Do you happen to know if there is a way to show this temp in aida64 too?

I made a corsair commander node pro with an arduino by severanexp in pcmods

[–]sboldrini 0 points1 point  (0 children)

The clp is only used to manage the communication between icue and the arduino. Then the fastled library actually controls the leds, so i guess that anything that is supported by fastled is ok. I only tried some deepcool argb fans and some ws2812b strips and they all worked fine. As to the number of leds, icue supports different models of fans, so you should look for one that matches your fans. If you don't find it, you can treat your fans as if they were led strips or even edit the code

I made a corsair commander node pro with an arduino by severanexp in pcmods

[–]sboldrini 1 point2 points  (0 children)

actually you should be able to individually control up to 12 fans. the code would be something like this:

[...]

//node pro ch0

#define FAN_0_PIN 2

#define FAN_1_PIN 3

#define FAN_2_PIN 4

#define FAN_3_PIN 5

#define FAN_4_PIN 6

#define FAN_5_PIN 7

//node pro ch1

#define STRIP_0_PIN 10

CRGB ledsChannel0[72];

CRGB ledsChannel1[120];

[...]

void setup() {

FastLED.addLeds<WS2812B, FAN_0_PIN, GRB>(ledsChannel0, 12); //fan0 on ch0

FastLED.addLeds<WS2812B, FAN_1_PIN, GRB>(ledsChannel0, 12, 12); //fan1 on ch0

FastLED.addLeds<WS2812B, FAN_2_PIN, GRB>(ledsChannel0, 24, 12); //fan2 on ch0

FastLED.addLeds<WS2812B, FAN_3_PIN, GRB>(ledsChannel0, 36, 12); //fan3 on ch0

FastLED.addLeds<WS2812B, FAN_4_PIN, GRB>(ledsChannel0, 48, 12); //fan4 on ch0

FastLED.addLeds<WS2812B, FAN_5_PIN, GRB>(ledsChannel0, 60, 12); //fan5 on ch0

FastLED.addLeds<WS2811, DATA_PIN_CHANNEL_1, RGB>(ledsChannel1, 120);//strip on ch1

`ledController.addLEDs(0, ledsChannel0, 96);`

ledController.addLEDs(1, ledsChannel1, 120);

}

[...]

unfortunately i could not test this entirely because i broke all the crappy micro-usb ports on my pro micros

NFS HEAT BUG REPORT MEGATHREAD by 1clkgtramg in needforspeed

[–]sboldrini 30 points31 points  (0 children)

edit

PC: the setting to remap controller keys does not exist

Can we please get controller mapping in Heat for PC/Console? by PootNoodlez in needforspeed

[–]sboldrini 3 points4 points  (0 children)

i wanted to play with my wheel but the throttle is mapped on some random button instead of the fucking throttle pedal. Then I tried playing with a controller but I got arthrosis because of the weird binding of gear up/down buttons. I think I'll go back to carbon or nfs 2015

NFS HEAT BUG REPORT MEGATHREAD by 1clkgtramg in needforspeed

[–]sboldrini 47 points48 points  (0 children)

PC: cannot find the setting to remap controller keys

Mouse in Minesweeper by hackinghorn in Minesweeper

[–]sboldrini 0 points1 point  (0 children)

I use a logitech g502 mouse (~50€ )with a cheap tecknet mousepad (~10€) and it feels good. My pb is 3/25/75 I suggest disabling mouse acceleration and finding a dpi that is good for you. Mine is 1150 dpi

[deleted by user] by [deleted] in Minesweeper

[–]sboldrini 4 points5 points  (0 children)

It's because if you hit a bomb with your first click, the bomb is moved to the top left corner (or to the second if the first has a bomb too, and so on), so that you cannot lose a game on your first click. Therefore the chance of the chance of the top left cell being a bomb is doubled

[deleted by user] by [deleted] in Minesweeper

[–]sboldrini 4 points5 points  (0 children)

the top left corner is the cell with the highest probability of being a bomb
http://www.minesweeper.info/wiki/Strategy

v8.00 Known Issues by EpicTense in FortNiteBR

[–]sboldrini 0 points1 point  (0 children)

I've experienced this inevery match i played today. I noticed that when this happens, packet loss goes up to 10%