typosaur's comments

typosaur | 2 years ago | on: WinterJS

I assume they mean startup speed (cold-start). Since they're not using JIT (WASM doesn't support it) the runtime performance will be miles beyond V8 and JSC.

typosaur | 2 years ago | on: Show HN: Hacker News API SDKs → Code Generation in Rust

Every week there's a new SDK & Docs generator popping out. Fern, Speakeasy, LibLab, Stainless. And now Sideko. How many more do we need?

Edit: just took a look at the GitHub repo provided and turns out it's just a wrapper around their API.

typosaur | 2 years ago | on: Bruno – Opensource, sustainability, privacy, freedom and incentives

Sadly, the problem I see with Bruno is that users migrating from competition are actually low-value targets and would never pay for anything. Regardless with what happened to Postman and Insomnia, they didn't loose any significant market share (again, only a certain minority, which would never pay anyways). Most of the people will just accept the new conditions and go on. It's not worth the hassle for them to migrate

Good luck!

typosaur | 2 years ago | on: Insomnium – Local, privacy-focused fork of Insomnia API client

Do you have a plan to maintain it long-term or is it just a fork in sake of a fork?

Other than that, for UI/manual testing I'd recommend Restfox or Bruno and ezy for gRPC. Hurl and Step CI for automated testing

Restfox: https://github.com/flawiddsouza/Restfox

Bruno: https://github.com/usebruno/bruno

ezy: https://github.com/getezy/ezy

Step CI: https://github.com/stepci/stepci

Hurl: https://github.com/Orange-OpenSource/hurl

Upd: added links

page 1