Live data from Hacker News

Show HN: Y – A malleable coding-agent desktop app built with Electron

github.com

21–29 of 29 posts

Re: Show HN: Y – A malleable coding-agent desktop app built with Electron

#21
I guess this is in tune with the yc rfs - https://www.ycombinator.com/rfs#dynamic-software-interfaces - but i do have the same question for the app updates - you will break everything as soon as the update takes place - this opens up a nice rabbit hole for discussion.

Re: Show HN: Y – A malleable coding-agent desktop app built with Electron

#23

I used to like Electron but most recently became a fan of Tauri. Electron is great from a UI perspective but seems like it tends to get bloated very quickly. Any suggestions on how to deal with it?

> Any suggestions on how to deal with it?

Yes, pick up a book on swift or MFC

Re: Show HN: Y – A malleable coding-agent desktop app built with Electron

#26

I used to like Electron but most recently became a fan of Tauri. Electron is great from a UI perspective but seems like it tends to get bloated very quickly. Any suggestions on how to deal with it?

Tauri performance on Linux as abysmal. I'll take Electron any and everyday of the week withe all ita extra bloat instead of having Tauri apps ramp my Nvidia GPU to 100% in order to show me a basic screen.

Re: Show HN: Y – A malleable coding-agent desktop app built with Electron

#27
post #19

does the userland persist across app updates? curious what happens to my modify changes when you ship a new version of y

Yes! Your modified version would stay the same, if I have an update which conflicts with your modified version you can simply select what to add to your modified version and then modify would take care of the rest.

Re: Show HN: Y – A malleable coding-agent desktop app built with Electron

#28

I guess this is in tune with the yc rfs - https://www.ycombinator.com/rfs#dynamic-software-interfaces - but i do have the same question for the app updates - you will break everything as soon as the update takes place - this opens up a nice rabbit hole for discussion.

It will not break the app. If I ship an update that conflicts with your modified version, you can select from a checklist what you want to add and then modify will take care of the rest.
Post reply on HN