Posts

How to Estimate Someone’s Income on YouTube

Image
If you’re trying to estimate how much a YouTube channel earns from ads, Social Blade is the go-to public tool. It analyzes a channel’s publicly visible stats (like views and subscribers) and outputs an estimated earnings range for different time periods. What Social Blade Actually Does Pulls public metrics : total/average views, subscriber growth, upload frequency, and category. Applies CPM assumptions : uses a broad range for ad revenue per 1,000 views (CPM), because CPM varies by audience country, content niche, seasonality, and ad inventory. Outputs a range : e.g., “$500–$8,000 per month.” This is a model-based estimate , not the channel’s actual payout. Important Insight About the Range If a channel is legitimate, has real audiences, and isn’t involved in view manipulation or other policy-violating tricks , the real AdSense income often skews closer to the higher end of Social Blade’s range. Why? Engaged, real audiences tend to generate better ad fill and hi...

Fixing Date & Time Issues on Meta Quest 3 Using ADB and SideQuest

Image
One strange issue I ran into with my Meta Quest 3 was that the system clock got stuck on an old date. No matter what I tried inside the headset, there was no way to fix it. Apparently, when the battery runs out (or for some other reason), the headset doesn’t always recover its time and date correctly. Since the Quest doesn’t provide a built-in option to manually adjust the clock, apps and services depending on the correct date can start acting weird. After some trial and error, here’s the method that finally worked for me — using ADB commands via SideQuest . Step 1: Connect with SideQuest Make sure you have SideQuest installed on your PC and your headset connected with developer mode enabled. This will allow you to send ADB commands directly to the Quest 3. Step 2: Manually Set the Date and Time Use the following command to set the system clock: adb shell service call alarm 2 i64 1711602457000 The long number ( 1711602457000 ) is a Unix timestamp in milliseconds. You can g...

How many levels does Infinite Loop (∞ Loop) game has?

Image
It has 2147483647 levels... ...or Maybe NOT! Did you know...? Most levels are algorithmically generated and randomly colored.

Stream Your Microphone Voice With Low Delay (~1.5 Seconds)

Image
Install Icecast Change config file: Burst Rate = 1024 or 512 <burst-on-connect>0</burst-on-connect> <burst-size>512</burst-size> Check password Install butt Config it with this settings: Audio > Stream > Codec: MP3, Bitrate: 128k, Buffer: 20 Main > Server > Add: Icecast: Type: IceCast Address: 127.0.0.1 Port: 8000 Password: hackme or admin IceCast mountpoint: stream IceCast user: source ShoutCast Type: ShoutCast Address: 127.0.0.1 Port: 8000 Password: hackme(?) or admin Install VLC change buffer settings if needed Checkout 127.0.0.1:8000/stream and open stream files with VLC Winamp Preferences > Plug-ins > DSP/Effect > SHOUTcast Source DSP v2.3.5 127.0.0.1:8000 Password DJ / User ID: [blank]