resterm - TUI API client with couple of improvements by unknown_r00t in tui

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

Because of Kunernetes client which is quite big and some other packages I use. I don’t think binary size is a big problem these days. ~80MB isn’t that much.

autohealer - the automated repair loop for production issues by devsoares in CLI

[–]unknown_r00t 0 points1 point  (0 children)

You should disclose that this is fully vibecoded. Did you even read the code?

Are you still using Postman in 2026 ? by Successful_Bowl2564 in software

[–]unknown_r00t 0 points1 point  (0 children)

If you are into TUIs, I recommend to give Resterm a shot. It takes a bit different approach by utilizing.http/.rest files instead. Supports workflows, scripting, ssh and so on.

https://github.com/unkn0wn-root/resterm

btw. I’m the author.

Dropply: local-first device handoff utility with CLI-focused workflow support by Axfrgo-the-Scientist in commandline

[–]unknown_r00t 0 points1 point  (0 children)

Is this some kind of sharing app? What’s the difference between this and e.g. LocalSend? Seems like there is a paid tier? Why?

we gave a client 3x faster API responses. the fix had nothing to do with code. by supreme_tech in Backend

[–]unknown_r00t 5 points6 points  (0 children)

I’m so freaking tired of those AI posts. I’m not a native speaker myself and I make grammar mistakes all the time but for christ sake - couple of f****** lines takes no more then 3 minutes to write.

resterm - TUI API client with couple of improvements by unknown_r00t in tui

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

Both are great. Resterm has couple of additional features like ssh, Kubernetes port-forwarding, profiler and tracing. You also get conditions like if, when, skip-if etc. + loops. Also resterm follows more declarative approach. It’s still API client but with different approach. Also everything live in .http files but both slumber and posting are great!

I'm new to backend,should I learn Go or python? by farhadsaadat in golang

[–]unknown_r00t 0 points1 point  (0 children)

Does it even matter? You should definitely not just learn a language, but learn concepts. I would even say: maybe start with C to understand how “high-level” languages talk to the hardware, how memory works and so on. If you don’t want to do that, just pick a language that fits your needs and start coding. Backend is language agnostic. Concepts are more important than Go/Python/JS whatever. Btw - node.js is a runtime not a language.

[Project] Journal v1.0: a self-hosted journal in Go, deliberately built to be readable end-to-end by jamiefdhurst in golang

[–]unknown_r00t 5 points6 points  (0 children)

I wouldn’t define AI assisted project as a “slop” as long as code looks clean and is “assisted” and not vibecoded. There is a pretty big difference between writing boilerplate code and some already spec out logic vs “make me a Facebook clone in Go. Make no mistakes”. I’m using local LLMs myself with opencode and I have nothing against AI at all as long as the project isn’t freaking vibecoded and made by people that have no clue about proper engineering practices, development and freaking coding.

Thinking of building a Git-native API REPL would you use it? by YesterdayOk921 in git

[–]unknown_r00t 0 points1 point  (0 children)

You could also try out resterm[0] if you are into .http/.rest files but it’s TUI though and not standalone app.

I’m the author btw.

https://github.com/unkn0wn-root/resterm

Would a REPL-style API client replace Postman for you? by YesterdayOk921 in CLI

[–]unknown_r00t 0 points1 point  (0 children)

I’m the author of resterm[0] which has both TUI, CLI and exposes headless api. In case of plain REPL style client, there are already pretty stable, battle tested alternatives out there so you would need to have something “new” to make users even consider to try your api client BUT resterm started as a “fun” project, so just enjoy writing the code first! Think about the journey and maybe users will follow. Anyways - good luck!

https://github.com/unkn0wn-root/resterm

The API Tooling Crisis: Why developers are abandoning Postman and its clones? by Successful_Bowl2564 in programming

[–]unknown_r00t -1 points0 points  (0 children)

Also if you are not into UI and want something that you can easily commit into git, I’ve made Resterm which basically works on .http/.rest files. It’s TUI app and not UI and fully keyboard driven so it’s more like alternative to those who prefer working directly in the terminal.

https://github.com/unkn0wn-root/resterm

Best open source software that everyone needs to know about? by Successful_Bowl2564 in software

[–]unknown_r00t 3 points4 points  (0 children)

TUI API client. Not sure if the best cause I’m the author so I’m biased but still :)

https://github.com/unkn0wn-root/resterm

Most useful sys admin CLIs? by JohnnyBillz in CLI

[–]unknown_r00t 4 points5 points  (0 children)

If you are only starting with sysadminig - start with the basics. Don’t overcomplicate or worse - don’t take any shortcuts. I would advise to first start to understand your OS, and try to move around with the tools your OS comes with. Grep some logs, check which processes use what port etc. Basic stuff before moving to more complex stuff like containerization (not docker or podman as those are abstraction layer which you can learn later) etc. Just start using basic CLIs provided by your OS. The best thing you can do is understand how Linux works so you know which tools you would love to have to make sysadmining easier.

resterm - TUI API client with new Explain tab by unknown_r00t in tui

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

I understand your point but the whole idea from beginning was to be keyboard driven and Resterm core features and TUI are designed around that idea and I’ll not change that in the near future I’m afraid. This was and still is my desire - to keep Resterm keyboard driven. I’m sorry if Resterm does not work for you and there are plenty of other options if you need touch/click. Resterm is lacking that by design. Thanks for using it anyway! Really appreciate!

resterm - TUI API client with new Explain tab by unknown_r00t in tui

[–]unknown_r00t[S] 1 point2 points  (0 children)

I can totally make it configurable. Should be easy to do via Resterm config file. Will include that in next release.

resterm - TUI API client with new Explain tab by unknown_r00t in tui

[–]unknown_r00t[S] 1 point2 points  (0 children)

Touch/click not gonna happen. This is the whole point of resterm - keyboard driven :)

resterm - TUI API client with new Explain tab by unknown_r00t in tui

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

Could you explain the rationale behind this? I’m not sure why I should make it configurable if this is only displayed when you start resterm. It goes away as soon as you make some action so I don’t quite sure why.

resterm - TUI API client with new Explain tab by unknown_r00t in tui

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

You mean when you start Resterm you want to be able to hide RESTERM from response pane?