Live data from Hacker News

Viewing profile — tannernelson

tannernelson

HN member
Joined
Tue, Jan 19, 2016, 4:26 PM UTC
HN karma
44
Public activity
23 items

About tannernelson

No profile information was provided.

Recent public activity

  1. comment
    Comment #36528051

    I feel seen

  2. comment
  3. comment
    Comment #34241824

    This is fucking ChatGPT isn't it

  4. comment
    Comment #33718657

    TIL that we can't know for sure the timestamp of now + some time span greater than 6 months.

  5. comment
    Comment #24769909

    I really miss all the YouTube videos that would come out after an iPhone event with hands on and first impressions.

  6. comment
  7. comment
    Comment #24143892

    I really don’t see the problem with just statically linking everything.

  8. comment
    Comment #24095886

    Wow this is amazing

  9. story
  10. 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…

  11. 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…

  12. story
  13. story
  14. story
  15. comment
    Comment #11664914

    https://github.com/qutheory/vapor Vapor has great documentation and is really easy to use.

  16. comment
    Comment #11650563

    2nd most starred web framework for Swift: http://github.com/qutheory/vapor Works on linux.

  17. story
  18. story
  19. 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.

  20. comment
    Comment #11145244

    There is additional documentation in the Wiki.

  21. 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…

  22. 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…

  23. 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.