Live data from Hacker News

Superlogical

superlogical.com

111–120 of 504 posts

Re: Superlogical

#111
Maybe I just missed the boat on hashicorp and similar solutioning, but I find a lot of the solutions for working with multiple systems using an intermediary shared language, such as terraform, end up obfuscating the problems they intend to solve and result in people who deal with and support those systems on a daily basis having very little understanding of how to interact and troubleshoot the core infra that is being built up with those tools.

Yes, building those solutions requires a lot of expertise, but I've never found the tools to be worth engaging with over just using what the standard platform tools they abstract away were replacing. Then you add in the economic rug-pull scenarios that have happened when utilizing software like this and I wonder why everyone hops on the bandwagon so easily.

What is the company they're building trying to solve that system maintainers can't already do? Isn't this just rebuilding OS windowing?

Re: Superlogical

#112

"Why is terminal usage more widespread than ever?" - I guess because of AI agents?

call me an optimist, but I believe that more and more things are getting more viable to do from the terminal. tools like jj remove the need in Git GUI because mental model and UX gets streamlined, and the AI craze incentivizes practically every company to create their own CLI

Re: Superlogical

#113

Earlier quoted context omitted.

Taxes paid was actually what was said.

I may be going astray, but I can see a way to degenerate "taxes paid" to "taxes before deductions" to "income since it relates to taxes anyways"

It doesn't have to be that complicated. Just absolute terms could have the desired effect.

- 1% tax of 10 million = 100k

- 20% tax of 100k = 20k

Hence, the rich pays more tax.

Re: Superlogical

#114

If its got Mitchell, I’m in. To make it more relevant: right now I mostly rely on tmux. Before that I’ve been a long time user of screen (irssi over ssh people know this play). Looking forward to this.

[flagged]

VCs tend to be a toxic bunch. Hard to avoid that in our business

Re: Superlogical

#115

We're a team that has spent our entire careers building some of the most widely used developer tooling, infrastructure software, and AI systems. Not being snarky. What AI systems have they built?

One of the cofounders is formerly from poolside (poolside.ai), where they produce open-weight coding models. One of their recent models, Laguna, got quite a bit of attention here on HN.

Re: Superlogical

#116

We're a team that has spent our entire careers building some of the most widely used developer tooling, infrastructure software, and AI systems. Not being snarky. What AI systems have they built?

The one they’re currently building. This has to be an agent orchestration and management play.

Re: Superlogical

#117

> Location 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. I always get a "lifestyle business" vibe when tech companies are based in LA or NY. When you're a seasoned veteran you'd prefer to live in a larger, more fu…

I don’t think that’s a parsimonious explanation in a post-COVID world. It seems equally if not more likely that talent is more distributed, and people find fewer reasons to relocate into the Bay Area (in terms of career progression, etc.)

(This is not, in my mind, either a good or a bad thing.)

Re: Superlogical

#119
Funny. I started working on a similar product myself just a few days ago. I have multiple machines for multiple different purposes. Each one runs different agents (some local, some cloud), for different tasks. Different ones store different data (a NAS on one, my VMs on another, etc.). I wanted a durable layer over all of them to be able to start work on any one of them and resume on any other, and for all the disparate agents to share memory/configurations where possible, and for each node in the network to make all the others aware of its purpose (so when the NAS is online, the agents know how to connect to it and what it contains). Sadly no VC funding for me, building it on my lonesome :)

Re: Superlogical

#120
This sounds like a mashup of of several things I've been playing with lately...

- pi-web (https://pi-web.dev/): a web frontend for the Pi coding harness which can multiplex pi sessions across multiple machines

- herdr (https://herdr.dev/): a fairly polished agentic multiplexer TUI, can easily spawn or destroy windows based on subagent activity

- firstmate (https://github.com/kunchenguid/firstmate): a meta environment for coding harnesses - more naturally handles spawning and communicating with subagents, managing worktrees, and other SDLC functions, and has a fairly large number of constraints thru bash scripts to ensure better results with less intelligent models

Post reply on HN