Starship | Preparing for Second Flight Test Source link
Falcon 1, Flight 4 Source link
This interview is sponsored by Gusto. It only matters to people who are paying and handling benefits for your team. If that’s you, you know, how much of a headache it can be, why not use the software that I am more of? My interviewees have talked about that any alternative Gusto is beautiful. […]
I’m putting Better Programming on hiatus to make room for other programming publications. I get that this is a big pivot given that we switched to a new editor recently. But things are changing at Medium and I think this will ultimately be a boon for everyone, authors, readers and publications. I would like to […]
Image by Author Using Python in a Jupyter notebook Many of you will know that every man and his dog are producing AI products or LLM’s and integrating them with their products. Not surprisingly AWS — the biggest cloud services provider — is also getting in on the act. What is bedrock? Its AI offering […]
Image by Author Following on from a story I wrote comparing the speed of Pandas and Polars libraries in terms of reading and writing data — from and to — a Postgres database I thought it might be interesting to do a similar comparison between Pandas and Psycopg2. If you need to get data from […]
Or, how scripting revolutionized my workflow Photo by Stephen Dawson on Unsplash Imagine a time when factories were full of life, with gears turning and machines working together. It was a big change, like what’s happening today with computers. In the world of creating and managing software, we’re moving from doing things by hand to […]
Emotional Architecture in Software Design 14 min read · Nov 10, 2023 Photo by Bret Kavanaugh on Unsplash Imagine sitting down at your desk to untangle a particularly complex piece of software code. Your eyes scan lines packed with logical operations and function calls. Somewhere in this intricate weave, a bug lurks, derailing the application’s […]
OpenAI’s backend converting messy unstructured data to structured data via functions OpenAI’s “Function Calling” might be the most groundbreaking yet under appreciated feature released by any software company… ever. Functions allow you to turn unstructured data into structured data. This might not sound all that groundbreaking but when you consider that 90% of data processing […]
Let’s dive a bit deeper into the heart of our WebAssembly integration by exploring the key segments of our Go-based WASM code. involves preparing and specifying our Go code to be compiled for a WebAssembly runtime. // go:build wasm// +build wasm These lines serve as directives to the Go compiler, signaling that the following code […]