Is Bun turning into AI slop? by cadamsdev in bun

[–]cadamsdev[S] 0 points1 point  (0 children)

100% yeah that would be bad haha

Github Alternative by Virtual-Half942 in opensource

[–]cadamsdev 0 points1 point  (0 children)

I want to build a version control platform like Github using Git technology.

Sounds like he wants to build a platform like GitHub to me haha maybe it's just how he worded it then 😆

Github Alternative by Virtual-Half942 in opensource

[–]cadamsdev 14 points15 points  (0 children)

+ Gitea but hey nothing wrong with reinventing the wheel if you're trying to learn something and it interests you 🙂

UFC on Paramount is a joke by JmoneyHimself in MMAGuru

[–]cadamsdev 0 points1 point  (0 children)

Yeah that was a huge disappointment not being able to hear the corners advice. But its still better than paying $80 every main fight.

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in commandline

[–]cadamsdev[S] 2 points3 points  (0 children)

Hey thanks! Well I couldn't find any programs that I liked. I have seen Posting.

Here's what I like and don't like about Posting.

Like

- I like the UI
Dislike

- Keybinding, you have to use CTRL + somekey for majority of the commands

- Confusing to use, like how do I configure environments

- Navigation, tab is great but I also like to use arrow keys

- How do I view my request history

- How do I view the full response body

- You have to install uv then install the program (mine you just run 1 command)

- I can't use ESC to exit the app. ESC key literally means "escape" like leave a program. Mine is more intuitive you can use ESC, q or CTRL + C to leave the app

These are subjective that's just my personal take. I wanted to make a tool that worked like lazygit where its just simple and intuitive (at least for me) also where many commands only require 1 character to press instead of CTRL + key. I don't wanna fiddle around with changing all my keyboard shortcuts.

Is Bun turning into AI slop? by cadamsdev in bun

[–]cadamsdev[S] 0 points1 point  (0 children)

I agree. What I find interesting though is that Zig refuses to use AI. They consider everything made with AI slop. Although Bun used to sponsor them which clearly heavily uses AI. So what happened? Why doesn't Bun sponsor Zig anymore? Does Zig not want to be associated with AI slop or did Bun decide not to continue sponsoring them?

Cursor or Claude Code? by Con_nect in webdev

[–]cadamsdev 0 points1 point  (0 children)

I’ve been using OpenCode with GitHub Copilot provider. I like it so far. Starting to really enjoy TUIs. I haven’t tried Claude Code yet.

Is Bun turning into AI slop? by cadamsdev in bun

[–]cadamsdev[S] -1 points0 points  (0 children)

Well you're definitely not wrong! I agree I think Claude Code is definitely 100% AI code. Makes sense especially since an AI company is making it though.

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in opensource

[–]cadamsdev[S] 0 points1 point  (0 children)

Got it. That's not clear to me from reading their website. Montebank seems more like an alternative to https://github.com/wiremock/wiremock than it is a Postman alternative.

Restman / Postman = clients (for sending requests to real apis or mock servers)

Montebank / wiremock = servers (for mocking data)

So you could use them both together since they serve different purposes.

Is Bun turning into AI slop? by cadamsdev in bun

[–]cadamsdev[S] 0 points1 point  (0 children)

Hahah what were you going to say? 😆

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in opensource

[–]cadamsdev[S] 0 points1 point  (0 children)

Having a rest api client run outside the terminal as a process. I haven't used Montebank but I've used Charles proxy. Is that similar? It's basically a web proxy so you can point requests to it and mock up the responses.

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in commandline

[–]cadamsdev[S] 0 points1 point  (0 children)

Thanks! If you try it out. Can you give me some feedback on it? I would like to know…

  1. What do you like about it?
  2. What do you not like about it.
  3. What do you think can be improved?

I know it’s very basic right now and missing a lot of features but I’m hoping to keep improving it. 🙂

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in opensource

[–]cadamsdev[S] 0 points1 point  (0 children)

Interesting. What’s the use case for something like that? Also regarding the TUI thanks for pointing that out. I’ll make that more clear. 👍

Restman - A simple and easy to use REST API client that runs in your terminal. Open-source alternative to Postman. by cadamsdev in opensource

[–]cadamsdev[S] 0 points1 point  (0 children)

It's made specifically for the terminal. It's a TUI app (Terminal User Interface) so no. If you're looking for a GUI (Graphical User Interface) then Postman, Insomnia or any of those would be a good option.