HackerTrans
トップ新着トレンドコメント過去質問紹介求人

odc

no profile record

コメント

odc
·9 か月前·議論
In Perl -> is the dereference operator, similar to C.

So when you see

    $a->[2]{"bar"}
then $a is an array reference where each item is a hashmap. But with

    $a->[2]->{"bar"}
then $a is an array reference where each item is a reference to a hashmap.
odc
·10 か月前·議論
And that's why it is best to avoid GPU-acceleration unless you truly need it.

GPU drivers have always been full of bugs and will always be, since modern GPUs are ridiculously complex and designed for speed rather than reliability.
odc
·8 年前·議論
Any news about Firefox? Are they also impacted?