Live data from Hacker News

Viewing profile — jrick

jrick

HN member
Joined
Tue, Jul 16, 2013, 10:42 PM UTC
HN karma
12
Public activity
5 items

About jrick

No profile information was provided.

Recent public activity

  1. comment
    Comment #6058890

    We do try to deal with concurrency and goroutines as much as we can. I'd recommend taking a look at the (rather simple) goroutine example as part of the gtk package. Unfortunately …

  2. comment
    Comment #6055775

    Actually, some of my coworkers had tried it previously and couldn't get it working either. I just didn't know they had tried it, and they didn't ask me to play around with it to tr…

  3. comment
    Comment #6055478

    I'm actually a huge fan of Rust's memory model and wished Go had something similar, since it's faster to use smart pointers, and less calls to the garbage collector are required. I…

  4. comment
    Comment #6055366

    I use channels all the time in actual code using gotk3. Unfortunately, it means using glib.IdleAdd() a lot (because GTK is not thread safe), but it works.

  5. comment
    Comment #6055310

    In short, we weren't aware of the project. I just gave it a try now, but the code will not compile on my dev box (OpenBSD, go tip). Even after making some minor fixes (I fixed an #…