|
|
|
|
|
by 6510
134 days ago
|
|
There is this abundance of real things in the real world (haha) you cant help but have thoughts attacking real problems. I will come up with software idea in areas where the state of the art is pathetic. Browsing online you won't run into things that didn't get enough love. It does seem to be possible to flip out your phone in the field and write a solution on the spot but the main drawback I think is that you cant properly pronounce something like for(i=1;i<42;i++){ and typing it on an onscreen keyboard might even be worse. I remember writing code in a textarea one time then pulling the screen down refreshing the page. I've been wondering eversince if blanking input areas on reload is ever what the user wants. I put so much work into those 10 lines. The medium seems more fit for a "language" of dragging around elements in flowcharts. Then again, how would you begin to pronounce that? Maybe a simplistic DSL without symbols to [say] only make crud apps? Perhaps start out with something like: HAVE A FORM WITH USERNAME AND PASSWORD.
IF USERNAME AND PASSWORD MATCH A DATABASE ENTRY
REMEMBER THE USERNAME AND SET A SESSION COOKIE.
And work towards: HAVE A REGISTRATION FORM.
With some default database structure. If there is no DB make it, if there is no table make it. Have 3rd party account providers baked into the language.It seems LLM's would be really good at strictly defined English. |
|