Subatomic speed, math misadventures, and the biggest fraud trial in history
Ben and Ryan talk about the work that earned the 2023 Nobel Prize in Physics and how it might make computers way faster. Plus: California’s efforts to transform how math is taught, Unity’s new fee structure, and the trial of FTX founder Sam Bankman-Fried.
Read moreHyperbolic tangent sum
In the previous post I said I was trying remember where I’d seen the tangent sum applied. I mentioned a couple near misses, and it turns out that what I was trying to remember was another near miss. What I’d seen before was not the tangent sum but the hyperbolic
Read moreQuick Tip: Decorators in TypeScript
Decorators let us craft a function that tweaks the behavior of a class and its methods. They're now ready for the prime time in TypeScript 5. Continue reading Quick Tip: Decorators in TypeScript on SitePoint.
Read moreChoosing a CQRS Architecture That Works for You
A comparison between the different types of CQRS architecture and how to choose the right one for your problemContinue reading on Better Programming »
Read moreAlgorithmic Alchemy: Exploiting Graph Theory in the Foreign Exchange
Photo by Luke Chesser on UnsplashIf you’re familiar with the FinTech startup industry, you may have heard of Revolut, a well-known FinTech giant based in London, UK. Founded in 2015, Revolut has garnered substantial investments and become one of the fastest-growing startups in the UK, providing banking services to many European
Read moreThe Average Developer’s Guide to Career Success
Recognize the unseen efforts and act before it is too lateContinue reading on Better Programming »
Read moreOvercoming Vim-Phobia: My Journey of Redemption
It's not just about an editor; it’s about folks like you and meImage Courtesy: programmerhumor.ioHee-haw… Here we go. I have been coding for almost a decade now. And, for anyone who spends two-thirds of his day doing so, his toolchain matters. Let’s go for a walk down the memory lane. This
Read moreShipping an Admin Interface 10x Faster
Discover a faster, simpler approach to building your admin interface with the help of a modern headless CMSPhoto by Douglas Lopes on UnsplashA couple of weeks ago, I attended a Meetup hosted by Squeed. My old colleague, Joakim Kemeny, was talking about Server-Driven UI (SDUI), which I’ll be sure to link to
Read moreTangent sum
When I was writing my post on lemniscate functions yesterday, a line from the Wikipedia article seemed familiar for reasons I cannot place. Defining a tangent-sum operator as a ⊕ b := tan(arctan a + arctan b) gives cl² z ⊕ sl² z = 1. I feel like I’ve seen
Read moreEnriched categories
We begin with a couple examples. First, the set of linear transformations from one vector space to another is itself a vector space. Second, the set of continuous linear operators from one Banach space to another is itself a Banach space. Or maybe better, this set can be made into
Read more