Revenue Generation Business Model: Raffle/Sweepstakes
Live streamers sending iPhones? Mini-program ranking rewards? Various live streaming platform gift giveaways? These three seemingly unrelated items are, in essence, different monetization models for free traffic – a bit like a financial game. Platform Lottery for Gifts In typical scenarios, users reset their acquisition of platform currency and purchase gifts to send to the host, “Xin Yi” (Hearty), with each platform having another gameplay mechanic. After users acquire platform
ZeroTier VPN
I recently got a mini host for the office, thinking it would be convenient to configure an environment and have occasional access at home. I temporarily deployed internal network penetration using frp – specifying port forwarding, which requires a public server with a connection quality dependent on its bandwidth. Instead, I experimented with a fresh Zerotier virtual LAN, similar to a VPN, where I created a virtual network card locally and all machines joined it into a single virtual network.
VMware Virtual Machine Disk Space Optimization
When installing a development system with VMware virtual machines, it’s generally recommended to allocate extra disk space. Over time, the local disk space consumed by the VM will far exceed the actual size of its files. Scenario Description The df -h command revealed that the current machine was using 60GB of disk space, and after deleting all snapshots and clone images, the local virtual machine still occupied significantly more than 60GB, further straining the already limited hard drive.
Stable Diffusion – The Love, Hate, and Drama of Installing it from Scratch
Domestic resources are basically all recommending Autumn Leaf’s one-click deployment package, thinking that they are open-source projects based on Python
, so deployment wouldn’t be very complicated, let’s try to start from scratch.
I was messing around with AI-generated images and specifically changed my graphics card, a beginner version of the
3060 12g
; the seven-year-old960
retired gloriously.
The core pytorch cuda
installation, which I previously encountered issues with when writing Python game helper scripts (I had installed it locally before), still presented problems – the cuda
encryption consistently failed to activate.