Live data from Hacker News

Postman which I thought worked locally on my computer, is down

status.postman.com

131–140 of 300 posts

Re: Postman which I thought worked locally on my computer, is down

#131
post #75

Earlier quoted context omitted.

Non-competes expire

I love a solo dev building from scratch is going up against an entire team and company who have years of head start, alot more money and a product that the solo dev originally wrote for them. And the solo dev has a better product already and might actually win haha. Underdog story. Rooting for you!

Ya, it's so funny to be going up against a 1000+ person company as a solo dev!

Re: Postman which I thought worked locally on my computer, is down

#132
post #21

This is exactly why I made Yaak [1]. It's fully offline, no telemetry, open source, and can even sync with Git. https://yaak.app

Thanks for making this. May this stay un-enshittified by VC money for a very long time.

Yep, no VC! Though I have invested 2 years of my own living expenses into it, trying to make it work.

Re: Postman which I thought worked locally on my computer, is down

#133

I remember when one of the "Core Goals" of Postman was "Complete control over your data - Keep simple JSON based data formats which can be exported and shared as per user needs". https://web.archive.org/web/20140604204111/http://www.getpos...

not possible once you sign away your allegiance to a VC

There seems to be a common theme here. Some project gets traction, it works very well. Then they got VC money and the project turn to crap for the community. Not all VC project, but seems to be common theme. I also aware that devs need funding to keep a project going for the long run. Are there any better alternatives for funding now days?

Re: Postman which I thought worked locally on my computer, is down

#134

I remember when one of the "Core Goals" of Postman was "Complete control over your data - Keep simple JSON based data formats which can be exported and shared as per user needs". https://web.archive.org/web/20140604204111/http://www.getpos...

When Postman started becoming shit, I started using Insomnia, which is also turning into shit now.

Re: Postman which I thought worked locally on my computer, is down

#135

I remember when one of the "Core Goals" of Postman was "Complete control over your data - Keep simple JSON based data formats which can be exported and shared as per user needs". https://web.archive.org/web/20140604204111/http://www.getpos...

When Postman started becoming shit, I started using Insomnia, which is also turning into shit now.

Good thing is that we can start using Insomnium now.

Re: Postman which I thought worked locally on my computer, is down

#136
post #135

Earlier quoted context omitted.

When Postman started becoming shit, I started using Insomnia, which is also turning into shit now.

Good thing is that we can start using Insomnium now.

It is unmaintained.

This is the cost of devs focusing on corporate gains and not their craft.

Re: Postman which I thought worked locally on my computer, is down

#137
post #133

Earlier quoted context omitted.

not possible once you sign away your allegiance to a VC

There seems to be a common theme here. Some project gets traction, it works very well. Then they got VC money and the project turn to crap for the community. Not all VC project, but seems to be common theme. I also aware that devs need funding to keep a project going for the long run. Are there any better alternatives for funding now days?

Not sure if this applies to Postman specifically, but I think a lot of software projects start out largely as hobby projects, and might not have even had an ambition of making serious money out of it, and as such there's no reason to be hostile to the community.

Then a VC fund gives these developers a dumptruck full of money and expect returns immediately afterward. Something like Postman likely doesn't make a ton of money unless they're doing something anti-consumer like selling data.

Re: Postman which I thought worked locally on my computer, is down

#138

Earlier quoted context omitted.

In case you aren’t familiar (and with apologies for my verbosity if you are): VSCode Remote can be best understood as a sort of hybrid of a local text editor and a remote web-based or X11 view of an editor for a remote session. When you use a remote, the code is on the remote and all your editing functions (search, version control, terminal, extensions) happen in the remote via a worker process. So in a remote sessio…

probably too much work for a solo dev

The REST Book extension was made by a VS Code dev and does a decent enough chunk of what is needed, at least for simple use cases.

Handy Dandy Notebook as well, but that requires some reformulation to get everything in terms of standard curl/node/python/etc commands. (whether that’s better or worse than a custom http dsl is a matter of some debate)

Re: Postman which I thought worked locally on my computer, is down

#139
post #135

Earlier quoted context omitted.

Good thing is that we can start using Insomnium now.

It is unmaintained. This is the cost of devs focusing on corporate gains and not their craft.

I want to judge the devs for it but if a VC walked up to me with a bag full of cash and the opportunity to work full time on a passion project I can’t be anywhere near sure I’d say no.

Re: Postman which I thought worked locally on my computer, is down

#140
post #22

Happy with https://yaak.app/so far

Hey, I'm the creator of Yaak! Let me know how it could be even better :)

I'm stealing your thread to ask a question: How would you explain what an API Client is to someone who's never used one before, and has always just consumed/produced/tested API's the old-fashioned way?

Is it basically "an IDE for playing with API's"?

Is it only for HTTP-based API's?

Does it come with canned functionality for popular services out there?

I read this but still don't feel like I fully understand what it does https://www.postman.com/api-platform/api-client/

EDIT: This blog post https://schier.co/blog/call-for-beta-testers made it click a little better: "...app that makes testing REST APIs super easy"

Post reply on HN