Earlier quoted context omitted.
Just wait until AR like the Hololens 2 comes out, all of UX and design changes. Some examples are 3d fonts and signage, interfaces without windows (widgets just float wherever), whole new deaths of UI elements and building blocks. Oh, and the mouse is gone in favor of hand tracking and the most amazing digital interaction I have ever experienced. One week in and my mind is still blown by the possibilities.
AR has been oh so close for decades ;) Granted ... SSDs finally came to PCs too, eventually ;)
Ask HN: Is “No Code” the future of web/app dev?
31–39 of 39 posts
Re: Ask HN: Is “No Code” the future of web/app dev?
#32No-code means programming without text , it doesn't remove complexity, only abstracts it away, covering it with some visual programming GUI. Here's some problems that I can think of with visual programming: - Version control: Not only the logic of the system, but the shape of the visual representation needs to be tracked... along with a lot of other metadata. - Debugging: Visual programs need yet another step of comp…
> Version control The other day I tried to reverse engineer a lego mindstorm program from a pan across it in a youtube video(stitching together screenshot frames with Hugin panorama editor), only to find that that visual language was dependent of a silverlight app, and OSX had deprecated it, so I could only use scratch to re-create the logic. Then the scratch editor crashed and corrupted my project file, which when o…
Of course it doesn't feel like the future when you are maintaining your code with something other than modern practices.
Re: Ask HN: Is “No Code” the future of web/app dev?
#33Excel is likely the most used IDE of all time. We’ve been living in the no code business application future for 40 years. I can stand up a cluster of web servers that automatically scale to effectively infinite demand with a few clicks on the internet. I can design a front end without paying attention to code and have been able to for 20 years. No code is like AI. The goal posts keep moving. So you need to be more sp…
Since I don't really do any math or accounting, I suppose spreadsheets are a type of flat-file database.
Re: Ask HN: Is “No Code” the future of web/app dev?
#34No-code means programming without text , it doesn't remove complexity, only abstracts it away, covering it with some visual programming GUI. Here's some problems that I can think of with visual programming: - Version control: Not only the logic of the system, but the shape of the visual representation needs to be tracked... along with a lot of other metadata. - Debugging: Visual programs need yet another step of comp…
> Version control The other day I tried to reverse engineer a lego mindstorm program from a pan across it in a youtube video(stitching together screenshot frames with Hugin panorama editor), only to find that that visual language was dependent of a silverlight app, and OSX had deprecated it, so I could only use scratch to re-create the logic. Then the scratch editor crashed and corrupted my project file, which when o…
Re: Ask HN: Is “No Code” the future of web/app dev?
#35No-code means programming without text , it doesn't remove complexity, only abstracts it away, covering it with some visual programming GUI. Here's some problems that I can think of with visual programming: - Version control: Not only the logic of the system, but the shape of the visual representation needs to be tracked... along with a lot of other metadata. - Debugging: Visual programs need yet another step of comp…
Re: Ask HN: Is “No Code” the future of web/app dev?
#36Re: Ask HN: Is “No Code” the future of web/app dev?
#37Re: Ask HN: Is “No Code” the future of web/app dev?
#38Earlier quoted context omitted.
> Version control The other day I tried to reverse engineer a lego mindstorm program from a pan across it in a youtube video(stitching together screenshot frames with Hugin panorama editor), only to find that that visual language was dependent of a silverlight app, and OSX had deprecated it, so I could only use scratch to re-create the logic. Then the scratch editor crashed and corrupted my project file, which when o…
What version of Scratch are you using?
Re: Ask HN: Is “No Code” the future of web/app dev?
#39Earlier quoted context omitted.
What version of Scratch are you using?
I was using the lego mindstorm classroom program that has scratch built in, so I'm not sure of the exact details. It autosaved the project on every change, and didn't even tell me where it was keeping the files. The first time I was using it, it suddenly told me it couldn't open my project. So I found the save folder and just duplicated my recreated project as I went along. Not an ideal workflow, but fine for a few h…