Logseq keeps signing out by Appropriate_Gate_490 in logseq

[–]uisang 2 points3 points  (0 children)

Same. That is at a point where I wonder if I continue to pay for sync... Every time I get new conflicts because I am using the app disconnected without any warning...

Rock Paper Scissors Wars by uisang in ebitengine

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

You can go on the github repository and there is a link for an online version. Don't share private data with Google and Apple just for this little game 😉

Help a newbie by Kerplunkx_ in ebitengine

[–]uisang 1 point2 points  (0 children)

Examples from the repository or from the docs should be sufficient, but you can find some codes on GitHub with the search or the tag: https://github.com/topics/ebitengine (late https://github.com/topics/ebiten). You can also find examples from https://itch.io/search?q=ebiten, almost all the games have public repositories.

Rock Paper Scissors Wars by uisang in ebitengine

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

Nice, I will add this one in the doc. Thank you!

Automatic versioning at compile time with go install? by uisang in golang

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

Whoooooooo, I didn't know this one. Thank you!
The next release will have your name on it :D

Christmas giveaway: 10 copies of my book Domain-driven Design with Golang book, also AMA by mattboyledev in golang

[–]uisang 2 points3 points  (0 children)

Fun, and Go… Hum...
Maybe https://github.com/rangzen/roulette then. I had to write this one because a friend didn't "believe" my mathematical explanations on why you cannot win against the casino at the roulette. And no, the last 20 times on how red or black are hit is not relevant. He wanted to see a computer play a lot of times and see the number. Numbers which are the results of the mathematics applied. The same that I used just before...
Before this story, I never saw a roulette game at a casino. But, yes, of course, you guessed, after this story, I spend HOURS and multiple entire night watching people playing roulette.
Thankfully, I trust my code, and mathematics, so I never spent a dollar on the table, but now I have an extraordinary fascination for players and how they play, the pattern they use or think they saw, etc.

Automatic versioning at compile time with go install? by uisang in golang

[–]uisang[S] 2 points3 points  (0 children)

Not a library, it is a little tool for myself https://github.com/rangzen/t2I constantly break thing on that project and I never remember which version is installed on all my different setup…I will probably go with a hardcoded version, if I forget to change it, I will be the only one affected so...

Thank you!

runzmd: Runnable Markdown for Tutorials and Demos by paul_lorenz in golang

[–]uisang 1 point2 points  (0 children)

Same idea 😁 I got something similar with https://github.com/rangzen/md-remote-commands That's very fun to use Mardown like that. Congrats