HackerTrans
TopNewTrendsCommentsPastAskShowJobs

odc

no profile record

comments

odc
·9 miesięcy temu·discuss
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 miesięcy temu·discuss
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 lat temu·discuss
Any news about Firefox? Are they also impacted?