Viewing profile — tannernelson
tannernelson
HN member- Joined
- Tue, Jan 19, 2016, 4:26 PM UTC
- HN karma
- 44
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About tannernelson
No profile information was provided.
Recent public activity
-
comment
Comment #36528051
I feel seen
- comment
-
comment
Comment #34241824
This is fucking ChatGPT isn't it
-
comment
Comment #33718657
TIL that we can't know for sure the timestamp of now + some time span greater than 6 months.
-
comment
Comment #24769909
I really miss all the YouTube videos that would come out after an iPhone event with hands on and first impressions.
- comment
-
comment
Comment #24143892
I really don’t see the problem with just statically linking everything.
-
comment
Comment #24095886
Wow this is amazing
- story
-
comment
Comment #21809391
These things take time. A lot of people at Apple are heavily invested in Swift on the server, including the Swift core team: https://swift.org/server/ Swift itself still needs time…
-
comment
Comment #21809183
While it's sad to see IBM go, Vapor and the Swift Server working group are alive and more active than ever https://github.com/vapor/vapor/ https://swift.org/server/ Amazon has also…
- story
- story
- story
-
comment
Comment #11664914
https://github.com/qutheory/vapor Vapor has great documentation and is really easy to use.
-
comment
Comment #11650563
2nd most starred web framework for Swift: http://github.com/qutheory/vapor Works on linux.
- story
- story
-
comment
Comment #11148135
The server behind Vapor can be swapped out with any class that conforms to ServerDriver. So providers could be added to support any Swift web server.
-
comment
Comment #11145244
There is additional documentation in the Wiki.
-
comment
Comment #11145240
This line is just meant to keep the process alive. The actual implementation of the ServerDriver uses threads. It's also worth mentioning that Vapor is totally protocol-based and m…
-
comment
Comment #11145226
We are working hard to make all aspects of Vapor totally type safe. But, just by merit of being Swift, it's already infinitely more type safe than something like PHP. A key goal of…
-
comment
Comment #11145208
"insanely" fast was meant as a comparison to languages like PHP and means both performance and time it takes to set up.