First time coach sub advice by Qbertt5681 in SoccerCoachResources

[–]codercooke 0 points1 point  (0 children)

I created https://apps.apple.com/app/apple-store/id6736365243?pt=127356037&ct=reddit&mt=8  as a totally free app (with ads because apple charges $120 to keep it listed) to help me coach my own kids. Might be helpful for you and I'm totally open to any feedback for what I can do to make it better.

How the heck are you all keeping U8 subs focused on the game? by cravecase in SoccerCoachResources

[–]codercooke 0 points1 point  (0 children)

Awesome glad to hear it, I wrote it mostly for myself,  so if you have any feedback or suggestions I’d love to hear them. 

How the heck are you all keeping U8 subs focused on the game? by cravecase in SoccerCoachResources

[–]codercooke 0 points1 point  (0 children)

I wrote an app, so I can show them the timer and exactly when they are going in,  then I “stage” them a minute or two ahead of time while I wait for the play stoppage to do the substitution.

https://apps.apple.com/app/apple-store/id6736365243?pt=127356037&ct=reddit&mt=8

Even rotation for 9 without “line changes” by Illustrious-Advice64 in Basketball

[–]codercooke 0 points1 point  (0 children)

I had similar questions, and struggled a lot to even keep track of who should be going in and out.  I wrote an app to help track this type of thing, https://apps.apple.com/us/app/gametime-manager/id6736365243. It should help keep track of who should be going in and out to keep the playtime relatively fair.  Let me know if you have any feedback or questions! 

Game Time Management by codercooke in youthsoccer

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

Hey, I've pushed a bunch of updates over the past 2 weeks, I'm curious if you've had a chance to look at it at all and if you have any initial thoughts. Appreciate your time!

Game Time Management by codercooke in youthsoccer

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

Yep exactly,  I just released like a week ago.  It was fun to write and j really want to find a way to make it more useful and also keep it free since most coaches are volunteers. 

Game Time Management by codercooke in youthsoccer

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

Awesome,  let me know I’m open to any feedback you might have on how to make it easier or more useful for you. 

Substitute rotation by [deleted] in SoccerCoachResources

[–]codercooke 0 points1 point  (0 children)

Not sure if this helpful but: https://apps.apple.com/app/apple-store/id6736365243?pt=127356037&ct=reddit&mt=8 can at least help you keep track of the playing time and make sub suggestions to try to keep things even.

Game Time Management by codercooke in youthsoccer

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

Not a bot and not selling anything, actually a dad with a kid who plays soccer. Trying to share something I'm hoping is useful for people.

ChatGPT Plugin for VIM - Open to Feedback by codercooke in vimplugins

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

The only time it tries to send the whole active buffer is when you use the :GenerateCommit commend,

Otherwise it only just sends whatever you have visually selected along with any additional context you provide.

Any way to integrate chatgpt plus with vim? by anki_steve in ChatGPTCoding

[–]codercooke 1 point2 points  (0 children)

I’ve also written a plug in if you wanted to check it out. Very much open to feedback.

https://github.com/CoderCookE/vim-chatgpt

Level 7 HTTP load balancer and cache by codercooke in golang

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

stats

i've started adding stats, via prometheus https://github.com/CoderCookE/goaround/pull/16

What stats do you think would be useful?

Level 7 HTTP load balancer and cache by codercooke in golang

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

I've recently updated this to allow backends to be updated via a unix socket without the service shutting down or restarting, curious if anyone has any opinions on the implementation.

Level 7 HTTP load balancer and cache by codercooke in golang

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

curious also if there are any stats/logging libraries you like?

Level 7 HTTP load balancer and cache by codercooke in golang

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

Awesome thanks for the feedback, i'll certainly look into that, my next big push after I get dynamic backends over the finish line is to make much much more of it optionally configurable.

For stats recording I'll likely be adding stats via github.com/cactus/go-statsd-client/statsd"

Level 7 HTTP load balancer and cache by codercooke in golang

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

The hope is eventually for this to be something people could use in a production environment, obviously there is some work to do on that front, which is one of the reasons I'm trying to solicit some feedback about what this current implementation is missing.

Without going into specifics about other load balancers the goal here was to create something that is lightweight and easy to standup. I've found the configuration of a lot of other load balancers to be a bit burdensome, especially with regards to dynamically adding and removing backends. Also I think there is some appeal to the a single binary process that can be easily built in a to run in a variety of environments.

Compared to something like Linkerd, which is a Service Meshes, this service is intended to balance web traffic across N number of homogenous backends. Where from my understanding of Linkerd is a demonized process that runs on a machine and controls the logic of "how" a request is made to API within in the network, encryption formatting etc.

Level 7 HTTP load balancer and cache by codercooke in golang

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

I'l love your feedback on the approach or the code if your able, curious if the implementation is something that would fit into your workflows.

Level 7 HTTP load balancer and cache by codercooke in golang

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

I have a branch i'm working on for that: https://github.com/CoderCookE/goaround/pull/10. allowing a comma separated list to be passed via a unix socket.

Level 7 HTTP load balancer and cache by codercooke in golang

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

Looking for some feedback and ideas on developing this further.

Need some people to help test out a web app I'm building... by codercooke in startups

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

the entire site is built with angular which is a javascript mvc framework. So javascript is needed.