Live data from Hacker News

Viewing profile — greenbast

greenbast

HN member
Joined
Tue, Aug 26, 2014, 1:31 PM UTC
HN karma
41
Public activity
6 items

About greenbast

No profile information was provided.

Recent public activity

  1. comment
    Comment #15243403

    Obligatory link to Richard Stallman on "free vs open": https://www.gnu.org/philosophy/open-source-misses-the-point....

  2. comment
    Comment #12091142

    The Go code in your example could actually be written: resp, err := http.Get(someURL) if err != nil { return nil, err } return DoStuff(resp)

  3. comment
    Comment #11769175

    But what about on the mobile apps? I need a content blocker for apps.

  4. comment
    Comment #8227443

    Currently, I'm not aware of one. However, once Swift comes out of beta (and with some time) I think the best practices to distribute libraries will become evident. It would be grea…

  5. comment
    Comment #8227381

    Personally, I find the CoreData API unpleasant to use ... I think SwiftData offers simplicity and the familiarity of SQL to developers. But CoreData is a great option if you have t…

  6. story