Learn ChatGPT API Made Easy
Empowering developers with more powerful ChatGPT capabilityContinue reading on Better Programming »
Read moreSpring Boot 3 Migration
A few actionable steps to prepare for your Spring 3 migrationPhoto by Egor on UnsplashPrepare for Spring 3 migrationAs the last spring-boot version 2.7.x is close to ending support(Nov 18, 2023), I started migrating my project to Spring Boot 3 and wrote down the most important issues I encountered during the
Read moreUsing Python on M2
Photo by Joshua Aragon on UnsplashIn another post, I mentioned separating my computer environment from the company’s one when I bought Miorine (my M2 Max MBP). I also set up my private development environment with Neovim because I thought using my company’s JetBrains licenses on my personal laptop was inappropriate. It
Read moreTrig crossings and root of gold
Here’s a curious fact. The graphs of cotangent and secant cross at the same height as the graphs of tangent and cosecant, and this common height is the square root of the golden ratio φ. It’s also the case that the graphs of hyperbolic cosecant and hyperbolic cosine, and the
Read moreBeta-binomial with given mean and variance
The previous post looked at an application of the beta-binomial distribution. The probability mass function for a beta-binomial with parameters n, a, and b is given by The mean μ and the variance σ² are given by Solving for a and b to meet a specified mean and variance appears
Read moreBuild a Speech-to-text Web App with Whisper, React and Node
In this guide to synthesizing and editing audio, learn how to build a speech-to-text web app with OpenAI's Whisper, React, Node.js, and FFmpeg Continue reading Build a Speech-to-text Web App with Whisper, React and Node on SitePoint.
Read moreHow to Get Better at Risk Taking
Risk taking involves courage and confidence. You should be willing to step out of your comfort zone and put a step into the unknown.Continue reading on Better Programming »
Read moreMosaicML: Deep learning models for sale, all shapes and sizes (Ep. 577)
Ben and Ryan talk with Jonathan Frankle and Abhinav Venigalla of MosaicML, a startup trying to make artificial intelligence efficient and accessible for everyone by lowering the cost, time, and complexity it takes to train a powerful AI model. Episode notes: MosaicML is a platform for training and deploying large
Read morePoint Clouds Visualization With Three.js
Do you know how to achieve perfection? Just combine Midjourney, Stable Diffusion, depth maps, face morphing, and a little bit of 3DHouse in the cloud of points | Image generated by MidjourneyFor some time, I have been working on an internal project whose output, among many other things, is point clouds.
Read moreCombining Interface Builder With JavaScript for Server-driven Apps
Building dynamic UI with nibs and storyboards (Part 2)Image from freepikIn the first part of this series, we saw building dynamic UI leveraging loose coupling of IB-built UIs. If you have not read it, go through it first. This article will build up on the major limitations it had. The main one
Read more