HackerTrans
TopNewTrendsCommentsPastAskShowJobs

77

no profile record

Submissions

Designing my tattoo using generative art in p5.js

konradbochnia.com
2 points·by 77·3 года назад·0 comments

comments

77
·3 месяца назад·discuss
https://xmonader.github.io/letsbuildacompiler-pretty/
77
·в прошлом году·discuss
To be more precise, Java initially uses a linked list for nodes within a bin. If the number of items inside the bin crosses TREEIFY_THRESHOLD (which is 8), then that specific bin is converted into a RB tree.

This is detailed in implementation notes comment here: https://github.com/openjdk/jdk/blob/56468c42bef8524e53a929dc...
77
·в прошлом году·discuss
This hack has terrible accessibility. For one, the <label> is not focusable by default, so keyboard users won't be able to toggle the popup at all. And I don't think it's possible to dynamically set ARIA attributes without JS.