Results 204 comments of Rasz_pl

I had opportunity to look at playerControls() https://github.com/code-charity/youtube/issues/2381 in more details. Default YT with no extensions 'hover cursor over player control bar' disappears if I hover cursor over upper edge...

You are absolutely right about completeness of the disassembly approach. There are people who prefer to reason about the code, and those who rather measure first to get a five...

> Genlocking the Pico is very difficult because the Pico's internal phase locked loops have very coarse adjustment Would massively oversampling help? PIO/Pico wont have problem sampling at 160MHz and...

How about clocking rp2040 with Si5351A? $2 in small quantities, $5 whole dev board. Available for cheap manufacturing at jlcpcb https://jlcpcb.com/parts/componentSearch?searchTxt=SI5351A same as $1 rp2040.

"working" example https://blog.qiqitori.com/2022/09/raspberry-pi-pico-15-6-khz-analog-rgb-to-vga-adapter-part-1-poc-wip/

I fixed the trivial ones. 3. looks easy, will look at it next 6. I never used Analyzer so dont even know how its supposed to look when its working...

holy 100KB batman some of the stuff in satus is redundant, like https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L2879 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L2861 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L3056 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L2870 https://github.com/search?q=repo%3Acode-charity%2Fyoutube+camelize+&type=code why even camelize anything? or unneeded https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L2861 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#LL2926C22-L2926C22 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#L2907 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#LL3086C22-L3086C22 https://github.com/code-charity/youtube/blob/73cbd813f4db2b283343e23ef664ae07fff6afe4/js%26css/satus.js#LL3065C21-L3065C21 etc etc...

Two days of staring at this code and its starting to make sense :) Its actually quite logical and pleasant to work with. > I dont see ability to manipulate...

bug 3 fix https://github.com/code-charity/youtube/pull/1676 Still no idea why this functionality is there (why call extension.attributes() every time some option is changed?) :) but at least now its working as it...

> > why camelize > > just answered in [#1634](https://github.com/code-charity/youtube/issues/1634) If you really want smaller js files (meaningless in case of menu for an extension) you can always minify the...