tinywifi

student. i build things and document what i find when i poke around.

into computer vision, security research, and understanding how systems fail. based in thailand.

security researchcomputer visionstudentthailand πŸ‡ΉπŸ‡­
~/bloglatest ->corn kernel grading
burp β€” repeater
POST /api/forgot-password HTTP/1.1
Host: [redacted].ac.th
Content-Type: application/json

{"email":"victim@school.ac.th"}

HTTP/1.1 200 OK
Content-Type: application/json

{
  "status": "ok",
  "reset_token": "a3f9c2d1..."
}
grain-clf β€” inference.py
# YOLOv11 corn seed grading pipeline
model = YOLO("grain_clf_v11n.pt")

# USDA damage classes
CLASSES = [
    "fungal", "insect",
    "size_irregular",
    "low_germination",
]

results = model.predict(
    frame, conf=0.65, iou=0.45
)
~ β€” bash
❯ whoami
tinywifi
Β 
❯ cat about.txt
student Β· security Β· computer vision
pokes at how things work
documents what breaks
Β 
❯ echo $STATUS
actively learning β–Œ
~ β€” bash
❯ whoami
tinywifi
Β 
❯ cat about.txt
student Β· security Β· computer vision
pokes at how things work
documents what breaks
Β 
❯ echo $STATUS
actively learning β–Œ
1/3
drag or click to cycle

tech i use

PythonC++JavaJavaScriptGLSLFabricLinuxOpenCVBurp SuiteWiresharkYOLOv11PyTorch

projects

helium-sync Windows

bidirectional sync of Helium browser bookmarks + saved tab groups across Windows machines, using your own private git repo as transport. CLI, no extension. Windows fork of aadarwal/helium-sync (was macOS-only).

grain-clf

real-time corn seed quality grading via a fine-tuned YOLOv11 pipeline. detects fungal contamination, insect damage, size irregularity, and germination defects from a single image in under a second. validated against USDA damage-class standards.

agri-route

cold-chain logistics platform for thai agricultural supply chains. ai route optimization batches multi-farmer shipments to cut freight cost.

voice-ai companion

conversational ai system for elderly care in thailand. voice-based interaction, medication reminders, emotional support, and emergency alerting.

blog

contact

tinywifi@cc~/contact

open to collaborations, bug hunting tips, or just a chat.

friends & badges

tinywifidspl.mexaudevkhaodoes
↑↑↓↓←→←→BA