this post was submitted on 10 Nov 2024
10 points (81.2% liked)

WebDev

1154 readers
1 users here now

Community for all things Web Development related.

founded 1 year ago
MODERATORS
 

My requirements are thus:

  1. Works offline

  2. Code is not obfuscated, does not have tons of added dependencies and libraries. I'm trying to speed up codewriting, not replace it completely.

  3. Is not a virus

  4. Generates files which can be hosted anywhere.

Unfortunately that seems to disqualify pretty much everything I've been able to find with a regular search engine. It would be nice, wouldn't it? To just have a photo-editor like program to throw a layout together, a list of divs and content, and another panel showing all the properties where you can set pixels or percentages, lock it in for non-flexible or leave it auto adjusting. Have them inherit properties from like a custom composition.

you are viewing a single comment's thread
view the rest of the comments
[–] ArbiterXero@lemmy.world 1 points 5 days ago (1 children)

Any type of dev.

GUI development just doesn’t work. It’s not precise nor explicit enough.

And the code that’s generated by these routines is always shit.

The code needs to comprehend what you want to do with it, and until now the auto generation routines couldn’t do that even remotely.

…. With LLM’s that’s changing, so maybe some day?

[–] finitebanjo@lemmy.world 1 points 5 days ago* (last edited 5 days ago) (1 children)

Visual Basic and Windows Forms literally do have GUI development options. It's been around for decades.

And LLMs shit out way worse code than old automation tools.

[–] ArbiterXero@lemmy.world 1 points 5 days ago

Yeah Visual Basic has been dead for a decade.

It sucked then too.