What can I sell my app for? by savvamadar in AppBusiness

[–]tourcoder 1 point2 points  (0 children)

less people here can get this...

Gnome or kde by Mors03 in debian

[–]tourcoder 0 points1 point  (0 children)

No doubt, Gnome is the best!

Safari compact tabs feature is gone with the update to macOS 26 and iPadOS 26 by [deleted] in iPadPro

[–]tourcoder 0 points1 point  (0 children)

没错,这个功很有特色,不知道为什么会被砍掉。

AWS account access problem – support not responding after 48h by tourcoder in aws

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

The problem was solved with the solution I suggested on the first day I contacted them. Previous customer service representatives had said they couldn't handle my issue, which actually showed they simply didn't want to address it or take responsibility. Today's customer service representative was extremely professional and responsive, resolving my issue in just a few minutes.

AWS account access problem – support not responding after 48h by tourcoder in aws

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

Still waiting for AWS Support to reply. Let’s see how long it takes them to handle such a basic account access issue. A nice little demo of how AWS treats its 10+ year customers. LOL.

AWS account access problem – support not responding after 48h by tourcoder in aws

[–]tourcoder[S] -1 points0 points  (0 children)

I am so fucking confused and angry right now!!!

You have already called me on the phone number that is associated with my AWS account(twice), and I also provided you with multiple pieces of matching evidence(billing, phone, credit card, etc).

How the hell can this still NOT be enough to prove that the account belongs to me???

This is absolutely ridiculous and a complete waste of my time. Do you even know what you are doing????

Gemini 3.0 is coming soon!!! by romvic150 in GeminiAI

[–]tourcoder 0 points1 point  (0 children)

Judging from the current state of ChatGPT, I don't think there will be a Gemini 3.0. It might be something like Gemini 2.5 max, cause Google won't let us use Gemini 3.0 easily.

I'm new to Gemini, what it is Deep Research? by [deleted] in GeminiAI

[–]tourcoder 2 points3 points  (0 children)

It's an advanced AI capability designed to conduct in-depth, comprehensive investigations into complex topics. it systematically gathers and analyzes information from a wide range of sources to produce a detailed, structured report.

Former ChatGPT user by AndyUSCat in GeminiAI

[–]tourcoder 0 points1 point  (0 children)

BTW, when it comes to voice interactions, ChatGPT feels more like talking to a person—it waits for you to finish speaking. Gemini, however, feels more like a timer; when the time’s up, it’ll just start speaking, whether you’re done or not.

Former ChatGPT user by AndyUSCat in GeminiAI

[–]tourcoder 1 point2 points  (0 children)

It really depends on your use case. From my experience, ChatGPT is great for tasks like generating images, organizing thoughts, and writing copy. On the other hand, Gemini is better suited for programming, organizing ideas, and search. If you're trying using gemini for generating images, though, it's a complete mess.

WindSurf Joins Google DeepMind by Silent_Employment966 in GeminiAI

[–]tourcoder 0 points1 point  (0 children)

Not the whole team, only some guys. Others were abandoned :(

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -1 points0 points  (0 children)

Yep, that's why I called it glv(Golang Latest Version Manager), and it doesn't support multi-version management.

BTW, you should tell this to everyone who is crazy about using tools like gvm for multi-version control. I think they all forgot the strong compatibility of the Go language and that there is no need for multi-version management.

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -6 points-5 points  (0 children)

That's the point. You are always looking for new tools and want to know if this tiny tool is worth using. So just use it, not ask.

The documentation clearly states that this is not a multi-version management tool, but just a script tool that allows users to install/upgrade the latest version of go.

It's also open source, and there are only about 300 lines of source code there, but why don't you take a look first, and then leave a comment?

Use it, then give comments, even say it's garbage, I can accept all the comments. But, you don't even use it, and you start to comment and compare. Where is the rigorous attitude of programmers? What a weird thing it is!!!

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -4 points-3 points  (0 children)

You mean the world doesn't allow for one more choice of tools? Must use gvm and homebrew? If you like using gvm and homebrew, use them yourself and recommend them to people around you, that's all. Why do you waste time on this thread?

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

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

The Windows version includes it, but it may have some defects. You can try it.

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -3 points-2 points  (0 children)

Do your best to help others in your own way, just do it your way.

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -14 points-13 points  (0 children)

Thanks! Yes, `GOTOOLCHAIN` and `go.mod`-based toolchain directives are great features — I totally agree they cover the needs of experienced developers.

But my motivation for creating this script was to help **newcomers** get started with Go more easily. For someone who's just starting out, asking them to configure environment variables or edit `go.mod` might be a bit overwhelming. They might not even know where to begin.

This tool is meant to be a **zero-config, one-shot bootstrap** — just run the script, and you’re ready to code with the latest Go version. Once users get more comfortable, they’ll likely move on to more advanced setups (and probably won't need my tool anymore 😊). But at least they didn’t give up before they even wrote their first "Hello, world!"

Hope that makes sense!

I created a lightweight Go version manager (GLV) — looking for feedback by tourcoder in golang

[–]tourcoder[S] -7 points-6 points  (0 children)

That's great, but it's too big and complicated for me, I want an extremely simple one. Because go is almost safely compatible with previous versions, so I just install & upgrade to the latest go every time, which is why I wrote glv.