logbook / dc34 / thegian7

> Thu 08/06 badge in hand

# it's a tiny risc-v computer you wear. a 128x128 screen,

# one bit per pixel, pure black and white. six buttons,

# ten rgb leds, and its own little operating system. most

# people clip it on and move on. i wanted to open it up.

> Thu 08/06 reading the source

# the whole badge is open, so i started reading. learned it

# can display images. tried the official uploader, hit a

# bug, chased it down (it was the keyboard path, not the

# screen) and filed it. by evening my first custom code of

# the week was running on the badge's i/o coprocessor.

[ok] first bug found and reported

> Fri 08/07 an uploader, on a tablet

# getting art onto a badge meant hand-rolling files. so i

# built a kiosk on a spare tablet: pick an image, tap a

# button, it pushes to the badge over usb. presets, a

# touch ui, nothing to install. point and shoot.

> Fri 08/07 then online

# a kiosk only helps the person standing at it. so i rebuilt

# the same tool as a plain web page. plug your badge into

# your own laptop, open the browser, upload. it talks to

# the hardware directly, no app, no cable-juggling.

-> try it: the badge uploader

> Fri-Sat helping strangers flash images

# word got around and it turned into a little table. people

# brought their badges, we put their art on them, they

# walked off grinning. i came to take a badge apart and

# ended up running a tiny print shop. best part of the con.

> Fri-Sat talking past a car's lock

# the car hacking village sells its own badge: a little

# board that plays the part of a car's computer and dares

# you to break in over the same bus real cars use. eleven

# locked lessons. my laptop talked through every one, the

# last by brute-forcing a security key in about nineteen

# minutes. i have never once worked on a car.

[ok] 11 / 11 cleared

> Fri-Sat a pocket computer joins the mesh

# def con runs its own long-range radio mesh, a web of tiny

# nodes relaying messages across the whole con with no wifi

# and no cell. i flashed a keyboard-sized computer to speak

# the same protocol, and it slipped onto the mesh and

# introduced itself as TG7. legal band, just listening in

# and saying hello.

> Fri-Sat a mirror, not a weapon

# your phone quietly shouts the names of every wifi network

# it remembers, all day, to anyone bothering to listen. i

# built a small passive tool that only listens and shows

# people their own trail. no transmitting, no attacking.

# the point was to make something invisible visible, not to

# poke at the crowd.

> Fri-Sat mapping the invisible

# a companion to the mirror: a passive little tool that

# turned a walk across the con into a map, every wifi and

# bluetooth beacon in the air pinned as i went. no probing,

# no connecting, just logging what was already shouting.

# mostly i ran it to feel how much is broadcasting around

# you at all times. spoiler: a lot.

> Sat 08/08 a bloodhound made of radio

# the ham radio folks hide a little transmitter somewhere on

# the grounds and you find it by signal alone. i turned a

# pocket hacking toy into a direction-finder: it maps radio

# strength onto a pitch, so you hunt the fox by ear, hotter

# and hotter until you're on top of it. receive only. it was

# built and listening... i just never got to prove it against

# a real hidden fox. ready for next year.

[wip] built, never tested on a live fox

> Sat 08/08 reading a machine's scream

# there's a contest built around a badge-vending machine that

# hides text inside a burst of old fax-mode audio. i wrote a

# little decoder to turn that screech back into words. lots

# of prep, one confident answer typed in... and rejected.

# the real solve needs me at the machine recording its

# scream, which i hadn't managed yet. still open. (kept

# vague, the contest is live.)

[open] one guess, rejected

> Sat 08/08 a whisper on the glasses

# my favorite thing i built all week, and i barely got to use

# it. a private back-channel that put quiet nudges and

# directions onto a pair of AR display glasses, two-way,

# with read-receipts. i wrote it, deployed it, tested the

# channel end to end... and then out on the floor it just

# never came together enough to lean on. built, then shelved.

[shelved] worked in the lab, not on the floor

> Sat 08/08 the brute-forcer that was wrong

