Daniel Șuteu
Daniel Șuteu
> Just to be sure, the api.json function is available to youtube viewer 3.7.4 only, right? Yes. That is correct. * The API key starts with `AIza...` (39 characters long)....
Try: ``` youtube-viewer --debug test ``` It should print an URL with the API key included. Check to see if it actually uses the correct key. Optionally, copy-paste the URL...
Make sure to have the latest version of youtube-viewer installed (3.7.4).
Try to create a new project with a new API key. Apparently, Google automatically disables the API keys that have not been used for 90 consecutive days. See: https://stackoverflow.com/questions/55620912/youtube-may-disable-your-inactive-projects-access-to-the-youtube-data-api-servi
@asteriosos: Sadly, yes. As an alternative, I created [straw-viewer](https://github.com/trizen/straw-viewer), which uses the API of [invidio.us](https://invidio.us/), and thus it does not require an YouTube API key.
@Migacz85 There is [task-spooler](https://aur.archlinux.org/packages/task-spooler/) for that (see also: https://youtu.be/I4tfHUmklWo), but that's a different topic. @DanitiKain Currently, this is not possible due to some implementation details.
Partially fixed in https://github.com/trizen/sidef/commit/5911c5c14557742a379a151ae9933e1e3a15f44c. ```ruby class Top { method init { say "Top: #{__METHOD_NAME__}" } } class Next < Top { has Array array = [ { say "asd" },...
Temporary PDF files of the guide (created with the [markdown2pdf](https://github.com/trizen/perl-scripts/blob/master/Converters/markdown2pdf.pl) script): [guide-A2.pdf](https://github.com/Anon-Planet/thgtoa/files/9229621/guide-A2.pdf) [guide-A3.pdf](https://github.com/Anon-Planet/thgtoa/files/9229628/guide-A3.pdf) [guide-A4.pdf](https://github.com/Anon-Planet/thgtoa/files/9229632/guide-A4.pdf) (there are still some readability issues, but is better than nothing)
Currently, `factor(big"2"^128 + 1)` also takes a very long time. But we can do better! As an experiment, I implemented the Continued Fraction Factorization Method ([CFRAC](https://trizenx.blogspot.com/2018/10/continued-fraction-factorization-method.html)) in Julia, which is...
> @trizen would you be willing to re-license ecm to an MIT license? I removed any license restrictions. Life is too short to care about licenses and arbitrary restrictions. :)