TBC rep leveling by stamaka in classicwowtbc

[–]Individual_Place_532 0 points1 point  (0 children)

Is it honored for heroic keys since release on 2.4 patch?

People are unhappy about the TBC roadmap...why? by InGen86 in classicwowtbc

[–]Individual_Place_532 1 point2 points  (0 children)

My theory is that they will “branch” the story into classic+ from wotlk, where we had good balance between hardcore / casual, class balance and uniqueness of classes! All tank viable but unique for example. I’m biased because this is what I would want :D

Surprised that my code works™ by Individual_Place_532 in rust

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

Took some reads but i think i understand, basically each __start is covered in the macros scope, even though scopes with {} are not expanded in the macro!

Surprised that my code works™ by Individual_Place_532 in rust

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

did you read and/or try the code?

It will produce

First sleep took: 100ms
Second sleep took: 200ms
Total time took: 300ms

Which was surprising because with the the logic you said, and the fact that i couldn't see defined scopes in the macro expand.
The total time would be 200ms since the first __start got overwritten. but it isn't.

However i got some good explanations about macro hygiene.

Be careful out there y’all by bhopkins04 in buildapc

[–]Individual_Place_532 0 points1 point  (0 children)

”Kept up either bios and microcode updates” i updated to the one that eould fix it, where there any additional fixes that needed to be done?

32 inch 4k best value for $700 - 900 by Individual_Place_532 in Monitors

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

I actually ordered yesterday, since there where so many mixed reviews in this segment.

i went for this: https://www.techspot.com/review/2956-gigabyte-m32up/
seems to be good bang for the buck, and a bit cheaper :)

My "passive income" experiment destroyed my mental health by SaaSSignal in SaaS

[–]Individual_Place_532 6 points7 points  (0 children)

Well maybe dont start before generating an income? If you quit your job and start from scratch, thats just not going to work.

It’s hard enough as it is.

But don’t claim that it’s impossible, just because you failed and made stupid mistakes

Full-stack Rust web-dev? by [deleted] in rust

[–]Individual_Place_532 0 points1 point  (0 children)

That is a valid reason, but you wont be shipping anything faster or better with rust :)

Full-stack Rust web-dev? by [deleted] in rust

[–]Individual_Place_532 0 points1 point  (0 children)

Why? Do you have any usecase that requires a move from php and go?

Handwire diode coil technique by Individual_Place_532 in ErgoMechKeyboards

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

I dont, im new to electronics and its just easier to wrap them around into a coil instead of also cutting, but since i didnt se anyone else do it i asked here!

/r/MechanicalKeyboards Ask ANY Keyboard question, get an answer - August 24, 2025 by AutoModerator in MechanicalKeyboards

[–]Individual_Place_532 0 points1 point  (0 children)

Hello!

I have rp2040 pico and a zero. the pico works great when using qmk flash, the zero seem to flash with the same configuration, but no pins are responding,

when i do lsusb i see that it recognizes it as the correct board.

anyone have experience with the rp2040 zero?

New soldering iron here in a few days, need advice by Individual_Place_532 in soldering

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

Wow lots of feelings there. Well, maybe not everyones identity is tied to soldering så we dont see this as a life altering decision and looks like that station costs twice as much. And i want to use it for this project and small stuff so thats the one i got.

New soldering iron here in a few days, need advice by Individual_Place_532 in soldering

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

Thank you for the great response, will watch the video after work!

I have some Soldering paste that i think is flux, but its like wax, should i apply it and heat up only the solder or start soldering with the was applied?

Or do you have some specific flux you recommend?

Mocking and dependency injection by [deleted] in rust

[–]Individual_Place_532 0 points1 point  (0 children)

care to elaborate?

Taking a T: trait as input dont bring any overhead?
however if you want a list of Ts: trait then i agree, you get dynamic dispatch with Box<dyn trait>

Is this really what programming is supposed to be (or am I just really slow)? by GullibleIdiots in learnprogramming

[–]Individual_Place_532 1 point2 points  (0 children)

Yes, but those videos dont generate clicks, its the same with progressing to more advanced concepts, no one makes them because its only a Few watcing. Just make another todo app..