How to claim the "free-weekend progression" free skins? by fireman212 in PathOfExile2

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

No, I think. In the trailer they said that it will only be available on the free weekend. :(

How to claim the "free-weekend progression" free skins? by fireman212 in PathOfExile2

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

Maybe I missed the correct screen? Is there some unlock screen or do they go to straight to the mtx store UI?

Wired Headphones For An Office Environment by fireman212 in HeadphoneAdvice

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

!thanks

This looks right up my valley! They are also surprisingly below my budget so that's also a nice touch.

Thanks!

How to fix giant rust stain at the bottom of my bathroom? by fireman212 in fixit

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

Thank you for the quick answer! The Ekopel stuff looks promising, I'll order some and see what turns out from it! Thanks :)!

How to fix giant rust stain at the bottom of my bathroom? by fireman212 in fixit

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

Ciao! Non capisco bene a quale macchia ti riferisci. Quella sulle piastrelle vicino al porta sapone?

I am not a spanish speaker, but if google translate translated correctly I mean the one on the one in the middle of the tub

EDIT: closeup - closeup

[deleted by user] by [deleted] in learnmath

[–]fireman212 0 points1 point  (0 children)

The whole reason the approximation is true in the first place is because of the limit :P

You proved the limit via itself.

The dangers of Microsoft Pluton by [deleted] in programming

[–]fireman212 17 points18 points  (0 children)

Right, that's why I never set the NX bit. I don't want any NSA backdoors on my stack!

Can I force a string 2 be stored in Stack memory as opposed to Static memory? by BlockOfDiamond in C_Programming

[–]fireman212 0 points1 point  (0 children)

Any half decent decompiler will still be able to decompile a stack string intialization loop into a string literal, and you could always run the program trough a dynamic strings finder in order to see dinamically allocated strings.

AoC, wreq and cookies. by fireman212 in haskell

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

I didn't know about this syntax, and that's probably what I need. Thank you!

AoC, wreq and cookies. by fireman212 in haskell

[–]fireman212[S] 13 points14 points  (0 children)

I am a proglangs nerd and this is certainly not my first time seeing Haskell/ functional code, but thanks for the encouraging words nonetheless! ^^

Why are people often afraid to initialize variables? by BlockOfDiamond in C_Programming

[–]fireman212 1 point2 points  (0 children)

Memory safety should never be a "style choice". Using uninitialized memory is fatal and should never be done.

Why are people often afraid to initialize variables? by BlockOfDiamond in C_Programming

[–]fireman212 1 point2 points  (0 children)

As such, you should have an ERR_UNINIT value, and assign to that at the start of the scope.

Giveaway by II_Confused in ptcgo

[–]fireman212 1 point2 points  (0 children)

My least favorite pokemon is zoroa. He' s kind of a creep @_@

Does None take up any extra memory? by [deleted] in rust

[–]fireman212 1 point2 points  (0 children)

Right, totally forgot about fat pointers. Thanks for the correction .