The main goal is to reduce cognitive load managing many Claude Code and terminal sessions in parallel, while keeping things simple with a design focused on peripheral awareness of session status. And making everything resumable. The Claude session explorer also supports forking past sessions mid-conversation.
Overall this is designed to support the Claude-first software development workflows I've developed over the past year.
I’m talking about the library support, “libghostty”. It’s what cmux and others are built on top of. There’s nothing difficult about it, I’ve just found it very unstable in the way I used it. I’ve switched to SwiftTerm now.
Engineering leader with 20 years of experience on large scale web projects. I’ve remotely led fully distributed teams of engineers to architect, build, ship and run scalable distributed systems with up to 1B+ unique devices per month (Wikipedia). I’ve worked for large established organizations as well as fast growing startups. I love building healthy engineering cultures and growing engineers, helping them deliver their best work while working on complex projects.
I’m talking about concrete examples of well-known artists, let’s not confuse this with the delusions of sociopathic CEOs taking credit for other people’s work and constructing a fictional vision a posteriori for the media. There’s nothing artistic there.
On this debate people are confusing artistic illustration skills with creating art. An artist created this artwork at the state fair, not the AI. The artist had a vision, directed the AI towards that outcome and selected the result they wanted.
Some very famous artist exposed in museums today don’t physically hold the tools that « make » the artwork, they direct a team of assistants who act as their hands. Some like to hold the paintbrush themselves but they don’t have to and that’s why it’s not a criteria for whether they are the artist or not.
Much like a movie director directing a team to create a movie doesn’t hold the mic boom or deal with the photography themselves. They orchestrate other humans into creating the piece of art they have envisioned.
This is exactly the same. Instead of a known visual artist directing art students to fabricate the artwork they’ve envisioned, the artist directs the AI.
I charge my EV with free solar energy 90% of the time. Can't dig my own gas out of the ground for an ICE. Hopefully that kind of setup will become cheaper and more accessible to many.
EVs aside, every bare roof is a missed opportunity for solar anyway. It should be mandatory for every overground parking lot to be covered in solar panels, same for every newly built residential and office building. If this sort of policy was in place, there would be a lot more locally generated electricity for heating and charging EVs that doesn't need to be transported over long distances.
Many positions are REMOTE (or in SF if you want), some are SF-only. VISA help/sponsorship provided for candidates willing to relocate to SF. There are also INTERN positions open right now.
- using tools like http://www.pictriev.com/ or similar offline solutions to get a pretty good estimate of her age.
- using image analysis to "fingerprint" the camera used to take the picture. Then crawling sites where she would be likely to post pictures (twitter, etc.) based on the suspected area and comparing to find matches (i.e. pictures taken with the same camera). I'm not sure what the current state-of-the-art is for those algorithms, but if for instance the camera displayed an obvious visible flaw (darker spot), it would have made it easier. On a perfectly clean camera without visible defects I assume that more than one picture is necessary for effective camera fingerprinting.
They're lying or confused, the data I have is definite proof. 9gag's password and ours were hashed unsalted with MySQL's PASSWORD(). I'll reply on that comment.
Also, in addition to confirming that our own hash was genuine, 9gag's password was very weak and their hash can be reversed with online rainbow tables.
The name.com sample data HTP showed in their log by querying the database was real. Source: I work for one of the companies they used as sample rows when querying the name.com DB. Our head of ops confirmed that the hash in the HTP log was indeed the MySQL 4.1 PASSWORD() unsalted hash of our password at the time. name.com is kind of generous with the term "encrypted" in their email.
Looking at the hash found in the query HTP ran, 9gag's name.com password was "harry1" at the time of the exploit. It also tells us name.com stores the passwords as unsalted MySQL 4.1 PASSWORD() hashes...
The main goal is to reduce cognitive load managing many Claude Code and terminal sessions in parallel, while keeping things simple with a design focused on peripheral awareness of session status. And making everything resumable. The Claude session explorer also supports forking past sessions mid-conversation.
Overall this is designed to support the Claude-first software development workflows I've developed over the past year.