hyperbo.la :: lifestream
permalink

I want to live in a world where booting a machine doesn't cause config propagation to break #fail ghetto consensus algorithms

permalink

The only things that are truly unique in a relational DB are auto inc pks. Even uniques such as username may be duplicated across time.

permalink

I feel dirty doing pointer dereferences in #golang

permalink

One of the tools I've learned when writing #golang is how to coalesce errors behind an API boundary. Makes for cleaner code.