HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laerus

no profile record

comments

laerus
·5 miesięcy temu·discuss
my gaming group is moving to steam, one less application to care about
laerus
·6 miesięcy temu·discuss
one more month till my subscription ends and I move to Le Chat
laerus
·w zeszłym roku·discuss
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
consistency between platforms
laerus
·w zeszłym roku·discuss
"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
·w zeszłym roku·discuss
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
·w zeszłym roku·discuss
[flagged]
laerus
·w zeszłym roku·discuss
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 lata temu·discuss
this is a comment worthy of a wat? emoji
laerus
·2 lata temu·discuss
"accidentally"
laerus
·2 lata temu·discuss
it's already happening
laerus
·2 lata temu·discuss
What about immutable systems like Fedora Atomic?
laerus
·2 lata temu·discuss
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 lata temu·discuss
> 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 lata temu·discuss
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 lata temu·discuss
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 lata temu·discuss
Why the answers to these questions are not the same as if C code was calling other C code?