interesting. what is the tool that the company accepts as low risk? Would it be postman or would it be something offline?
- 3 Posts
- 39 Comments
try https://voiden.md/ (not.app)
does it work?
oh. whats the security error?
thats awesome - let us know what you think when you try!
nikolasdimi@lemmy.worldto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
1·25 days agowhat do you mean beyond the skill level?
nikolasdimi@lemmy.worldto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
6·25 days agodepends on the size of your team I guess? Postman used to really be the default API client for serious API testing. https://kaluvuri.com/blog/when-the-category-leader-stalls/
And yes curl is great and is a big inspiration for Voiden. In fact we built it inspired by curl and obsidian.
The problem I see with curl is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It involves auth, environments, copied headers, reused payload fragments, request chains, documentation, testing, debugging, sharing examples with teammates, reviewing changes in Git, and trying not to break prod because you forgot to swap one token or one base URL.
At that point you can not “just use curl” right?. You use curl plus other things. Curl plus shell scripts, curl plus notes, curl plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge etc etc… Which is fine I guess but isnt it at some point super annoying and hard to collaborate on? That is the gap that I see this tool (Voiden) trying to solve.
So for me it is not “curl vs Voiden.” curl is a low-level execution tool. Voiden is a workspace for actual API work: writing requests, organizing them, reusing pieces, documenting them, testing them, versioning them in Git, and not duplicating the same headers/body/auth setup 45 times :)
does this resonate?
nikolasdimi@lemmy.worldto
Selfhosted@lemmy.world•Built an API dev tool and got 12k+ installs already, this is what happened since we open sourced.English
2·25 days agowhat do you currently use? what are the limitations of what you tried and were not happy with?
nikolasdimi@lemmy.worldto
Selfhosted@lemmy.world•Voiden - an Offline, Git-native API tool built around Markdown English
31·2 months agoyeah, around 11k installs so far - and a few committed and opinionated contributors :) - hope you give it a try.
nikolasdimi@lemmy.worldto
Ask Lemmy@lemmy.world•What useful unknown website do you wish more people knew about?
1·2 months agoRemoved by mod
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
2·3 months agocynically true :)
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
2·3 months agoyes thats a good idea, we actually made an FAQ that sits with our docs…I want to monitor to see if this helps people navigate some of these questions:)
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
1·3 months agohm…great points, thanks for taking the time to answer.
From the perspective of a user, why would they care about development speed?
Yes, the tool is already developed but it will continue evolving right? I mean, we almost make 2-3 releases every month since we shipped the first version and then open sourced. So the speed still counts. Plus, the users who create the tickets and expect them to be tackled are actually developers themselves. So yeah, the ability to deliver (at a good pace) to these folks matters a lot.
However - YES, if at some point the tool is at a state that the speed becomes less meaningful or useful, then indeed a change might be needed?
As for platform consistency, again, why would the user care?
Yes, since our users are Dev (and QA) folks, we thought that yeah, maybe someone could have different systems for work vs home vs side project (as you said). But another aspect that we thought is teams and collaboration. We didn’t want to have a scenario in which a team can not use it before some of the devs are using macs, others linux vs the QA folks using windows etc.
What I’m getting at is that the concerns of developers will not always be equally concerning to users.
Thats the heart of the discussion:) I guess because our users are also developers. :)
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
11·3 months agonice metaphor:) but unlike a car, these Electron processes aren’t slowly eating your tires or draining your oil. Maybe a better metaphor would be that the car you rent comes with a few extra cup holders you that you didn’t ask for? :)
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
4·3 months agothanks! well, the feedback and the questions did not come from lemmy per se but in general. And yes, I agree with you. People do have strong opinions and this is more a question for me - as I often feel that perhaps there is some “better” way to explain or show the impact of the decision. (and explain the trade off). But I think that ultimately you are saying one simple (but very important) thing: that you can not please everyone :)
nikolasdimi@lemmy.worldOPto
Selfhosted@lemmy.world•Cross-Platform Desktop Wars: Electron vs Tauri: How do you explain the tradeoffs to users (without sounding defensive)?English
1·3 months agoYeah, honestly, sometimes I feel frustrated trying to explain it, because I know some people will never be satisfied. I just want to be transparent about the tradeoffs and let people SEE the actual usage (even if it will indeed not convince everyone).
nikolasdimi@lemmy.worldOPto
Today I Learned@lemmy.world•TIL that in uber in certain countries you can select a driver that does not talk for people who prefer silent drivesEnglish
2·3 months agoso there could be an option “select a texan taxi driver” irrespective of where you are in the world
nikolasdimi@lemmy.worldOPto
Today I Learned@lemmy.world•TIL that in uber in certain countries you can select a driver that does not talk for people who prefer silent drivesEnglish
1·3 months agoyap…thats the thing…you never know…the interesting conversations can only happen only when we are open and ready to accept also the banal ones :)
nikolasdimi@lemmy.worldOPto
Today I Learned@lemmy.world•TIL that in uber in certain countries you can select a driver that does not talk for people who prefer silent drivesEnglish
47·3 months agothats super sad…I dont have a problem with someone not wanting chit chat but isnt better to just say “hey, today I am not in much mood to talk” or to show it and to make it happen without explicitly selecting it in an app…
its just very black mirror esque


obsidian, sentry, Voiden (for API work, open sourced it)