Hacker News new | ask | show | jobs
by sachinkg12 93 days ago
Tested a few queries in Docker.

  - "compress video without losing quality" → #1 was jpegrescan (a JPEG tool). ffmpeg is in the index but didn't surface at all.
                                                                                                                
  - "pretty print json" → jq ranked #7. 
                                         
  - "find files by name" → returned duplicate-file finders (rdfind, duff). fd/fzf didn't appear. 
                                                                                                                                               
  - "download youtube video" → yt-dlp not in results at all. 

Hope this helps
1 comments

Thank you!