notes with tags: issues

id text url tags updated_at
5037 flat-scheduler: don't submit new processes. Instead use input data queue, processes should take data to run jobs from this queue https://github.com/tandav/musiclib/tree/flat-scheduler opseq issues 8 days ago
5116 support `OpSeq` `options_callable` without arguments (does not takes previous `Op = seq[-1]` - just generataes new (options_callable has no args) opseq issues 16 days ago
4688 use `oldmin = min(old) and oldmax=max(old)` if not passed dsplib issues 2023 Jul 23 18:05
4654 support youtube videos / links tg-whisper issues 2023 Jul 16 12:26
4652 merge project to chans issues telegram-grep 2023 Jul 16 12:23
4651 update url instanlty when typing search query (or add button) issues telegram-grep 2023 Jul 16 12:23
4650 support different grep / regex patterns for different users (or grep in real time?) issues telegram-grep 2023 Jul 16 12:23
4649 Делать summary всех новостей за день через chatgpt в 9 00 msk. сначала чнрез difflib убират дубли во время reduce оставлять более длинное сообщение add comment: summarized by chatgpt Юзать крон в ci для этого ask chatgpt to write optimal algo to remove dupes use difflib or chatgpt to drop duplicates (add all sources to post though) - wait 1 minute before post issues telegram-grep 2023 Jul 16 12:22
4648 replace clean_html with beautiful soup get_html issues telegram-grep 2023 Jul 16 12:21
4647 Ensure summary doesn't use posts that was already summarized on previous day issues telegram-grep 2023 Jul 16 12:20
4597 допилить backups на gitlab-ci and ssh / exec runners backups issues 2023 Jul 16 10:45
4634 add redis key for chans and github feed updated_at in single format and add drone actions api caller which calls restart build if updated older than for github feed: update older than 15 minutes for chans older than 30 seconds issues projects chans github-feed 2023 Jul 16 09:38
4633 try redis like docs (sphinx) instead of mkdocs python pipe21 issues 2023 Jul 16 09:38
4632 Delete red function from webhooklib. Use colorama inplace issues webhooklib 2023 Jul 16 09:37
4628 # tryna add mypy/pyright types - https://mypy.readthedocs.io/en/stable/stubtest.html - https://typing.readthedocs.io/en/latest/source/writing_stubs.html#tools-for-maintaining-stubs - https://mypy.readthedocs.io/en/stable/running_mypy.html#cannot-find-implementation-or-library-stub - https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-paths-to-modules - https://microsoft.github.io/pyright/#/typed-libraries - https://microsoft.github.io/pyright/#/import-resolution https://mypy.readthedocs.io/en/stable/stubtest.html pipe21 issues 2023 Jul 16 09:33
4626 короче юзать монгу - pymongo should support arbitrary objects without any schema like create date etc - notes table is just id and json field. забить на rest-api юзать pymongo напрямую как ORM. Так как будет обрашение к локалхосту то похуй на TLS. Так как пароль требуется даже для неTLS то извне доступа не будет поэтому все секурно. Главное просто не писать с макбука секурные заметки по сети в эту базу. А если ты зашел через http то запись будет в локалхост и никто не увидит issues notes 2023 Jul 16 09:22
4625 Try couchdb. Там http API из коробки https://news.ycombinator.com/item?id=36594759 issues notes 2023 Jul 16 09:22
4624 change github link name to source and point it to gitlab issues github-feed 2023 Jul 16 09:21
4623 make parsing async issues github-feed 2023 Jul 16 09:21
4622 update cancel_orphans method with new states dagops issues 2023 Jul 16 09:20
4621 Add exists cache - [ ] test_lock - [ ] test path unlocked when task failed or succeeded dagops issues 2023 Jul 16 09:20
4620 simplify create_dag, prepare_dag, validate_dag methods (move all logic to pydantic) dagops issues 2023 Jul 16 09:20
4619 use async sqlalchemy 2.0 methods dagops issues 2023 Jul 16 09:20
4618 Cache check should be on daemon side. Worker should only run processes and have queued,running, success/failed states dagops issues 2023 Jul 16 09:19
4617 reduce number of maxtasks (32 -> 8) in CI dagops issues 2023 Jul 16 09:19
4616 delete id=uuid.uuid4(), from models.Task( (use default factory) dagops issues 2023 Jul 16 09:19
4615 dont create Daemon objects, run prepare_workers in main.py files. Use some declarative approach instead. Automatically cancel_orphans, run prepare_workers etc DaemonSet.run() /DaemonGroup.run() DaemonRunner dagops issues 2023 Jul 16 09:18
4614 Don't create new task for cache in daemon the daemon task is the same, just changing it states and send signal to worker. the worker is creating a new process and own new fsm task. but no need to re ew daemon fsm dagops issues 2023 Jul 16 09:18
4613 Dont store tasks state. Or remove after restart. (Idempodency). It should be like Makefile.`exists` checks after each run Можно в цикле while True перепроверять все файлы в watch_directory. И чекать что все exists (включая зависимости) короче даг. Но можно сохранять стейт как ща и давать возможность рестарта возможно нужно хранить в redis status = DONE. Check state each time task have dependency. Maybe store asset path (redis/filesystem) in the table of task. (or 1 task can yield multiple assets). Yeah, a task can yield multiple assets. (eg gpu batch pitch task). But task always depends on fixed list of asset paths: - if Asset paths - task is not executed - if task depends on phony task/target/asset, it which will be executed always (cant be cached) dagops issues 2023 Jul 16 09:17
4612 dont use exclude_boards for settings. Use boards (checked board means it is included, not excluded) chans issues 2023 Jul 16 09:16
4611 Add time ago for viral comments chans issues 2023 Jul 16 09:16
4610 add last comment timestamp column on table page chans issues 2023 Jul 16 09:16
4609 use `P.SetItem` https://gitlab.tandav.me/tandav/chans/-/blob/d81565f4f4bb10a93ba9551095b5e9f31ee3598f/chans/chans/ch4.py#L29 chans issues 2023 Jul 16 09:15
4608 dont distinguish between comment and thread, just post chans issues 2023 Jul 16 09:15
4607 add page with viral comments on all threads on all boards on all chans chans issues 2023 Jul 16 09:14
4606 return back matplotlib trends image (add page) chans issues 2023 Jul 16 09:14
4605 cleanup, maybe delete `html2text` Use`bleach` https://pypi.org/project/bleach/ chans issues 2023 Jul 16 09:14
4604 parse async - async 2ch and 4ch - async request api and save to redis chans issues 2023 Jul 16 09:13
4603 remove quotes from the begginning of comment chans issues 2023 Jul 16 09:13
4602 support images in stream chans issues 2023 Jul 16 09:13
4601 add links to viral comments chans issues 2023 Jul 16 09:12
4600 use react for frontend ? chans issues 2023 Jul 16 09:12
4599 create telegram channel with top comments and posts chans issues 2023 Jul 16 09:11
4596 https://github.com/borgbackup/borg/issues/4802 https://github.com/borgbackup/borg/issues/4802 backups issues 2023 Jul 16 09:10
4595 add basic auth for backups.tandav.me backups issues 2023 Jul 16 09:10
4594 use redis as lock when pubsub backups issues 2023 Jul 16 09:09
4593 add GUI webpage (continue frontend branch) backups issues 2023 Jul 16 09:09
4592 update to borg 2.0 backups issues 2023 Jul 16 09:09
4591 try more templates for circle of fifths anki issues 2023 Jul 16 09:08
4590 rename to flashcards and move to github? anki issues 2023 Jul 16 09:07
4589 merge dev branch and run python script in CI to build and push multiple images/tags ffmpeg-nvidia-docker issues 2023 Jul 16 09:04
4588 add benchmark gpu vs cpu time for gpu-based algorithms add 3 second and 30 seconds files to benchmark pitch-detection issues 2023 Jul 16 09:03
4587 Add other datasets from crepe: MIR-1K [1] Bach10 [2] RWC-Synth [3] MedleyDB [4] MDB-STEM-Synth [5] NSynth [6] - https://mirdata.readthedocs.io/en/0.3.0/source/quick_reference.html - https://github.com/marl/crepe/issues/39 - https://hal.science/hal-01161386/document - http://synthdatasets.weebly.com/ - https://www.spsc.tugraz.at/databases-and-tools/ptdb-tug-pitch-tracking-database-from-graz-university-of-technology.html pitch-detection issues 2023 Jul 16 09:02
4586 try different ensemble algorithms to maximize quality - try vote based on quality of algorithms (weight) - https://scikit-learn.org/stable/modules/ensemble.html pitch-detection issues 2023 Jul 16 09:01
4585 make a service with api and web interface. Upload/record audiofile and get back videos, f0-json, images etc. Use queues etc - json can takes either .wav binary blob or PCM as json array pitch-detection issues 2023 Jul 16 09:01
4584 add note about how to run in docker pitch-detection issues 2023 Jul 16 09:00
4583 compute accuracy in CI pitch-detection issues 2023 Jul 16 09:00
4582 review alignment, probably it's wrong for some algorithms (crepe quality is looks lower than it should be) - try add pitch at time=0 to f0-true [add pitch at time=0 to f0-true · Issue #37 · tandav/pitch-detectors](https://github.com/tandav/pitch-detectors/issues/37) - mdb-stem-synth dataset has ground truth `t` for pitch values. Try use it to adjust time in algorithms - try to adjust thresholds for crepe/torchcrepe https://chat.openai.com/chat/dfb00e2a-8ea3-4edd-acfd-f89f23a1826c pitch-detection issues 2023 Jul 16 08:59
4581 change ceiling up to 1500 hz for benchmarks pitch-detection issues 2023 Jul 16 08:58
4580 add deepf0 algorithm - [Code search results · GitHub](https://github.com/search?q=DeepF0&type=code) https://github.com/interactiveaudiolab/penn/blob/962af14f29947b33030223d6d8637ab2b475ff24/penn/model/deepf0.py#L7 pitch-detection issues 2023 Jul 16 08:58
4579 add PEFAC algorithm pitch-detection issues 2023 Jul 16 08:57
4578 try add viterbi to piptrack https://chat.openai.com/chat/b24e346a-df2b-4e2a-bb26-0ea50ef55643 pitch-detection issues 2023 Jul 16 08:56
4577 bastibe/Replication-Dataset-Scripts: Scripts for recreating the Replication Dataset for Fundamental Frequency Estimation. Part of the dissertation "Pitch of Voiced Speech in the Short-Time Fourier Transform" https://github.com/bastibe/Replication-Dataset-Scripts pitch-detection issues 2023 Jul 16 08:56
4576 add DIO algorithm from pyworld https://github.com/interactiveaudiolab/penn/blob/962af14f29947b33030223d6d8637ab2b475ff24/penn/dsp/dio.py#L15 pitch-detection issues 2023 Jul 16 08:56
4575 try to support passing all algo-specific **kwargs pitch-detection issues 2023 Jul 16 08:55
4568 Rename config to constants, delete unused musictool issues 2023 Jul 16 08:52
4572 add option to init db once and then load envs multiple times without passing password parameter. Use stateful class keepass-env issues 2023 Jul 16 08:48
4571 Почистить gitlab and GitHub issues. Move as much as you can to notes.sqlite, to keep single source of truth todo issues 2023 Jul 16 08:45
4570 use python3.11 Self https://peps.python.org/pep-0673/ musictool issues 2023 Jul 16 08:39
4567 add quotes to strings in repr objects eg `Note(name=E)` should become `Note('E')` delete `name` kwarg from repr musictool issues 2023 Jul 16 08:37
4566 delete support for creation SpecificNote from string in `__init__` (use explicit from_str method) musictool issues 2023 Jul 16 08:36
4564 cache piano repr strings musictool issues 2023 Jul 16 08:25
4563 piano add support for black_small=True but without card (using top row of the keyboard) But there also should be flag to put piano keyboard at the bottom musictool issues 2023 Jul 16 08:24
4562 add pyright https://github.com/microsoft/pyright musictool issues 2023 Jul 16 08:24
4561 Rename note.i to ct (cents units) musictool issues 2023 Jul 16 08:23
4434 Update `humanize` with timezone where needed projects todo-2 issues 2023 Jun 25 16:58
4417 Delete red function from webhooklib. Use colorama inplace libmv issues 2023 Jun 25 09:49
3276 format sg8tb drives to ext4 TODO: try zfs lan todo-2 issues 2022 Oct 30 14:41
3241 rename to flashcards anki issues 2022 Oct 24 18:59