So how productive are you now vs. before? I assume this was the reason for doing this?
A desktop made for one
31–40 of 281 posts
Re: A desktop made for one
#32My wm, shell, terminal, editor, file manager, pop-up menu (dmenu-like) are all pure ruby (including font rendering and X11 bindings). These all started before I started using Claude to improve them, so they're still mostly hand-written, but that is changing.
They're messy, they have bugs and "misfeatures" that works for me but likely would be painful for others.
Like OP, I don't really recommend anyone else use my code, at least not directly, and that is extremely liberating.
Overall, the projects covers the largest surface of what I use beyond the kernel, a browser, and Xorg (I'm so, so tempted, but I think an LLM will need to get a lot further first before I could fit it into my schedule).
It doesn't need to be polished because it's mostly for me. It's okay for them to have bugs as long as they work better for me than the alternatives.
I strongly believe more people should do this. It's both a great learning experience, and it gives you a system that has exactly the features you actually want and use.
And it's only going to get easier to do this.
Re: A desktop made for one
#33Earlier quoted context omitted.
If they basically generated a desktop for themselves, what’s the chance they didn’t generate the article? I think pretty slim. Also, reading it is probably not the intended use. It’s probably: “Hey Claude, give me a TLDR of this”
Who cares? It’s their content. If they hired an editor to help them, cool. If the content doesn’t suit you, move on. But the incessant “AI was used here, thus is it garbage” is long past time to enter the grave.
Re: A desktop made for one
#34So how productive are you now vs. before? I assume this was the reason for doing this?
Re: A desktop made for one
#35Earlier quoted context omitted.
seriously.... we already have a constellation of good deterministic tooling for taking a relatively high concept spec to low level assembly. what does an llm offer in generating optimized asm that rust wouldn't??
Less memory footprint. No reliance on libs. Pure first-person control. No wasted CPU cycles is the target here for me. And if you read the post, the asm set is only for the desktop itself. The tools I use are in Rust. Result is: Laptop now runs at between 5-6W (down from ~9W) [XPS14 latest hw] on Ubuntu 26.04 - giving me around 3.5h extra battery life.
Still a cool project, thanks for sharing.
I have wondered about having LLMs output machine code directly and skipping the compiler/assembler altogether. Then you'd just commit your spec/prompt and run it through the LLM to get your binary.
Re: A desktop made for one
#36Earlier quoted context omitted.
> Less memory footprint. No reliance on libs. rust can do that. You can run a hyper stripped down rust that was made for embedded devices specifically because those devices don't have room for a runtime.
I'm sure I can. The original challenge was more in line of "I wonder if CC can do this now?" And it apparently can. And very well. One advantage seems to be that the complete asm file fits easily into CC context window.
well, I can respect that for sure
Re: A desktop made for one
#37Earlier quoted context omitted.
If they basically generated a desktop for themselves, what’s the chance they didn’t generate the article? I think pretty slim. Also, reading it is probably not the intended use. It’s probably: “Hey Claude, give me a TLDR of this”
Who cares? It’s their content. If they hired an editor to help them, cool. If the content doesn’t suit you, move on. But the incessant “AI was used here, thus is it garbage” is long past time to enter the grave.
Re: A desktop made for one
#38Did OP write this by hand? It reads like language written by a human overfitted on GPT 4o or Claude.
OP did this: Prompted CC for all the points I wanted included (something like a 200 word prompt) and asked CC to draft it, including all the links added to the table I furnished. Then I edited the draft (about 50% then edited). Then asked CC to spellcheck and fixed the 5 it found.
Re: A desktop made for one
#39Re: A desktop made for one
#40Sorry I have a question that is a little off-topic: what's the value of generating an image of a laptop on a desk? That's not like it's particularly relevant, when you could have integrated a screen shot of your set-up (like the same one you put on a few of your repos) or something more unique, and even if you want to show that, it's easy to find similar images with the same vibe, so I guess it's for some fun I misse…