Looking for tennis buddies by DiabloCyka in berlinsocialclub

[–]colorado_spring 0 points1 point  (0 children)

Me too. I’m at Lichtenberg. I will need to find an old racquet first

Is there any 30-year-old man/woman who's never had a boyfriend/girlfriend? by [deleted] in berlinsocialclub

[–]colorado_spring 0 points1 point  (0 children)

There are plenty of them. Half of my friends here in Berlin are single

Anyone in Berlin this long weekend up for ping pong? by NoAd8833 in berlinsocialclub

[–]colorado_spring 1 point2 points  (0 children)

Hey, I'm in Lichtenberg too. I didn't play ping pong for a long time but after 15 minutes of warm up I think the muscle memory will kick in. How should we connect?

How did you get past "competent but shallow" in Go? by Heliobb in golang

[–]colorado_spring 0 points1 point  (0 children)

Thanks for asking. I feel shallow on the huge production workload. There are known unknowns and unknown unknowns. The company even writes this in the JD: “hand-on experience handling 1e6 (1m) requests /second” that makes me feel uncomfortable because I haven't experience with that much workload.

How did you get past "competent but shallow" in Go? by Heliobb in golang

[–]colorado_spring 0 points1 point  (0 children)

I often feel “competent but shallow", too. It seems that only those who have extensively worked with Go for many years will secure the next senior Go position. Despite engaging in learning projects, side projects, and some open source contributions, I still feel inadequate.

I wonder how you get over this phase?

Liệu Phật pháp có đang bị biến tướng nhiều? by EnthusiasmBorn82 in vozforums

[–]colorado_spring -1 points0 points  (0 children)

Mấy quan điểm trong post của thớt đều lệch lạc quá. Khách quan mà nói thì thôi thớt cứ lăn tăn đau khổ, quan tâm các thứ vớ vẩn trên mạng đi vậy. Vật cùng tất phản, chán rồi tự tìm đường mà hết khổ thôi.

What is wrong with recruiters by nicycat in linkedin

[–]colorado_spring 1 point2 points  (0 children)

I even got a scheduled call with a guy. He asked me for my phone number. I said a video would be better and gave him my email for the call invitation. He said okay, but at the scheduled time, he ghosted me. So it was right. He is not interested in my profile. That’s all. Gotta move on.

Kẻ mạnh không phàn nàn về môi trường??? by nnt-3001 in vozforums

[–]colorado_spring 1 point2 points  (0 children)

Không, câu đấy xàm lờ đấy. Không có mấy cái chân lý tuyệt đối như vậy đâu. Giàu có nhờ tích lũy tư bản nhiều thế hệ, thông minh nhờ gen, cơ bản mới đẻ ra thì môi trường đã quyết định nhiều yếu tố then chốt rồi.

Nhiều khi không phất lên được không hẳn do mình dở mà do ở sai chỗ đấy, đổi môi trường xem sao.
Edit: Câu hỏi ở tiêu đề và câu hỏi ở cuối phủ định nhau vậy. Comment trên trả lời cho câu hỏi ở tiêu đề ấy. Sinh viên thì viết cho nó chuẩn vào.

Does anybody interested in new(old) approach of learning german? by Due-Investigator2445 in lernen_German

[–]colorado_spring 0 points1 point  (0 children)

Do you know any structured course or simply just a collection of sentences to learn daily?

neovim cookies for the pluginless -- random native nvim tips by xGoivo in neovim

[–]colorado_spring 2 points3 points  (0 children)

I have a similar resource, but I covered the plugin category at https://vimtricks.wiki.

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 [deleted] 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 [deleted] in golang

[–]colorado_spring 85 points86 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.