• 3 posts
  • 4 comments
Joined 3 months ago
Cake day: March 25th, 2026
  • Most of my complains are on the func (f *thing) name(w *http.Writer...), this is ok for small functions, but when you have 20 lines, where 10 of then uses single letters around are unbearable.

    Regarding the CLAUDE.md, didn’t work at all. I don’t know if the training material is so small in the GoLang that makes the model go crazy on specific details, or maybe the single letter was preferred since it consumes less tokens, either way, didn’t work at all. And I was using the Opus. I know that they released the Fable, but I can’t use since it’s coding related.

    The Qwen model I used a quantized version of it for a lot of the stuff, it’s super fast, but a 8 vRAM won’t hold it. On my Linux box I have 16vRAM and managed to hold it tight, but I notice that I was destroying the GPU for long running tasks, so I aborted.

    I do have a Blackwell in mind, with some luck I can manage to grab one and test a full precision DeepSeek V4 Flash in it. I already saw some people doing it in a single Blackwell, so should be a thing to have at home to play around, but this is a far future.

  • Edit: I did rewrote the post. Once I calmed my mind down I think it’s better now. At least my closed friends prefer this version of it.

    That was really insightful.

    And align with a close friend on the topic. So you know. I think I’ll rewrite this post in a less “aggressive” tone.

    When two of my close friends don’t like a post, there is a good chance that the post isn’t good enough to leave the oven.

This is my devlog on a side project where I’m working to make a place for me and my friends to play card games, not rules just cards. This is the idea, you can read more on the post, there is more information there.

All feedback, ideas, and suggestions are welcome.

Thanks in advance,

I’ve rewrote the post to be “more pleasant” to read. Sorry for the unhinged original post.

I’ve a devlog on the card game thing I’m working on. This is a side project, a thing that I’m using for learning and practing some of the stuff from the AI perspective.

This is my discovery and other things, all feedback, ideas and concepts are welcome on the perspective of the software and programming.

Thanks in advance

I’ve rewrote the post to be “more pleasant” to read. Sorry for the unhinged original post.

I’ve building this for few weeks, this is a agnostic card game table so I can play with my friends games like Uno, Pokemon and such. The idea is to pick a deck and play the game. This the base line. Everything is customized, and most of the stuff needs to be done by it’s users.

This is the dev log, and there is links for the places in case you need.
Feedback is always welcome. Thanks for readin.

I’ve this wild idea, a phew prototypes. And a lot to discuss about. For those who build something similar (not on the concept of the app, but in the building a dockerized thing for other to use, or self use)

What things that you have found that could be a problem? How to handle the stuff around? And more than anything else, would you do something like this one?

All feedback is welcome.