HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laerus

no profile record

comments

laerus
·5 месяцев назад·discuss
my gaming group is moving to steam, one less application to care about
laerus
·6 месяцев назад·discuss
one more month till my subscription ends and I move to Le Chat
laerus
·в прошлом году·discuss
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus
·в прошлом году·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
·в прошлом году·discuss
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus
·в прошлом году·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
·в прошлом году·discuss
consistency between platforms
laerus
·в прошлом году·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
·в прошлом году·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
·в прошлом году·discuss
[flagged]
laerus
·в прошлом году·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 года назад·discuss
this is a comment worthy of a wat? emoji
laerus
·2 года назад·discuss
"accidentally"
laerus
·2 года назад·discuss
it's already happening
laerus
·2 года назад·discuss
What about immutable systems like Fedora Atomic?
laerus
·2 года назад·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.