Even today, I'm still astounded that there are people capable of building a gorgeous and interesting site like this in less than 2 days...
Claude Code Unpacked : A visual guide
81–90 of 464 posts
Re: Claude Code Unpacked : A visual guide
#82However, excellent development practices involve modularizing code based on functional domains or responsibilities. The utils directory should only contain truly generic, business-agnostic utilities (such as date retrieval, simple string manipulation, etc.). We can see that the code produced by Vibe is not what a professional engineer would write. This may be due to the engineers using the Vibe tool.
Re: Claude Code Unpacked : A visual guide
#83Re: Claude Code Unpacked : A visual guide
#84Re: Claude Code Unpacked : A visual guide
#85First command I looked at:
/stickers:
Displays earned achievement stickers for milestones like first commit, 100 tool calls, or marathon sessions. Stickers are stored in the user profile and rendered as ASCII art in the terminal.
That is not what it does at all - it takes you to a stickermule website.What is the motivation for someone to put out junk like this?
Re: Claude Code Unpacked : A visual guide
#86Even today, I'm still astounded that there are people capable of building a gorgeous and interesting site like this in less than 2 days...
.
Re: Claude Code Unpacked : A visual guide
#87Even today, I'm still astounded that there are people capable of building a gorgeous and interesting site like this in less than 2 days...
.
I've created some chinese characters learning website and I took me typing 1/3 of LoTR to get there[1]. I would have typed like 1% of that writing code directly. It is a different process, but it still needs some direction.
Re: Claude Code Unpacked : A visual guide
#88Even today, I'm still astounded that there are people capable of building a gorgeous and interesting site like this in less than 2 days...
Content resizing, needing to juggle a speed knob to read, and the overall presentation makes it feel like Edward Tufte flavored nightmare fuel.
Re: Claude Code Unpacked : A visual guide
#89Even today, I'm still astounded that there are people capable of building a gorgeous and interesting site like this in less than 2 days...