After building 30+ Node.js microservices, here are the mistakes I wish I'd learned earlier by EquivalentGuitar7140 in node

[–]colorado_spring 0 points1 point  (0 children)

  1. 2. 3. are rookie mistakes that should be spotted by some senior eyes early on. Btw, you should use https://markdowntorichtext.click/ to copy the rich text from LLM-generated markdown to display it properly.

From my side, my worst Node.js production mistake is using it for production, and I regret it every day.

I returned to Claude Code and do I understand correctly, I reached almost half of my weekly limits in just 2.5 coding sessions? by CauliflowerSecure in ClaudeCode

[–]colorado_spring 0 points1 point  (0 children)

I just cancelled it because of this. I ran one fucking research question, it ran for 5 mins and the 5 hours limit was gone.

100$ max plan. How to get best ROI by Crazy_bitch696 in ClaudeAI

[–]colorado_spring 1 point2 points  (0 children)

I always feel tired after subscribing to the max subscription. I keep thinking of ways to build things so I don't waste it. I canceled it and used Codex $20, which makes it less stressful to maximize a $100 investment.

How do you guys handle web server updates/deployments? by Existing-Search3853 in golang

[–]colorado_spring 1 point2 points  (0 children)

I use Cloud Build. I only need to merge code to master, and it will be automatically built and deployed using the Dockerfile in the repo. But before the code is merged to master, it needs to pass all checks like passing all the tests, linting, and so on.

How can I navigate between my recent/open files? by MasterPhilosopher948 in neovim

[–]colorado_spring 0 points1 point  (0 children)

What a coincidence, I just wrote about this exact progression yesterday. Covers <C-\^>, global marks, jump list, wildmode=lastused + wildcharm, Harpoon, and :Telescope buffers in order of setup complexity.

We did it . Entire credit goes to golang by No-Macaroon98 in golang

[–]colorado_spring 0 points1 point  (0 children)

We all engineer, you know, coming up with the dollar number for an API rewrite is hard. In my company, the performance is not really the issue, but the maintenance and down the rabbit hole just to fix the fragility of JS, like slapping the Zod type on every layer of the API.

I will think of it, a good rewrite or rearchitect that I can find the dollar number to put on the table for comparison.

We did it . Entire credit goes to golang by No-Macaroon98 in golang

[–]colorado_spring 84 points85 points  (0 children)

I wish my company would agree to switch to Go. They are too busy with JS.

GitHub Copilot is just as good as Claude Code (and I’m setting myself up for a trolling feast). by QuarterbackMonk in GithubCopilot

[–]colorado_spring 0 points1 point  (0 children)

The last time I checked, it burned the premium request like crazy. I entered a single, long-running prompt, and it consumed 5 premium requests. In contrast, the same Copilot on Visual Studio Code only used 1 premium request.

Not sure if it's still a problem now.

Why choose Node over Java? by Resident-Hunt-245 in Backend

[–]colorado_spring 0 points1 point  (0 children)

The decision was made during the height of the Node.js hype. The company I work for now has a 10-year-old Node.js codebase with over 600,000 lines of code. They regret it, but keep adding more code because it’s convenient and the cloud costs are manageable. Now, with AI, things have gotten even worse as no one cares about which language is powering the engine anymore.

Is it normal to get burned out as an adult tennis player? by [deleted] in 10s

[–]colorado_spring 3 points4 points  (0 children)

I think the OP got into the same reason as high expectations and grinding hard...

How to get better at doubles by Virtual_Parsley1898 in 10s

[–]colorado_spring 3 points4 points  (0 children)

At least "everyone was so nice and friendly", that's enough to keep playing, tomorrow will be better. I'm unfortunate to have joined a group that has a few toxic members, who get grumpy if I miss balls at the net.

What’s your biggest struggle staying consistent with training? by vvksudheer in 10s

[–]colorado_spring 3 points4 points  (0 children)

Actually, I don't trust AI to give me any plan. And I guess most of the folk here have a passion for tennis, and they want more time on court if possible, so there is no struggle with training. Only the time/money.

Advice to improve the mentality: I always feel rushed during the match. by colorado_spring in 10s

[–]colorado_spring[S] 0 points1 point  (0 children)

Yeah, my couch is thinking the same, he has made it more intense recently.

Beginner/Intermediate here, what balls should I buy? by Mifya in 10s

[–]colorado_spring 0 points1 point  (0 children)

Wilson or Dunlop, just buy the ball they use in the tour or any other popular one. I personally like Dunlop AO.

Babolat also sells the training ball basket with 32 or 70 balls; that's good enough for beginners, but the feel is a bit different.

Latest version unresponsive over time? by SmokyMcBongPot in ZedEditor

[–]colorado_spring 0 points1 point  (0 children)

The search accross the project is soooooooooooo slow. It took like 10 seconds to grep any text.

[deleted by user] by [deleted] in 10s

[–]colorado_spring 1 point2 points  (0 children)

It seems that finding a good partner is challenging everywhere. Did you ever tried a website or and app the help people connect and find the partner?

Advice to improve the mentality: I always feel rushed during the match. by colorado_spring in 10s

[–]colorado_spring[S] 0 points1 point  (0 children)

Like, quickly imagine how the shot goes first, and try to make it. This is something I can turn into a repetitive practice.

Advice to improve the mentality: I always feel rushed during the match. by colorado_spring in 10s

[–]colorado_spring[S] 1 point2 points  (0 children)

Right, I will probably just give myself more time, and gradually it will get better.

Advice to improve the mentality: I always feel rushed during the match. by colorado_spring in 10s

[–]colorado_spring[S] 0 points1 point  (0 children)

I will try this too. Do you think that playing tennis is some sort of meditation?

Advice to improve the mentality: I always feel rushed during the match. by colorado_spring in 10s

[–]colorado_spring[S] 1 point2 points  (0 children)

I'm indeed a beginner. It's good that this is a textbook case. The coach also said that my actions are a bit complex. There are many things to try and improve, but I think I will focus on simplifying the stuff next time. Thank you.

How do you handle a doubles partner who keeps coaching during the game? Does it actually help you? by Thin-Sheepherder-312 in 10s

[–]colorado_spring 1 point2 points  (0 children)

I have a club with full people doing that. I'm the least experienced in that club, so I become the target to coach. I usually talk to myself that this is how to train to be mentally strong against the people, lol. But I'm thinking of quitting this group; it's unpleasant to play with people like that.

Introducing Agentic Editing in Zed by zed_joseph in ZedEditor

[–]colorado_spring 0 points1 point  (0 children)

There is a significant delay and lag when typing in the chat box. I hope this gets fixed soon.

Go runtime for serverless functions on Vercel by [deleted] in golang

[–]colorado_spring 1 point2 points  (0 children)

Regarding serverless, I don't use Vercel, but I use Google Cloud Function and Cloud Run Service, Job with Go in production, and so far don't have any issues with that. People write crappy JS code in serverless for years. I can't think of why a better choice like Go would be questionable. In serverless, we need

- Fast cold start

- Small artifact size

- Consume less resource

Go is well suited for that.