IceSentry's comments

IceSentry | 2 years ago | on: Bevy 0.13: ECS-driven game engine built in Rust

And I know people that have used bevy to make games and liked it more than any other engine they tried before. Many people are already using it in production, there's also multiple games built with bevy released on steam with many more in progress.

It's completely expected that it doesn't click for everyone, but I don't get why you are framing it as if hitting a brick wall is the only experience that people have when making games with bevy. Plenty of people just don't like the ECS model. That doesn't mean that bevy is bad. It's just not for them. We are lucky enough that there's a great alternative in the rust gamedev ecosystem like Fyrox for those people. It doesn't have to be a competition.

IceSentry | 2 years ago | on: Bevy 0.12

The UI framework will be bevy_ui just like godot uses godot ui library. What needs to be done is improve it so it can actually work for making a complex app.

IceSentry | 2 years ago | on: Backward Compatibility, Go 1.21, and Go 2

Well I guess you've just been very lucky.

I've seen a codebase where half the features were implemented by inheriting the controller class and adding some behaviour and then that wqs wrapped in another layer adding more behavior. It had about 5-6 layers of that. I guess it's not 10 layers, but it was still extremely shitty code that was very not fun to deal with.

IceSentry | 2 years ago | on: Rust vs. Julia in scientific computing

There's rayon, which in my opinion makes writing multi threaded code even simpler than openmp. It's also nice that it doesn't rely on any compiler feature. It's just a library.

IceSentry | 2 years ago | on: Rust vs. Julia in scientific computing

It's one of the thing that annoys me the most about these discussions. The best language to prototype in is the one you know the most. For me and probably for you too, that's rust. So it's trivial for me to start a new project and have everything I need very quickly. With pretty much any other languages I need to relearn some syntax or apis which is a massive waste of time when prototyping.

IceSentry | 2 years ago | on: Bun v0.7.0

Rome is not a runtime and picking one depends on your use case and personal preference about certain features.

IceSentry | 2 years ago | on: Bun v0.7.0

Why is that odd? Why are you even talking about a rabbit?

IceSentry | 2 years ago | on: Taskfile: A Modern Alternative to Makefile

UNIX might be standard but it doesn't make it cross platform. You might not like it but a lot of people develop on windows. Build tools that assume a unix environment is present aren't a solution.

IceSentry | 2 years ago | on: Famous Programers with Repetitive Strain Injury (2022)

Using my thumb to press alt sounds crazy to me. It's incredibly uncomfortable compared to using ctrl with my pinky.

With that said I do agree that modern keyboards completely underutilize the thumb. This is why I love my split keyboard with a thumb cluster. I truly believe every keyboard should have a thumb cluster now. It's crazy that the default is to waste 2 fingers like that.

IceSentry | 2 years ago | on: Firefox address bar

I use vivaldi because of the tab stack feature and until firefox gets support for something close to it I just can't switch. I tried to browse the web without it but I always come back to vivaldi. I have a tab hoarding problem and it's the only browser that actually makes helps me manage it.

IceSentry | 2 years ago | on: How VSCode made bracket pair colorization faster (2021)

You don't need to buy more ram. It was already cheap a decade ago. Ram has been in the multiple gigabyte range for longer than that. Having an app that you use all the time every day use a few hundred of the otherwise unused ram is perfectly reasonable.

IceSentry | 2 years ago | on: How VSCode made bracket pair colorization faster (2021)

If vscode slowed down for you it might mean you installed too many extensions.

Personally it feels just as fast or faster than before. Especially with things like the mentioned bracket colorizer beinf built in compared to the extension I was previously using.

page 1