(no title)
jamon51 | 1 year ago
Yes, aliasing the CLI command to a remote script is not exactly best practice. My casual question to myself when I made it was … what’s the literal easiest way I could get this to work on someone’s computer with as few dependencies as possible? This was the solution I came up with. (And in my defense, it is similar to how you install homebrew … `/bin/bash -c "$(curl -fsSL https://xn--rvg)`, but I get that most wouldn’t trust a somewhat random GitHub account like this.)
If you have any questions about this, let me know! My website (https://jamon.dev) runs on it (in a DigitalOcean droplet) and I’ve enjoyed the experience.
j45|1 year ago
For those who started with basic and grew from there, the journey seems to have been critical to start with basic to have so many aha’s so early in learning a skill.
cookiengineer|1 year ago
I think this has huge potential in the educational sector, and bridges the gap of how our generation learned programming back then and the modern web.
Again, kudos!
j45|1 year ago
Basic is a very capable beginners language to learn enough concepts.
Many developers had their first experiences of magic as kids with something like Basic.