# the badge holds a secret key that doubles as the contest

# flag. my first instinct was the dumb one: brute force it.

# i stood up a real gpu cracking rig on rented cloud

# machines and pointed it at the problem... then worked out

# it was the wrong attack for this badge entirely, and

# retired the whole thing. figuring out why it was wrong

# taught me more than cracking it would have.

> Sat 08/08 what the flag actually is

# so i went and learned the design instead. where the key

# lives, why loading your own code onto the badge destroys

# it before you can read it, why the obvious software routes

# are sealed shut. it's a genuinely clever piece of work.

# that's bunnie's work, and it shows. real respect.

> Sat 08/08 our own way in

# the brute force was a dead end, so we went the other way.

# the scene had been circling this for days; we sat down and

# built our own path through it, learning exactly how the

# badge decides to trust its own firmware and where that

# trust has a seam. i picked up a whole category of bug i'd

# never seen, one careful stage at a time. (no method here,

# the contest is still live.)

> Sat 08/08 keeping the badge alive

# flashing one of these badges normally burns its unique

# identity for good, so nobody experiments on the nice ones.

# i wasn't willing to sacrifice a rare badge, so we worked

# out how to run our own code on one without killing it.

# most of that dance is still on paper, waiting to run for

# real. but the principle is the point: don't cook the

# hardware just to prove you can.

> Sat 08/08 a platformer, in a day

# somewhere in there i built an original side-scroller that

# runs natively on the badge. the mario idea that died to a

# 1-bit screen, four coins nobody could reach, and the time

# it booted to a black screen and played dead. it has its

# own write-up.

-> more builds at thegian7.cloud

> Sat 08/08 the OFC badge show

# then i flashed a spare with our own firmware, just to show

# off: our mark and a morse ticker on the screen, a full led

# light show, and a stretch of "impossible colors" the stock

# badge is capped from ever displaying.

[led] green alive · blue display · gold win

> Sun 08/09 the master key

# four days after unboxing a badge i'd never seen, our own

# extraction ran end to end and the key came out. we checked

# it three different ways before we let ourselves believe it.

# i'm not publishing how while the contest is running, that

# isn't the point. the point: a first-year with a consulting

# firm and an AI read a real key off real hardware, by

# building the tool that does it, not by luck and not by

# borrowing someone else's.

[flag] captured

> Mon 08/10 + what's next

# more of bunnie's gear, more builds, and this log keeps

# growing after the con packs up. check back.

#

> tail deadends.log

# not everything landed. the honest column, because a highlight reel would be lying:

  • the brute-forcer - wrong attack for this badge, weeks of compute pointed the wrong way, retired.
  • the glasses relay - built, deployed, worked in the lab, then never usable out on the floor. shelved.
  • the vending-machine puzzle - hours of prep, one confident guess, rejected. still unsolved.
  • the fox-hunt rig - ready and listening, never got tested against a live hidden fox.
  • the badge-preservation dance - mostly worked out on paper, not yet run for real.

# every one of these taught me something. that's the job.

> cat closing.txt

People keep saying this stuff, hardware, firmware, security, is only for big teams at big companies, and that AI mostly makes slop. Here is one small counter-example. One person who does not do security, one AI pair, four days, one badge and a pile of other people's gadgets.

We read a lot, got plenty wrong (see above), filed a real bug, helped strangers put art on their badges, shipped things that run on actual hardware, cleared a car-hacking course, joined a radio mesh, and understood a key well enough to pull it. Not because either of us is special. Because we stayed curious and kept going. That is the whole trick.

# things i touched this week that i'd never touched before:

  • risc-v, and a microkernel operating system
  • can bus, and how to talk past a car's locks
  • long-range mesh radio
  • radio direction-finding, hunting a hidden transmitter by ear
  • webusb, talking straight to hardware from a browser
  • fax-mode audio, hiding and reading text inside a screech
  • gpu brute-forcing, and knowing when not to
  • how firmware gets signed and verified
  • 1-bit graphics and fixed-point game physics