{"id":15945667,"url":"https://github.com/ig3/anki-patch-fuzzedivlrange","last_synced_at":"2025-10-12T22:23:24.814Z","repository":{"id":77186273,"uuid":"319516195","full_name":"ig3/anki-patch-fuzzedivlrange","owner":"ig3","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-08T07:49:25.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T11:17:56.969Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ig3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-08T03:36:42.000Z","updated_at":"2020-12-08T07:49:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"c38a2233-3903-463d-930a-138c66c201d3","html_url":"https://github.com/ig3/anki-patch-fuzzedivlrange","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ig3/anki-patch-fuzzedivlrange","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fanki-patch-fuzzedivlrange","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fanki-patch-fuzzedivlrange/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fanki-patch-fuzzedivlrange/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fanki-patch-fuzzedivlrange/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ig3","download_url":"https://codeload.github.com/ig3/anki-patch-fuzzedivlrange/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ig3%2Fanki-patch-fuzzedivlrange/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013247,"owners_count":26085250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-07T09:05:17.928Z","updated_at":"2025-10-12T22:23:24.785Z","avatar_url":"https://github.com/ig3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# anki-patch-fuzzIvlRange\nThis add-on monkey patches the V2 scheduler routine _fuzzIvlRange.\n\nThe original procedure is unnecessarily complex and returns not quite\nmonotonically increasing ranges as the input interval increases, at low\nintervals. There is an approximation to a logarithmic growth at low\nintervals, but beyond 20 days it is linear at about  +/-5% of the interval.\n\nThe patched implementation returns ranges that increase in size\nmonotonically as the interval increases. Special cases below interval of 4\ndays, then (ivl +/- int(log(ivl,2))-1) days, so a logarithmic rolloff. This\nreaches +/-7days at an interval of 365 days / 1 year. This is small, but\nenough to ensure that cards don't stick together on the say days. From\nlearning, the cumulative difference should be significant.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fig3%2Fanki-patch-fuzzedivlrange","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fig3%2Fanki-patch-fuzzedivlrange","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fig3%2Fanki-patch-fuzzedivlrange/lists"}