It’s been a long while since I bought RAM that is not the one soldered in a Macbook’s motherboard. Feels good and affordable.
It’s been a long while since I bought RAM that is not the one soldered in a Macbook’s motherboard. Feels good and affordable.
dl.acm.org/doi/10.1145/...
dl.acm.org/doi/10.1145/...
lexi-lambda.github.io/blog/2025/05...
lexi-lambda.github.io/blog/2025/05...
fn foo(a: &T) {
bar(a.clone())
}
😤
fn foo(a: &T) {
bar(a.clone())
}
😤
— Dijkstra, 1983
— Dijkstra, 1983
What You See Is Not What You eXecute
What You See Is Not What You eXecute
Proper *Data* modeling wins over *Domain* modeling every time. Computers deal with data not real world objects. Start with the Relational Model as your guide for everything, deviate where it makes sense, but not by default.
Proper *Data* modeling wins over *Domain* modeling every time. Computers deal with data not real world objects. Start with the Relational Model as your guide for everything, deviate where it makes sense, but not by default.