Complex systems only require controlling the error.
This clicked with me. The example given was rockets, just need correct for all the errors in boosters, but applies to everything.
More errors will be returned in plang. Errors are good.
Can be confusing developing a programming language.
The IDE is a VS Code extension, that is running in debug mode, that starts a plang process in debug mode that communicates back to vs code extension
Which project have I build and which haven't I? hmmm...
What kind of programmer are you?
C#/TypeScript/Java/PHP/etc.
- set %number% = %point% ?? 100
Excel
- set %number% = IFNULL(%point%, 100)
Human
- set %number% to %point%, if it is empty then 100
#plang doesn't care, it understands you
Then I'll get #plang to run on WASMI with no operating system. It will be such a wild thing 🤯
Check out @shanselman talk about how you can run c# (and other languages) on WASMI without OS
https://t.co/2STzqHLViX
Best guestimate: 1 year from now.
plang server is running at about 100MB memory, the runtime is about 60MB of that. A request takes about 40MB.
I am pretty happy with that before any optimization.
With trimming and general code optimization I'll expect to be running version 0.3 at just few MB.
plang server is running at about 100MB memory, the runtime is about 60MB of that. A request takes about 40MB.
I am pretty happy with that before any optimization.
With trimming and general code optimization I'll expect to be running version 0.3 at just few MB.
Always nice to fix memory leak. This is the memory on https://t.co/dcoy553Vax - runs rather constant at around 100MB
Fix will be arriving in next version of plang v0.1.17.4
@klntsky This is basically what people are doing now, and it´s just really difficult for LLM to do. There are so many details.
It reminds me of getting to 100% uptime, extremely expensive and basically impossible
Here is a good example of why LLM will never be able to write code fully, just assist.
BrowserTypeLaunchPersistentContextOptions does not inherit from BrowserTypeLaunchOptions. #fail
How can LLM every know this for all possible code out there?
LLM needs #plang to code
How to think when programming in #plang.
Lets register user, using pseudo code -> plang
RegisterUser
- make sure email and password is not empty
- hash password
- insert email and password into the users table
- register the user in email marketing software (Brevo)
Here is the youtube link: https://t.co/hU2VTfJzax
1st step in having the IDE written #plang.
When an error occurs the error information handed over to a plang app that returns with a nice explanation of the error message and how to solve it.
Then you fix it and rerun the step, without restarting the app 🤯
Will deploy this week
@klntsky don't really understand what you mean. if you have example how you would like to write code or should I say, get your idea down so a computer can execute it, that would be interesting.
I'm still convinced on my way and still going strong
New version of plang v0.1.15.7 - You can now serve webpages in plang 🎉
Blog about it here - Check it: https://t.co/WA98kpMdtj
You can download the latest version at https://t.co/WTr4EUmEs9