HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dominikh

no profile record

Submissions

Brandon's Semiconductor Simulator

brandonli.net
191 points·by dominikh·ปีที่แล้ว·29 comments

The Trouble with Anti-Aliasing (2022)

hikogui.org
2 points·by dominikh·ปีที่แล้ว·0 comments

Gnome Files: A detailed UI examination

datagubbe.se
289 points·by dominikh·2 ปีที่แล้ว·282 comments

comments

dominikh
·4 เดือนที่ผ่านมา·discuss
If 0.02 is the JND of deltaEOK, how come everybody is getting results an order of magnitude smaller? Even the author himself (at https://www.keithcirkel.co.uk/too-much-color/) says they get 0.0028, but never elaborate on the significance of that result.
dominikh
·3 ปีที่แล้ว·discuss
Note that the source you're seeing there is the fallback implementation, which is only used if there is no instruction for FMA in the architecture you're compiling for. On AMD64, for example, the call to math.FMA will be replaced by the VFMADD231SD instruction.