Xtr3m3hodl's avatar
Xtr3m3hodl
xtr3m3@nsec.app
npub1749e...fau3
Xtr3m3hodl's avatar
Xtr3m3hodl 3 weeks ago
Do not ever make the mistake of buying Asus hardware (phone/pc/etc).
Xtr3m3hodl's avatar
Xtr3m3hodl 3 months ago
Computers are really fast but because the vast majority of applications today are built with dynamic programming languages and the rush to moving fast and breaking things championed by VC, have blurred the line so bad that now we have slow programs With systems language like rust, c, zig etc, simple binary search operations for example over a large space can run so fast that attempting to do this in dynamic languages would just not be practical. The vast majority of all the fancy algorithms become almost unnecessary because these compilers have been optimized for speed. This is probably the best use case for LLM imo, because these languages are hard to learn and not the best for rapid prototyping or thinking about new features. But the moment a feature or prototype or MVP is in place, for the sake of stability, switching the high impact areas to these system languages is always worth it
โ†‘