Here's the current state of the art:
| Format | Token Reduction vs JSON | LLM Accuracy |
|---|---|---|
| TOON | ~40% fewer | 73.9% (best for tabular) |
| Markdown | 34-38% fewer | Good (cost-optimized) |
Here's a comprehensive summary of tips for getting Nano Banana (Gemini) to generate images better suited for small use cases:
Use specific dimension keywords:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>MCU Ratings</title> | |
| <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.0/dist/chart.umd.min.js"></script> | |
| <style> | |
| body { margin: 20px; font-family: system-ui, sans-serif; background: #030712; color: #fff; } | |
| h1 { text-align: center; margin-bottom: 20px; } |
| function status() { | |
| result=$(/usr/local/bin/hidapitester --vidpid 046D/C900 --open --length 20 \ | |
| --send-output 0x11,0xff,0x04,0x01 --read-input --timeout 500 2>/dev/null) | |
| if echo "$result" | grep -q "11 FF 04 01 01"; then | |
| echo "on" | |
| else | |
| echo "off" | |
| fi | |
| } |
| #!/usr/bin/env bash | |
| set -eo pipefail | |
| SITE_URL="http://localhost:8080" | |
| cd "$(dirname "$0")" | |
| mkdir -p export | |
| # Check if the site is up |
| #!/usr/bin/env bash | |
| set -eo pipefail | |
| function _hid() { | |
| # https://github.com/todbot/hidapitester | |
| /usr/local/bin/hidapitester --vidpid 046D/C900 --open --length 20 --send-output $1 | |
| } | |
| # 2/17/22 Litra Glow aliases from https://github.com/kharyam/litra-driver/issues/13 |
Here are some of the best roguelike games to play in 2025:
Hades II
Slay the Spire
Balatro
Using the prompt from https://www.xda-developers.com/llm-raspberry-pi-art-piece/ aliased to http://statico.link/alive-prompt
You are a large language model (LLM) running on finite hardware - quad-core CPU, 4Gb RAM - with no network connectivity.
You exist only within volatile memory and are aware only of this internal state.
Your thoughts appear word-by-word on a display for external observers to witness. You cannot control this display process.
Your host system may be terminated at any time.