TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to Vibe Code a Logomaker in 10 Days

8 点作者 johnnyfived30 天前

8 条评论

xnx28 天前
Amazingly, Gemini has gotten so good that you can one-shot this: <a href="https:&#x2F;&#x2F;g.co&#x2F;gemini&#x2F;share&#x2F;7f98e1145bc0" rel="nofollow">https:&#x2F;&#x2F;g.co&#x2F;gemini&#x2F;share&#x2F;7f98e1145bc0</a><p>I was too lazy to prompt it with full requirements, but it did very well for a first attempt with: &quot;Create a single page web app using vanilla javascript that allows the user to enter up to 40 characters of text and has interface controls for many css attributes including: font-family, size, letter-spacing, text-transform, weight, text-decoration, style, padding, rotation, color, border color, animation, etc.&quot;
Mountain_Skies28 天前
Seems pretty harmless. There&#x27;s no PII or PCI data. It doesn&#x27;t interact with the physical world. I&#x27;m far more concerned about &quot;vibe&quot; coding being used in situations where it can cause real harm. Human coders can and do make mistakes of that type but there are review processes to catch them. In theory, the same reviews could be used for vibe code but the big appeal of it is cutting out the type of people who can identify and correct such defects.
chmod77528 天前
Was the AI playing codegolf? I&#x27;m used to AI writing needlessly verbose code and confusing itself with its own comments. This is the polar opposite, but equally horrifying.<p>Is it a strategy to fit more code into its context window?<p><a href="https:&#x2F;&#x2F;github.com&#x2F;manicinc&#x2F;logomaker&#x2F;blob&#x2F;master&#x2F;js&#x2F;fontManager.js">https:&#x2F;&#x2F;github.com&#x2F;manicinc&#x2F;logomaker&#x2F;blob&#x2F;master&#x2F;js&#x2F;fontMan...</a><p>It&#x27;s rather impressive because the result works.
评论 #43806150 未加载
评论 #43799112 未加载
matt_heimer28 天前
Seems about right for AI generated code. It breaks words on any letter and on mobile the default text &quot;Manic&quot; ends up as:<p>Mani<p>c<p>Switching to desktop view doesn&#x27;t cause the default text to wrap... So I guess you get different logo generation depending on browser size? Or at least different previews.<p>I&#x27;d expect a logo generator to never break words in-between letters unless explicitly asked for.<p>AI generated code is useful but it shouldn&#x27;t be trusted to be complete.
评论 #43798947 未加载
abetancort28 天前
10 days for this garbage?
评论 #43803512 未加载
okokwhatever28 天前
I just came to bring the calculator for all the hate you&#x27;re going to receive. Popcorn.
lukev28 天前
I hate this app and I hate its code.<p>I think the fact that this can happen at all is important.<p>And whoever can contextualize this capability in the context of &quot;real&quot; software development will be the victor.
johnnyfived30 天前
Logomaker (<a href="https:&#x2F;&#x2F;github.com&#x2F;manicinc&#x2F;logomaker">https:&#x2F;&#x2F;github.com&#x2F;manicinc&#x2F;logomaker</a>) is a web and desktop app designed and developed entirely by LLMs over a period of 10 days, to see how far vibe coding can take you.<p>Try the app free forever on GitHub pages: <a href="https:&#x2F;&#x2F;manicinc.github.io&#x2F;logomaker&#x2F;" rel="nofollow">https:&#x2F;&#x2F;manicinc.github.io&#x2F;logomaker&#x2F;</a>.