> We will build on libghostty exactly as it was designed to be used: as a public building block for terminal applications. Superlogical will consume the same MIT-licensed components available to everyone else, and we will continue to upstream shared terminal work so every libghostty consumer can benefit.
Probably because they said AI rewrote it in 11 days, yet haven't cut a release almost 2 months later. If their AI finished it, where's the release?
They ported enough of it to run a single app (Claude Code). Good job. But if I ported Linux to Rust and it was only capable of running a single app, should I be able say it was a complete port? We'd all agree that was misleading. It's the same with Bun.
The marketing lies simply backfired.
Producing a stable release for their community of code that had been written by AI in 11 days and had not yet been extensively tested in the real world would be grossly irresponsible.
Instead, they made the AI rewrite available as a canary release and shipped it for a month as part of Claude Code to millions of their own users.
If I pay someone to build a house and they left me a voicemail saying "Yep the house is finished, it only took us 11 days!" And then later, "No, you can't move in yet, still fixing some last-minute issues (there's no plumbing yet)." We would classify this as: a lie. And if you told it to your investors: fraud.
Would it really be so bad for Anthropic to admit that a project of this size takes months instead of weeks?
I'm not saying AI is not capable of this. I'm saying that their dishonest marketing has given ammo to their haters.
I think that's exactly what they've done by not shipping a stable release yet.
I don't think they've been pushing that "It only took us 11 days!" message nearly as hard as their critics suggest that they have.
`bun upgrade --canary`. You can use it today.
Keeping a large release, like a total rewrite, on canary for a while to iron out bugs is a very reasonable software engineering practice.
Nope. I also wouldn't lie and say it's complete when it isn't.
>Bun v1.4 makes Bun faster, smaller, use less memory and gives the team incredibly powerful tools for systematically improving stability going forward: Rust's borrow checker, Miri (which runs for a growing chunk of code in CI), LeakSanitizer, and 24/7 coverage-guided fuzzing for parsers. There's still more to refactor, but things are off to a great start.
Perhaps you never perused beyond the HN headline?
but since you said so, could you link me to the release / tag on github? I don't think they've put it out yet?
Maybe they won't change licenses, but Bun now feels more like SQLite as in "source code available" kinda open source, than the "come build with us, community first" kind that i think used to be classified on at least for me mentally.
No horse in this race, just pattern matching as we meatbags love to do.
Idc about the downvoting i can take a bit of heat on my fake internet points
https://github.com/oven-sh/bun/releases/tag/canary
(I'm not a fan of how they reuse that single tag rather than putting out version-numbered alphas, but they do at least update the description to include the commit hash - "canary" is basically a pointer to the most recent commit hash that they have judged worthy of distributing to their canary users.)
The idea is amazing, making this work consistently requires effort, and a lot of it. And as only a few applications invested this effort, it only works with a few applications and never really took off outside of Microsoft. I think this used to work with WordPad and maybe even Notepad but it no longer does, you just get an image instead of the chart object in WordPad and nothing at all in Notepad. It is a dying technology.
- 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
Its intended as a terminal agent orchestrator aimed at power users who want a little more design than what I like to call 'hackerman' UXes.
First time seeing `ssh superlogical.jobs` would be a way to show job descriptions in terminal!
I use pi as my primary harness and then Claude code and Codex (but with the desktop app for some very specific things)
The last two have remote capability with their own app. With pi, you have extensions that can do remote access, but you still end up with three different places to look to get remote access properly from your phone.
People also use tmux and Zellij and any other number of combinations of different apps combined with some kind of remote access, but nothing that's unified and does everything all at once in one place. I feel like that's a good problem to solve if you can do it better.
It doesn't solve the fundamental problem however of inverting the flow from one human to many agents to many agents to one agent to one human.
The guideline do not mention this, apart maybe from:
If the title includes the name of the site, please take it out, because the site name will be displayed after the link.
I'd prefer HN if we made it a habit to editorialize such titles consisting solely of a Domainname or a single word.> 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
The 'cleanest' experience I've got for what I want is mosh + tmux and even that has issues (no block cursor for example).
If superlogical's ultimate goal is to revamp the Linux developer ecosystem, all for it. Am potentially worried long term about these kinds of strategies from a political point of view but as long as things stay open source and stay as local dev tools, its fine.
I thought it was't that long ago, may be 8, or at best 10-12 years.
Turns out 16 years has passed.
Curious if it would be another project using Zig.
I checked the available jobs and they are hiring Typescript for web, Go for infrastructure,systems, Objective-C, swift for Apple
I dig the ssh jobs page, UX is very good.
Ghostty rocks and it brings me no pleasure to say this, but it seems unclear how much longer this world will exist?
Goes ahead and butchers the browser scrollbar.
Visual Studio as the IDE for building windows client apps, especially WinForms, was and still is a genuinely incredible and productive experience. The ease of which you could click-and-drag a UI, context switch to logic in the code behind the forms, wire up a web service backend, share domain models and have navigation and search tools understand all of it was great. And the TFS integration was quite good too. You really only had to leave VS to do database work or administer some IIS pools.
Unfortunately, it couldn't keep up with the rest of the dev world. "Server Explorer" morphed to include your Azure VMs but froze for 30s each time you opened it. Docker tools came in super late, most Azure services didn't really have a VS tooling experience. The "right click publish" workflow meant for small systems never figured out how to graduate to real-world needs across many teams. Developers had to learn how to use many other tools for modern stuff, and so VS became far less of a center of gravity, often to their annoyance.
> so you can close the application, reconnect from another device, and pick up exactly where you left off.
I think this is the remote IDE development dream that no one could quite get right, partly because there wasn't enough reason to run things on a 24/7 device. I think with coding agents that can run in the background this changes.
> Sessions can be accessed through the web and native macOS/iOS applications, and sharing a live session with other people is built in from the start.
I'd really like to point out that "Sharing a live session" is horrible UX for a terminal multiplexer because the terminal has to be the same size (# of rows/cols) on all viewers' screens, and some of these viewers may be on a phone and others on a laptop. Believe it, I tried myself and there's no good way around the problem.
What is interesting is that they added this sentence anyway. This tells me that their long-term endgame is not the terminal. They're most likely trying to build a GUI-based agent IDE and then eventually expand to other work (per their headline of being the "multiplexer for all work") as it all gets more and more agent-based anyways. Well, they're not alone in having that vision.
[0]: https://github.com/stablyai/orca [1]: https://github.com/neurosnap/zmx
Multiplexers have a lot of little papercuts and limitations when you want consistent and native-to-the-OS behavior to flow all the way between the OS and the apps and connections in the multiplexers. For example, gesture scrolling in a tmux/zellij pane is hard because the right events don't flow through. It's an itch to scratch like designing a good terminal lib (like ghostty.)
And then, there's all the unifying and smoothing out of data connections--I imagine they'll be a lot to make sure that, e.g., an ssh session or a Claude code session in a pane can be seamlessly reconnected or never drop when the pane is closed. This takes a lot of hacking to make look seamless in most setups right now.
Like mitchell, I write a lot of software around multiplexers, and I've thought about making something similar, but I don't have quite the same level of personal wealth or angel investor connections. :)
herdr and mosh are a couple of reference points for this, there are others.
I don't actually use a multiplexer. I'm not sure I understand the use case when most terminal emulators supports tabs + windows (like iTerm2 does). Or you could just launch multiple windows and use your OS's window manager to "multiplex". Are the terminals connected in some way that I'm missing?
Regardless, I think Ghostty is a reminder that you can win in a space that's crowded. There's probably a lot of widely used software that would get dropped en masse immediately if someone had the guts to make a better alternative.
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.
* https://x.com/rauchg/status/1972669025525158031
* https://x.com/search?q=from:lennypruss%20israel&src=typed_qu...
https://vancouverisland.ctvnews.ca/business/article/shopify-...
- 1% tax of 10 million = 100k
- 20% tax of 100k = 20k
Hence, the rich pays more tax.
If there was an unequal vote, I am pretty sure rich people would want votes as heavy as possible.
Instead, he makes sure to include the idea of stripping low-income people of all voting rights.
Not at all. The idea is that his class claim very little income, if any income. His income class is ~$0 (or believed to be, at least). You can certainly make an argument that the claim isn't true, that the ultra-wealthy are actually already paying huge sums in income tax, but then you cannot take the thread out of context. It was clearly directed at those who believe the wealthy pay no income tax. It literally says so. Did you skip step one and not go back to read it again?
> He caps his example at 800k reported income, if I remember
You are correct, approximately, but there would have been no need to remember given step one, so that was clearly ignored. Why? What is the purpose of replying without even reading the comment you are replying to?
I don't think memory fails me on the main points. If you think ranking the same read facts differently from you means faulty reading, I don't really owe you the labor of explaining where that fails.
Yes, that is the one we are talking about. The pension comment was posted earlier and isn't directly applicable to the discussion taking place.
The other comment did happen, to be sure. I guess we can change the subject if you want to. The comment that came prior to it asserted that the only way to solve the housing crisis is to take the power away from those who most participate in local government (i.e. retired people). To which Tobi suggested that one way to address that is to allow one to choose power or a pension, but not both, suggesting that pensioners have become dependents and thus no longer have any real stake in the future of a locality.
Which certainly isn't a novel idea. I've heard the same thing many times from people who are ostensibly poor. Many honestly believe that retirees (a.k.a. boomers) who "got theirs" are why housing is out of their reach. You could make a good case that Tobi was trying to play up "I'm just like the little guy" when he isn't actually, but if that is the case, what is our takeaway from that?
Being wealthy doesn't mean you can't be a troll. You'd think after seeing Musk in action that would have already been obvious to all, but I guess not.
About what you yourself said? "Canada could use a system to encourage the wealthy to claim income, where that is incentivized by being able to vote".
The ultra-wealthy can already influence elections in very significant ways. Getting 5 votes instead of 1, which makes no actual difference to any election, is not something that will suddenly make the ultra wealthy wanting to pay more income tax.
What does make a difference though, is if you can prevent a lot of lower income voters from casting their ballots.
Also, no, I'm not buying your unfounded claim that Tobi is just joking bro. His doubling down on it in other comments + his past make it clear to me that is seriously thinks like this.
Fair enough. Let me be a little more precise here: Eric Thor was clearly poking the bear of those who believe that the wealthy don't pay tax. I mean, his voting suggestion concludes with exactly that. Maybe Tobi is so far out to lunch that he didn't notice and took it as an actual plan, but, then again, if you are suggesting that he is that far out to lunch what are we to do with that?
> His doubling down on it in other comments
The fact that he was writing comments about it suggests that he doesn't take it too seriously. Nobody of sound mind wastes time writing stupid comments on the internet if they have an actual motive. They go out into the real world and make it happen.
If he is completely out to lunch like you suggest then anything is possible, but the more likely explanation still seems to be making fun of those who don't believe the wealthy pay tax. If people were making shit up about you, claiming that you didn't pay any tax, you'd likely end up making fun of them too.
I mean Musk? You even used it as an example of "just trolling" in your previous message. He invested north of $300M+ in the last presidential election, also injected massive amounts in various local races, as well as foreign elections.
What more do you need to take them seriously? Even if somehow Musk was doing all of this to troll people because to him $500M is nothing, the impact on those elections is real, so it doesn't even matter what is internal reasons are.
One who is not normally considered to be of sound mind, but you do you.
> What more do you need to take them seriously?
A good idea? The voting thought, while possibly an interesting thought experiment, is not suitable for execution. Why would I take it seriously?
> the impact on those elections is real
Maybe you aren't asking why I would take them seriously, when there was nothing presented that is worth taking seriously, but why do others take their hobo shouting on the street ramblings seriously, presumably only because they have wealth? The other hobos on the street seem to be happily ignored.
Good question, but one I do not have the answer to. I'm still trying to figure out how these particular hobos shouting nonsense on the street corner became people I am aware of. They're just people, same as all the others that manage to remain anonymous. Definitely some kind of malfunction in my brain going on there.
> Shopify CEO Tobias Lütke faced fierce online backlash in July 2026 after endorsing a social media proposal for a tax-tiered voting system that would strip voting rights from non-taxpayers and give multiple votes to high-income earners.
but if we go as far as to say
> If it’s touched by Tobias Lütke, I’m out.
does it mean control or sponsored, for example ladybird web browser...
Are you talking about the fact they do not accept pull requests? If yes, they had good reasons for doing so, LLMs make it really time consuming and exhausting to manage an open source community, I completely understand why they decided to stop accepting PRs for now
Along with a myriad of different controversies. Just searching his name will bring up many articles about his chronically online Elon Musk wannabe takes.
Freedom of speech seems like something Lutke would pretend to like, and him getting torched for his anti-human opinions is a great demonstration of that principle.
I think this is a very tame and apologetic and dishonest way to put it. Suffrage and voting is how people have a voice in the future of their democracy. He advocates for a policy that materially removes that right, that say in the future, from those who already have little power. I don’t know how else to emphasize that it’s more than “they disagree a bit with him and now he’s an impure sinner”, it’s more akin to “this rich dude wants to rewrite the rules to give himself more power and us less”, which is a sober assessment of his policy. I think people actively trying to avoid giving him any more money or power is a very understandable reaction to that
I think ultimately some parts of ideology are bound to and by the reality we live in, and acknowledging that reality gives a good answer here for when _it seems like_ people freaking out at an “impure idea” - is there a documented harm that we can look at?
Many people boycott Elon and his products. Do you raise this same “moral purity” complaint about them? Does it ever go in the other direction?
I think technology and how we build it is deeply tied to us as social, communal beings. Tech can be a reflection of our capabilities, our values. Tech shapes our reality in turn. It’s worth thinking about, being critical of, and believing people when they say what they believe
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 fun city, even though tech is concentrated in the Bay Area
Are they the champions of collaboration or the champions of company culture?
(This is not, in my mind, either a good or a bad thing.)
And here we now have people saying stuff like this again.
Also, long live the "lifestyle business" if it means people just making businesses that bring in non-exponential but justifiable and sustainable income ... like, y'know, a business is supposed to. Good grief.
i think just michael is based on LA, so he prefers having the offices near his home (has kids, etc), and has enough FU money to not need to let the VC's dictate where the HQ's are located at.
I guess also they dont love the idea of managing people remotely for a small startup/first hires, although im sure for the right person they wouldn't really care (or usually this is how it goes on most small companies/startups)
In silicon valley/tech it's sometimes treated as a derogatory term.
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?
As a specific example of this, I've been using emacs since about 1997, but it's only this year that I've started down this sort of "integrate everything" road that it promises, because I've never wanted to learn emacs' specific Lisp variant that is used nowhere else. But now with AI I've done more emacs extensions that are providing real value to me than I have in the last... ever. About my previous limit was reifying a keyboard macro into a command, which still isn't really programming emacs.
The ability to indicate "intent" in a way that computers can actually process it as "intent" might change the calculus enough to make this more possible than it used to be in the past.
But those tradeoffs are real. Non-determinism is a problem. Difficulty in knowing what the AI is doing unless you're staring at its output, and even the ability to conceivably monitor an AI's output is only a transient thing we have at the moment, they'll speed up past our ability to monitor them at all soon enough. But it's at least a new area that can be explored and there may be solutions to some problems in there we couldn't reach before.
Hopefully that's not the endgame?
Why not meet people where they are at?
If this product isn't valuable, then it will fail. I suspect it will not fail.
There’s clearly room to improve our existing tools.
It's sort of what I'm doing already -- using emacs-server to provide portable persistent sessions on top of a bunch of terminals, agents and editor buffers.
It's a 1% effort on my part and super janky and super me-specific -- if somebody put a small fraction of the effort into it that others are putting into superlogical and the other alternatives listed here, it could be awesome....
Yes, but good, standardized developer tooling is valuable.
Postman could’ve also been a “just use CURL and dump to JSON” for example.
I actually am bullish on this. Tmux and ssh are somewhat clunky and probably under utilized by most people. I struggle to find commands, navigate sessions, see history, and so on.
Also in an “agent” based world where you might ask an agent to execute things for you, how do you manage that context well beyond just giving it its own Tmux session to drive?
It’s a good idea, and I’m surprised no one’s built it sooner.
Emacs is downright friendly compared to git & tmux IMO.
Anyway, I'm very happy to see someone with Michell's talent entering this space. We can use more options with sane defaults and great performance.
Also, interesting permission problems. Are you going to allow a remote server owned by someone else have shell access to all of your computers? Are they allowed to train an LLM from all the things you type?
can't wait for more details!
What's your approach?
Still a lot of big problems like latency so I’m not too happy with the current design. It’s a LOT of state to replicate, and obviously things get problematic when an agent was working on a project on machine A but then ends up on machine B which doesn’t have that project directory around at all. So the agent needs to re-orient itself to figure out what happened. Still pretty fun to play with.
https://upload.wikimedia.org/wikipedia/commons/3/31/Adobe_Fl...
Still very interested. Especially if you will go further than terminal - multiplexer for window environment, not just in terminal
This is going to change so many things if it starts getting adopted.
I spend most of my time in the terminal and have been using tmux to manage my sessions and workspaces, mainly via sesh.
But recently, I decided to move to Kitty and use its built-in sessions instead. I built something around it as well. It’s still early, but I’m really liking this workflow so far.
Curious as to how this will be different than K8s?
This isn't a statement of value, I'm genuinely curious myself. In fact, I bet this new thing will probably be better.
Unless this is only for the narrow band of purely local work, I would be surprised if k8s didn't play a big role in the backend solution. It is the standard "well-crafted underlying system" for automatic production work. But, it isn't strong in the interactive-work/frontend aspect or other aspects, so it certainly wouldn't be the main focus of the final product.
Random example: you want to multiplex some work across multiple (self-hosted) agents, using niche fine-tuned models. It would make good sense if those agents were automatically provisioned and deprovisioned (and isolated to your subtenant), and k8s is a great underlying system for that sort of thing.
Bloomberg terminal dead soon
https://go.superlogical.com --> https://superb.systems/
edit: aand someone fixed it :) I guess that must've been their older branding (it was a very beautiful website)
I’m pretty new to NixOS (a few months) but i could envision using Nix to declarativey configure tmux windows and panes in a dev shell. That said, Nix feels like it might still be too clunky at this point in time to quickly re-declare window and panel arrangements. But I never tried and it could be possible.
This actually works!
In other words, this probably won't directly involve changes to ghostty.
Not being snarky. What AI systems have they built?
why this feels the next step is data collection and Ads?
Ghostty is the client side aspect of this (the binary that actually runs on your laptop), but there will be a large backend system that the binary talks to through an API. With the API you can then also start automating sessions, for example when a metrics value trips an alert start an agent to triage with a session you can then attach to for further interrogation.
What Im not sure of is if they are going to build on top of kubernetes or not, which already provides a lot of the features necessary (etcd store, API server, workload orchestration, tenant isolation, extendable API).
(This is all speculation)
As long as you are rich all the VCs will throw money at you.. fine.. but if you are rich then you don't have to take the VC money either. Just do it out of passion.
I will admit that I've used https://herdr.dev/ before because unlike tmux, it displays the status of running LLM agents.
People keep saying "yeah, it's customizable!", but I can't be bothered doing that.
With most of them being VC or high-count angel investors, they can combined push whatever product is being built here into 200+ companies independent of whether it is good or not. What happened to the good old way of figuring out product market fit first? Is that the only way a product can succeed nowadays, or why else would a ~billionair that could easily fund it himself pull in that many investors that early?
---
I'm excited to see what Superlogical will build, but the startup scene seems to grow more clique-y by the day.
Ah, I see you have figured it out the thing that has always been the case.
- it demonstrates they have funding (pre-empting "no-one will fund something weird like this")
- its transparent and open (pre-empting "which bastards are the ones who really own it?")
Investors can be good for funding but they can also be good for education. Later, they're also very good for strategy.
> What happened to the good old way of figuring out product market fit first? Is that the only way a product can succeed nowadays
Generally it's very challenging. I have two products I'm building this way and you face a lot of up-hill climb where people with VC backing are getting the door opened for them. Of course, because of those same pressures to deliver and succeed, it's equally possible those same doors will eventually get closed on them.
I think Mitchell also lives in a bit of a bubble now. He went from friendly open source guy to very rich friendly open source guy. That's no knock on him, but I would consider viewing business from the perspective of someone who has been a CEO, CTO, and IC at the same company (his company) as his only job who became insanely wealthy as a result. I have a friend who has largely only worked in big tech, and successful startups, who tells me all the time level and salary don't matter to him. They don't matter to him because he found success early. Again, not a knock but sustained success will shape how you view the world and how you play the game.
Insert "It always was" meme
Something something "never spend your own money if you can spend someone else's money." That plus the perception of having those specific investors gives the idea/business fast authority/prestige.
It's not the gangster move, but it's a move.
That was my question, too. Does Mitchell even need to take outside funding? I get why you would prefer to use others' poker chips instead of your own, especially if they're happy to give them to you, but usually funding comes with strings attached.
Superlogical (allegedly) uses it for the multiplexer.
Mitchell Hashimoto is just the icing on the cake and he has a track record of building defining dev tools used by millions of devs.
So it makes sense why you see 15 angel investors.
More money / investment in the dev tool space is great for everyone!
I'm also not doubting that there would be tons of investors throwing themselves at him for a new venture like this.
But why, apart from forced market access would it be in his interest to take that money, given that he can nicely fund it for a few years with ~1% of his net worth if not for forced market access?
It said they are funded, but it doesn't mean they lost control or have to be VC hyper growth. Apart from Notable Capital and Amplify Partners all others are individuals. There are lots of benefits having these group of company founders and CEO as investors. They are likely interested in the problem space as well.
Had it been hyper growth startup you would be looking at a16z or other bigger names.
2. Recruiting - many people would be wary of working on a rich guy's pet project. Taking investment makes it more of a real company that has to deliver something and is not subject solely to the whims of one person.
He’s just looking at america post Citizens United and wishing he could ull the same shenans in Canada. It’s been working very well for the folks and orgs who can afford it
Just because someone has different ideas about what policies would produce better outcomes for society doesn't mean they are a malicious person.
Clearly there is a lot wrong with society and many suspect it's due to structural problems in how society is organized. Even if he's wrong, it's not surprising at all that a successful well-intentioned person who pays a lot in taxes who is otherwise not experienced in policy would have the opinion that the votes of people who pay more in taxes should have a greater weight.
There is no civilization if it's the norm to assume that someone is acting in bad faith if he has opinions different than yours. E.g. Wikipedia would have fallen apart https://en.wikipedia.org/wiki/Wikipedia:Assume_good_faith
I don't agree with him but you're incorrect here. To play devil's advocate, if his policy idea resulted in better outcomes for them, e.g. better material conditions, then they may end up preferring not having a right to vote and consider him a good person.
> That's not democracy.
Democracy isn't necessarily the same thing as direct democracy, or "everyone votes." The Ancient Greeks didn't practice democracy this way. In any case, democracy isn't a virtue in itself. If one system is democratic according to your standards but the vast majority of its citizens live in squalor while another system is not democratic according to your standards but the vast majority of its citizens live in prosperity, which system is better?
It is not reasonable to give the benefit of the doubt on the basis of Lutke and his ilk maybe being benevolent dictators if given largely unfettered access to the levers of power.
Historical precedent isn't a rational basis for argument. You don't make stock picks based on precedent. You need to actually examine the causes that result in outcomes to evaluate whether the same outcome would happen again. That said, I have seen good arguments for why weighting votes based on tax contribution would have bad outcomes so I don't agree with him.
> It is not reasonable to give the benefit of the doubt on the basis of Lutke and his ilk maybe being benevolent dictators if given largely unfettered access to the levers of power.
I have no reason to assume Lutke is a bad actor but maybe you know something I don't. Has he done anything to harm anybody or any group of people? Him being rich doesn't make him automatically a bad or suspicious person. There are many rich people who do good things with their wealth and free time.
This is another logical fallacy https://en.wikipedia.org/wiki/Argumentum_ad_populum
> All you need to do is read his tweets to see that he should have less power (much less), not more
I'd like you to make a real argument. What specific tweet of his implies he should have less power and why?
That wasn't a claim, it was a hypothetical.
> I do not think people want guys like this in power: https://xcancel.com/tobi/status/2081155797640171641
What is it specifically about this tweet that means him being in power would have bad outcomes?
I don't see him making that suggestion. It's pithy so it's hard to really pin down a meaning to the tweet but I think he's saying that these town sessions aren't a meaningful expression of democracy because only a specific section of society is in attendance and one that may not understand key issues relevant to working or young people.
He clearly isn't calling the other categories he listed (the " Retired, Unemployed, Unemployable") useful idiots, that's why he listed "useful idiots" separately. I don't know to whom he is referring as useful idiots but I don't think it's immoral in itself to use the term "useful idiot."
But it does make sense that those who are footing the bill for everything might be consulted a little on the plans to spend.
This is a normal and reasonable thought process.
I remember I heard a saying somewhere that if you can explain what you are doing in a few simple sentences, then is is this really something valuable?
This guy posted selfies with the war criminal Benjamin Netanyahu, did you really need his money?
From their website:
"Building and operating software today spans local machines, remote hosts, sandboxes, services, and production systems. It has many modes of operation: interactively with a human developer, automatically through CI and background processes, and increasingly through agents working in parallel.
[...]
We believe the missing layer is a durable session around the work itself: one that can span applications and environments, provide relevant context by default, expose structured data and actions, preserve history, and be driven by software while remaining visible and controllable by people.
[...]
This is our plan to build a multiplexer for all work: 1 Build an incredible multiplexer. 2 Make everything in it composable. 3 Make it safe and operable in production"
I think it’ll be fine