milahu
milahu
redundancy is a problem with many tests, like MBTI or big-five in my understanding, all the 8value questions only measure **one single scale**: conservative politics | liberal politics ------------ |...
would be nice to use `@every 3d` instead of `@every 72h` or `@every 2w` instead of `@every 336h` because days and weeks are easy to define, months and years are...
redirects should be handled in libtorrent per https://github.com/arvidn/libtorrent/issues/7325 but libtorrent still fails to download some files example: https://archive.org/details/AldousHuxley-BNW torrent: https://archive.org/download/AldousHuxley-BNW/AldousHuxley-BNW_archive.torrent ``` $ python -c 'import torf; t = torf.Torrent.read("AldousHuxley-BNW_archive.torrent"); print("\n".join(t.webseeds))'...
fix #145 todo: average results from first pass
i assume that 90% of the blockchain are never used because most transactions i see (event horizon) are only some weeks old so the full monero blockchain of currently 90GB...
i want to download [large torrents with many files](https://annas-archive.org/torrents) in sequential order and process the content files in their original order in the torrent which is some random sort order,...
continue https://github.com/nanocurrency/nano-node/pull/4680#issuecomment-2231675698 for better visibility Error: logging should be initialized before creating a logger ``` $ ./result/bin/nano_rpc --help Assertion (global_initialized) failed nano::logger::logger(std::string) /build/source/nano/lib/logging.cpp:220 Error: logging should be initialized before creating...
i want to link `nano-node` against shared libraries, to speed up the build process so effectively, i have reverted #4030 (and some other commits) this PR should not be merged...
### Summary currently `nano_wallet --help` shows a window with the help text ``` Command line options: --help Print out options --config arg Pass configuration values. This takes precedence over any...
generally, pyload should avoid filling the disk to 100% example: i have 60GB free disk space, and the compressed package has 40GB so when the download is complete, i have...