HexDecimal

joined 1 year ago
MODERATOR OF
[–] HexDecimal 4 points 1 year ago* (last edited 1 year ago) (1 children)

I saw some of your progress on Mastodon earlier.

The Bob Nystrom video was always one of my favorites. Breaking Dependencies: The SOLID Principles - Klaus Iglberger is another one I like which might be relevant to your C++ project. It might be late to apply those ideas now but it's something you can keep in minder for later. SOLID works well for game engines.

I apologize for not helping out much. I ended up struggling with my own projects too much to help out with others. These days I hesitate to work a project where the entities aren't implemented with an ECS pattern, including dropping many of my own projects. Entities not following the open-closed principle rapidly build up technical debt in my experience.

Serialization is a pain in C++. Some of the new reflection syntax might make things easier but that always seems far off. I've already recommended Cereal which is what I've used in the past. It supports polymorphism. It seems like you can't avoid some sort of boilerplate in C++ due to how classes work in C/C++.

1
submitted 1 year ago* (last edited 1 year ago) by HexDecimal to c/[email protected]
 

The main community is at [email protected]

As I got familiar with Lemmy I ended up creating two roguelikedev communities. The tools to manage the same community over multiple instances are not mature. For now the best I can do is to prevent more posts to this one and tell everyone to subscribe to the main one.

Feel free to comment if you have any better ideas.

[–] HexDecimal 1 points 1 year ago* (last edited 1 year ago)

I was thinking something somewhat similar. I was leaning more towards continuing the discontinued FAQ Fridays if we can think of topics for it. Or I might just post info on the topics I'm familiar with, such as spare-set ECS. Cross-posting the events alone doesn't seem as helpful, but I'm not certain of how to handle it better.

I'd prefer things moved to [email protected] for now since Lemmy doesn't handle the duplicate community I made very well at the moment. programming.dev is my main instance at the moment.

[–] HexDecimal 1 points 1 year ago

Interesting. My experience is that GitHub issues are very easy to moderate. It's easy to add someone to triage issues if that's an issue, and any load problems usually come from passionate issuers and commentators not following the rules rather than people making well thought out requests.

If there is a real load issue then there needs to be an announcement telling people about it to link to, since what currently exists are guides telling people to use the appropriate places for feature requests and bugs. You also can't tell people to not report bugs for reasons which should be obvious.

[–] HexDecimal 2 points 1 year ago

The issues section is the correct place and should be considered to be the dedicated forum for feature requests and bug reporting. It's designed for that sole purpose and gives instructions to issuers on how to reduce load when making a request. The devs will prioritize issues as necessary.

A Lemmy post or any Reddit-like forum in general is not good for requests since the posts will be forgotten over time unless they get cataloged on the issue tracker.

[–] HexDecimal 4 points 1 year ago* (last edited 1 year ago) (2 children)

https://github.com/LemmyNet/lemmy-ui/issues

For the Lemmy UI Frontend all bugs and suggestions go here. Be sure to check if something was already posted first. More info about contributing is here.

[–] HexDecimal 22 points 1 year ago (1 children)

Corporate middlemen on AI model generated content: "When we do it, it's okay! But when you do it, it's stealing!"

This genie can't be put back in the bottle and what they wished for has became a monkeys paw for the media monopolies who thought they could replace all their artists with an unpaid robot. They'll try to update the laws to stop this but it's already too late.

[–] HexDecimal 1 points 1 year ago

lemmy.world was defederated, so I made another community at /c/[email protected] since that one's more strict on validation. I moderate both places.

Make sure to use the [/c/[email protected]](/c/[email protected]) syntax when linking to other communities: /c/[email protected] will keep you logged in to your instance when you follow it.

12
Welcome to /c/roguelikedev! (self.roguelikedev)
submitted 1 year ago by HexDecimal to c/roguelikedev
 

Welcome to the roguelikedev community on programming.dev. I'm still figuring things out.

Feel free to share progress on current projects, ask technical questions, and talk about your expectations of this community.