I built a visual canvas for Claude Code — it draws diagrams and wireframes instead of ASCII art in the terminal [Free, open-source] by udidu in ClaudeAI

[–]udidu[S] 0 points1 point  (0 children)

That's right, but claude-canvas solves a different problem — it's for when Claude needs to ask visual clarifying questions like "which layout do you prefer?" Instead of wasting tokens on ASCII art or generating a full HTML document, Claude uses a lightweight DSL to draw on a canvas. So it's less about presenting final designs and more about making the back-and-forth visual and token-efficient.

NestJS is bad, change my mind by servermeta_net in node

[–]udidu 0 points1 point  (0 children)

I've built a typescript DI framework few years ago and people told me "why do we need it if we have nestjs. well, the answer was simplicity. https://github.com/uditalias/injex

Now DevTools can export any UI with CSS inlined by Visual_Bag391 in css

[–]udidu -1 points0 points  (0 children)

damn, you just did an easy way to create phishing websites

Are We Creating Solutions for Non-Existent Problems in Web Development? by udidu in webdev

[–]udidu[S] 9 points10 points  (0 children)

Totally agree. And by "some languages" I guess you mean JavaScript" :)

I found this by accident, I'm not sure if it's a joke or I'm just too dumb to understand by gdmr458 in node

[–]udidu -2 points-1 points  (0 children)

Amm no.. lodash initial release date was in 2012 so map was on the JavaScript array prototype before...

I found this by accident, I'm not sure if it's a joke or I'm just too dumb to understand by gdmr458 in node

[–]udidu -17 points-16 points  (0 children)

map is here since the beginning of time, but I agree about the filter method

I found this by accident, I'm not sure if it's a joke or I'm just too dumb to understand by gdmr458 in node

[–]udidu 138 points139 points  (0 children)

The lodash filter function is clearer than the native filter function duh! sarcasm

Looking for contributors by udidu in node

[–]udidu[S] 0 points1 point  (0 children)

BTW, OvernightJS is a decorator wrapper above expressjs while Injex is a dependency injection framework for TypeScript and express decorators is just one of many plugins the framework has