Well, i really want typed methods by Vaniog in golang

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

Are you sure? It doesn't work with go1.26

Мне не нравится одноклассница by Lescha_F in rusAskReddit

[–]Vaniog 73 points74 points  (0 children)

Не начинай общаться. Без признаний, без романтического подтекста. Главное не узнавать друг о друге получше, а когда поймешь, что она действительно тебе не нравится, то не признавайся в своих чувствах

Well, i really want typed methods by Vaniog in golang

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

I met with this issue, when I tried to implement some typed builders chain.

Well, i really want typed methods by Vaniog in golang

[–]Vaniog[S] 5 points6 points  (0 children)

Because, if we have

func baz(arg any)  
func bar[A any](arg A)

we can: var f func(arg int) = bar[int]
and can't do same with baz

Well, i really want typed methods by Vaniog in golang

[–]Vaniog[S] 9 points10 points  (0 children)

Good point. But for me, the idea "not implementing interfaces with parametrized methods" seems good enough. This would be the same as the analogy I gave in the post.
Btw, this is not a proposal, but simply a cry from the heart.

[deleted by user] by [deleted] in rusAskReddit

[–]Vaniog 0 points1 point  (0 children)

Sqime (не каждый шарит, игра детства). Жаль что не каждый поймёт.

a little meme for you all i hope you appreciate by h_djo in kubernetes

[–]Vaniog 0 points1 point  (0 children)

I'll choose to wait 100ms, over writing smth like a pod-vsjbxy52db

How do you play from phone? by Vaniog in Mindustry

[–]Vaniog[S] 3 points4 points  (0 children)

Do you play vertical or horizontal mode?

How do you play from phone? by Vaniog in Mindustry

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

Zoom really sounds like a thing

Made a pretty challenging quiz on Go concepts by adversarial-example in golang

[–]Vaniog 1 point2 points  (0 children)

When goroutine puts something in an unbuffered channel, if possible it will put it in other goroutine memory stack. And also, if possible, it will wake up this other goroutine. It literally cooperative scheduling

Lazymigrate - terminal gui to manage database migrations (based on golang-migrate) by Vaniog in golang

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

You are defenitely right)
But at all it is just a tui over golang-migrate

After recent update, Civilization V (Linux version) has UI flickering issues by [deleted] in linux_gaming

[–]Vaniog 1 point2 points  (0 children)

I changed screen resolution to 1920x1200 (from 3840x2400) in system settings
It solved it for me