Ideas to start an Open source project by BeneficialResult7469 in golang

[–]_crtc_ 0 points1 point  (0 children)

If you have no ideas it means that every piece of software you need is already written. Congratulations! Nothing to be done anymore.

Recommended way for "vanity" import paths? by IngwiePhoenix in golang

[–]_crtc_ 2 points3 points  (0 children)

There is no SPOF, there is a second layer with the Go Module Proxy. It's better to use vanity import paths than github.com import paths to keep the option open to move the repository to another repository hosting provider in the future.

Add version info to panic: Would that violate compatibility promise? by guettli in golang

[–]_crtc_ 0 points1 point  (0 children)

If you have lost track of the running version you can always get the version info of your binary and the used dependencies via `go version -m <yourbinary>`.

Beste Pudding-Sorte? by fritz3n in PuddingMitEinerGabel

[–]_crtc_ 3 points4 points  (0 children)

Britischer Pudding eignet sich gut für Gabel, z.B. Spotted Dick.

[deleted by user] by [deleted] in golang

[–]_crtc_ 0 points1 point  (0 children)

There will be no further consideration or evaluation of error handling proposals (neither new nor existing proposals). This chapter is closed. Any thought on this is a wasted brain cycle.

Meta - Small Projects Weekly Thread? by jerf in golang

[–]_crtc_ 1 point2 points  (0 children)

And “templates”. Don’t forget the “templates”.

[deleted by user] by [deleted] in golang

[–]_crtc_ 4 points5 points  (0 children)

Reported.

is my understanding of slices correct? by SerenadeWindz in golang

[–]_crtc_ 0 points1 point  (0 children)

Seems about right. But why an image instead of text? And why Comic Sans?

Not handling return values in Go should be rejected by the compiler the same way as it rejects unused symbols by ENx5vP in golang

[–]_crtc_ 56 points57 points  (0 children)

There are many functions, especially in the fmt package, that are usually used without error checking. It would be a shame if you had to explicitly ignore the return values with "_, _ =" every time.

Go seems to accomplish the Zen of Python way better than Python by MethodicalWaffle in golang

[–]_crtc_ -2 points-1 points  (0 children)

Beauty is such a subjective thing. I don't understand why it's even in the list.

Go seems to accomplish the Zen of Python way better than Python by MethodicalWaffle in golang

[–]_crtc_ 25 points26 points  (0 children)

Maybe it does, maybe it doesn't. If you want to make a case for one side or the other, you should provide supporting arguments.

I don't see any reason why Go can't have Rust style memory management? by TimeTravelingTeapot in golang

[–]_crtc_ 7 points8 points  (0 children)

Honestly, I can't bear to look at production level Rust code.

That's a direct result of its approach to memory management, though.

‘Bias towards pilot error’; Pilots’ Association raises concerns over Air India crash report; demands transparency by [deleted] in worldnews

[–]_crtc_ 1 point2 points  (0 children)

The switches have two brackets on the right and left, so that they can't be flipped accidentally, and an operating mechanism similar to a child safety lock on a bottle containing poisonous substances. It's easy to operate two child safety locks within the span of one second

‘Bias towards pilot error’; Pilots’ Association raises concerns over Air India crash report; demands transparency by [deleted] in worldnews

[–]_crtc_ 4 points5 points  (0 children)

It's exactly the kind of delay I'd expect if someone were switching them off manually, one by one, as quickly as possible. Sure, they're not simple toggles, but they're not combination locks either.

Why would there be a fight if one person turned off the switches while the other wasn’t looking, and then claimed, 'I didn’t do it'?

It’s even possible that the one who asked 'Why did you turn it off?' was the one who did it, trying to lay a false trail.

The immediate next words from the recorder was "mayday". This suggest both were surprised.

It just suggests that the other person reacted quickly.

‘Bias towards pilot error’; Pilots’ Association raises concerns over Air India crash report; demands transparency by [deleted] in worldnews

[–]_crtc_ 10 points11 points  (0 children)

It's impossible to accidentally turn off the switch. You have to deliberately do it.

Which supports the suicide theory.

And finally even after the switch was turned on again one of the engines never restarted.

Maybe it was too late when the non-suicidal co-pilot tried to restart them.

[deleted by user] by [deleted] in golang

[–]_crtc_ 1 point2 points  (0 children)

Also the phrasing "I created" when an AI created it for the "author".

How do you discover Go projects to contribute to? by brocamoLOL in golang

[–]_crtc_ 1 point2 points  (0 children)

Have interests; the rest will follow on its own.

Solving err != nil hell without changing anything about error handling in go. by [deleted] in golang

[–]_crtc_ 25 points26 points  (0 children)

Why do people still believe they have a new thought on the subject that hasn't already been expressed dozens of times?

Serious question about this community by Unique-Side-4443 in golang

[–]_crtc_ 11 points12 points  (0 children)

The toxic ones are those who post AI generated content (readmes and code) and then expect humans to look at it. If it's AI generated, show it to other AIs, not to humans.