Live data from Hacker News

Viewing profile — belmont_sup

belmont_sup

HN member
Joined
Thu, Jun 16, 2022, 12:54 AM UTC
HN karma
79
Public activity
115 items

About belmont_sup

No profile information was provided.

Recent public activity

  1. comment
    Comment #47069607

    Not to mention how heated my laptop gets when I try to compile a new vapor template. On an m1.

  2. comment
    Comment #46843986

    I recently really wanted to use Swift server side because of all the updates to Vapor. Ran vapor new. Tried to build the project. Laptop spun for minutes and got really hot. Then I…

  3. comment
    Comment #46452312

    What’s the newer tech?

  4. comment
    Comment #45978940

    This is wonderful! Love the technology choices. Very hn-in-the-flavor. Bookmarked and will try my daily reading on it. I’m considering the use of swift and vapor for my new ideas t…

  5. comment
    Comment #45484199

    It has been worth the abstraction in my organization with many teams. Thinking 1000+ engineers, at minimum. It helps to abstract as necessary for new teammates that want to simply …

  6. comment
    Comment #44191795

    Probably a bad benchmark. I see that a recent blog post on the swift site discusses a migration of a large service from Java to swift using vapor.

  7. comment
    Comment #44191776

    What about a formatter? I recall having to figure out which library to install as binary just to do formatting. What do you do?

  8. comment
    Comment #44191705

    You make a convincing case.

  9. comment
    Comment #44112437

    As a Redditor said: > The standard VC business model is to invest in stuff that FAANG will buy from them one day. The standard approach is to invest in stuff that's enough of a thr…

  10. comment
    Comment #44112406

    To be clear, I myself prefer sound type systems. But the reality is that teams have started with untyped Python, Ruby, and Javascript, have been productive, and now need to gradual…

  11. comment
    Comment #44108780

    Responding to your gradual typing anti-pattern bit: Agree that dynamic language behaviors can be extreme but it’s also easy to get into crazy type land. Putting aside a discussion …

  12. comment
    Comment #43878098

    Unless the writing changed after you post this, but the writer certainly explains how Rome won after Fabius’s new strategy of attrition and “cowardly” tactics.

  13. comment
    Comment #43869599

    Your experience and values match mine. Perhaps I’m not a minority in the hn community.

  14. comment
    Comment #43869375

    While I tinker and enjoy these languages themselves (Scala/F#), unless one doesn’t have the libraries and aren’t willing to write them, Cargo and rust-analyzer are just so good. Th…

  15. comment
    Comment #43304648

    I had to install the Kagi for Safari app on iOS. This lets me install the extension and switch it to on my phone.

  16. comment
    Comment #39970939

    It’s been done a few times now. In looking for more SwiftUI docs, I’ve used a GPT from OpenAI’s gpt store where someone’s uploaded a bunch of their docs.

  17. comment
    Comment #38313934

    Coming from normal dev work myself, I’m drawn to dotnet nowadays. If you ever make the chance, it’s real easy to get started and do what Python does in aspnet, scripting, whatever.…

  18. comment
    Comment #37854003

    This is so neat.

  19. comment
    Comment #37739098

    Consider what works. Then pick what’s most fun and move on from there. If you can complete your work with any of the languages, all are the sensible in a vacuum. Are you trying to …

  20. comment
    Comment #37496066

    I’ve recently had to learn some nix to build an IHP app (Haskell framework). Most hosting providers require a dockerfile and/or image. I couldn’t get nix to build an image on time …

  21. comment
    Comment #37380020

    .net and jvm are still very modern. Use kotlin for with spring or ktor. Or use c# or f# with aspnet. They come with everything included. The time to finish your project would be qu…

  22. comment
  23. comment
    Comment #37290457

    Wish I had the capacity of time and energy to create this dream language of mine too. Roc lang seems to be building up to what I desire. But we shall see. At the end of the day, pi…

  24. comment
    Comment #37290322

    Ocaml fan here but don’t expect crazy productiveness as you’d find yourself in Go unless you know fp and aren’t doing a lot of web dev.

  25. comment
    Comment #37262659

    I have to agree so much. Been following for years, and started new experiments this week. It all worked so well. dune init … opam install some tools like lsp restart vscode dune bu…