23
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 28 Mar 2025
23 points (92.6% liked)
Hacker News
1139 readers
314 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 6 months ago
MODERATORS
It can really speed up a senior dev working in an unfamiliar ecosystem. Concepts often apply across tech but syntax and implementations are different. Especially for the "declarative" things where, in my experience, the syntax is fiddly and it's not always easy to see where you went wrong. Speeds me up with Terraform, or a recent example was configuring some OpenSearch indices and queries. I've never worked with that before but it was able to help me get some boilerplate going that let me start iterating, much more quickly. I get more done when I'm outside my wheelhouse.
But one of the downsides of course is it occasionally sends me down a hallucinatory rabbit hole for something that doesn't exist, lmao.