Skip to content

Instantly share code, notes, and snippets.

View TruffleClock's full-sized avatar

TLX TruffleClock

  • (null)
View GitHub Profile
@TruffleClock
TruffleClock / NANOCHAT_INFERENCE.md
Last active November 8, 2025 23:05
nanochat inference

NanoChat Inference Walkthrough

Let's walk through what happens when you send a message to the NanoChat server. We'll trace the entire journey from typing "hello world" in your browser to receiving a response, explaining everything along the way.


Architecture Overview

┌─────────────────────────────────────────────────────────────────┐
@TruffleClock
TruffleClock / app-store-reviews.php
Last active October 16, 2018 21:19 — forked from kentbye/app-store-ratings.php
Scrape app reviews from iTunes.
<?php
/**
*
* An updated version of kentbye's gist to reflect changes in iTunes and fix some errors
*
* Scrape app reviews from iTunes.
*
* Set the iOS app id and the number of pages to scrape, and it creates a {$app_id}-reviews.csv file
* Increase set_time_limit(N) if your query runs out of time before completion
* Add/remove countries from the $countries array as needed