forthrin
forthrin
1. Can you add an option for side-by-side translation? ``` $ man trans -c, -compact Compact mode (for lists of words or short phrases) Show the original text and the...
Initialization takes forever with a [large hosts blacklist](https://github.com/StevenBlack/hosts). Proposing the following patch: ``` index 47c4ef6..4ae0dee 100644 --- a/lib/resolv.rb +++ b/lib/resolv.rb @@ -198 +198 @@ class Resolv - next unless addr...
`$ qpdf --encrypt --owner-password=foo --user-password=foo --bits=256 -- Plans.pdf Plans+.pdf` Doing a simple encryption is very verbose. Suggest supporting a short form like `qpdf Plans.pdf`, that: - Assumes encryption (`-d` for...
Stumbled across this. What a great project! And what redemptive web "design" in accordance with the philosophy. Would have loved a "mathematical notation (for programmers)" chapter. Though a seasoned programmer,...
Using OpenCL formats is much faster than its CPU counterparts, but they seem to have something of a one minute startup penalty. (Accordingly, when running an actual crack, nothing happens...
The following error message occurs with basic use of BirdNET, relating to https://github.com/tensorflow/tensorflow/issues/51467. > ERROR: Attempting to use a delegate that only supports static-sized tensors with a graph that has...
What is the proper way to refine the initializer of this class? The below does not seem work. ```ruby require 'net/http' module Foo refine Gem::Net::HTTPGenericRequest.singleton_class do def new(*) obj =...
### mpv Information ```bash mpv version: git-2024-10-06-7ca5fd2-dirty FFmpeg version: git-2024-10-05-099f88b ``` ### Other Information ```text N/A ``` ### Reproduction Steps - Happened once related to exiting. - Could not reproduce....
Got a ton of deprecation / vulnerability warnings when trying to install under macOS. Got it running, but there is no visualization from live microphone. QuickTime registers input fine, and...
`https://www.moviesubtitles.org/search.php?q=test` returns HTTP 500. - Firefox: Displays the page - `net-http`: Returns no body, and `SSL_read: unexpected eof while reading (OpenSSL::SSL::SSLError)` Adding `http.ignore_eof = true` does not mitigate the situation....