HackerTrans
トップ新着トレンドコメント過去質問紹介求人

laerus

no profile record

コメント

laerus
·5 か月前·議論
my gaming group is moving to steam, one less application to care about
laerus
·6 か月前·議論
one more month till my subscription ends and I move to Le Chat
laerus
·昨年·議論
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus
·昨年·議論
Snapshots diff current with previous output and I only have to accept or reject the diff. I don't have to write the expected response myself. Snapshots can also stub out parts of the response that are not determistic.
laerus
·昨年·議論
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus
·昨年·議論
Rewriting could also make sense if there is a chance to improve the architecture based on the experience with the existing codebase. Something that would otherwise be impossible to even consider.
laerus
·昨年·議論
consistency between platforms
laerus
·昨年·議論
"really should be" ?

"in C# or Java" ?

where do you even base these claims? Do you know what C# and Java threads have that Rust doesn't? data races. And don't get me stated on the biggest paradigm failure that is OOP.
laerus
·昨年·議論
Agreed, RustRover is by far the best IDE for Rust atm. I also use the AI Assistant which is so toned down that it's actually useful and not full of spam.
laerus
·昨年·議論
[flagged]
laerus
·昨年·議論
The Rhai interpreter is configurable, you can choose which features of Rain will be available on the runtime. You can even disable keywords.
laerus
·2 年前·議論
this is a comment worthy of a wat? emoji
laerus
·2 年前·議論
"accidentally"
laerus
·2 年前·議論
it's already happening
laerus
·2 年前·議論
What about immutable systems like Fedora Atomic?
laerus
·2 年前·議論
IDE integration. For example, I use the Jetbrains RustRover IDE on Fedora Atomic, which is an immutable Linux distribution that is based on keeping the OS setup as clean as possible. I use DevContainer to install the toolchains I need for my project and the IDE takes care of setting up my development environment.
laerus
·2 年前·議論
> The big selling point on Rust is no memory leaks

Memory leaks are not considered memory errors in Rust and they are allowed.
laerus
·2 年前·議論
You are not convincing me that these people care about the longevity of the project when they are so smug and ready dismiss anything that is not fitting their whatever agenta, even if that is a supposedly passion for contribution and development.

What you don't understand about what you call "pro-Rust crowd" is that there is a reason to push for memory safety and encoding the invariants in the type-system. It's the closer you can get to a mathematically proven system.

If you don't want one of your most core systems to be as robust as possible against security vulnerabilities, even if that means going out your way either learning something unfamiliar or god forbit communicating, like you have more emotional quality than a potato, with other people then you are a horrible person.
laerus
·2 年前·議論
Well then raise these concerns and find a way to solve them together. Not dismiss a proven solution to real and even dangerous problems like memory unsafety.

It's unreasonable for educated grown men to react like 12yo children and resist change cause "we don't like eating our vegetables even though they are good for our health". If you actually care about the Linux kernel you will find a way forward even if that means communicating with people or even changing habits.

At the end of the day I don't think that the people that are contributing to the Linux Kernel do it out of good will but rather more about than prestige and building a resume. Or else we wouldn't have this resistance to progress.
laerus
·2 年前·議論
Why the answers to these questions are not the same as if C code was calling other C code?