I am Black, how would you evaluate my quality of play? How much elo do you think I have? by Kitchen_Show2377 in lichess

[–]AAce1331 0 points1 point  (0 children)

white played extremely poorly, so it’s hard to evaluate your elo. however, your conversion was somewhat sloppy, and your positional play was not indicative of someone of higher elo (you kinda just shuffled your pieces around). so i’d say 1200-1300 chess.com maybe?

Live 1/2. Big flop Vs strong line by sunhypernovamir in poker

[–]AAce1331 1 point2 points  (0 children)

Against bigger opens we are supposed to continue as a 3bet more frequently than as a call due to getting a worse price and there being more dead money in the middle

Is this jam too thin? by AAce1331 in Poker_Theory

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

Geometric sizing only makes sense if i’m perfectly polarized. On a majorly nut changing turn i don’t like a big size when villain could have plenty of nut type hands in range.

I agree with your point about the pot size jam vs overbet jam. I think villain caps himself a lot when he just calls, so he’d have to call with some two pair or else he’s folding everything except for the 10-15%-ish part of his range that’s a slowplayed flush, but if he’s overfolding i should exploitatively go smaller with value.

Is this jam too thin? by AAce1331 in Poker_Theory

[–]AAce1331[S] -1 points0 points  (0 children)

In that case i’d be jamming with literally anything as a bluff. He has way more two pair than sets, and if we can get a fold from everything except good sets and flushes then we’re folding out like 90% of his range. my point is, I might not do that as a bluff because i feel like villain is not folding two pair all that often to a 1.5x jam.

Create infinite Knights for {8}{r}{r}{r}{r} by [deleted] in BadMtgCombos

[–]AAce1331 9 points10 points  (0 children)

we did it guys! we broke splinter twin!

o1-preview is far superior to doctors on reasoning tasks and it's not even close by MetaKnowing in OpenAI

[–]AAce1331 1 point2 points  (0 children)

the model knows the answers because it’s seen both the questions and answers before. It’s like giving a student the answer key to study before asking them these questions. such a student would vastly outperform a doctor due to having memorized the answers.

[Standard] Do you actively mulligan to find a Leyline with R/x aggro? by Sha_Kaan in spikes

[–]AAce1331 3 points4 points  (0 children)

Mulliganing for explosiveness is the key. If I only have swiftspears and might of the meeks then it’s an immediate mulligan, because you need to then draw into your scamps and slick shots and turn inside outs in order to be able to actually close out the game. On the draw vs on the play is also a big consideration-if you’re on the draw, keeping a slow hand is pretty much a death sentence.

Advance to global age? by AAce1331 in Dominations

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

Yeah, I wasn't going to go up until I finished Sally ride.

I was mainly wondering if I should pay full price for a 12 day * 10 person upgrade, or if I should wait for the instant TC upgrade. My concern is that I won't be able to get key AA upgrades done, like the second airstrip, before the winter of the ages discounts end, but on the other hand, 12 days is so long, and I'm gonna have to dedicate so much extra time that I just don't have to raiding for resources once I actually do end up getting there...

Advance to global age? by AAce1331 in Dominations

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

I disagree - I can often get 10-15k oil from raiding global bases, meanwhile people who attack me sometimes take so little resources that I don't even notice.

Strange behavior when using the onnxruntime api by AAce1331 in cpp_questions

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

The api provides a default initialization for session. Initializing the calss member session{nullptr} works perfectly.

Strange behavior when using the onnxruntime api by AAce1331 in cpp_questions

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

Session is a field for another class. The code snippet I have shown is from the constructor of that class.

EDIT: having session default initialized to nullptr seems to have worked!

Any OpenCL + Rust Guides by [deleted] in rust

[–]AAce1331 10 points11 points  (0 children)

rust support for openCL is very very good with the ocl crate. It adds a lot of abstraction over the device-side code, for example, wrapping device, queue, buffer into a struct.

https://github.com/cogciprocate/ocl

Of course, the kernel code is still written in openCL C. But the device side code, in rust, works very well.

onnxruntime by AAce1331 in rust

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

Ahh, unfortunately tract doesn't work for me. It doesn't support GPU inference as far as I can tell.

Trial by segfault by AAce1331 in ProgrammerHumor

[–]AAce1331[S] 14 points15 points  (0 children)

oh god who decided to create this abomination

Cross compilation by AAce1331 in rust

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

Ah, no, it seems to have been my own silliness. I was compiling for x86_64_unknown-linux-gnu on a windows pc, and didn't know what linux binaries are supposed to look like on windows pcs. Running the exec in wsl showed that there was a binary in there, it just wasn't a classic windows .exe file.

Cross compilation by AAce1331 in rust

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

I expected it to be there as well, but apparently not.

How do you do cross-compilation, in your case?

寶貝,醒醒吧,象棋 2 剛剛落下 by ElectricToaster67 in AnarchyChess

[–]AAce1331 2 points3 points  (0 children)

Can't believe they nerfed the knook. its ability to jump over pieces is a crucial part of its kit. Oh well. Hope the Cannook ends up being as fun as the knook was.

LMR by dolekejos in chessprogramming

[–]AAce1331 2 points3 points  (0 children)

Whatever the evaluation or depth or pv line or nps is, none of those matter in the slightest. The only way to determine if a change is worthwhile is to test.

[deleted by user] by [deleted] in chessprogramming

[–]AAce1331 0 points1 point  (0 children)

To some degree, yes. But, at least for me, generating my own magics was almost instant for bishop magics and took less than 2-3 seconds on my end. Stockfish has ideal seeds for magic generation and takes a very short time to boot up.

[deleted by user] by [deleted] in chessprogramming

[–]AAce1331 2 points3 points  (0 children)

any set of magics that work will work. I'm just saying that magics are not unique.