HN user
darthShadow
https://github.com/darthShadow
doesn't honor dropbox's retry-after header
That hasn't been true for more than 8 years now.
Source: https://github.com/rclone/rclone/blob/9abf9d38c0b80094302281...
And the PR adding it: https://github.com/rclone/rclone/pull/2622
Just curious, was something like https://github.com/containerd/stargz-snapshotter considered/evaluated before designing your own lazily-loaded container FS and if so, any pros/cons for the same?
Visa/MasterCard/Amex already support such a facility in India due to RBI requirements. Doesn't seem too difficult to adapt similar functionality for other countries too, if the regulations are updated to require it.
* https://www.visa.co.in/about-visa/newsroom/press-releases/vi... * https://pgi.billdesk.com/web/sihub
These may be useful reading:
https://github.com/TryGhost/node-sqlite3/issues/408#issue-57...
https://github.com/WiseLibs/better-sqlite3/issues/32#issueco...
Copying a quote from the second:
The sqlite3 C API serializes all operations (even reads) within a single process. You can parallelize reads to the database but only by having multiple processes, in which case one process being blocked doesn't affect the other processes anyways. In other words, because sqlite3 serializes everything, doing things asynchronously won't speed up database access within a process. It would only free up time for your app to do other things (like HTTP requests to other servers). Unfortunately, the overhead imposed on sqlite3 to serialize asynchronous operations is quite high, making it disadvantageous 95% of the time.
From the project README:
Thruster also wraps the Puma process so that you can use it without managing multiple processes yourself. This is particularly useful when running in a containerized environment, where you typically won't have a process manager available to coordinate the processes. Instead you can use Thruster as your CMD, and it will manage Puma for you.
You have Lidarr[1] as an equivalent to Sonarr/Radarr etc. and there is a pending PR[2] for adding Lidarr support to Overseerr which also has a custom docker image to try.
[1] https://github.com/Lidarr/Lidarr [2] https://github.com/sct/overseerr/pull/3800
FWIW, auto_vacuum set to INCREMENTAL doesn't do any vacuuming automatically; it just stores the information needed to vacuum the DB.
From https://www.sqlite.org/pragma.html#pragma_auto_vacuum:
When the value of auto-vacuum is 2 or "incremental" then the additional information needed to do auto-vacuuming is stored in the database file but auto-vacuuming does not occur automatically at each commit as it does with auto_vacuum=full. In incremental mode, the separate incremental_vacuum pragma must be invoked to cause the auto-vacuum to occur.
Hardcover may be worth a try:
Plex has something similar for local music: https://www.plex.tv/blog/super-sonic-get-closer-to-your-musi...
It requires the music to be already present, however, so not ideal for finding new music.
Adding onto this is Outplayer, which similarly uses MPV for its backend, for iOS & iPadOS.
Related Videos:
Intel has a Pretty Big Problem (by Level1Techs): https://www.youtube.com/watch?v=QzHcrbT5D_Y
Intel's CPUs Are Failing, ft. Wendell of Level1 Techs (by Gamers Nexus): https://www.youtube.com/watch?v=oAE4NWoyMZk
And it looks like ASUS has already released updated firmware for the same: https://www.tomshardware.com/pc-components/motherboards/new-...
You have already gotten excellent options from the other comments, but here's another one that's not been mentioned yet.
You may want to consider adjusting your partition key (if feasible) as a function of datetime so you can just drop a complete partition when required, rather than needing separate delete queries.
In my experience, it has proven to be a very quick and clean way to clear out older data.
You can always use rclone which added ProtonDrive support 2 releases back: https://rclone.org/protondrive/
You can also mount it using rclone to present it as an external drive.
Eweka hasn't come up for renewal this year yet but the last year, I had to cancel my sub and set it up again due to the renewal issues. You may want to try doing the same since their BF promo is valid year-round: https://www.eweka.nl/en/landing/unlimited-usenet-special
Newshosting was the one that got renewed a few days and it went through fine without any manual intervention.
FWIW, I haven't had any failures in ~3-4 months now. Every subscription using Stripe has been working flawlessly for the same time. Even usenet subs have renewed fine this year (just had an automatic renewal processed yesterday).
I use ICICI, Axis & HDFC Cards and all 3 have worked fine.
My first goto for anything related to file transfer: https://rclone.org/
If you care about permissions, you can always run an rsync after rclone has finished the transfer because applying just the permissions is much faster than the actual single-threaded transfers of rsync.
Corresponding tailscale blog: https://tailscale.com/blog/traefik-certificate-resolver/
Should be tailnet lock rather than talent lock... :)
Yeah, I am trying to plugin mvsqlite into a binary-only app which is using WAL mode. Changing to any other journaling mode, just causes the app to not start at all.
I really wanted to give this a try but the lack of WAL support has prevented me from using it. With the recent addition of WAL support[1] in litefs, would it be possible to add the same to mvsqlite too?
You may have missed this in the same section:
If such change to Individual plans is to occur, we plan to grandfather-in all early adopters (meaning all current and future paid customers, up until this change) allowing them to keep their existing subscription price as long as they don’t cancel it.
Perfect, thanks.
Any first game recommendations btw?
As someone who is deciding whether to splurge on a Quest 2 for exercising, how good is it without a computer system to link with?
Also, is there any step that requires a computer system like the initial setup etc.?
Any recommendations for initial games to try and guides for getting the optimal adjustment are also appreciated.
No, just close and re-open the file when you receive a specific signal, generally SIGHUP, from logrotate or any equivalent tool.
Thanks for the answer.
May be worth pointing that out in the article since the increased disk usage has been mentioned multiple times in the article without any indication that it's only temporary until ClickHouse merges the parts.