Viewing profile — throwaway13623
throwaway13623
HN member- Joined
- Thu, Jan 11, 2024, 8:22 AM UTC
- HN karma
- 21
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About throwaway13623
No profile information was provided.
Recent public activity
-
comment
Comment #38953421
I don't follow the news closely, so I was not aware that Copilot is based on ChatGPT or that MS had already integrated Copilot with Teams.
-
comment
Comment #38951135
In this case the original title is "ChatGPT for teams", so the headline was actually editorialized when it was submitted, which is discouraged by HN guidelines. Normally it would b…
-
comment
Comment #38950502
> - you've just made the coupling less robust In my opinion this depends on the use case. If one service has a strong dependency to a different service, it may be a case of "distri…
-
comment
Comment #38950389
I agree. Guard clauses and chunk statements make code much more maintainable. It has little cost of implementing, but a huge return on readability and reduced complexity. Nested if…
-
comment
Comment #38949673
> I have never seen Kotlin used in environments other than Android I have seen several companies that use Kotlin as a backend language (often with Spring). I personally don't find …
-
comment
Comment #38949613
I think you may have a point. At mature companies, they have largely solved the product market fit and uses a stable stack that just works. I have worked worked for such companies,…
-
comment
Comment #38949373
I've worked in "enterprise" and have a different experience. The enterprise projects that I was working on switched to Java 8 in 2015. There were some legacy services that remained…