this post was submitted on 12 Mar 2026
13 points (93.3% liked)

Open Source

46794 readers
348 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
top 11 comments
sorted by: hot top controversial new old
[–] slazer2au@lemmy.world 11 points 2 months ago (1 children)
[–] slacktoid@lemmy.ml 1 points 2 months ago

Total feelings of superiority: immeasurable.

Facts!

[–] DevOops@piefed.social 5 points 2 months ago

Bruno is pretty good

[–] damnthefilibuster@lemmy.world 1 points 2 months ago (2 children)

I wanna say insomnia but I don’t know if it’s FOSS. It’s made by a company named Kong as a side project.

[–] emb@lemmy.world 3 points 2 months ago* (last edited 2 months ago)

Think I used this for a little while. It was pretty much a slightly better Postman, back when Postman itself was less annoying.

Frustratingly, at some point I opened Insomnia and it randomly lost all my requests/history. That soured me on it. Then when I tried it again a couple years later, it had that bad 'freemium' feel, even if it is still FOSS.

[–] iByteABit@lemmy.ml 2 points 2 months ago (1 children)

It's foss but got purchased by Kong and started becoming a bit too much of a product for my liking, it has a fork called insomnium that keeps development where it used to be before but it's no longer maintained sadly

[–] damnthefilibuster@lemmy.world 1 points 2 months ago

Still better than Postman.

[–] tiny@midwest.social 0 points 2 months ago (1 children)
[–] user28282912@piefed.social -1 points 2 months ago* (last edited 2 months ago) (1 children)

import requests

theUrl = r'https://threatbutt.com/map/'

response = requests.get(theUrl)

print(response.text)

[–] iByteABit@lemmy.ml 1 points 2 months ago

Might as well use curl at that point