-
Combining Audio with a Static Text Image for YouTube with Ruby
Using Ruby to combine a generated static text image with an audio file to create an uploadable video for YouTube.
-
ERROR: While executing gem … (Gem::DependencyResolutionError) in Ruby 3.1
While doing a gem install, I was getting a Gem::DependencyResolutionError with a resolution that
-
TIL https en wikipedia org wiki Billion laughs…
TIL https://en.wikipedia.org/wiki/Billion_laughs_attack Looks like Nokogiri is too simplistic (by default) to be affected, but the Psych parser in Ruby isn’t so lucky (if you expand to ruby objects, of course… it parses to a Psych object just fine.)