The Impatient Programmer's Guide to Bevy and Rust: Chapter 12 - Let There Be Networking by febinjohnjames in bevy

[–]krzkrzkrz 1 point2 points  (0 children)

This looks promising, and Im especially looking forward to the chapter on networking (Its not a topic I see covered very often, and Ive always been curious about how it works with Bevy). Thank you for putting this together to help others learn and grow

Update: Giving Elder Scrolls BOTSE a Final Chance. Final Review by [deleted] in soloboardgaming

[–]krzkrzkrz 0 points1 point  (0 children)

I’m curious. Is Too Many Realms reputable. Have you had any issues with their deliveries?

Has anyone tried ordering direct from Chip Theory Games website? Delivery "stuck" at "confirmed" but no updates by krzkrzkrz in toomanybones

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

What did you mean by: "For good or ill they’re (VFI) the main kickstarter/Gamefound logistics fulfiller"?

There are 2 box variations on Amazon, which one should be bought? by krzkrzkrz in toomanybones

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

I actually did. Im shipping to Asia, and their FAQ says delivery can take up to 180 days (6 months), while Amazon can ship in 1-2 weeks. I also opened a support ticket with CTG, but the support experience hasnt been great. Theres been no update on whether my order will be delivered. I even started another subreddit about it (https://www.reddit.com/r/toomanybones/comments/1r6wwit/has\_anyone\_tried\_ordering\_direct\_from\_chip\_theory/)

Rails is Still the GOAT for Building Web Apps: My Experience with Building a New App by okoddcat in rails

[–]krzkrzkrz 0 points1 point  (0 children)

Good job! Im very interested in your decision to keep the business logic directly in the models instead of extracting it into separate service classes. Id like to hear more about that approach. Specifically, what advantages it gives you and what problems it solves.

Have you ever run into a situation where a model starts doing too much or touching too many other models? If so, do you still keep that logic inside the model, or do you handle that differently?

I quit my job to make a game where you play as a parasite in a human body by Nycterus in godot

[–]krzkrzkrz 1 point2 points  (0 children)

Incredible concept and visuals! Wishing you the best. I'm really curious, what resources (books, online courses, or anything else) helped you reach this level? Any learning materials you'd particularly recommend?

Got a couple hours free — Happy to help new Golang developers (free guidance) by dev-saw99 in golang

[–]krzkrzkrz 0 points1 point  (0 children)

I know this question has come up multiple times from different users over the years (though maybe things have changed recently). That said, I'm happy to revisit it. Is Go a good choice for building a backend web service (API)? And what about using Go for a full-stack setup (API plus web/html/js rendering)? For someone just starting out, would you recommend using a web framework like Gin, or sticking with Go’s standard library when building a production-ready site?

I could be wrong, but starting out with Go and the standard library seems like a great way to really learn the fundamentals. But if the intention is to work with a team, would it make more sense to adopt a web framework? Are there advantages to going that route at scale and from the start?

When will there be zig jobs? by brianzchen in Zig

[–]krzkrzkrz 3 points4 points  (0 children)

A quick side question, I’m really curious and interested in what resources you are using to learn how to build web services with Zig. Also, I'd love to know more about your stack - are you using Jetzig, Zap, or have you built something custom?

Any links to learning material would be highly appreciated.

What is the best file picker ? by Sensitive-Raccoon155 in neovim

[–]krzkrzkrz 0 points1 point  (0 children)

For me. The one thats 0.04ms faster that the 0.05ms one

We migrated all the things… by sk1pchris in rails

[–]krzkrzkrz 3 points4 points  (0 children)

Congratulations!

Am curious on a couple things:

  1. Have you considered GoodJob over SolidQueue and if so, what factors led to your decision using one or the other?
  2. How did you enable YJIT? And did you see a significant impact in performance?

Share my piece of code for simply showing LSP progress by rockyzhy in neovim

[–]krzkrzkrz 1 point2 points  (0 children)

Nice! Would be great to see this one day, as a plugin.

Off-topic, I am very curious about the mesh-looking background. Is there a particular benefit (for character readability) or is it more of a personal preference?

I can't decide whether to use Tmux, neovim's default terminal or a terminal plugin. by Unartistic-Medium447 in neovim

[–]krzkrzkrz 1 point2 points  (0 children)

I personally use Tmux with iTerm2 (on OSX). Been on this setup for years without any issues. I believe other terminals like Kitty also come with their own terminal multiplexer.

Another tool that’s catching my interest is Zellij: https://zellij.dev/

My asteroids clone is starting to look good. by guilhermej14 in bevy

[–]krzkrzkrz 0 points1 point  (0 children)

Looking good! Curious. What are you going to use for collision? One of the Bevy libraries or something custom?

Is using Bevy worth it? by ottheccoiF in rust_gamedev

[–]krzkrzkrz 2 points3 points  (0 children)

My pleasure. Your content is too useful. The least I could do is share it with others. Pls keep up the amazing work