Skip to main content

The Other Wind - Ursula Le Guin

· 3 min read

I recently read The Other Wind by Ursula K. Le Guin. It strikes a perfect balance between the mundane aspects of real, believable human lives and exciting high magic and wonder, reminiscent of "Lord of the Rings" and other classic fantasies.

ChatGPT learns Langaf

· 10 min read

Have you ever tried to create a language from scratch? I began creating one for fun a while ago, and I've been trying to teach it to ChatGPT,. Langaf is a fictional language that is similar to English and uses a base twelve counting system.

Progress doesn't always feel like progress

· One min read

I've long embraced generalism—dipping into different disciplines, interestsREST An architectural style for designing networked applications. REST uses HTTP methods (GET, POST, PUT, DELETE) to perform operations on resources identified by URLs., and ideas. I often worried this approach meant sacrificing depth for breadth, leaving me moving slowly in many directions rather than swiftly in one.

Documenting what you can do with an API

· 3 min read

Application Programming Interfaces, or APIsAPI A set of rules and protocols that allows different software applications to communicate with each other. APIs define the methods and data formats that applications can use to request and exchange information., are an essential component of modern software development. APIsAPI A set of rules and protocols that allows different software applications to communicate with each other. APIs define the methods and data formats that applications can use to request and exchange information. allow different software systems to interact with each other, facilitating the exchange of data and functionality between them. However, while APIsAPI A set of rules and protocols that allows different software applications to communicate with each other. APIs define the methods and data formats that applications can use to request and exchange information. have become ubiquitous in modern software development, their documentation often leaves much to be desired.

The art of fast decision-making

· 3 min read

As a product manager, making decisions is a big part of the job. While we all want to make the right decision every time, sometimes things don't go as planned. It can be tempting to try to stick with a decision, even when it's not working, but I've learned that it's better to be able to reverse course and make a new decision.