Viewing profile — darthShadow
darthShadow
HN member- Joined
- Thu, Mar 14, 2019, 7:56 AM UTC
- HN karma
- 2,025
- Public activity
- 61 items
- HN profile
- View on Hacker News ↗
About darthShadow
Recent public activity
-
comment
Comment #48138871
Duplicate: https://news.ycombinator.com/item?id=48132488
- story
-
comment
Comment #46858893
> 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 add…
-
comment
Comment #45845320
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…
-
comment
Comment #45250811
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 reg…
-
comment
Comment #44615154
* https://sirupsen.com/napkin/problem-15 * https://www.cdnplanet.com/blog/initcwnd-settings-major-cdn-p...
- story
-
comment
Comment #42839121
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 th…
- story
-
comment
Comment #42516062
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 c…
-
comment
Comment #42513776
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…
-
comment
Comment #42340549
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_…
-
comment
Comment #41797433
Dupe: https://news.ycombinator.com/item?id=41792500
- story
-
comment
Comment #41297723
Hardcover may be worth a try: https://hardcover.app/askjules
-
comment
Comment #41297689
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 f…
-
comment
Comment #41278680
Adding onto this is Outplayer, which similarly uses MPV for its backend, for iOS & iPadOS.
-
comment
Comment #40946861
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)…
- story
-
comment
Comment #40181596
And it looks like ASUS has already released updated firmware for the same: https://www.tomshardware.com/pc-components/motherboards/new-...
- story
-
comment
Comment #40007127
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 f…
- story
- story
-
comment
Comment #38667174
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.