Today I encountered a plotting problem and learned a new small trick, so I’ll record it here.
Today I encountered a plotting problem and learned a new small trick, so I’ll record it here.
I have not systematically studied web scraping before, so I am making notes while watching this video.
Damn, I finally successfully used this feature… I’m really stupid…
The with open
statement is a particularly convenient feature in Python, allowing for automatic closure of objects when operations are completed. For custom objects, it’s also possible to support the with
syntax.
The romance of a hunter is not just about explosions… but also about damage output!
Obsessed with hunting… neglecting my career…
As expected, just like I bought a tablet and spent two days reading books before starting to play PSP emulators… this time after buying a computer, I didn’t use it for software testing for long either… I immediately started playing Monster Hunter. I even fiddled with how to record video from the client machine on the host… After struggling all day, I finally chose dual-streaming of video and audio… separately through the Looking-Glass and Scream projects to stream video and audio back to the host, and then recorded using OBS on the host. As for why I didn’t record directly on the client machine… that wouldn’t reflect the essence of being a masochist, right!
Here’s a test video of me playing Cherry Fire Dragon without any technical skill:
I have cleared the case in “The Great Ace Attorney”. Personally, I feel that this game is even better than the Phoenix Wright trilogy. Compared to them, this game does not have any supernatural elements, and the part about evidence in the story seems more reasonable (not just moving an item/person out can be used as evidence). Of course, in a game centered on reasoning… I might be overthinking something~
From past experiences… I have gained many skills as a byproduct… Today, this is also the case. My original intention was to use the source code provided by NetEase to compile an improved version of VirtualBox, but in the end… I learned several Docker-related skills…
When using a Linux system, it’s often necessary to set up things that start automatically at boot. For distributions that use systemd, writing your own service files and enabling them is a great choice.