qwerty

joined 1 year ago
[โ€“] qwerty 5 points 1 year ago (2 children)

Great series, final season was a bit rushed but still good. Premise/ideas were excellent.

[โ€“] qwerty 2 points 1 year ago

Well, apparently you're better than me at probability.. ๐Ÿคฃ Its actually 6/82061 odds (I had two extra zeroes...) or 600/82061%

[โ€“] qwerty 1 points 1 year ago

Probably cliche, but WarGreymon, then followed closely by Chronomon (Holy) and Calumon in no particular order :)

[โ€“] qwerty 3 points 1 year ago* (last edited 1 year ago) (2 children)

With a 30% 5-star raid chance thats like 6~~00~~/82061 shiny odds?? ๐Ÿคฆ

Edit: too many zeroes

[โ€“] qwerty 5 points 1 year ago (1 children)

I think this should work? I used this method when migrating my plex server to a lxc container.

[โ€“] qwerty 2 points 1 year ago (1 children)

This (along with the subsequent Turing paper) is an excellent resource!

Regarding reverse-engineering of SASS, a (possibly?) complete instruction "reference" (from Pascal to Hopper) can be found using methods here. Using quotes here because there is enough info to disassemble/assemble the code section in cubin binaries - since we have a detailed desc of inst encoding, operand types, modifiers etc.. However, instruction behavior, misc requirements, side-effects, etc.. are not documented.

[โ€“] qwerty 1 points 1 year ago

Specifically for GPUs, here is a description of a single-pass prefix sum algorithm.