Comment on
When your API client is just Excel with a ‘Send Request’ button
Reply in thread
Thanks for this.
Comment on
When your API client is just Excel with a ‘Send Request’ button
Reply in thread
Thanks for this.
Comment on
Reddit Starts Blocking Mobile Website, Pushing Users to App Instead
They never learn.
Comment on
What is the coolest website you’ve visited that no one knows about?
Reply in thread
lemmy is really really cool.
Comment on
Federated End-to-End Encrypted Messaging is Coming Soon
We should always have more alternatives to chose from - good to see so many players.
Comment on
New York considers bill that would ban chatbots from giving legal, medical advice
You bring a regulation - can you really enforce it?
Comment on
'There is no universe in which Proton VPN compromises its no-logs policy' — Proton joins the backlash against Canada's surveillance bill
so proton is now a movement.
Comment on
LibreOffice Leave X/Twitter in favor of Mastodon
Libreoffice is great !
Comment on
Discord delays global age verification rollout after backlash - Dexerto
But a true easy to use discord alternative is still not there.
Comment on
A developer in our team sent me a full presentation without using a slides tool.
I am making a GitHub repository https://github.com/dp1620/awesome-markdown-devtools for markdown tools - I will include revealjs.com along with sli.dev
Comment on
Modern API tools
Reply in thread
Postman was great when it made APIs simple, but over time all the accounts, cloud sync, and extra features kind of slowed down the core workflow. And then a lot of clients just ended up copying that model instead of rethinking it.
On the optimistic side we are seeing some stuff that want to rethink this: tools like Voiden and Yaak with a few new approaches like Git-native workflows, reusable request pieces, more composable setups basically making API work feel more like actual dev work again.
Comment on
When your API client is just Excel with a ‘Send Request’ button
Reply in thread
Everyone seems to hate this template.
Comment on
Why do you prefer the Fediverse over other Social Media?
all the comments are written by humans and no bots.
Comment on
When the Category Leader Stalls : Postman and the Future of API Tooling
Reply in thread
Curl is great. I use curl. Most developers use curl. But “you can call an API with curl” and “curl is enough as an API working environment” are two very different claims.
The problem is that real API work is almost never just one request typed into a terminal like some kind of beautifully minimalist Unix haiku. It usually turns into 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, people are not really using “just curl” anymore. They are using curl plus shell scripts, plus notes, plus env files, plus copied commands from Slack, plus random JSON files, plus tribal knowledge. Which is fine, until it becomes annoying, fragile, and weirdly hard to collaborate around.
Comment on
19 yrs on Reddit, permanently banned.
Reddit really needs a great alternative. Lets see how Lemmy does in this regard.
Comment on
Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS
April Fools?
Comment on
Voiden - A Markdown based Open Source Alternative to Postman
Reply in thread
That's a pretty good comparison.
The core idea of executable documentation next to your code is exactly what we were aiming for.
The difference is that Voiden is a dedicated, cross-platform app for the modern ecosystem, bringing the power of that file-centric workflow to everyone. We specifically go further by offering resuable composable blocks for requests (closer to functions than monolithic objects), a unified toolchain for design, testing, and documentation, and a clean, Git-native experience for all developers.
Comment on
Voiden - A Markdown based Open Source Alternative to Postman
Reply in thread
Voiden's core request model is based on composable blocks (for elements like headers and auth) that are reusable across requests for a DRY (Don't Repeat Yourself) approach, unlike Bruno which treats the request as a single, monolithic object that leads to copy-pasting and maintenance burden.
For documentation, Voiden provides living documentation by integrating runnable requests and human explanations side-by-side in the same Markdown file, ensuring it stays in sync with the API, while other tools' documentation is often separate.
From the monetisation side Voiden: Is an open-source community infrastructure project backed by a different main business, reducing the pressure to monetize aggressively. Bruno is as an open-source project that is under pressure to find a viable monetization strategy, which can lead to license shifts or paywalls.
You can read about the comparison here : https://voiden.md/comparison
Comment on
When your API client is just Excel with a ‘Send Request’ button
Reply in thread
Well having decent documentation is kind of rare.
Comment on
LibreOffice Online, a self-hostable libre office environment, is coming back!
Reply in thread
This one is pretty great!
Comment on
If not Github, where would you host your projects?
Codeberg.