phiresky
phiresky
If it does download all the links in the attachment column, it would be trivial to write a script which downloads the images from that.. but I'm not sure if...
Well, I guess your best bet would be to use some download manager, I don't think I could integrate this in a helpful way.
Just to make it easier for others (since the code depends on an old gym version and the paper is somewhat underspecified), here's the json for `hide_and_seek_full` : ```json [...
According to the same docs, most of the overhead only happens if log_analyze is set to true: > Turning off auto_explain.log_timing ameliorates the performance cost, at the price of obtaining...
Since signing messages takes up a significant amount of CPU time and we're signing millions of messages, there probably needs to be some benchmarking done to prevent large performance regression
make sure you use cargo run --release and add lto="thin" to [profile.release] in cargo, rust is really slow in dev mode
We were discussing this on matrix, and @cetra3 , @sunaurus and me were all of the opinion a good first attempt at this could use PostgreSQL. It could look something...
> The num_retries param can be used so that Lemmy can avoid storing the first and second retry (after 60s, 60m), because these would cause excessive db writes. I thought...
I just realized something: There doesn't actually need to be a table that stores the send state for every inbox-activity combination like the `CREATE TABLE federation_queue` I described above. The...
By the way (just thought of this), if the minimal index is enough then another option for "medium-sized" archives is to simply compress the sqlite3 file, download it completely, and...