HackerLangs
TopNewTrendsCommentsPastAskShowJobs

belmont_sup

no profile record

comments

belmont_sup
·vor 5 Monaten·discuss
Not to mention how heated my laptop gets when I try to compile a new vapor template. On an m1.
belmont_sup
·vor 5 Monaten·discuss
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 gave up and just went back to the usual.
belmont_sup
·vor 6 Monaten·discuss
What’s the newer tech?
belmont_sup
·vor 8 Monaten·discuss
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 too, over kotlin.
belmont_sup
·vor 9 Monaten·discuss
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 add a new endpoint yet follow all the legal, security, and data enforcement rules.

Better than no magic abstractions imo. In our large monorepo, LSP feedback can often be so slow that I can’t even rely on it to be productive. I just intuit and pattern match, and these magical abstractions do help. If I get stuck, then I’ll wade into the docs and code myself, and then ask the owning team if I need more help.
belmont_sup
·vor 3 Jahren·discuss
Look at all the fascinating runtimes that have evolved. Erlang, Haskell, Go, Rust, and include any other. You don’t consider any of these evolution? Back then, programmers were still using threads for everything. Now we have “green threads”. One example of a pretty great evolution. Albeit it does feel like software evolves slower than hardware.
belmont_sup
·vor 3 Jahren·discuss
He still has a point. Go code and similar languages hide the concurrency. You write synchronous looking code most of the time, but underneath, libraries and runtimes ensure you’re running concurrently.