Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
greenbast
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
greenbast
9y ago
Obligatory link to Richard Stallman on "free vs open": https://www.gnu.org/philosophy/open-source-misses-the-point....
2.
▲
by
greenbast
10y ago
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.
▲
by
greenbast
10y ago
But what about on the mobile apps? I need a content blocker for apps.
4.
▲
by
greenbast
12y ago
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 great if Apple released a dependency manager for Swift, tho
5.
▲
by
greenbast
12y ago
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 time to learn it!
6.
▲
Show HN: SwiftData – A SQLite library in Swift
(github.com)
48 points
by
greenbast
12y ago
|
18 comments