• 1 Post
  • 213 Comments
Joined 6 months ago
cake
Cake day: December 14th, 2024

help-circle



  • Agile and AI rows look terribly optimistic.

    In my experience, Agile you get skateboard wheels. Then you get one pair of skateboard wheels on a bike frame (no handles, wheels, seat, or pedals). Then you get a skateboard next to a bike without wheels, then you get a car with no doors, no transmission, no engine, and no gas tank, a bike with flat tires, a broken skateboard. Next you have a car engine in the car, and windows (but no doors), a duct taped skateboard, but the bike has air in the tires, but the chain is now missing, and one pedal fell off. Then you get a good portion of the car, except you forgot to account for an accelerator or brakes, you now have a bike that works though, except with only one pedal.

    Finally you just end up putting the bike inside the car and it works almost Flintstone style. But you also have a new skateboard that is in pretty good shape.














  • Maybe I do mean something else. Web browsers currently implement a JavaScript engine and handle the running and memory of that code on the users machine.

    Something like Typescript is a great example of an improvement, but Typescript is essentially JavaScript with rules.

    Blazor allows JavaScript like interactions, allows the developer to write in C# but gets rendered serverside.

    So essentially, I’m looking for a web engine that provides JavaScript like interaction in some other well defined language like Rust, C#, etc.