Earlier quoted context omitted.
But you raised VC funding right? Insomnia was an alternative to Postman, raised VC funds, eventually needed to justify that, and suddenly accounts mattered more. They're currently on the same trajectory. Insomnia is open source but just like OP experienced, a single update can do damage and it takes time for the community to react. Is this the same company that raised? If so, are you exempt from that? Have you figure…
Postman is also open source lol. Unless its donation driven without funding its all going to be the same.
Tell HN: Postman update removes all your stuff if you refuse to create account
41–50 of 181 posts
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#42Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#43Earlier quoted context omitted.
But you raised VC funding right? Insomnia was an alternative to Postman, raised VC funds, eventually needed to justify that, and suddenly accounts mattered more. They're currently on the same trajectory. Insomnia is open source but just like OP experienced, a single update can do damage and it takes time for the community to react. Is this the same company that raised? If so, are you exempt from that? Have you figure…
Postman is also open source lol. Unless its donation driven without funding its all going to be the same.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#44There are some extensions for VSCode that let you define your requests in a text file and has ways to run the file and show the data. Here's one I just found: https://marketplace.visualstudio.com/items?itemName=humao.re... Syntax looks like: GET https://example.com/comments/1 HTTP/1.1 ### GET https://example.com/topics/1 HTTP/1.1 ### POST https://example.com/comments HTTP/1.1 content-type: application/json { "name":…
https://blog.jetbrains.com/idea/2023/10/intellij-idea-2023-3...
https://www.jetbrains.com/help/idea/exploring-http-syntax.ht...
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#45As one of the creators, I can recommmend https://kreya.app . It is not open source (like Postman), but has a strong focus on privacy and also stores the data locally. As it has more powerful features (IMO) than most alternatives listed here, I am a little disappointed that it isn't mentioned more often.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#46Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#47I've really been enjoying HTTPie: https://httpie.io/ Postman has long been too bloated to be useful.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#48I’ve been using https://insomnia.rest/ and it has everything you need and does not require you to log in
https://news.ycombinator.com/item?id=37680126
No reason to trust them at all at this point.
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#49I’ve been using https://insomnia.rest/ and it has everything you need and does not require you to log in
Re: Tell HN: Postman update removes all your stuff if you refuse to create account
#50There are some extensions for VSCode that let you define your requests in a text file and has ways to run the file and show the data. Here's one I just found: https://marketplace.visualstudio.com/items?itemName=humao.re... Syntax looks like: GET https://example.com/comments/1 HTTP/1.1 ### GET https://example.com/topics/1 HTTP/1.1 ### POST https://example.com/comments HTTP/1.1 content-type: application/json { "name":…