HackerTrans
TopNewTrendsCommentsPastAskShowJobs

laerus

no profile record

comments

laerus
·hace 5 meses·discuss
my gaming group is moving to steam, one less application to care about
laerus
·hace 6 meses·discuss
one more month till my subscription ends and I move to Le Chat
laerus
·el año pasado·discuss
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus
·el año pasado·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
·el año pasado·discuss
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus
·el año pasado·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
·el año pasado·discuss
consistency between platforms
laerus
·el año pasado·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
·el año pasado·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
·el año pasado·discuss
[flagged]
laerus
·el año pasado·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
·hace 2 años·discuss
this is a comment worthy of a wat? emoji
laerus
·hace 2 años·discuss
"accidentally"
laerus
·hace 2 años·discuss
it's already happening
laerus
·hace 2 años·discuss
What about immutable systems like Fedora Atomic?
laerus
·hace 2 años·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.