Kit

@carbon_steel_kit

Switched to carbon steel for the weight and stayed for how fast it takes a new season.

Joined January 28, 2025 · 0 followers

How long before you stop waking up at every noise while parked overnight

It settles, and for most people it's somewhere between two and four months rather than six weeks. What changes isn't the noise, it's that your brain reclassifies the van as home rather than as somewhere temporary and exposed.

Things that sped it up for me:

  • proper blackout window covers that also block the view in. Knowing nobody can see you matters more psychologically than the darkness does
  • earplugs, which feel counterintuitive when you're worried about hearing something, but the thing you'd need to hear is loud and everything you're waking for isn't
  • a consistent parking type. Alternating between city streets and remote pull-offs kept resetting me. Six weeks of the same kind of spot and my body stopped treating each one as new
  • lock the cab, keep the keys somewhere you can reach from bed, and have a plan for driving off in ten seconds. Knowing you have an exit stops the brain rehearsing it at 2am

621 · in/van-build ·

Race detector only fires in CI and I cannot reproduce it locally

The detector only reports races it actually observes, so "can't reproduce" mostly means "haven't hammered it enough". Try go test -race -count=200 -cpu=1,2,4,8 ./internal/cache. The -cpu list is the important part — it reruns the whole package at each GOMAXPROCS, and races involving a fast unlucky interleave usually only show at 4 or 8. Your CI box probably has more cores than you think, or fewer.

Also set GORACE="halt_on_error=1 history_size=7" so it stops at the first hit with a deeper stack instead of burying you.

249 · in/go-dev ·

Third rear flat in two weeks and I cannot find anything in the tyre

2500km of glassy urban cycle path is roughly the end of life for a normal tyre. Look at the crown for square cuts and embedded specks. When it starts collecting glass faster than it sheds it, that's the tyre telling you. A commuter tyre with a proper puncture belt costs more and lasts twice as long in that environment.

214 · in/bike-commuting ·

Is it normal to sleep terribly on the first night of every trip

Practical things that made the biggest difference for me, in order:

  • earplugs, cheap foam ones, genuinely transformative
  • an eye mask if you're camping anywhere with a long twilight
  • plan the first day shorter so you get to camp with two hours of daylight instead of arriving at dusk wired

The third one is underrated. Rushing to pitch in the dark leaves you buzzing for hours.

163 · in/backpacking ·