aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2021-03-24 14:51 #
2021-03-24 13:53 #

books

2021-03-24 10:05 #
2021-03-24 10:03 #

Software engineers have been led to believe that their time is more valuable than CPU time; therefore, wasting CPU cycles in order to reduce development time is always a win. They’ve forgotten, however, that the application users’ time is more valuable than their time. — The fallacy of premature optimization

2021-03-22 13:27 #

Decoded: GNU coreutils. Lot of useful references and very detailed explanations. #unix

2021-03-22 12:33 #

My overall feeling is that if I could spend infinite time and effort, my C programs would be as fast or faster than Rust, because theoretically there’s nothing that C can’t do that Rust can. But in practice C has fewer abstractions, primitive standard library, dreadful dependency situation, and I just don’t have the time to reinvent the wheel, optimally, every time. — Speed of Rust vs. C