Live data from Hacker News

Viewing profile — gophernaught

gophernaught

HN member
Joined
Sat, Feb 28, 2015, 3:59 PM UTC
HN karma
9
Public activity
5 items

About gophernaught

No profile information was provided.

Recent public activity

  1. comment
    Comment #12118695

    Metrics are pretty cheap, unless you have a ton of exporters I wouldn't worry too much about that. Plus it can come in handy: the ZFS exporter I wrote uses a CGO library that had a…

  2. comment
    Comment #12117054

    Funny coincidence, yesterday I did almost the same thing, though mine's based on lm-sensors and hddtemp: https://github.com/ncabatoff/sensor-exporter

  3. comment
    Comment #12116064

    Hooray! Couldn't come at a better time for me, we're about to roll it out to all our customers and the API stability promises are great news. Many thanks to the authors for all the…

  4. comment
    Comment #9124111

    Whoops, by os.Sync() I meant *File.Sync() of course, aka fsync.

  5. comment
    Comment #9124032

    I like it, though I think it's likely to create a lot of garbage, what with spawning a goroutine on each Put, I suppose that's probably not an issue for most programs. I find defer…