
Ralph Caraveo
1.1K posts

Ralph Caraveo
@deckarep
Software Engineer - likes Go, Rust, C#, C, Javascript, Python and love Zig! Tic-tacs are my fav mints!








I thought I had good reason to code up a vectorized binary search, which was kind of fun to do, but then I checked, and the standard torch.searchsorted() works well enough. For all the emphasis given in computer science curriculums and job interviews, actually implementing classic algorithms is a rare event. If I had to, there was ample opportunity to specialize with fixed power of two sizes, but using existing functions is usually the right call. Adding a new dependency versus your own implementation can be a harder call.


@davepl1968 Dave, what do you foresee AI roles in software development will be as compared to what we have today?














Someone explain why Python isn't the most elegant language again?












