Live data from Hacker News

Superlogical

superlogical.com

411–420 of 504 posts

Re: Superlogical

#411

Earlier quoted context omitted.

I don't understand herdr, can you explain it to me? I've tried it, but I don't understand what it gives me over tmux other than the agent sidebar. But people seem excited about it so I feel like I am missing something.

I don't really get it either. I installed it to try it out, but I still don't understand why it's getting so much attention. I don't even use tmux. My window manager already gives me workspaces, splits, and tiling, so I don't need those features there. I also prefer focusing on a single project instead of juggling five at once. And I don't really care about notifications. I just switch back to the relevant workspace…

0 friction, intuitive ux. Mouse, scroll wheel tabs all work out of the box. Still is an ugly tui, but orders of magnitude better than tmux.

To even get started with tmux you need to invest days to learn the keyboard commands. And yes good luck merging windows.

I can’t wait to forget all of the useless cli crap that Unix forced me to learn because nobody gave a damn about ux.

Re: Superlogical

#412

Earlier quoted context omitted.

It's a multiplexer w/ distributed state. If you know about tmux then it's basically tmux but someone else can connect to the same session w/o logging on to the same computer. I can imagine it being useful for debugging production outages b/c several people can use a single "dashboard" for coordinating their work w/o having to go back & forth on slack/zoom/etc. You can ask any chat bot to explain further if you want t…

I get the tmux part, but not the slack/zoom part. What does “for all work” mean technically?

The list of people on their announcement page have a track record that will probably answer your question.

Re: Superlogical

#413
> Though the team has spent many years scaling remote-first companies and is currently remote, we are hiring specifically in Los Angeles, London, and New York, with an expectation for a flexible in-office schedule as we build our presence in each region.

Re: Superlogical

#414

Earlier quoted context omitted.

For now I didn't find anything that really works better than using termux on android or echo on ipad, ssh into my desktop with tailscale where I have a tmux session I can attach to. "Input" seems to be the biggest struggle for me versus a normal desktop+keyboard setup. On ipad I use a nuphy bluetooth keyboard which works pretty well and on android I use FUTO Keyboard with voice input. Overall I think I don't even wan…

You can swipe the Termux special ribbon to the left and then get a native text input where dictation etc all work.

Cheers, you just changed my life.

Re: Superlogical

#416
post #404

Earlier quoted context omitted.

You can check their own AI-generated comparison here: https://herdr.dev/compare/ Realistically, what I use about its agent stuff is: - reliable notification pings either via what your terminal app uses (e.g., ghostty's) or system or just within herdr only - if absolutely necessary, be able to tell agent sessions to observe and run commands on a herdr pane (security beware, for obvious reasons) - herdr --remote which…

There is a cross platform terminal notification cli that I used to vibe code notifications in like 5minutes and I have traffic light indicators on my tmux panes showing when an agent is waiting. The other things are also all possible. An agent is super happy to remote control tmux, it knows all the commands!

Yep, I did similar stuff too! Used something like ntfy to push notifs to an Android or just whatever commands are available on the OS you're in (e.g., `notify-send`). And for state reads herdr has `herdr pane read` while you can happily accomplish similar results with `tmux capture-pane` or similar.

Herdr holds potential in stuff like their socket API ( https://herdr.dev/docs/socket-api/ ) and whatever enhancements they wish to bring (e.g., https://herdr.dev/docs/agent-automation/ ) so if that appeals to others, it's worth a shot.

But for most regular users, tmux and other multiplexers work just fine.

Re: Superlogical

#417

I feel like the main benefit of such a thing would be centralization. Part of the issue with the terminal ecosystem is precisely that everything's so fragmented and everybody needs to support arcane terminal protocols and wrap a billion wrappers around each other. The easiest way to solve this is to be a definer yourself rather than an integrator, which I think is what this is trying to be. If we could actually have…

There is PR somewhere in the mosh repo to support block cursor. Just build it manually. Mosh is abandoned, unfortunately.

Re: Superlogical

#418
post #180
post #91

Wow, that "We're hiring/Career Page" link is geeksmaxxing. First time seeing `ssh superlogical.jobs` would be a way to show job descriptions in terminal!

The ssh thing is really fun, but I wish they had another way to view the openings. I'm on a connection with massive latency at the moment and it's pretty horrible UX in this case

I assume that it should be quite straight-forward to make it work with https://mosh.org/ instead.

Re: Superlogical

#420

Earlier quoted context omitted.

The actual header on the page is > We are building the multiplexer for all work. imo this would have been a better way to do the HN submission title (with or without [terminal]) > Superlogical: We are building the [terminal] multiplexer for all work

I clicked on the link and read the page, but I still don't have the faintest idea what a "multiplexer for all work" is, or why I want one. The more I read about it, the less I understand about it. Guess I'm not the target audience. At least I know that now, after several minutes of reading and head-scratching. I almost get tmux -- although I still don't understand why it's better than simply opening multiple terminal…

Tmux is good because: 1) sessions stay running if you disconnect 2) window management - you can split your screen, have an octobox a-la redzone style, and focus/unfocus etc.

This is based on developing on a remote server - but even locally, I find it invaluable. Multiple terminal windows are fine, but some times you want multiple windows. Even in a pre-ai world, you might want to run a process, see the code, edit, and maybe have htop or something like that. If you ever NEED multiple terminal windows for the same thing, tmux is really the answer.

Post reply on HN