Readit News logoReadit News
laerus commented on Discord just killed anonymity   michael-dev-tech.github.i... · Posted by u/f0r3st
laerus · a month ago
my gaming group is moving to steam, one less application to care about
laerus commented on Claude's new constitution   anthropic.com/news/claude... · Posted by u/meetpateltech
laerus · 2 months ago
one more month till my subscription ends and I move to Le Chat
laerus commented on Hurl: Run and test HTTP requests with plain text   github.com/Orange-OpenSou... · Posted by u/flykespice
porker · 9 months ago
Is this https://insta.rs/? What are the benefits you've found with snapshot testing?
laerus · 9 months ago
Greatly reduced boilerplate. Diffing snapshots and providing previews to accept or reject changes is also more robust and user friendly.
laerus commented on Hurl: Run and test HTTP requests with plain text   github.com/Orange-OpenSou... · Posted by u/flykespice
whilenot-dev · 9 months ago
What's your value proposition for snapshots and why can't that already be fulfilled with full body checks? https://github.com/Orange-OpenSource/hurl?tab=readme-ov-file...
laerus · 9 months ago
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 commented on Hurl: Run and test HTTP requests with plain text   github.com/Orange-OpenSou... · Posted by u/flykespice
laerus · 9 months ago
What's missing from Hurl is snapshot testing. After using `insta` for testing APIs, I cannot go back.
laerus commented on Rustls Server-Side Performance   memorysafety.org/blog/rus... · Posted by u/jaas
WJW · 10 months ago
Choosing Rust for new projects is very different than trying to rewrite an existing codebase with thousands of hours poured into it. Or worse, demanding that someone else do that for you for free.
laerus · 10 months ago
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 commented on Experimental Tauri Verso Integration   v2.tauri.app/blog/tauri-v... · Posted by u/stareatgoats
shubhamjain · a year ago
I’m a bit confused. I thought the main selling point of Tauri was that it uses the OS’s native WebView to create lighter apps compared to something like Electron. So why would I want to bundle a Servo or Verso? Doesn't that defeat the purpose of Tauri?
laerus · a year ago
consistency between platforms
laerus commented on The need for memory safety standards   security.googleblog.com/2... · Posted by u/todsacerdoti
bigtimesink · a year ago
This, but I'm getting tired of people using Rust for things that really should be in C# or Java.
laerus · a year ago
"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 commented on JetBrains Fleet drops support for Kotlin Multiplatform   blog.jetbrains.com/kotlin... · Posted by u/konradkissener
endofreach · a year ago
Interesting. I have had the opposite experience. And i am happy that they're behind on the AI front.

Way too many tools force their shitty AI (API wrapper) upon me already. And i have yet to see any benefit.

laerus · a year ago
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.

Dead Comment

u/laerus

KarmaCake day333September 8, 2021View Original