|
|
|
|
|
by qsort
903 days ago
|
|
Idiot-proof tooling helps non-idiots, whereas idiots may not by definition be helped in any way. I know the internal representation of integers and floats and I know how important that knowledge is. I reverse-engineered a gnarly bug in a codebase just last month using it. I'd still rather my programming language have 10*100 resolve to the actually correct answer rather than undefined behavior. I have written production code with pthreads, but I'd still rather use async if realistic for the task at hand. I know how to manage my own memory but I'd still rather use a GC'd language if realistic for the task at hand. I know how to write queries directly to the postgres socket, but I'd still rather use a proper client. I know how to write code in vi but I'd still rather write code in jetbrains. (...) Where does the fascination for not using proper tools come from? I'm reminded of this: https://www.youtube.com/watch?v=3I_Ds2ytz4o |
|