Viewing profile — greenbast
greenbast
HN member- Joined
- Tue, Aug 26, 2014, 1:31 PM UTC
- HN karma
- 41
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About greenbast
No profile information was provided.
Recent public activity
-
comment
Comment #15243403
Obligatory link to Richard Stallman on "free vs open": https://www.gnu.org/philosophy/open-source-misses-the-point....
-
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)
-
comment
Comment #11769175
But what about on the mobile apps? I need a content blocker for apps.
-
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…
-
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…
- story