dengdidnothingwrong [none/use name]

  • 35 Posts
  • 46 Comments
Joined 4 years ago
cake
Cake day: September 24th, 2020

help-circle




  • China already has a ton of Chinese Civil War movies and TV shows LMAO. Imagine movies about Communist spies and where the Communists win :hammer-sickle:

    Like for example, here's a KMT-CPC spy drama based in 1930s Shanghai: https://www.youtube.com/watch?v=OMp0luBvcCw

    By the first scene is literally the KMT's secret service torturing a suspected Communist, so Redditors' fantasies of people getting murdered are being realised but not in the way they want :xi-lib-tears:























  • I did not expect Age of Awakening to be mentioned in /c/tactics, thanks for the share. If you guys want to watch the show, we're adding subtitles onto it and we need volunteers. Here's the YouTube link to the series: https://www.youtube.com/watch?v=nSS5jfgI5yo&list=PLMc1KlemyBkwA6Pg8Pdfj9EL-FMJXcFNX


  • Episode 3 is almost finished, a couple more minutes needs to be translated and then the rest needs to be polished. It's unfathomably based you guys have to watch it when it's out, probably tomorrow or the day after tomorrow. In the meantime, I'm thinking if I could get a "episode discussion" thread for each episode in a separate community. The reason is that this episode is something we have to discuss. Or maybe I should do it on Reddit because there's more people, but again fuck Reddit.









  • tesseract is already in PATH, I'm referring to OpenCV (or opencv-python). The full traceback is:

    $ python3 ocr.py 
    Traceback (most recent call last):
     File "ocr.py", line 1, in <module>
       from videocr import save_subtitles_to_file
     File "/home/user/.local/lib/python3.8/site-packages/videocr/__init__.py", line 2, in <module>
       from .api import get_subtitles, save_subtitles_to_file
     File "/home/user/.local/lib/python3.8/site-packages/videocr/api.py", line 2, in <module>
       from .video import Video
     File "/home/user/.local/lib/python3.8/site-packages/videocr/video.py", line 6, in <module>
       import cv2
     File "/home/user/.local/lib/python3.8/site-packages/cv2/__init__.py", line 5, in <module>
       from .cv2 import *
    ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
    

    I'm running Guix System so the problem is probably related to the distribution I use and not the module.