Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: cursive Clear Filter

The End of Handwriting

People often credit my good handwriting to my Catholic school education—like a nun with a ruler and a taste for corporal punishment perfected my penmanship. But that’s not why. It’s because of my mom. An engineer by trade, she can execute the kind of perfect block letters that only come with years of working on a drawing board. As a kid, I worked to mimic her print as well as her incredibly ornate cursive. I don’t practice those skills nearly enough as an adult, though: As a reporter, speed trum

The End of Handwriting

People often credit my good handwriting to my Catholic school education—like a nun with a ruler and a taste for corporal punishment perfected my penmanship. But that’s not why. It’s because of my mom. An engineer by trade, she can execute the kind of perfect block letters that only come with years of working on a drawing board. As a kid, I worked to mimic her print as well as her incredibly ornate cursive. I don’t practice those skills nearly enough as an adult, though: As a reporter, speed trum

To be a better programmer, write little proofs in your head

This is a brief write-up of a trick I learned that helps me write code faster and more accurately. I say "trick", but it's really something I started to do without noticing as I moved further into my career. When you're working on something difficult, sketch a proof in your head as you go that your code will actually do what you want it to do. A simple idea, but easier said than done: doing this "online" without interrupting your flow takes a lot of practice. But once you get really good at it,

Primitive Kolmogorov complexity is computable

/ 5 min read This post is mostly AI generated, of course with significant guidance, feedback, iteration and some edits from me. There was little for me to gain writing this myself, but I felt it needed to be written down regardless. Kolmogorov complexity and Solomonoff's theory of inductive inference offer formal, theoretical solutions to measuring complexity and forming predictions. However, both are uncomputable, a fact that is often treated as having significant implications in computabilit