Les De Ridder
Les De Ridder
> If it's downloaded through the USDB Syncer I use my own script to download from USDB. I don't know if USDB Syncer existed when I made it, but I...
> USDX supports in the #MP3 field everything supported by ffmpeg. Oh, that's good to know. > VBR MP3 files are not designed for accurate seeking. When we tell libavformat...
I recently was able to recover nearly all files from a partly corrupted btrfs filesystem using [btrfs restore](https://btrfs.readthedocs.io/en/latest/btrfs-restore.html) with the appropriate flags, but YMMV.
> Maybe the open source community will eventually agree on a framework for signing 3rd party Windows drivers similar to what Fedora has done. This seems unlikely. The number of...
@mattw-webcv If it already did a whole-device TRIM and it's an SSD, your data is likely gone. If not, you could try [Testdisk](https://www.cgsecurity.org/wiki/TestDisk) to recover data. Good luck!
> How do you think we could solve this? Using quotes I guess? `?has_stuff."foo-bar"=true`? There seem to be a few options: | Syntax | [jq](https://jqlang.github.io/jq/manual/#object-identifier-index:~:text=If%20the%20key%20contains%20special%20characters%20or%20starts%20with%20a%20digit%2C%20you%20need%20to%20surround%20it%20with%20double%20quotes%20like%20this%3A%20.%22foo%24%22%2C%20or%20else%20.%5B%22foo%24%22%5D.) | [JSONPath](https://datatracker.ietf.org/doc/html/rfc9535) | |--------|--------|--------| |...
Our use case is (internal) legacy code/libraries that assume hash-based routing is used. Other use cases: * SPAs deployed to environments without URL rewrite support (static site hosts like GitHub...