Hacker News new | ask | show | jobs
by dopeboy 1287 days ago
* Generative imagery starts finding commercial use cases, with advertising as the first destination.

* Copilot continues growing among developers, and eventually reaches a point where it's as essential as autocomplete or syntax highlighting.

* Venture capital remains dry for half of the year.

* Someone - with bets on figma - ships a feature that auto generates react code from a design. This process is ripe for automation.

* TiKTok continues to face greater pressure from US regulators and politicians until a US hosted spinoff is forced into creation.

2 comments

Regarding code generation from design, this space is more or less as old as designing webpages itself. Even early versions of Adobe Photoshop already included the slice functionality which you could then export as HTML. This part has always been reasonably easy. The real problem is how do you keep your changing design in sync with your changing code and I'm yet to see anyone solve that problem well.
Another problem with code generation is that maybe you want React code, I want static html, someone else wants Vue.js code, etc. There isn't a single standard target that everyone agrees on and the frontend landscape change so frequently that it would be hard to keep up.

A lot of times you also have a page template framework in your app with a reusable header, footer, etc, and are really just designing the content of a page. It's difficult for generated code to slip cleanly in to an existing page framework in a way that doesn't take more time to rework than to just write yourself.

I'm not saying these are unsolvable problems, but it just makes it hard for a code generation product like this to find a single big enough addressable market to be exciting.

> Someone - with bets on figma - ships a feature that auto generates react code from a design. This process is ripe for automation.

https://www.framer.com/

<cough> Delphi. The VB designer. You mean something like that hasn't been done yet on the web side?
That website has such poor performance on my browser that I just had to close it. It doesn't give a very good impression about their product.